10/5/2010 11:38:51 PM
Title:
Flex Playlist in a container way.
Hello All,
i have to develop a playlist but in a different way
it will not be like a list of video names but instead
> a container with buttons or anything kind of small canvas for every video which i have to add it at runtime based on user inputs.
and i have to play a video whenever a user clicks on any button.
here slider will not be there on video Display but slider will be on Button or canvas in playlist when we drag the slider which is on button it should link with Video Display and
> if we don't move slider it should be like a playlist playing file one after another with a slider moving from one button to another.
>what i have tried is
a HBOX and adding buttons at runtime but i m not getting a way to gove it a slider functionality and link it to a video
and a single slider for complete HBox .
this is req but freedom is given to whatever is feasible i can go with it,,,
so if anyone knows how to proceed wiht this please give me an example or suggestions so that i can try for it.
Thanks in advance..
10/6/2010 9:37:46 AM
can you upload the design of your requirement as image to some image hosting website and post here the link so I can see and give you suggestion. Its quite difficult to visualize from description.
10/6/2010 11:57:25 PM
kind of example 4 in the below page
http://code.google.com/p/flexlib/wiki/ComponentList
i want the timeline as above example,it is of multirow but i want single row with timeline and zoom option and ability of adding buttons as it is added in example.
thnkz
10/7/2010 2:50:43 AM
create a set of buttons and on click just change the source of your video component related to that button. You can hide the original slider of the FLVplayback component and write your own code , it would be long process to write your own slider.