mjfroggy
04-06-2008, 09:36 AM
Hello all,
I am hoping I could get some feed back on a strange issue I am having
I have a swf file I am trying to embed in a web page. The issue is no matter what size I make the window the file flash seems to align to the right and gets cut off since it loads in the window to the the right. So no no matter what I change the width in the below code to the flash seems to load to far to the right and gets cut off. any suggestions??
here is my code
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=7,0,0,0" width="1200" height="500" id="any"
align="center">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="ttintro.swf" />
<param name="loop" value="no" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="ttintro.swf" quality="high" bgcolor="#000000"
name="width="1200" height="500" any" align="center"
allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
</object>
I am hoping I could get some feed back on a strange issue I am having
I have a swf file I am trying to embed in a web page. The issue is no matter what size I make the window the file flash seems to align to the right and gets cut off since it loads in the window to the the right. So no no matter what I change the width in the below code to the flash seems to load to far to the right and gets cut off. any suggestions??
here is my code
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=7,0,0,0" width="1200" height="500" id="any"
align="center">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="ttintro.swf" />
<param name="loop" value="no" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="ttintro.swf" quality="high" bgcolor="#000000"
name="width="1200" height="500" any" align="center"
allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
</object>
