Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SWF works in Firefox, displays blank frame in IE?

Status
Not open for further replies.

StuckInTheMiddle

Programmer
Joined
Mar 3, 2002
Messages
269
Location
US
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...


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>
 
Thanks oldnewbie, I have heard that problem from someone else too. I am going to try uploading a simple .swf file to see if the reload problem is the HTML or my .swf file, I'm assuming it's something i've done wrong in the preload section of the file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top