Forum Moderators: open
greetings of the day!
I'm trying to load an image with a flash player ( adobe ) in IE 6.0. with the following code
<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
ID="script" width="342" height="100" ALIGN="bottom">
<param name="movie" value="image1.jpg" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="bgcolor" value="#00ff00" />
<embed src="image1.jpg" quality="high" wmode="transparent" bgcolor="#00ff00" width="342" height="100" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
</embed></OBJECT>
My code pics the data(image/.swf file) from the data base.
The image is displaying fine. The problem is, in the status bar its showing as "Opening Page .........." for ever. The page is not displaying completely.
If it is the appropriate .swf file, the page gets loaded completely and coming fine.
Please help me in this regards,
Thanks much.
Praveen