Flash Banner Question
Flash Banner Question
Out of context: Reply #6
- Started
- Last post
- 14 Responses
- lvl_130
first of all an flv is streaming, so you won't be able to view it locally.
second, you don't put anything in the "over"state of the button.
you will just need to target the mc in which your flv player is in and have it start playing on rollover.
basic example:
give your button an instance name and put this code on the main timeline:your_button.onRollover=function...
your_flv_holder_clip.gotoAndStop... movie");
}