StuckInTheMiddle
Programmer
Hi there,
A complete novice at flash here so I'm hoping someone can help spot my mistake.
I have HTML page with .SWF included, see HTML below. This shows my .SWF file fine in firefox, but now I come text in IE and my .SWF loads but to a 'Blank' frame without any of my symbols on it. This frame doesn't exist in my animation, so not sure what is going on.
If you care to see this result please see here. Any ideas? It plays fine through flashes 'test movie' option also. Grrr...
A complete novice at flash here so I'm hoping someone can help spot my mistake.
I have HTML page with .SWF included, see HTML below. This shows my .SWF file fine in firefox, but now I come text in IE and my .SWF loads but to a 'Blank' frame without any of my symbols on it. This frame doesn't exist in my animation, so not sure what is going on.
If you care to see this result please see here. Any ideas? It plays fine through flashes 'test movie' option also. Grrr...
Code:
<HTML><HEAD>
<TITLE>Title</TITLE>
</HEAD>
<BODY bgcolor="#383838">
<TABLE WIDTH="750" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="center" VALIGN="top">
<TR>
<TD>
<CENTER><IMG SRC="images/title.jpg"></CENTER>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"[/URL]
WIDTH="750" HEIGHT="400" id="index" ALIGN="">
<PARAM NAME=movie VALUE="index.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#383838> <EMBED src="index.swf" quality=high bgcolor=#383838 WIDTH="750" HEIGHT="400" NAME="index" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"></EMBED>[/URL]
</OBJECT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>