15 Comments
thx for this nice player. Tell me, how i can change the load.xml. link (host adress) in the fla. file? I would like to install the player on myspace and other side's.
Hope you understand me? Sorry for my english....
Oliver
You need to create a new xml and pass it as a flash variable in the embed code, there is an example in the download source and an explanation in the help files about this stuff.
also you can send me a email via info@clearofjunk.de
thx
Thanks,
Howard
mrhpramsay@gmail.com
http://vimeo.com/8095755
This is the second time you do this question.
I bought the video, but when I try to implement the call to the file: load.xml from. Php is not read.
Example: <? Php echo '<?xml version="1.0" encoding="UTF-8"?>
<!-- READ THE help.txt FILE FROM THE DOWNLOAD SOURCES, THE BELLOW TAGS ARE EXPLAINED THERE-->
<content>
<player_width>750</player_width>
<player_height>400</player_height>
<auto_play>yes</auto_play>
<loop>yes</loop>
<volume>100</volume>
<controlBarHideDelay>3</controlBarHideDelay>
<controlBarAutoHide>no</controlBarAutoHide>
<smoothing>yes</smoothing>
<auto_align>no</auto_align>
<disable_description_button>no</disable_description_button>
<!----------------------PLAY LIST SETUP---------->
<play_list>
<play_list_item>
<button_label>Video Corsi Inglese</button_label>
<xml_path>load/folder1/load.xml</xml_path>
</play_list_item>
</play_list>
<!---------------------------------------------------------------->
</content>'
;?>
How do I make a call from your file.
Thanks in advance ...
Can I upload your soft as a plugin in Wordpress ?
Will the Multiple license help to set it up on different Blogs ?
Thanks for your time
Jacques.R
Yes this is possible, I am not a Wordpress expert but it should work, all you have to do is to embed the .swf file...
No Flash knowledge required for setting up this video player. Everything can be set from a main .xml file making it very easy to update and maintain.
This player can be set to any size you want by changing the player width and height in the configuration XML file, so you can integrate this in any of your projects, HTML or Flash.
Features
* XML driven content
* Video streaming with buffer
* Full screen video mode supported
* AutoHide controls bar, you can set the player to autohide the controls bar and mouse after a number of seconds of inactivity
* Autoplay option.
* Loop option.
* Description for video, this can be disabled
* Space key listener, you can use Space key to play/pause the video
* Click listener, you can click on the video to play/pause the video
* Video smoothing, for a better quality this can be enabled or disabled.
* Support HTML and CSS formated text.
* Code is fully commented
* OOP based code, clean and easy for maintenance
* A detailed help file is included
* In the HTML embed code you can pass the path to the configurable XML file and in this way you can have multiple instances of the player with a single .swf file, there is an example and full documentation in the download sources.
* Good to know for Flash programmers: the entire graphic is in one MovieClip so it is easy to change the skin in case you need to adapt the graphic design of this Video Player
Important note
- To be able to play H.264 video you need Player 9.0.115.0 or later.
You will find all the XML settings in the help.txt file plus instructions about how to set this up, the help.txt and help.docs is provided in the download sources. Enjoy!