Flash Video cuePoints are messed up...  
Author Message
Vav





PostPosted: 2005-1-18 1:09:34 Top

flash-actionscript, Flash Video cuePoints are messed up... Anyone else notice that things aren't working with cuePoints... or is it
just me. I am trying to use multiple cuePoints on a video, using the

Obj.target.name

and the component must be messing up.

I have an example from the CD that came with Flash MX 2004 ActionScript book
and it works fine right off the cd, but try using a new MediaPlayback
component, since the update and no go. Just keeps returning the name as
undefined. This is royal BS or I am just totally missing something and no
one is addressing it.


 
Vav





PostPosted: 2005-1-18 2:35:00 Top

flash-actionscript >> Flash Video cuePoints are messed up... Yes, after 2 days of searching I have finally found my answer...

Obj.target.name has been replaced with Obj.cuePointName

Yippee... not one tutorial on video out there has been updated with this.


"Vav" <email***@***.com> wrote in message
news:csgrgf$ao1$email***@***.com...
> Anyone else notice that things aren't working with cuePoints... or is it
> just me. I am trying to use multiple cuePoints on a video, using the
>
> Obj.target.name
>
> and the component must be messing up.
>
> I have an example from the CD that came with Flash MX 2004 ActionScript
book
> and it works fine right off the cd, but try using a new MediaPlayback
> component, since the update and no go. Just keeps returning the name as
> undefined. This is royal BS or I am just totally missing something and no
> one is addressing it.
>
>


 
Christian [DK]





PostPosted: 2005-5-7 7:49:00 Top

flash-actionscript >> Flash Video cuePoints are messed up... You saved my day! I just couldn't understand why it didn't work... Thanks man!

 
 
Chance21





PostPosted: 2005-7-18 14:43:00 Top

flash-actionscript >> Flash Video cuePoints are messed up... You saved me as well. Or I hope you have.

4 hours of troubleshooting because I was dumb enough to trust their books, online documentation, and help files.

When will I learn?