I have a Flash movie that I want to display in a DHTML layer and to position it at the top center of the page. Like so:
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" ID=logo WIDTH=450 HEIGHT=241 style="position:absolute; width:450; height:241; top:25; left:50%; margin-left:-189; visibility:visible; z-index:1;">
<PARAM NAME=movie VALUE="movie.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#020769>
<EMBED src="movie.swf" quality=high wmode=transparent bgcolor=#020769 WIDTH=450 HEIGHT=241 TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
This works fine if I put the code above directly into the page.
However, on the same page I have an iframe. Is it possible to put the above code on the page being called into my iframe and still have it centered at the top of the parent page instead of the top of the page in the iframe?
Thx,
Kelly
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" ID=logo WIDTH=450 HEIGHT=241 style="position:absolute; width:450; height:241; top:25; left:50%; margin-left:-189; visibility:visible; z-index:1;">
<PARAM NAME=movie VALUE="movie.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#020769>
<EMBED src="movie.swf" quality=high wmode=transparent bgcolor=#020769 WIDTH=450 HEIGHT=241 TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
This works fine if I put the code above directly into the page.
However, on the same page I have an iframe. Is it possible to put the above code on the page being called into my iframe and still have it centered at the top of the parent page instead of the top of the page in the iframe?
Thx,
Kelly