Problem in locating the flv files
August 3, 2009 12:00 AM
Hi All,
This one is a bit complicated problem that we're facing with flv videos. Firstly, we've created a flash player that can play mp3, flv videos and swf files. We have used flashVars to include these mp3, videos and swfs as parameters. While setting their parameters in the flash player, we also have to specify the path of these files. For example, if I want to play an mp3 audio, then we have to set a parameter in the flash player ant set its path as media/abc.mp3. That is, we have kept the mp3 file inside the media folder within HTML directory. Similarly, for swf, we set the path as media/abc.swf. For both mp3 and swf, the flash player works perfectly fine in runtime of Lectora. However, for flv files, when we set the path as media/abc.flv after storing the flv file within the media folder under HTML directory, the player does not find the specified flv. On the contrary, if we set the path as "../media/abc.flv", then the player plays the flv file in runtime.
We are still unable to identify why the player is beving differently for flv files. Can anyone suggest in this regard?
Discussions have been disabled for this post