Flash file doesn't show itselfs on internet!HELP!

Hello all,

When I put my .swf file on the internet in an HTML page it doesn’t show itself. Is there a special kind of code you need for putting a flash MX file on the internet. I really don’t know what is going wrong. The code in the HTML file makes place for the .swf file but when you look on the internet everything is white.
Can someone help me with this problem?

Thanks!

Lindia :slight_smile:

yeah there is a code u need to use unless u are in DW if u use dreamweaver it will do it for u here is a sample code

<HTML>
<HEAD>
<meta http-equiv=Content-Type content=“text/html; charset=utf-8”>
<TITLE>Untitled-1</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL’s used in the movie–>
<!-- text used in the movie–>
<OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000”
codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0
WIDTH=“550” HEIGHT=“400” id=“Untitled-1” ALIGN="">
<PARAM NAME=movie VALUE=“Untitled-1.swf”> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src=“Untitled-1.swf” quality=high bgcolor=#FFFFFF WIDTH=“550” HEIGHT=“400” NAME=“Untitled-1” ALIGN=""
TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/go/getflashplayer”></EMBED>
</OBJECT>
</BODY>
</HTML>

u will se it says untitled-1.swf chnge that to the name of your move and change the sizes to ft your movie make sure uchange both untitled-1.swf places

-Tom

sorry bout that i forgot itwould try and load ihave attached the code to this post do what i said in the last post to customise it

-Tom