|
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: |
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
