| Airton Toyansk 2005-06-21, 7:49 am |
| Hi, guys!
I'm trying to develop a sync app, between video and presentation.
I'm following steps about this Macromedia's tutorial:
http://www.macromedia.com/devnet/mx..._macrochat.html
And its sample files, specially _cuePointsDemo_3(embedded).fla.
However, I'd like to point the stream.time (seconds about video) to frames
into a MC, seems like:
if (stream.time = 2){
mcPreso.gotoAndStop(1);
}
if (stream.time = 8){
mcPreso.gotoAndStop(2);
}
Is there a way to do something like this, no using MediaDisplay component?
Thanks for any help,
Airton Toyansk.
________________________________________
_________________________
MSN Messenger: instale grátis e converse com seus amigos.
http://messenger.msn.com.br
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|