wwswimming
04-09-2010, 01:32 PM
I am trying to center an animation that I've composited using Flash.
This is my code, pasted below.
I've taken the HTML generated by FLash CS4 and spliced it with HTML generated by a Mozilla web editing program named Seamonkey. (Seamonkey is descended from Netscape 4.79, my favorite Netscape rev.)
Also, in Publish Settings, I look in the HTML tab, I set it for "Center Flash Content".
Anyway, I just want to center a Flash object (from left to right), in the center of the page. But it's not coming out centered.
What are the proper HTML tags for centering a flash object ?
In this case the *.swf is named "test_MastHead__.swf".
<div style="text-align: center;">
<center><noscript> <object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"
id="test_MastHead__" align="middle" height="111" width="444"><param
name="allowScriptAccess" value="sameDomain"> <param
name="allowFullScreen" value="false"> <param name="movie"
value="test_MastHead__.swf"><param name="quality"
value="high"><param name="bgcolor" value="#ffffff">
<embed src="test_MastHead__.swf" quality="high" bgcolor="#ffffff"
name="test_MastHead__" allowscriptaccess="sameDomain"
allowfullscreen="false" type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer" align="middle"
height="111" width="444"> </object></noscript>
<br>
<br>
test
test
</center>
</div>
This is my code, pasted below.
I've taken the HTML generated by FLash CS4 and spliced it with HTML generated by a Mozilla web editing program named Seamonkey. (Seamonkey is descended from Netscape 4.79, my favorite Netscape rev.)
Also, in Publish Settings, I look in the HTML tab, I set it for "Center Flash Content".
Anyway, I just want to center a Flash object (from left to right), in the center of the page. But it's not coming out centered.
What are the proper HTML tags for centering a flash object ?
In this case the *.swf is named "test_MastHead__.swf".
<div style="text-align: center;">
<center><noscript> <object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"
id="test_MastHead__" align="middle" height="111" width="444"><param
name="allowScriptAccess" value="sameDomain"> <param
name="allowFullScreen" value="false"> <param name="movie"
value="test_MastHead__.swf"><param name="quality"
value="high"><param name="bgcolor" value="#ffffff">
<embed src="test_MastHead__.swf" quality="high" bgcolor="#ffffff"
name="test_MastHead__" allowscriptaccess="sameDomain"
allowfullscreen="false" type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer" align="middle"
height="111" width="444"> </object></noscript>
<br>
<br>
test
test
</center>
</div>
