Hi all,
I have a problem loading my flash. I made it in flash mx and export it as a flash 6 swf. It works perfectly okay in my local server but failed when i have them in the server. Here’s how i embed it into my html :
<div id=“sideBarContact”>
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=“200” height=“400”>
<param name=“movie” value=“mail_form_small.swf” />
<param name=“quality” value=“high” />
<param name=“menu” value=“false” />
<embed src=“mail_form_small.swf” menu=“false” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“200” height=“400”>
</object>
I hope someone have a clue. Attached is the swf, hopefully someone will be kind enuf to test it out in their server and revert to me. Thanks again.
Howie