Groups | Blog | Home
all groups > coldfusion flash integration > january 2007 >

coldfusion flash integration : swfs dont show in my web pages



namtax
1/1/2007 8:30:20 PM
hi, i have a bit of an issue and cant figure out why this isnt working..
Anyway i have used adobe captivate to produce a swf and html of my video
tutorial.....i have put the swf onto my web browser...but when i open the html
page the video doesnt appear. Its there in dreamweaver, and it plays fine in
there, but not when i put it on the web....the file is called
music_explained.swf and heres the code for the flash object thats in the html
page that captivate created..

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=8,0,0,0" width="550" height="400" id="music_explained" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="music_explained.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />


<embed src="music_explained.swf" width="550" height="400" align="middle"
quality="high" bgcolor="#ffffff" name="music_explained"
allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

Any help would be much appreciated

Cheers


tzimmerman
1/2/2007 3:47:38 PM
namtax
1/2/2007 6:38:09 PM
cheers for the response mate...i figured out what the problem was.....i wasnt referring to the swf in the correct folder....have sorted it now

AddThis Social Bookmark Button