Question
How do I get BytesLoaded / BytesTotal with Flex.VideoDisplay
Hello,
I've created a video player/recorder in flex using FMS and the VideoDisplay component. I'm trying to write the download progress bar into the play scrubber. The typical properties I'd use are VideoDisplay.bytesLoaded and VideoDisplay.bytesTotal however I only get -1 back for both properties. The Flex 3.3 language reference says that its all you'll get back when using the FMS. I'm wondering if anyone knows where to pull the data from then if its -1 with the FMS. I'm not sure how I can create a download progress bar without it. If anyone has any clues I'd welcome it.
Also flash.events.ProgressEvent.PROGRESS is never thrown so I have no chance to pull it from there.
Thanks,
Pete
I've created a video player/recorder in flex using FMS and the VideoDisplay component. I'm trying to write the download progress bar into the play scrubber. The typical properties I'd use are VideoDisplay.bytesLoaded and VideoDisplay.bytesTotal however I only get -1 back for both properties. The Flex 3.3 language reference says that its all you'll get back when using the FMS. I'm wondering if anyone knows where to pull the data from then if its -1 with the FMS. I'm not sure how I can create a download progress bar without it. If anyone has any clues I'd welcome it.
Also flash.events.ProgressEvent.PROGRESS is never thrown so I have no chance to pull it from there.
Thanks,
Pete
