Re: [Flashcoders] Scrubber for streamed flv

2006-09-01 Thread greg h
Sammi, You might want to repost this question over on the FlashComm list: http://chattyfig.figleaf.com/mailman/listinfo/flashcomm Some members there have posted AS3/FMS2http://www.webservertalk.com/archive374-2006-5-1384149.html(though as yet, not an AS3 scrubber). The FlashComm list is

Re: [Flashcoders] Scrubber for streamed flv

2006-09-01 Thread Christian
We've done it using BitmapData... basically, onPress to start scrubbing, we set the video object to invisible and capture the image of the object using bitmap data. On stop of scrub, reverse the process... hopefully that helps... again, this is only as 2.0 at 8 at this point, but figured i'd

Re: [Flashcoders] Scrubber for streamed flv

2006-09-01 Thread Anthony Lee
greg, You might want to repost this question over on the FlashComm list: http://chattyfig.figleaf.com/mailman/listinfo/flashcomm Is it working? I've never been able to load the page or subscribe. Tony ___ Flashcoders@chattyfig.figleaf.com To change

[Flashcoders] Scrubber for streamed flv

2006-08-24 Thread Samúel Jónasson
Hi, anyone done a scrubber in as3 for a streamed flv from FMS2? I am not having any problems with repositioning the playhead. My problem is that while scrubbing I want to display a still frame from the video where the scrubber is (as it is dragged). Wish I could find more samples for