Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 10, 2011 06:12 PM by vahid.ch
Member
294 Points
331 Posts
Nov 10, 2011 05:27 PM|LINK
Hi everyone.
I have an index.aspx page in root of my website and in my website I have an Intro folder which has a swf files in it...
when I want to load m,y swf file it does not load,but as soon as putting swf file in the root it plays very well.
this is my code which does not play swf file.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="600" title=""> <param name="movie" value="Intro/flash.swf" /> <param name="quality" value="high" /> <embed src="Intro/flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="600"> </embed> </object>
137 Points
261 Posts
Nov 10, 2011 05:54 PM|LINK
Try adding the full path to the file.
Nov 10, 2011 06:12 PM|LINK
Well i'm using Anim FX program,swf file includes a .txt file too,it works in the root but as I want to use it in a folder it's not working..
vahid.ch
Member
294 Points
331 Posts
embed src does not play swf files
Nov 10, 2011 05:27 PM|LINK
Hi everyone.
I have an index.aspx page in root of my website and in my website I have an Intro folder which has a swf files in it...
when I want to load m,y swf file it does not load,but as soon as putting swf file in the root it plays very well.
this is my code which does not play swf file.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="600" title=""> <param name="movie" value="Intro/flash.swf" /> <param name="quality" value="high" /> <embed src="Intro/flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="600"> </embed> </object>jfierst
Member
137 Points
261 Posts
Re: embed src does not play swf files
Nov 10, 2011 05:54 PM|LINK
Try adding the full path to the file.
vahid.ch
Member
294 Points
331 Posts
Re: embed src does not play swf files
Nov 10, 2011 06:12 PM|LINK
Well i'm using Anim FX program,swf file includes a .txt file too,it works in the root but as I want to use it in a folder it's not working..