all groups > flash actionscript > september 2007 >
You're in the

flash actionscript

group:

trouble getting the swf object to work


trouble getting the swf object to work dtrace
9/29/2007 8:59:44 PM
flash actionscript:
the html housing my flash site, has the internet explorer bug, the active
content thing. I'd like to get rid of it.

The code i was using to embed my flash movie was this..


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=8,0,0,0" width="100%" height="1400px" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="shell2.swf" /><param name="quality" value="high"
/><param name="scale" value="exactfit" /><param name="bgcolor" value="#ffffff"
/><embed src="shell2.swf" quality="high" scale="exactfit" bgcolor="#ffffff"
width="100%" height="100%" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>


I don't know how to keep my parameters from here, while using the swf object
embed code. Can someone help me to do this? Why is this not working?

Thanks.




<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=8,0,0,0" width="100%" height="1400px" id="shell2" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="shell2.swf" /><param name="quality" value="high"
/><param name="scale" value="exactfit" /><param name="bgcolor" value="#ffffff"
/><embed src="shell2.swf" quality="high" scale="exactfit" bgcolor="#ffffff"
width="100%" height="100%" name="shell2" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Re: trouble getting the swf object to work dzedward
9/30/2007 5:45:52 AM
Re: trouble getting the swf object to work dtrace
10/1/2007 3:17:07 AM
i know that's not the swf object. But I tried to use that little tutorial and
it isn't like one size fits all. The previous code i used had a bunch of
parameters that are not present in this swf object thing.

Any advice would be great.


AddThis Social Bookmark Button