I loved your codes! Thanks a lot!
FlepStudio presents a new free utility for Flash CS3 and Actionscript 3.0 .
It's a SlideShow of FLV videos.
Like an images Slide Show gallery but with FLV videos instead of pictures.
XML based, very easy to manage.
Actionscript variables:
private const SPEED:int=3; ( speed )
private const BUFFERING_TIME:Number=3; ( buffering's time)
private const XML_URL:String="videos.xml" ( path or assolut url of videos.xml file)
Installation:
1. Open main.fla and org/FlepStudio/Main.as and change the XML_URL variable with abosulte url that points at videos.xml file at line 26.
Also, you can change the speed of the slide and the buffering time ( lines 25 and 24 ).
private const SPEED:int=3;
private const BUFFERING_TIME:Number=3;
private const XML_URL:String="videos.xml";
2. Create the thumbs for each one of your videos and put them into thumbs folder.
3. Create the FLV videos corresponding with the thumbs and put them into videos folder.
4. Open videos.xml file and change the info of each node ( one node = one video informations ).
<item>
<video_url>http://www.flepstudio.org/FlashDen/SlideShowVideos/video_1.flv</video_url>
<thumb>thumbs/thumb_1.jpg</thumb>
</item>
Source files:
I loved your codes! Thanks a lot!
yheaaa it's exactly what i'm looking for a long time
but is it possible to make an overlay on each video to apply a comment or some text to explain the video ?
thank's a lot
spud
tnx flep
Very nice keep up the good work Alan :-)
I see the code...
private const XML_URL:String="videos.xml"; //path or absolute url
But what do it mean, I want it to gather data from my folder, not your website. So I guess I want a path...
And each time I open the swf it says that it wants to communicate with flepstudio.org, why?
Thanks in advance
Can it works with youtube files?
great piece... I am trying ot hunt down where to vary the size of the video. Wan tto load 640 x 480
thanks
thank you
but can we develop it?
how can i change the resolution??
Bookmarks