<html><div style='background-color:'><P><BR>I have  an index page with a flash file and the code written like this:</P>
<P><div id="<FONT color=#ff0033>flashcontent2</FONT>"><BR>  This text is replaced by the Flash movie.<BR></div></P>
<P><script type="text/javascript"><BR>   var so = new SWFObject("flash/header.swf?button=0", "<FONT color=#ff0033>mymovie2</FONT>", "766", "135", "6", "#4B4B4B");<BR>   so.write("<FONT color=#ff0033>flashcontent2</FONT>");<BR></script></P>
<P>and a flash file which is in the iframe has the code written like this:</P>
<P><div id="<FONT color=#ff0033>flashcontent</FONT>"><BR>  This text is replaced by the Flash movie.<BR></div></P>
<P><BR><script type="text/javascript"><BR>   var so = new SWFObject("flash/pic.swf", "<FONT color=#ff0033>mymovie</FONT>", "413", "217", "6", "#333333");<BR>   so.write("<FONT color=#ff0000>flashcontent</FONT>");<BR></script></P>
<P> </P>
<P>Only the header.swf is showing up without the box around it.</P>
<P>Is it something to do with ifrmes or have i got the code incorrect?</P>
<P>Thanks<BR></P><BR><BR><BR>
<DIV></DIV>
<DIV><FONT color=#000000></DIV></FONT></div></html>