# \[AS3\] FLVPlayback: fading in & out

**URL:** https://forum.kirupa.com/t/as3-flvplayback-fading-in-out/270224
**Category:** flash
**Created:** [September 6, 2008, 11:27pm UTC](https://forum.kirupa.com/t/as3-flvplayback-fading-in-out/270224 "2008-09-06T23:27:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![smallDot](https://avatars.discourse-cdn.com/v4/letter/s/a8b319/32.png) [@smallDot](https://forum.kirupa.com/u/smallDot)
#### Post date: [September 6, 2008, 11:27pm UTC](https://forum.kirupa.com/t/as3-flvplayback-fading-in-out/270224/1 "2008-09-06T23:27:03Z")

</div>

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
