Forum Moderators: not2easy

Message Too Old, No Replies

publishing

         

ceasar

5:16 pm on Mar 20, 2004 (gmt 0)

10+ Year Member



i made a video
in flash mx 2004
i have 3 files
my .fla which is my main working file
my .swf
my .exe projector file

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

steelegbr

9:32 pm on Mar 20, 2004 (gmt 0)

10+ Year Member



I have tried flash on my site before and you only have to upload the .SWF 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

ceasar

5:08 am on Mar 21, 2004 (gmt 0)

10+ Year Member



what is the clsid within the code does anyone know?