View Full Version : How to do this?
StickFightMaker
11-01-2002, 02:43 AM
What is the script that lets you put flash on to a page? I have movies i made that i want to put on a page but i dont know the script?:confused: :confused:
webmarkart
11-01-2002, 03:35 AM
you should be able to export the code directly from flash...
anyway the basic code looks like:
<OBJECT classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=yourmovie WIDTH=400 HEIGHT=420>
<PARAM NAME=movie VALUE="yourfile.swf">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#000000>
<EMBED src="yourfile.swf" loop=false quality=high bgcolor=#000000 WIDTH=400 HEIGHT=420 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
you have to change the file and the size
: D - take out the space between these two characters... I put it there because it would display :D instead...
pharma
11-04-2002, 03:54 PM
To make things easier, when your gonna publish your *.*swf file, try to include HTML too. Then just copy&paste the generated tag into your webpage.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.