Re: [flexcoders] media playing at startup

2005-06-02 Thread Krzysztof Szlapinski
Manish Jethani wrote: Can you confirm that the media actually plays for a second by checking the value of the 'playheadTime' property? yes that's right - it's about a second and the playhead is not at zero position when I start the video later in may app. So the movie doesn't start from the

Re: [flexcoders] media playing at startup

2005-06-01 Thread dave buhler
Hi, I typically use creationPolicy=all for my viewstack. With your situation, you have options. If you want the mediaDisplay to load the content in the background, use creationPolicy=all and have a viewHelper load the FLV (setMedia or contentPath) when the button to the view is clicked. Or,

Re: [flexcoders] media playing at startup

2005-06-01 Thread Manish Jethani
On 6/1/05, Krzysztof Szlapinski [EMAIL PROTECTED] wrote: one of these comonents has a media display component and the problem is that the media starts to play for one second and then stops when the application is being initialized even when its autoplay property is set to false. Can you