Target a frame in a movieClip

I have buttons in a movie clip which are placed on the main
time line. I also have movieclips placed on single frames (25, 30,
35, etc) on the main time. When a button is released I want two
things to happen -
- the playhead to go to a frame on the main time line where
the movie clip is placed - which I can do with this code -
on (release) {
this._parent.gotoAndStop("25");
- then I'd like it to target a certain frame inside the
movieClip with a var number (var number already generated). This is
where I'm stuck. What is the path I use to target the frame inside
the movie clip???
Thanks for any help,
Dave

It's still not working....
I named my movieClip (classifieds_mc) and my Var (collapse -
which is a Number). I attached this code to the button (note:
button inside movieClip than placed on main time line) -
on (release) {
//Movieclip GotoAndPlay Behavior
this._parent.classifieds_mc.gotoAndStop("collapse");
//End Behavior
Nothing hapens when the button is releases. If I just target
the frame on the main time line with this code it works
on (release) {
this._parent.gotoAndStop("25");
But I'd like to also target a a frame inside the movieClip
with a var Number.
Any help on what I'm doing wrong???..??
Thanks,
Dave

Similar Messages

  • Goto next frame in a movieclip from main timeline button

    So what I have is a button (named Next) on the main timeline. I have a movie clip on that frame (on the main timeline) and the movie clip has 3 frames that I want to be able to cycle through using the "Next" button that is on the main timeline. How can I go about doing this?
    Thank you,

    Thanks kglad! Works like a charm. :-)
    I had already named the instance of the movieclip and button so I just needed to change the code to match and it's working great.
    One other issue I've come up with now is that when it goes to the 3rd frame of the movieclip and I click next, it doesn't do anything. shouldn't it go back to frame 1 of the movieclip?

  • Target another frame in a framset from flash navigation

    Target another frame in a frameset with for example
    getUrl (example.html, "rightFrame");
    has Adobe released some solution?
    - Right now we migrate from Flash towards PowerPoint and CSS,
    because
    the lack of answers and interactivity in Flash because of
    Microsofts "security pathes" in IE 6 and 7
    Right now I cant find a simple solution of how to target
    another
    frame from a frame in the same html-doc from a button in a
    flash navigation.
    Am I right or wrong? It looks like everyone avoid this simple
    question?
    - Why?
    And I still appreciate every possible answer that could solve my
    problem and a lot of problem to other
    interactive producer.

    Cant target another frame in the same frameset (2 frames -
    LeftFrame and RightFrame ) in the same html.doc
    This is the code I have applied to the Flash button
    in a frame called navigation in LeftFrame:
    on(release){
    getURL("right.htm", rightFrame);
    For some reason I can't get the page to open in the target
    frame (RightFrame).
    It will only pop up in a new window. (_blank)
    Microsoft has done a some security restriction since februari
    2006.
    The problem is that you cant use flash navigation in the same
    frameset no longer.
    I´ve serched everywhere and it looks like there is no
    simple solution to this problem.
    Adobe suggest that you Work around with Javascript.
    But what´s happend if the user disable JavaScript in the
    WebBrowser?
    Isn´t that obvious - it´s a strategic issue for the
    Interactive webbindustry.
    It´s a crossroad - which way webdesigners/developers,
    markering managers
    e-commerce managers.., want to choose to work along with
    databases, content
    management system and so on.
    If Flash not can provide an easy way of targeting another
    frame in a webbrowser for
    its customers, the customers have to choose a another
    solution - CSS+php or even worse
    - PowerPoint.
    I already migrate to CSS, PHP and PowerPoint because of
    Adobes late response of Microsoft so called
    "..because of security reason".
    At least I hope Adobe is interested of producing a motion
    tutorial of how to solve the problems by
    Javascript or whatever complex and not user friendly
    solution
    they come up with.
    Do you understand now?
    If you can provide a simple code below - please tell me -
    I really appreciate that!!!!!
    Code on flash button in LeftFrame:
    OnPress (I appreciate some bright solution here or som e link
    to how I solve the problem.)

  • Flash nav targeting html frames...

    I have NO idea why, I've read all the posts about having a
    flash nav menu target a frame within a HTML frameset. I even set up
    a quick test... (I'm using flash MX2004 professional so you all
    know)
    Ok, this is what I did....
    I created a framset in Dreamweaver using their fixed top
    frameset. So there's a top nav frame, and a bottom content frame.
    the frame holding the flash nav is called header.htm. The
    content frame is called main.htm (or the default htm page that
    opens in that frame) The frameset master of course is called
    index.htm.
    I created a test flash nav with 2 quick buttons. This is the
    code on the first and second buttons...
    first button:
    on (release) {
    getURL("test1.htm","mainFrame")
    second button:
    on (release) {
    getURL("test2.htm","mainFrame")
    As you can see I'm targeting the content frame which is named
    "mainFrame" in the index page like this:
    <frameset rows="119,*" cols="*" framespacing="0"
    frameborder="NO" border="0">
    <frame src="header.htm" name="topFrame" scrolling="NO"
    noresize >
    <frame src="main.htm" name="mainFrame">
    </frameset>
    So, I run the whole thing and instead of the flash nav
    pointing at the "mainFrame" frame, it just opens a whole new
    window! I've researched all over the place, and i'm not new to
    flash, i've done some advanced stuff, so you would think this would
    be a simple endeavor... Am I truely that stupid, or is this an
    issue with flash targeting framesets?? PLEASEHELP!!

    Did you heard about _blank , _self , _parent , ....??? maybe
    is something to
    do with the names you are using...
    i didnt understand much ur problem but first thing u have to
    be familiar
    with those things.. i hope that helps.
    "King86" <[email protected]> escribi�
    en el mensaje
    news:ea8kmo$fd8$[email protected]..
    > according to the getURL syntax, the URL has to be in
    quotes. I even went
    > and
    > changed the frame name in the index.htm and flash to
    target the "lower"
    > frame
    > (which I don't think mainFrame is an illegal name) and
    it still opens a
    > new
    > browser window. I don't get it.... I've seen some people
    say the target
    > does
    > not have to be in quotes, as in the tech sheet that you
    referenced above,
    > but
    > it does the same thing... anything else I can try? I'm
    just floored that
    > something that should be so easy is so difficult..
    strange...
    >

  • How do you run loop functions on specific frames of nested Movieclips?

    I'm still pretty new to AS3 and I've run into a problem that I never had with AS2.  I have a project where the 1st frame of the main timeline is the loading screen and the second frame has buttons and a title bar that I want to be on every "page" of my project.  There are 7 buttons that take the user between 7 different "pages", which consist of 7 frames of a movieclip I have filling the content area on frame 2 of my main timeline.  I'll call this movieclip "pages_mc".
    The problem is that frame 6 of the pages_mc movieclip has the following code:
    var moving = 0;
    var xmoved;
    var xbegin = pano_cont.pano_image.x;
    parts_mc.addEventListener(Event.ENTER_FRAME, moveImage); // constantly moves the image 1 pixel left or right depending on the button pressed
    btn_left.addEventListener(MouseEvent.MOUSE_DOWN, moveLeft); //changes the variable "moving" to 2 on mouse down
    btn_right.addEventListener(MouseEvent.MOUSE_DOWN, moveRight); //changes the variable "moving" to 1 on mouse down
    btn_left.addEventListener(MouseEvent.MOUSE_UP, stopMoveLeft); //changes the variable "moving" to 0 on mouse up
    btn_right.addEventListener(MouseEvent.MOUSE_UP, stopMoveRight); //changes the variable "moving" to 0 on mouse up
    function moveImage(e.Event):void{
    xmoved = xbegin - pano_cont.pano_image.x;
        if(moving == 1)
            pano_cont.pano_image.x -= 1;
        if(moving == 2)
            pano_cont.pano_image.x += 1;
        if(xmoved < -(pano_cont.pano_image.width/2)+180)
            pano_cont.pano_image.x = -2538;
        if(xmoved > (pano_cont.pano_image.width/2)- 180)
            pano_cont.pano_image.x = -2178;
    function moveRight (e:MouseEvent):void
        btn_right.gotoAndStop("down");
        moving = 1;
    function moveLeft (e:MouseEvent):void
        btn_left.gotoAndStop("down");
        moving = 2;
    function stopMoveLeft (e:MouseEvent):void
        moving = 0;
        btn_left.gotoAndStop("active");
    function stopMoveRight (e:MouseEvent):void
        moving = 0;
        btn_right.gotoAndStop("active");
    This is all just some code to allow users to move a panaromic image around on the screen.  But when I navigate to a different page from of my pages_mc movieclip I get the following output message:
    TypeError: Error #1099: Cannot access a property or method of a null object reference.
         at SampleProject_fla::Content_MC_1/moveImage()
    I'm thinking this is happening because the "parts_mc" movieclip I referenced for the ENTER_FRAME event listener no longer exists (unless you go back to frame 6 of pages_mc).  I'm not sure how to remove this event listener when the user moves to another frame of pages_mc.
    Any help would be greatly appreciated.

    kglad wrote:
    what's parts_mc.parts_mc???
    Not sure where you see that.  I see pages_mc.parts_mc which is just because the parts_mc movieclip is nested on the 6th frame of the pages_mc movieclip.
    At any rate, I was able to get it working by moving all the code onto frame 2 of the main timline and declaring all of my vairables on frame 1 of the main timeline.  I then added an ENTER_FRAME event listener onto one of my movieclip buttons (main_btn) on the main timeline and had it check what frame the pages_mc movieclip was on.  If it was frame 6, I then executed the moveImage function and had it remove the event listener from the main_btn movieclip if the frame changed away from frame 6.
    Seems to be working so far.
    Here's the code:
    Frame 1
    /* Declaring variables. */
    var pagenumber:Number;
    var moving:Number = 0;
    var firstTime:Number = 0;
    var xmoved:Number;
    var xbegin:Number;
    Frame 2
    pages_mc.addEventListener(Event.ENTER_FRAME, pageNum);
    pages_mc.addEventListener(Event.ENTER_FRAME, BtnSelParts);
    /* Keeps track of current page. */
    function pageNum(e:Event):void
        pagenumber = pages_mc.currentFrame;
        title_bar.gotoAndStop(pages_mc.currentFrame);
    function BtnSelParts(e:Event):void
        if(pagenumber == 6)
            btn_parts.gotoAndStop("current");
            if(firstTime == 0)
                btn_main.addEventListener(Event.ENTER_FRAME, moveImage); //moves the panorama image left or right
        else
            if(btn_parts.currentFrame == 32)
                btn_parts.gotoAndStop(1);
    function moveImage(e:Event):void
        if(pagenumber==6)
            if(firstTime == 0)
                pages_mc.btn_left.addEventListener(MouseEvent.MOUSE_OVER, overLeft); //animates left arrow button on rollover
                pages_mc.btn_right.addEventListener(MouseEvent.MOUSE_OVER, overRight); //animates right arrow button on rollover
                pages_mc.btn_left.addEventListener(MouseEvent.MOUSE_DOWN, moveLeft); //changes the variable "moving" to 2 on mouse down
                pages_mc.btn_right.addEventListener(MouseEvent.MOUSE_DOWN, moveRight); //changes the variable "moving" to 1 on mouse down
                pages_mc.btn_left.addEventListener(MouseEvent.MOUSE_UP, stopMoveLeft); //changes the variable "moving" to 0 on mouse up
                pages_mc.btn_right.addEventListener(MouseEvent.MOUSE_UP, stopMoveRight); //changes the variable "moving" to 0 on mouse up
                pages_mc.btn_left.addEventListener(MouseEvent.MOUSE_OUT, rollOutLeft); //animates left arrow button on rollout
                pages_mc.btn_right.addEventListener(MouseEvent.MOUSE_OUT, rollOutRight); //animates right arrow button on rollout
                xbegin = pages_mc.parts_mc.pano_image.x;
                firstTime = 1;
            xmoved = xbegin - pages_mc.parts_mc.pano_image.x;
            if(moving == 1)
                pages_mc.parts_mc.pano_image.x -= 1;
            if(moving == 2)
                pages_mc.parts_mc.pano_image.x += 1;
            if(xmoved < -(pages_mc.parts_mc.pano_image.width/2)+180)
                pages_mc.parts_mc.pano_image.x = -2538;
            if(xmoved > (pages_mc.parts_mc.pano_image.width/2)- 180)
                pages_mc.parts_mc.pano_image.x = -2178;
            if(pages_mc.parts_mc.pano_image.pano1.currentFrame == 1)
                pages_mc.btn_sel.gotoAndStop(1);
            if(pages_mc.parts_mc.pano_image.pano1.currentFrame == 2)
                pages_mc.btn_sel.gotoAndStop(2);
            if(pages_mc.parts_mc.pano_image.pano1.currentFrame == 3)
                pages_mc.btn_sel.gotoAndStop(3);
        else
            btn_main.removeEventListener(Event.ENTER_FRAME, moveImage);
            firstTime = 0;
    } // controlls the panaromas
    Let me know if you see any problems with this.
    Thanks again.

  • Frame action between MovieClips

    Hello Everyone,
    I have a little problem with actionscript/behaviors. What I
    want to do is create a frame action or behavior that takes you from
    one frame in a MovieClip to a label in the scene 1 timeline.
    Any Ideas?
    Thanks,
    Todd

    I tried that but I can only get it to work if the action is
    in the same timeline. I'm trying to go from a frame in a
    movieclip's timeline to a frame in the scene 1 timeline, separate
    timelines.
    Can I do this using frame action of gotoandplay?

  • Change Stage Frame From Inside MovieClip?

    How Do I Change Stage Frame From Inside MovieClip?
    Heres my code so far:
    hh.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);
    function fl_MouseClickHandler(event:MouseEvent):void
        gotoAndStop(2);
    i tried (root).gotoAndStop(2); but i got an error , #1061 ..
    Thanks in Advance...
    ASAP would be nice..

    well your a smart *** now arnt you   Haha..
    I missed 1 painful word in that line of code thanks heeps..

  • Using the radio button component to go to a frame on a MovieClip

    hello,
    I am using the radio button component in Flash with a continue button.
    When the user clicks their option in the radio button and then clicks continue, I want it to go to a movieClips Specific frame.
    Here is the breakdown and the script I have so far is below.
    The radio group os named RadioButtonGroup
    The instance names for each of the three options are noviceButton,intermediateButton,expertButton
    My continue button has an instance name of continueButton
    and my movie clip I am trying to target has an instance name of level_mc
    here is my code so far:
    continueButton.enabled=false
    noviceButton.addEventListener(MouseEvent.CLICK, revealContinue);
    intermediateButton.addEventListener(MouseEvent.CLICK, revealContinue);
    expertButton.addEventListener(MouseEvent.CLICK, revealContinue);
    function revealContinue(evt){
        continueButton.enabled=true;
    continueButton.addEventListener(MouseEvent.CLICK, clickContinue);
    function clickContinue(evt){
    var frameNumber=mc_levels.Number(noviceButton.group.selectedData)
    gotoAndStop (frameNumber);
    the problem starts with my varFrame line-I don't know how to get it to go to the movieClip and gotoAndStop at a specific frame, based on which radio button was clicked and after the continue button is clicked.
    Does anyone out there have any ideas?
    thanks
    babs

    use:
    continueButton.enabled=false
    noviceButton.addEventListener(MouseEvent.CLICK, revealContinue);
    intermediateButton.addEventListener(MouseEvent.CLICK, revealContinue);
    expertButton.addEventListener(MouseEvent.CLICK, revealContinue);
    function revealContinue(evt){
        continueButton.enabled=true;
    continueButton.addEventListener(MouseEvent.CLICK, clickContinue);
    function clickContinue(evt){
    var frameNumber=mc_levels.Number(noviceButton.group.selectedData)
    level_mc.gotoAndStop (frameNumber);

  • Targeting a frame with a flash button

    I am trying to target the main frame of my frameset with a
    flash button located in the left frame. button works fine when i
    target _self, _top.... or the frame it is in. but if i try to
    target any of the other frames in the frameset it has no effect

    Read my book. You'll get it. 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "*dreamer" <[email protected]> wrote in
    message
    news:e3lik3$q59$[email protected]..
    > Originally posted by: Newsgroup User
    > > As yet I hav't touched on frames
    >
    > Good. Keep it that way.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "*dreamer" <[email protected]> wrote in
    message
    > news:e3kso1$1hi$[email protected]..
    > > Till someone with more knowledge answers your query
    I can give you this
    > > link:
    > >
    > >
    http://www.kirupa.com/developer/flash5/frames.htm
    Some of the Adobe team
    > > maybe
    > > on May hols. As yet I hav't touched on frames,
    sorry petromilka .
    > >
    > > Seing as you tried everything else did you try
    _blank
    > >
    > >
    > >
    >
    >
    >
    >
    > <titters @ Murray></titters @murray>
    >
    > I have tried Murray with the 'nested templates' but to
    no avail..ahaaaaa
    > Fact
    > is I just don't understand how the darn things work,
    locked . editable
    > regions,
    > or otherwise..shakes head..
    >

  • Getting frame number of movieclip within movieclip

    Hey guys, really simple question--how do I get the frame number of a movieclip within a movieclip? Say I have mc2 nested within mc1. Whenever i try to say mc1.mc2.currentFrame, I get
    TypeError: Error #1010: A term is undefined and has no properties.
    at blobgame2_fla::MainTimeline/loop()
    I would attach my fla if this forum would let me.

    You shouldn't be doing this. For one thing, you're likely to wind up with race conditions that mean you can never be sure what exists yet and what doesn't. For another, if you need to change the way mc1 is built, then everything with a "hard" reference to mc2 will break until you dig around and fix it. You should build mc1 to do whatever needs to be done or generate an event (depending on your real end goal).
    What are you trying to do that you need the frame number for?

  • Jumping from Main Timeline to a specific frame of a MovieClip

    Hello there!
    I'm a begginer with Flash... and I am attending a course of fundamentals of Flash... so I apologize if my doubt is a too obvious answer to some of you.
    The situation is as follows:
      I'm using Action Script 2.0 --- I'm obligated to in the course I'm attending.
      I have a main timeline that has 3 frames. On the 2nd frame I have a movieclip named mc_nbr. On the 3rd frame I have a button "voltar" that when pressed I want it to "Go and Stop/Play" at frame 3 of the movieclip (that is embedded on frame 2 of the main timeline).
    I used the folowing code for the button btn_voltar:
    on (press)
        _root.mc_nbr.gotoAndStop("3");
    I tried as well with
    on (press)
       this.mc_nbr.gotoAndStop("3");
    None of them works!
    I tried to see wheather the button even works and it does.
    I included a input text box and the stament before the code shown above  like the one that follows:
    feedback.text = "Pressionei o botão!";
    So the part missing (and the important one) is jumping to the movieclip. I can't figure out how to do it !!!
    I uploaded the "project" at http://www.megaupload.com/?d=A6M581US
    Could anyone, please help me.
    Thank You for your feedback.

    Ron ron,
    Thank you for your help... but either I'm not following You or I'm doing something really wrong.
    I tried what you suggested but it doesn't solve my problem...
    Were we talking about the same button ? (btn_voltar, from the 3rd frame)
    Could you take a look at my file in http://www.megaupload.com/?d=A6M581US   ??

  • How to add frames to timeline/ movieclip using AS3?

    Is it possible to add frames to main timeline or inside a
    movieclip by code written in AS3.

    Yes. Never use frames.
    You cannot make a template from a frameset file. The best you
    could do
    would be to have a separate template for each individual
    frame. That would
    be unthinkably silly, though.
    The decision to use or not use frames should be based on a)
    your site's
    needs, and b) your willingness to accept the potential
    problems that frames
    can create for you as developer and maintainer of the site
    and for your
    visitors as casual users of the site.
    I am down on frames because I believe that they create many
    more problems
    than they solve.
    Judging from the posts here, and the kinds of problems that
    are described,
    the kind of person most likely to elect to use frames is also
    the kind of
    person most likely ill-prepared fo solve the ensuing problems
    when they
    arise. If you feel a) that you understand the problems and b)
    that you are
    prepared to handle them when they occur, and c) that you have
    a need to use
    frames, then by all means use them.
    As far as I know, the most comprehensive discussions of
    frames and their
    potential problems can be found on these two links -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "j.carney1987" <[email protected]> wrote in
    message
    news:fsnm01$d2g$[email protected]..
    > When you go to build a template with dreamweaver cs3 it
    won't let you add
    > any frames. Is there another way with out manually code
    it in?

  • Are there max # of frames for a movieclip

    OMG! I hope this isn't true. I have a movie clip in my
    library with 170 frames. When I put it on my stage, it plays to
    frame 150 and then loops. When I use actionscript to gotoAndStop at
    a frame beyond 150, all it plays is 150. Is there a limit to how
    many frames I can have in a movie clip? This movie clip is also
    being loaded dynamically at run time from the library. Are there
    any further limitations with that? I sure hope not or I have to
    come up with a major plan B for what I'm trying to do.
    Ouch!!

    On Tue, 19 Feb 2008 03:05:41 +0000 (UTC), "SPGAnne"
    <[email protected]> wrote:
    >Is there a limit to how many frames I can have in a movie
    clip?
    MC as well as main timeline may have upto 65535 frames.
    (c) SWF File Format Specification :)

  • Goto frame of child movieclip on later frame

    Hi, I've been trying to find a tutorial or description on how to do this.  Sorry if I'm asking something repetitive but I can't seem to find the right way to search for it or find something that explains it.
    What I'm trying to do is click btn1 on mc1 timeline frame 1 that will goto and play mc1 timeline frame 30 where the child mc2 is, then play mc2 at frame 10.
    I know this won't work as mc2 doesn't exist til frame 30 but to give an idea
    btn1.addEventListener(MouseEvent.MOUSE_UP, release1);
    function release1(evt:MouseEvent):void {
    this.gotoAndPlay(30).mc2(10);
    kind of like how you can go to a frame label in a scene
    mc1.gotoAndPlay("intro", "Scene 12");
    From what I've gathered so far it's using integers?
    Thanks for any help.

    Thanks again... I've learnt from both of you, although I did go with the RENDER as it kept the code in one place and it was the first reply lol
    I used this and it works fine:
    btn1.addEventListener(MouseEvent.MOUSE_UP, release1);
    btn2.addEventListener(MouseEvent.MOUSE_UP, release2);
    btn3.addEventListener(MouseEvent.MOUSE_UP, release3);
    function release1(evt:MouseEvent):void {
    this.addEventListener(Event.RENDER,renderF);
    stage.invalidate();
    this.gotoAndStop(30);
    function renderF(e:Event):void{
    this.removeEventListener(Event.RENDER,renderF);
    services_mc.gotoAndPlay(1);
    function release2(evt:MouseEvent):void {
    this.addEventListener(Event.RENDER,renderG);
    stage.invalidate();
    this.gotoAndStop(30);
    function renderG(e:Event):void{
    this.removeEventListener(Event.RENDER,renderG);
    services_mc.gotoAndPlay(16);
    function release3(evt:MouseEvent):void {
    this.addEventListener(Event.RENDER,renderH);
    stage.invalidate();
    this.gotoAndStop(30);
    function renderH(e:Event):void{
    this.removeEventListener(Event.RENDER,renderH);
    services_mc.gotoAndPlay(31);

  • Targeting a frame with a button

    hey guys
    in my lack of using Flash since macromedia's version 5, i've
    forgotten the actionscript needed for telling a button that when
    it's released, to load a url in an external iframe on a webpage.
    the actionscript toolbar in cs3 is really confusing me. any help is
    greatly appreciated.

    Create your button and give it an instance name. Then place
    this code in a separate layer at the same keyframe:

Maybe you are looking for

  • ORA-02070: Error when updating a SQL Server table thru an Oracle View

    I have a SQL Server table TIMESHEET which contains a number of VARCHAR and NUMERIC columns plus a DATETIME column. Only the DATETIME column is giving me trouble. On the ORACLE side I have a view which selects from the SQL Server table but in order to

  • Exchange 2013 SP1 & Custom OWA Theme

    On Friday of last week we updated from Exchange 2013 CU2 to Exchange 2013 SP1. Since updating our custom OWA theme no longer works. We configured it according to the following guide: http://technet.microsoft.com/en-us/library/bb201700(v=exchg.150).as

  • Display freezes using Safari 5.1 after Mac OS 10.74 install - iMac (early 2008)

    After installing Mac OS X 10.7.4 on a 24-inch iMac (Early 2008), experiencing display anomalies and freezes, while using Safari and web-based e-mail.  Screen will go all white, system will lock up, requiring power-off restart. Latest incident  while

  • Need clarity on advanced airport settings please.

    I have an intel imac ( n), macbook (n) , iphone (g), apple tv (n) and airport express running a set of speakers. I have just upgraded to a new dual band AEBS from the old UFO one. All works really well, and macbook to mac speeds seem 3-4x faster. All

  • Unread Mail Count wrong after Time Machine restore

    I, and others on this forum seem to have an unsolved issue having restored from Time Machine backup, so presumably a glitch somewhere in the restore system. We have followed the normal advice of rebuilding mailboxes, but it doesn't help. Does anyone