Dennis_gull
03-02-2007, 10:37 PM
Hello, this is my first post here. :)
Anyways im trying to load my movies dynamically from php but I have some problems with the path when using IE (works in FF), I read the macromedia files and they said its only supposed to work if you store them in the same folder anyways this is a part of the code im using:
From the .swf
ns.play(contentPath = file);
From php:
<param name="movie" value="playervideo.swf" />
<param name="FlashVars" value="file=folder/movie.flv"/>
<embed src="playervideo.swf" FlashVars="file=folder/movie.flv"
So as the title says: Is it possible to use Loader.contentPath from sub folders?
Anyways im trying to load my movies dynamically from php but I have some problems with the path when using IE (works in FF), I read the macromedia files and they said its only supposed to work if you store them in the same folder anyways this is a part of the code im using:
From the .swf
ns.play(contentPath = file);
From php:
<param name="movie" value="playervideo.swf" />
<param name="FlashVars" value="file=folder/movie.flv"/>
<embed src="playervideo.swf" FlashVars="file=folder/movie.flv"
So as the title says: Is it possible to use Loader.contentPath from sub folders?