Jw Flv Player Modification
Hello,
i need to modify this version of the player ( old AS2 player ):
http://developer.longtailvideo.com/trac/browser/tags/mediaplayer-3.17
Various type of file are allowed, but i need to implement the possibility to load custom external XML file ( with custom structure )
The file extension isn’t .xml, :
The flashvar file variable of the player will be file=CODE ( where code is an ID number )
When the player start if the type of video is this one ( actually the user can specify a flash variable “type=file_type” i need to be able to setup a custom type variable like “type=special”), the player automatically connect to a PHP file inside an external server:
http://www.mywebvideo.com/get_video.php?id=CODE
The server send back an XML file.
Inside the XML file a node contain the FLV link ( i will provide the xml structure).
The player extract the FLV link and play them.