Button to play a movie within a movie in ActionScript 3 Presentation -


i making flash presentation, each animation within movie clip (movie_mc). movie clip has key frame holding each animation (4 keyframes/animated slides). first movie instance/slide called "slide1871". labeled first frame within movie "slide1871". buttons on main timeline.

i cannot code work link play first frame of movie slide1871 (within movie_mc). either doesn't work @ all, or plays 4 keyframes of 4 slides have within movie_mc.

this plays 4 keyframes:

    btn1871.addeventlistener(mouseevent.click, btn1);      function btn1(event:mouseevent):void     {         movie_mc.gotoandplay("slide1871");     } 

i've tried bunch of other stuff button doesn't work. please help, makes sense.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -