Hi, new to your community :}
i have FLVPlayback component on the satge on frame 10.
when playing the scene, and the playhead reaches frame 10, i want the FLVPlayback to fade in or out.
my code:
[AS]// stop at frame 10
stop();
myFLV.alpha = 0
for (var i:Number = 0; i <= 10; i++) {
myFLV.alpha ++
}[/AS]
Thanks