PDA

View Full Version : how do u make a website that plays your flash


gigaflux
02-25-2005, 07:10 PM
does anyone out there know anywhere I could build a website that'll play my flash. :( :confused: :( :confused:

SupraTwinTurbo
02-25-2005, 11:24 PM
if your just looking for a website to post your flash, you can put it on www.imageshack.us

John$on|.fAcTa.
02-26-2005, 04:15 AM
are you asking how to imbed your flash onto a page?

John$on|.fAcTa.
02-26-2005, 04:21 AM
if so your code should look something like this
<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="name of movie" ALIGN="">
<PARAM NAME=movie VALUE="name"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="name/location of movie" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="name of movie" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>

the swf file needs to be in the same directory as html file unless you tell the src attribute otherwise