| atchut 2005-03-31, 4:27 am |
| We have a requirement where flash needs to be displayed in the home page of a
site. I am using Object tag to display the flash. If the flash path is not
correct, page keeps on loading and the status shows that the page is loading
still. Incase of image, if the image is not found in the specified location, a
cross mark will be seen. Donot we have similar kind of solution for flash. I am
pasting the object tag here which actually loads the flash.
Would appreciate any solution for the same.
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,40,0"
WIDTH="0" HEIGHT="0" id="myMovieName">
<PARAM NAME=movie VALUE="/assets/HI/static/en/flash_detection.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="/assets/HI/static/en/flash_detection.swf" quality=high
bgcolor=#FFFFFF WIDTH="0" HEIGHT="0"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
|