WorldInSite
11-28-2003, 10:47 PM
I have a flash file and I'm trying to insert it into a webpage in frontpage but every time i drag it in it just puts a link to the file........
How can I embed the file into the page?
xyzulu
11-29-2003, 12:46 AM
Frontpage .... *shivers* *waits for flame*
Dreamweaver :)
Anyway, it needs to be embedded, 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="770" HEIGHT="146" id="Untitled-1" ALIGN="">
<param NAME=movie VALUE="flash.swf"> <param NAME=quality VALUE=high> <param NAME=bgcolor VALUE=#FFFFFF> <embed src="flash.swf" quality=high bgcolor=#FFFFFF WIDTH="770" HEIGHT="146" NAME="Untitled-1" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
xyzulu
11-29-2003, 12:48 AM
As you can see, not really practical to hand code stuff like this :)
intenseg
11-29-2003, 02:19 AM
front page has a plugin where you click it and then browse for the flash file and thats it.. you are done have a nice day
airnine
11-29-2003, 06:44 PM
flash goes nicely with dreamweaver, perhaps because both have same parents :-), FP is obviously being bad
Airnine
Division Host
11-29-2003, 08:24 PM
Paste it as a active x control thats what i do
zchaos
11-29-2003, 11:14 PM
dl the dreamweaver trial (http://www.macromedia.com) insert a flash doc, and then save the HTML file... lesson learned -> frontpage sucks w/ everything, it screws up code too!