i am using jwplayer on my site but the problem is that i cant play the video...there is an error.....access denied and then it shows the flv files path........
i am cofused how to use the relative path for player and flv files..... i am using windows hosting and here is the link to my video page link text
and here is the code i am using
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="400" height="315">
<param name="movie" value="http://www.parasfoundation.com/player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=../media/paras2.flv&image=media/preview1.jpg" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="player.swf"
width="400"
height="315"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=http://www.parasfoundation.com/media/paras2.flv&image=media/preview1.jpg"
/>
first i was using the path for the file like this
flashvars="file=media/paras2.flv&image=media/preview1.jpg"
and it was working fine locally on my WAMP server....but when i uploaded it the video doesn't play