Re: [Flashcoders] seek() in VideoPlayer class

2007-04-28 Thread Flash Coder
I created my own with Netstream and it worked like a charm. Thanks! /Jamie On 4/24/07, Steven Sacks [EMAIL PROTECTED] wrote: As noted in the method documentation, seek() does not go to the timecode you pass. It goes to the nearest keyframe to the timecode you pass. Head over to YouTube and

[Flashcoders] seek() in VideoPlayer class

2007-04-23 Thread Flash Coder
Hi, I am building my own flv videoplayer with the mx.video.VideoPlayer class. I have run into a problem with my draggable slider for seeking back and forth my movie. The problem is: I'm calling the seek() method every time the mouse's x position change. It works fine if I just click around

[Flashcoders] Sound object issue / OnEnterFrameBeacon?

2005-11-17 Thread Flash Coder
Hi, I have run into a strange problem (developing in Flash Studio 8). I have a class that starts streaming a mp3 file in a Sound object. When I do this alone, it works perfectly. But as soon as I also animate something with the Tween class (using OnEnterFrameBeacon), the mp3 stops playing at