Re: [flexcoders] VideoDisplay won't load first frame

2007-02-12 Thread Muzak
Try calling myVidDisplay.load() in the 'ready' event handler instead of the 
'creationComplete' event handler.

regards,
Muzak

- Original Message - 
From: "klumikaze" <[EMAIL PROTECTED]>
To: 
Sent: Monday, February 12, 2007 4:17 PM
Subject: [flexcoders] VideoDisplay won't load first frame


I have a VideoDisplay component, and I've declared it's 'source' properly, I 
also do a
myVidDisplay.load() when the component hits creationComplete. I have autoPlay 
disabled,
you need to hit a play button to initiate the myVidDisplay.play() call...

Unfortunately, the first frame of the video refuses to load and I am left with 
a blank screen.

Any ideas?

Thanks,

Brian Dunphy





[flexcoders] VideoDisplay won't load first frame

2007-02-12 Thread klumikaze
I have a VideoDisplay component, and I've declared it's 'source' properly, I 
also do a 
myVidDisplay.load() when the component hits creationComplete. I have autoPlay 
disabled, 
you need to hit a play button to initiate the myVidDisplay.play() call...

Unfortunately, the first frame of the video refuses to load and I am left with 
a blank screen.

Any ideas?

Thanks,

Brian Dunphy