Log in

View Full Version : embed swf



hkp
05-22-2009, 07:29 AM
Hello friends, I have embed a swf file on the web page but it is not working on it. Here is the code of that


<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="550" HEIGHT="400" id="myMovieName"><PARAM NAME=movie VALUE="myFlashMovie.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="/support/flash/ts/documents/myFlashMovie.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>

Can you tell me why it is not working

Jakinspeil
05-24-2009, 05:04 PM
Download a Flash program.. Photoshop CS3 extended comes with Flash.

Open the video in the flash program and set it up from there.. it will spit out all the required HTML code and script files..

thetestingsite
05-24-2009, 05:14 PM
...Or look into using SWFObject (http://code.google.com/p/swfobject/) to embed the flash movie into your website.

Hope this helps.

hkp
05-28-2009, 07:12 AM
...Or look into using SWFObject (http://code.google.com/p/swfobject/) to embed the flash movie into your website.

Hope this helps.

thanks for this solution.