<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.adobe.com/pub/shockwa ... on=8,0,0,0" width="550" height="400" align="middle"> <param name="movie" value="http://web.mac.com/yourdotmacname/flash/myflashfile.swf"> <param name="allowScriptAccess" value="always"> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="550" height="400" align="middle"
src="http://web.mac.com/yourdotmacname/flash/myflashfile.swf" allowScriptAccess="always"></embed>
</object>
I used the above code, but there are two problems for me. a white box appears on my black background before the flash executes, and it won't loop. so i tried the tweaks below (see bottom), and they don't seem to have changed anything.
As for the flash file, i'm not sure i need to do any of the following but i have tried it just in case: I have set the background in the flash file to black. I have tried to attach an action script to the flv in flash to make it loop but i get "current selection cannot have actions applied to it"
this is the site i'm working on that should loop and not have a white box:
http://christopherlmorris.com/Home.htmlthis page is just having the white box problem, ann doesn't need to loop:
http://christopherlmorris.com<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.adobe.com/pub/shockwa ... on=8,0,0,0" width="530" height="398" align="middle"> <PARAM NAME="LOOP" VALUE="true"> <param name="wmode" value="transparent" /> <param name="movie" value="http://www.ChristopherLMorris.com/Flash/HarvestMed.swf"> <param name="allowScriptAccess" value="always"> <param name="bgcolor" value="#000000" /> <embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="530" height="398" align="middle" loop="true"
src="http://www.ChristopherLMorris.com/Flash/HarvestMed.swf" allowScriptAccess="always"></embed>
</object>