![]() |
#1 |
![]() Join Date: Apr 2009
Location: Miami, FL
Posts: 493
|
![]() Guys, I built a multi video player in flash and I was wondering if any one knows how to add code to the player to play a pre roll video ad.
stop (); function videoOne (event:MouseEvent):void{ pubPlayer.source = "flvs/01.flv"; } function videoTwo (event:MouseEvent):void{ pubPlayer.source = "flvs/02.flv"; } function videoThree (event:MouseEvent):void{ pubPlayer.source = "flvs/03.flv"; } OneV.addEventListener(MouseEvent.CLICK,videoOne); TwoV.addEventListener(MouseEvent.CLICK,videoTwo); ThreeV.addEventListener(MouseEvent.CLICK,videoThre e); Thanks Last edited by gigiloumill; 11-10-2009 at 03:24 PM.. Reason: more |
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|