Forum Moderators: not2easy
now all i want to do is embed it to my web site
i uploaded the .swf
and did the embed command figuring that might work but it doesnt
do i need to upload all three files to my site?
and what is the command to embed a flash file
Here is some code but I am not sure if it works correctly:
<OBJECT = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" WIDTH = "" HEIGHT = "">
<PARAM NAME = "movie" VALUE = "filename.swf">
<PARAM NAME = "quality" VALUE = "high">
<EMBED SRC = "filename.swf" QUALITY = "high" PLUGINSPAGE = "http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="366">
</EMBED>
</OBJECT>
Hope it helps