PDA

View Full Version : flvplayer does not get flv file


wsimpson
09-25-2007, 11:31 PM
I have a problem with the xml for the flvplayer. It works fine if I rename the flv file to flvplayer.flv (the default) but I can not name the flv file to anything else. I wonder if the syntax is wrong. Can anybody offer any suggestions?

Her is the line of code...

<spot id="test" static="1" align="TL" salign="TL" staticX="4" staticY="4" url="files/flvplayer.swf?file=files/test.flv" alpha="1"/>

Walt

Denis
10-02-2007, 03:35 AM
flvPlayer uses path relative to it's own folder.
Use files/flvplayer.swf?file=test.flv or files/flvplayer.swf?file=../files/test.flv

sanalvideo
10-03-2007, 12:55 AM
or give the final address like http://mydomain.com/flvplayer.swf?file=test.flv

regards.

wsimpson
10-04-2007, 01:24 AM
thanks Denis, your explanation works
!