Need help with actionscript (flash professional)

Ok so its been a while since I've used flash and i need a
little bit of help. I've searched through the help books and tried
to figure it out on my own but im stuck.
I'm making a website for my music page using flash
professional on Mac OSX.
I'm trying to make a menu along the left side that when you
press the "more" button at the bottom of multiple other buttons it
will make the set of links (which i have as buttons) switch out
with another set of links. (also buttons)
I cant get this more button to do it though!
here is a link to my .fla file
http://rapidshare.com/files/196874495/website.fla.html
Help would be GREATLY appreciated.
Thanks.
-Ken

_parent tells the guy that's holding the movieclip (its
parent) to do something.
The reason I say something seems corrupted with the file is
because I took your button out of the movieclip and used it with
the code you had for the movieclip, which should have worked as you
had it on(release){ gotoAndPlay(2)} because for whatever reason,
buttons don't consider the guy holding them as their parent...
bitter adopted orphans I reckon.
but it didn't work, and I gave up trying to figure out why.
Sometimes files just need to find a new home in another
file.

Similar Messages

  • Need help with Adobe Flash Professional! Somewhat urgent!

    In Adobe Flash Professional, How Can I Split The Frames Of An Animated Symbol That Are Placed On The Seed Timeline Without The Symbol Restarting Its Entire Animation After Each Split? I have looked up many online tutorials and none run into this problem.

    My original response stands.  If you want to stop a timeline animation you need to implement a stop() command.
    If you need the animation to start/restart at a specific point then you use a gotoAndPlay() or play() command depending on where that starting point is relative to where you currently are on the timeline.

  • Need Help with a Flash Web Project

    Hello, everyone. I am trying to use Flash to make a two-step
    system. I want the flash document to, first, allow a person to
    upload multiple image files and then, second, for the flash
    document be able to create a slideshow with the uploaded images and
    fade in and out from each image until the slideshow is over. I want
    it to be where the flash document creates its own slideshow with
    the images that are uploaded in the first step that I mentioned. I
    want it to do it completely on its own so I need to know how to
    give it the proper AI so that it can do this task.
    So, are there any tips that anyone has on how to do this? Can
    anyone tell me exactly how to do this? I really need help with this
    for my new website project. Thanks in advance, everyone!

    The problem with the text not appearing at all has to do with you setting the alpha of the movieclip to 0%.  Not within the movieclip, but the movieclip itself.  The same for the xray graphic, except you have that as a graphic symbol rather than a movieclip.  To have that play while inhabiting one frame you'll need to change it to a movieclip symbol.
    To get the text to play after the blinds (just a minor critique, I'd speed up the blinds), you will want to add some code in the frame where you added the stop in the blinds animation.  You will also need to assign instance names for the text movieclips in the properties panel, as well as place a stop(); in their first frames (inside).
    Let's say you name them upperText and lowerText.  Then the code you'd add at the end of the blinds animation (in the stop frame) would be...
    _parent.upperText.play();
    _parent.lowerText.play();
    The "_parent" portion of that is used to target the timeline that is containing the item making the command, basically meaning it's the guy inside the blinds telling the guy outside the blinds to do something.
    You'll probably want to add stops to the ends of the text animations as well.
    If you want to have the first text trigger the second text, then you'd take that second line above and place it in the last frame of the first text animation instead of the blinds animation.
    Note, on occasion, undeterminably, that code above doesn't work for some odd reason... the animation plays to the next frame and stops... so if you run into that, just put a play(); in the second frame to help push it along.
    PS GotoandPlay would actually be gotoAndPlay, and for the code above you could substitute play(); with gotoAndPlay(2);

  • Need help with adobe flash player 10.2 keeps crashing

    ok i am having a problem with the adobe flash player ten it keeps crashing on firefox ie8 and google chrome
    operating system is windows xp  32 bit
    really need help because this has been going on for 3 weeks straight  and i downloaded the adobe flash player from the adobe site
    i have uninstalled it 3 time and reinstalled it 3 time
                                                                                                                                                                  need help ASAP!!!!!!!!!!!!!!!!!

    Hello,
    Please try the following way:
    1.Open "Start", then in the "Start Search" bar input "regedit", then click "Enter"
    2.In the opened "Registry Editor", find the key "HKEY_LOCAL_MACHINE -> SOFTWARE -> Macromedia -> FlashPlayer -> SafeVersions" and delete it.
    3.Download the latest Flash Player from http://get.adobe.com/flashplayer/, and install it.
    Thanks

  • I need help with Adobe Flash Player, PLEASE!

    I have been on multiple site trying to play games or watch videos (e.g. YouTube) and keep getting an error message saying I have to install Adobe Flash Player in order to play/view.  I have done this multiple times and currently have Flash Player 11 ActiveX and Flash Player 11 Plugin.  What more do I need to do because it still won't let me watch the video or play the games!
    PLEASE HELP ME!
    Additional info:  I just wound up downloading Google Chrome (but don't like it) and don't have the same problem.  So, it's only happening  when I am trying to do all this on Internet Explorer 9.

    Flash Player Help | Installation problems | Flash Player | Windows
    Mylenium

  • Need help with Installing Flash 9

    First off, let me apologize if this is in the wrong forum, I couldn't really find a forum for my specific need.
    I was running Flash 8 just fine, but then a video requested that I update to Flash 9, because that's the only way the video would play.
    So I tried installing the PPC version, and right at the last file it needs to finish installing a window pops up saying "ERROR CREATING FILE, 1008:5,-5000 Access denied error."
    Now all flash files won't work on my browser.

    Did you enable "root user" according to "Mac Help" or did you set up a new user in the system preferences? If you did it according to Mac Help, then Flash should have been installed correctly. Did you try the other option first? That option, if it worked, would have installed Flash into the current user. How many different users do you have?
    Post back if you still need help, maybe someone else will pick up on this that is better than I am about such problems.
    Sorry that I haven't been much help.
    Larry

  • Need help with adobe flash crashing my computer.

    i use firefox is this a problem with adobe flash?

    You might want to give some specifics. Other then my computer crashes with Adobe....Not to be a S.A but there are a lot of different Adobe programs and computers. You mention FF so Windows would be my guess, or you could be running Linux. Do you see the variables here? What kind of computer? Not a Desktop or Laptop or Dell or HP. Specs like GPU, CPU, Memory. Program running, what you were doing, etc. The more detailed you are the more a user can hop in and try and help you.

  • Timeliner needing help with actionscript

    i'm on an inherited project. The developer wrote everything
    as actionscript in the first frame. It's a web banner that after
    //scene1 needs to on rollover (or after 60 seconds) begin playing
    //scene 2, and right now it plays automatically. I'm a total
    timeline guy and need help. I know it's simple but I seem to be
    spinning my wheels.Thanks!

    is there more code in that textTween.onMotionFinished
    method?

  • Need Help with ACTIONSCRIPT for Interactive Music Video

    I am trying to create an interactive music video in After Effects and Flash.
    The concept is that while the music video is taking place the user can  decorate the hair of the woman with any of the objects they select.   There will be predetermined animations and destination spots but the  user can choose whatever objects they select to be delivered to the  predetermined spot.  I need to figure out how to let the user to select  an object that will become part of the animation.  I created a PDF  Roughly explaining what I am trying to do.  If anyone can help me I'd be  very grateful as I am more versed in After Effects, I don't know  ActionScript well enough to execute what I am trying to do.
    Below is a rough example of what I am trying to do.  There will be a music video of an animated woman singing.  As she is singing the user will be able to click any of the objects , below the numbers 1-10.  Below it is illustrated that the user wants to press the blue number 2.  If the user presses the 2 the 2 will animate in the mouth of a bird to a predetermined pre-animated spot.  I assume I need to send a movieclip to a blank  holder on the timeline and use a gotoAndPlay() action ???  I am not well versed in ActionScript so any advice would help
    Now whatever number (movieclip) the user chooses next needs to be placed in another blank spot in the timeline? Below the user selcts the Pink 5.
    If the user just wanted to Place two "Blue 2's" then the "Blue 2's" would follow the same animated path and end up at the same predetermined space.
    If the user selected just 5's and 7's they would go to the predetermined preanimated paths
    How would I go about writing the Actionscript for this?

    Look, I hope you don't have false expectation that by knowing one piece of AS capabilities you will be able to accomplish your task.
    If I say that the code for placing one MovieClip into another is:
    clip1.addChild(clip2);
    will it make any difference in terms of implementation?
    Also, you say "select." This may mean a lot of thing: click, drag and drop, mouse down, etc. I am saying that implementation tightly depends of definitions that you give.
    I don't know the extend of your AS skills, so it is not easy to figure where to start helping. Also, forum, perhaps, is not the medium where someone will write a lot of code for you. It is good for getting answers to very specific questions and solutions. This is when you have some code in place already.
    What I would suggest is to start developing a very rough concept - no video, no birds, no numbers - just a static background image of the person you have in your first post. If you advance to an application that will allow user to select a square, place the square into another one - it will be a good start.

  • Need help with actionscript for media controller

    I seem to be having a slight problem. I've been looking
    around and everything I see is for .flv playback. Anyways, here's
    my problem.
    Client wants a video that's interactive. When a transition
    occurs a simple tex button shows up which links to certain web
    pages. Deploying this as a .swf would be no problem, but they want
    a controlbar with it so a user can scrub back and forth in the
    video. So the best way to do this would be progressive or
    streaming.
    I created a source file that utilizes the "loader component"
    and inserted the "media controller component". I'm not very good
    when it comes to actionscript and can't seem to find the proper
    script which utilizes the media controller so the user can scrub
    back and forth. Everything else seems to work fine with the loader
    as it loads an external .swf file.
    Just need to get the controller working properly. Total
    frames of the swf is a little over 3,000 and dividing the total
    frames by 30 was 107.7 seconds. So I round that to 108 seconds. The
    online docs seem to be fragmented and not always consistant
    especially when i'm not using the flvplayback or display.
    Does anybody know the actionscript for this? Or where I can
    find the information on this? I've associated the loader with the
    controller and vice versa in the behaviors panel as well if that's
    any help. Any help is much appreciated thanks.

    Look, I hope you don't have false expectation that by knowing one piece of AS capabilities you will be able to accomplish your task.
    If I say that the code for placing one MovieClip into another is:
    clip1.addChild(clip2);
    will it make any difference in terms of implementation?
    Also, you say "select." This may mean a lot of thing: click, drag and drop, mouse down, etc. I am saying that implementation tightly depends of definitions that you give.
    I don't know the extend of your AS skills, so it is not easy to figure where to start helping. Also, forum, perhaps, is not the medium where someone will write a lot of code for you. It is good for getting answers to very specific questions and solutions. This is when you have some code in place already.
    What I would suggest is to start developing a very rough concept - no video, no birds, no numbers - just a static background image of the person you have in your first post. If you advance to an application that will allow user to select a square, place the square into another one - it will be a good start.

  • Need help with editing flash

    Hello everyone, I'm really new to flash and I have some problems with editing my flash file. Currently, I have a small flash application  in a folder, containing various kinds of files such as AS, SWF, FLA, HTML. What I want to do is to change the text inside one of the buttons in the application. After doing some reasearching, I realized that I should probably make some changes to the FLA file(Quiz.fla for example) since Quiz.fla is the only FLA file in the folder. Therefore, I opened it using Adobe Flash CS5.5, what what I found out is that the Quiz.fla file  is really different from other FLA files. It only shows a plain background when I open it, without showing the actual interface of the flash application. It does contain all the buttons and contants under the Library section on the right side of Adobe Flash . When I try to change the text inside the button then save-publish, the newly published SWF file  would just be a static picture of the button I've changed and everything else is gone. Any help is greatly appreciated!

    ya, that's why I'm confused. I've actually tried editing some sample flash FLA files and all I need to do is to edit them in the Library and it would work out. But this one seems to have some weird problems. I could actually send the application folder to you if you have some time to take a look at it. Thank you very much again for the help!

  • I Need help with Adobe Flash Player!  Ty.

    Hi.  I can't seem to download Adobe Flash Player or have my Java Script in here.  I had all this stuff in my old computer and when we bought this recently those items are missing.  Being that I am Conputer Illiterate, doesn't help me.  I have followed the instructions at best to my ability when reading the how toos.  If anyone is out there that could help me I would be forever grateful.  Thank you and Peace Out.  Annie.
    Please email me at [email protected] if you have some answers regarding my noted problem.  TY
    Message was edited by: evergreensab
    Message was edited by: evergreensab

    Hi eg, If you have Windows 7 the new one, then you have IE8 since it comes with it. We are only working on this one computer, right?
    First of all you must be the Administrator in order to Install Flash Player, are you? You need to use that account.
    Download this Flash Player Uninstaller to your Desktop:
    http://kb2.adobe.com/cps/141/tn_14157.html
    Download this Flash Player Installer for Internet Explorer to your Desktop:
    http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    Close all browsers, you only want to be looking at your Desktop. Check your system tray(the area by the clock) and disable any applications like messenger, etc. You don't want any applications there that use Flash.
    Run the Uninstaller and when it is finished, restart your computer. Wait until it is completely restarted, then restart it again. When it is completely restarted, then Run the Installer. When that is finished, restart Once.
    Then go to this site to test :http://www.adobe.com/software/flash/about/
    Thanks,
    eidnolb

  • I need help with a flash nav and switching pages!!!

    is there anyway to point the browser to play a swf file from
    a specific point (labeled frame) in the movie after switching
    (html) pages?
    basically it's a nav bar that needs to be played from the end
    of the movie after the first opening (html)page.
    I know i can do this with frames, but i would love to avoid
    that if possible. and the only other option i know would be to have
    2 swf files. there has to be a "on(load) /gotoandplay() or some
    combination to make this work, it seems to be too close to not be
    possible.
    thanks for all the help.

    SHouldn't be too involved. Just set a variable with JS (or
    whatever
    language you can use, I used JS simply b/c you stated HTML
    pages, not PHP or
    ASP), then in your flash movie, have your first frame do a
    basic if/then or
    do a switch (if it's available in AS).
    if ($var==1){
    gotoAndPlay (1,1);
    elseif ($var--2){
    gotoAndPlay(1,2);
    etc.
    Alternately, you could set a session variable, but you would
    have to have
    dynamic pages to do that.
    "Dminadeo" <[email protected]> wrote in
    message
    news:elkjne$gei$[email protected]..
    >
    quote:
    Originally posted by:
    Newsgroup User
    > You could have your pages set a value on them, and read
    that value into
    > flash.
    >
    > Ie, say your value is set via javascript. I would
    imagine you could then
    > pass that to yoru flash movie, which would reference the
    place to start
    > before actually starting the movie.
    >
    > HTH,
    >
    > Jon
    >
    >
    > that sounds a little more involved than i thought it
    would be, but i'm
    > willing
    > to give it a shot. any other pointers?
    > thanks again
    >
    >
    >

  • I need help with Actionscript!

    I built my first site in flash.
    My pages have a UILoader which uploads a different image when clicked. Actionscript for my entire site is as follows:
    //LOAD A RANDOM BACKGROUND (FROM 1 TO 10)
    var randomNumber:Number = Math.ceil(Math.random()*19);
    trace (randomNumber);
    bkgrndimage.source = "images/image"+randomNumber+".jpg";
    stop();
    //handle events for buttons...
    about.addEventListener(MouseEvent.CLICK, clickSection);
    home.addEventListener(MouseEvent.CLICK, clickSection);
    design.addEventListener(MouseEvent.CLICK, clickSection);
    photo.addEventListener(MouseEvent.CLICK, clickSection);
    resume.addEventListener(MouseEvent.CLICK, clickSection);
    contact.addEventListener(MouseEvent.CLICK, clickSection);
    function clickSection(evtObj:MouseEvent) {
    //trace shows what's happening..in the output window
    trace ("The "+evtObj.target.name+" button was clicked!")
    //go the the section clicked on...
    gotoAndStop(evtObj.target.name);
    On two of my pages, I want a link to an external swf file that i created with slideshowpro. How do i link the button to the swf file??

    Yeah, you're missing what I'm explaining, so I'll try with a little more detail, though you won't learn by being handed a solution.
    An event handler function is the function that you are assigning your event listener to call when you assign an event listener.  For the code you showed, your group of event listener assignments all point to the same event handler function... clickSection.  So you need to create another event handler function for the other button you want to click to open a different browser window... it has to have a different name than the one you already have.
    Let's say you call your button swfBtn
    swfBtn.addEventListener(MouseEvent.CLICK, clickSwfBtn);
    function clickSwfBtn(evt:MouseEvent):void {
         navigateToURL(new URLRequest("your.swf"), "_blank");
    Note that you probably want to have your swf in a web page rather than linking directly to it.

  • I need help with new flash player constantly crashing

    Ever since updating the flash player it is constantly crashing. I have updated firefox also which constantly crashes. Firefox is pointing the finger at the flash player..... I need someone who will work with me step by step as i am not a computer tech. The two websites i visit that the flash player crashes on is www.myspace.com while playing mobsters and mafia wars, and www.smallworlds.com which is a 3d interactive " chat room ". I have tried removing the flash player and going with an older version, but it continues to kick me to the updated version...Please help!

    Hi, thanks for your Flash file info. You have the SWFlash.ocx that is old. Right click on that one and Remove/Delete it.
    Your SWF plug-in is correct as well as the remainder of your Flash files. The SWFlash.ocx that needs removed is conflicting.
    The Windows Firewall should be used. Now I see that you have not updated to the Windows XP Service Pack 3, which is the latest. I would recommend that you do that. Many improvements and security issues are included in that. You can go to the Microsoft site for that.
    After you do that, Microsoft has the Microsoft Security Essentials which is a free program and has the Anti-Virus and Anti-Spyware features. It does not include a Firewall nor are there any browser add ons that would conflict with your browser, other add ons or Flash Player.
    I'm not sure of the system requirements for the MSE, but check. You may need the updated Service Pack first. Before you Install the MSE tho, make sure no other anti-virus is still Installed. The one you mentioned needs Uninstalled and you need to check if they have an Uninstaller and do that first.
    Whether you do any of what I suggested or not, you need to Remove that SWFlash.ocx. I would reboot(restart) your computer afterwards.
    P.S. Firefox has updated to 3.6.8 and you can do that anytime.
    Thanks,
    eidnolb
    Message was edited by: eidnolb  add a P.S.

Maybe you are looking for