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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

embedding Flash, bad swf file?

Status
Not open for further replies.

urnsbay

Technical User
Jun 26, 2002
3
US
I'm new to Flash, and am collaborating with a customer who has it and is learning it. (I don't have it.) He doesn't know html. He created a flash movie and sent it to me, but I cannot seem to get it to work. I've double-checked the code for embedding it, and am certain that is ok. I'm wondering if the swf file didn't get corrupted either when he emailed it to me or during export. Would anyone be willing to take a look at it and send me their thoughts? And yes, I've updated to the lastest Flash plug-ins for IE6 and Netscape 6. You can see it at Thanks!!
 
Try this to see if it'll work!

Code:
<HTML>
<HEAD>
<TITLE>MY FLASH</TITLE>
</HEAD>
<BODY bgcolor=&quot;#999999&quot;>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
 codebase=&quot;[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0&quot;[/URL]
 WIDTH=&quot;550&quot; HEIGHT=&quot;400&quot; ALIGN=&quot;&quot;>
 <PARAM NAME=movie VALUE=&quot;cinchintro.swf&quot;> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#999999> <EMBED src=&quot;cinchintro.swf&quot; quality=high bgcolor=#999999  WIDTH=&quot;550&quot; HEIGHT=&quot;400&quot; ALIGN=&quot;&quot;
 TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer&quot;></EMBED>[/URL]
</OBJECT>
</BODY>
</HTML>

Of course the cinchintro.swf must be in the same folder as the html and uploaded to the server! Regards,

new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top