A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Anyone up for a cuepoints chalenge? :grouphug:

  1. #1
    Member
    Join Date
    Mar 2006
    Posts
    50

    Anyone up for a cuepoints chalenge? :grouphug:

    Hello people,
    So here is the task at hand. I have a flvPlayBack component playing a movie. Lets say the movie is 1:18 seconds long. At the end of the movie I need it to make a movie clip, with an instance name "menu", visible again.
    Using this script. menu._visible = true; (yeah I know duhh... obviously)

    If anyone can help me with this it will be more then greatly appreciated.

    Thanks
    - Pamela

  2. #2
    Member
    Join Date
    Mar 2006
    Posts
    50
    Figured it out here is the code

    flvPlayback.addEventListener("complete", this.complete);
    function complete(evt:Object):Void {
    fullmenu._visible = true;
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center