Cool H.264 in flash is rare. Good Job.
Posted about 1 month ago
1. Plays a H.264 media file(MP4, M4V , M4A, MOV , Mp4v, 3gp, 3g2, flv…files) you place in the “files” folder or whatever is the name of the folder you choose.
2. In the XML file you can write what’s the name of the video file and also it’s image file. These two files can be organized in the folder written in the attribute “folder”.
3. The default size of the video is 320×240 but it is resizeable depending on the dimension written in the swfobject’s parameters as variable. The minimum width of the video should be 320 so the buttons can fit in the control panel.
4. The video and the image doesn’t have to have a specific size. It will be automatically resized and repositioned depending on the stage size. I recomend that in normal state(not full screen): the stage should have the same size as the real size of the video so it doesn’t have to be resized and repositioned and the quality to decrease.
5. It can be set to start playing or not from the beginning and also continous or not.
6. The initial procentage of volume can be set in the XML file.
7. It uses progressive streaming for playing the video.
8. The colors in the Control Panel can be setted from the xml: – color of the control panel background – color of the buttons background and cursors exterior – color of the normal state of the buttons and text in timer – color of the onRollOver state of the buttons and also progress bar in the playing bar and volume bar, and cursors interior
9. When the video plays the Control Panel of the player will disappear after a certain time defined in the xml. Also when the the video plays if the user presses space bar it will play or pause.
10. The player can be loaded recursevely in other swf parents. It will be automatically reposition on fullScreen.
Posted about 1 month ago
Please, No list ? Because in XML there may be several vidéos available (?) Thanks.
Posted about 1 month ago
Thank you everybody. I really apreciate it. In the future I’ll improve the player and also add a list customizable from XML .
Enjoy the flash pleasure.
Posted about 1 month ago
Hey nice job!
Is there a way to specify the video to be played in the index.html, alternatively, can the settings.xml file be specified here? I guess this would be done with an addParam??
Cheers
Posted about 1 month ago
Hey jacobdeane
The video to be played can not be specified in the html as a param in the swfobeject function. The only parameters you can send it this way are:
“stageWidth”
“stageHeight”.
so the stage to be resized or not if the parameters are not there. The rest of the need to be written written in the XML file. I guess in a future version I’ll make it possible to write the video name as a parameter in the swfobject function.
Thank you.
Posted about 1 month ago
I have changed two of the lines in the actionscript ( the ones that set the video and image from the file ) and now I can call both the image and video from the html page, just like you set the width and height!
You could easily use php to set the url for the video and image!
Posted about 1 month ago
Hei Koltasi.
The player is made to play video files. It needs modification ot play also mp3 files.
But that’s another job.
Thanks for asking.
Posted 28 days ago