Hi john great code, very clean, however are you adding in seeking buttons at all, im curious to know how to go about the automatic seeking features.

do you have mute functionality id like to know if its possible to stop the audio stream etc without having to change the value of the volume slider it doesnt work on vod streams currently.

the scrub bar code looks clean, how does it get updated though ?

you may need to add extra calculations here for tracking the position to the length of the hslider maybe ?

public function updateScrubBar():void
            {
                try
                {
                    if(!scrubbing) scrubBar.value = ns.time;
                }catch(e:Error)
                {
                   
                }
            }

i cant see where this is called is this within a timer method ?

also how do you position the vholder component, i created my own flex component which composes the Video class and kinda "overrides" the same methods required to send the netstream to it then call it in a flex tag like

<media:VideoContainer/> :)

im curious to see what these filters do !

im still trying to work out how to customise a skin of a hslider to make it look like a traingular masked volume slider, the default skin is terrible :)

some questions about the blitz imports, flex has its own Logging api, is there a reason to use bltiz, it seems it has the same class in different packages for the user preferences, seems simple enough and usable for saving preferences ie the volume position, i like to make my apps quite lite as flex is known to be bulky does it add much more to the size ?

John Grden wrote:
screenshot:
http://www.rockonFlash.com/red5/demos/FLVPlayer/images/RED5_FLVPlayer.png

On 11/9/06, John Grden <[EMAIL PROTECTED]> wrote:
I know someone else was finishing up converting the oflaDemo to Flex/as3, and I was in the middle of creating an FLVPlayer for local use (progressive/client side only).  I re-routed some of the guts and converted it to work with Red5 and works pretty well.  Thanks to Thijs for that little bit of code with the responder, it's looking really nice.  So, I don't mean to take an wind out of the other conversion's sales - it was a simple conversion and thought the source would help.

you can click a button to fill screen, the sound control works, play/pause/stop and seek.

The source is here:
http://www.rockonflash.com/red5/demos/FLVPlayer/srcview/index.html

you can click on the "download source" to get all the files to compile and play with.

I'll include it in subversion in the morning after I check with the other team members on adding it or not.

--
[  JPG  ]



--
[  JPG  ]

_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org



_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to