Flash CS5 Won't Stop Looping, Even with Stop Action in Place

The timeline has a stop action at the end of the movie (frame 770), but continues to loop. Publish Settings HTML tab has "loop" unchecked as well.
The movie has a lightning storm that plays throughout the entire timeline that was purchased from iStockPhoto. Perhaps some of their coding is conflicting (see below coding). Other than those two codes for the storm, the only other code in the Action script is a stop action at the end of the movie. Hope someone can help me out. Thanks!
ACTION: LAYER FRAME 1
setProperty("", _x, random(420));
if (random(2) == 0)
    setProperty("", _xscale, -100);
else
    setProperty("", _xscale, 100);
} // end else if
ACTION: LAYER FRAME 13
if (random(50) != 0)
    gotoAndPlay(12);
} // end if
ACTIONS FRAME 770
stop();

Hi, I noticed your thread. Did you know you are on the Flash Player Forum that is for the browser plugins?
I'm not even sure which Adobe Forum would be the best but you can choose from here:
http://forums.adobe.com/index.jspa
Thanks,
eidnolb

Similar Messages

  • Nokia 5800 XM won't turn on even with battery char...

    My Nokia 5800 ran out of batteries this morning, so logically I'd charge it. However, it won't turn on, even with the battery charger! I took out the battery and stuck it back in again, but it still won't turn on! The last sign of life was when there was a greyish screen, but I took the battery back out and it won't turn on again. Help! I'm scared I fried my phone somehow and I've only had it for a month!

    nothing is wrong with ur device....don't worried
    when 5800xm battery dead please put it out your memory card from 5800xm.and then charged a phone..........in few second  the phone display white screen and then display a nokia symbol and home screen.....
    okzzzzzzz.................

  • My document plays as a continous loop even with the stop(); code at the start of the document HELP!

    I really need help for a school project im working on, it seems as though flash doesnt even recognise the actions in the layers, the codes in the first frame are as follows:
    stop();
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btnOS.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame);
    function fl_ClickToGoToAndStopAtFrame(event:MouseEvent):void
        gotoAndStop(8);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btnia.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_2);
    function fl_ClickToGoToAndStopAtFrame_2(event:MouseEvent):void
        gotoAndStop(41);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btnDD.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_3);
    function fl_ClickToGoToAndStopAtFrame_3(event:MouseEvent):void
        gotoAndStop(64);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btnCA.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_4);
    function fl_ClickToGoToAndStopAtFrame_4(event:MouseEvent):void
        gotoAndStop(2);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btnSpt.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_5);
    function fl_ClickToGoToAndStopAtFrame_5(event:MouseEvent):void
        gotoAndStop(3);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btnent3.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_6);
    function fl_ClickToGoToAndStopAtFrame_6(event:MouseEvent):void
        gotoAndStop(4);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btntvf.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_7);
    function fl_ClickToGoToAndStopAtFrame_7(event:MouseEvent):void
        gotoAndStop(5);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btnmus.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_8);
    function fl_ClickToGoToAndStopAtFrame_8(event:MouseEvent):void
        gotoAndStop(6);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btntrans.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_9);
    function fl_ClickToGoToAndStopAtFrame_9(event:MouseEvent):void
        gotoAndStop(7);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    btnHome.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_10);
    function fl_ClickToGoToAndStopAtFrame_10(event:MouseEvent):void
        gotoAndStop(1);
    Surely this should stop the document from looping when tested, when testing the images and buttons ect seem to be distorted and in different positions.
    if it helps here is a download of the document:
    http://www.sendspace.com/file/oxqciv

    Again, you must read your "Compiler Errors" panel and fix the issues in there. Exporting clearly states:
    Scene 1, Layer 'Actions', Frame 8, Line 71
    1021: Duplicate function definition.
    So go to scene 1, in the layer named "Actions", on frame #8, code line 71 and check the function name there which is: fl_ClickToGoToAndStopAtFrame_3. It tells you there's a duplicate function definition which means the function name needs to be changed because it's colliding with another function that has already used the same name. The timeline remembers functions and variables frame to frame so you can't use define the same function or variable twice without errors.
    Change the function name to something you know will be unique like: fl_ClickToGoToAndStopAtFrame_999999999 on both that line and the function below it to match (2 occurances of it in that script) and the error goes away.
    After that it compiled and ran fine but I received errors as I clicked through other pages. Your job is to read those syntax errors, go to the place specified and fix it until you no longer get errors.

  • Can't get flash video to stop looping even when i use stop(); in last frame

    I have only just started using Flash so im sure im doing this wrong but in tutorials i have watched to stop the video looping you put stop(); in the last frame. I have done that but the video still loops... Anyone know where i am going wrong?

    If the question is related to Adobe Presenter, I would recommend associating the SWF with the presentation play bar. This will allow the player to control the playback of the SWF and can move on to the next slide when the amount of silence (ideally equal to the duration of the SWF) has passed.
    If this is a question related to Flash, I'll move it to the correct forum.

  • BIG PROBLEM.....Flash CS5 won't recognise Freehand files

    Hi,
    CS5 upgrade installed onto a PC that has not sseen Flash before.
    Freehand files (FH9) that import to Library in Flash Pro8, when I try for same in CS5 the fh9 file is not recognised. One or more files were not imported as there problems reading them, the message says.
    I have a number of those that work in Flash8, same message, so its not a corrupted file.
    I then opened the fh9 file into Freehand MX and saved it. I tried importing that, still no joy.
    Using Flash CS5 for the first time, the Import to Library browser window didnt show any files, I thought that a bit odd, then selected show all files and it showed the fh files.
    It won't import them though !
    Help !
    Envirographics

    pgmeier rules!
    I downloaded what you mentioned and have both good and bad news.....the zipped file has only  twain32 (hoping to get twain64) but at least this is another positive step forward and another workaround for me.  I noticed the same twain32 plug-in is also in the Win64 folder.  Just for giggles I deposited twain32 into both the c:\Program Files (x86)   and c:\Program Files .......if I call up PS 32-bit I can now scan via twain but alas no joy when I attempt the same using PS 64-bit
    Only way is still ..  Import --> Wia support  if you have your heart set on using PhotoShop 64-bit
    I am amazed Adobe didn't even put thought into why a twain64 plug-in is a requirement for the real world....there are still many of out out here that still use flatbed scanners on ocassion to import graphics!

  • IPad mini retina won't bluetooth pair - even with Apple products!

    my brand new ipad mini retina 128 doesn't bluetooth pair - even with an apple chicklet keyboard (or other keyboards or even with my iphone 5s)!!!!
    what a joke
    I've read posts and tried resetting ipad, bluetooth, peripherals, etc
    any suggestions? again, totally weak on apple's part

    Also, iOS devices will not pair with any other iPhone or iPad as you have found out. They are designed to be paired with bluetooth keyboards, stereos, headsets and, for thethering only, phones and computers.

  • I renewed my battery and now can't get signal its constantly searching and antenna is connected and getting wifi told to factory reset my phone but can't as find my iPhone won't turn off even with my password any help pls

    i renewed my battery and now cant get signal its constantly searching antenna is connected and getting wifi told to factory reset my phone but cant turn off find my iphone to reset even with my password pls help

    If you need to restore your phone but can't turn off Find My iPhone, you'll have to force it into recovery mode in order to restore it, as explained here: http://support.apple.com/kb/ht1808.

  • Macbook Pro won't wake up even with power adapter connected

    If I use my Macbook to the point where the battery completely die, it will not power up again even with the power adapter connected. It takes about 15-20 minutes of charging before it will wake up again. It seems as though it can't draw power directly from the adaptor, but must wait until the battery is sufficiently charged, and draw power from the battery. I can't imagine this is a design decision. Any help?

    Part of this time may involve attempting to read a damaged sleep image file, bewlatbrutha.
    You should note, too that the batteries in these computers have a built in microprocessor of their own to try to prevent them from being damaged by discharging too deeply. If you discharge to the point where even the battery's own processor has to shut down you may never be able to resurrect your battery without outside help (and sometimes not even then). Almost all Lithium Polymer and Lithium Ion batteries (regardless of what they are fitted to) have this sort of protection. The battery has to have a certain minimum charge at all time to keep its own processor running.
    Even without reaching this point it is not good for Lithium batteries to be regularly discharged to the point where the computer has to sleep or shut down. You risk severely shortened battery life if you do this regularly.
    Cheers
    Rod

  • My zoom won't zoom out even with tapping 3 fingers. It also won't let me scroll all the way up to select reset. How do I fix it?!

    I hit zoom "on" in accessability and now my phone is stuck. I have tried the double tap with three fingers, but that's not working. It also isn't letting me select any options. I can't even turn it off because it won't allow me to scroll up to get to it. This is so frustrating!!!

    Double tap with three fingers and slide the 3 fingure gesture downward on the second tap to zoom back out.

  • MacBook Pro won't turn on even with green light on charger

    i have a 2010 MacBook Pro. The battery has been permanently dead for years but it still turned on as long as I had the charger connected. Eventually the charger stopped working so I bought a new one. The light is green on the charger but the MacBook won't turn on now. I tried that reset thing as well as opening up the bottom and disconnecting and reconnecting the battery and that didn't worn either. I pressed the button on the side and there's green flashing lights so its definitely getting power it just won't turn on. I don't know what else to do at this point.

    icychill69 wrote:
    I tried that reset thing
    Was that 'reset thing' a SMC reset?
    http://support.apple.com/en-us/HT201295
    If so, a new battery may be the cure but bring the MBP to an Apple store genius bar for a definitive evaluation first.
    Ciao.

  • Broken Macbook Pro won't finish copying even with target disk mode. Help!

    Hi,
    I'm helping someone with a Macbook Pro 2010-11. It worked for a few years but eventually degraded last month when it wouldn't go 10 minutes without displaying the rainbow loading ball. Possibly a hard drive problem.
    The owner never backed any of the computer up. I am trying to salvage their data before it's lost. The computer can power on. I have been turning the computer on and salvaging most of the data from numerous trips with USBs until it crashes, and then moving on to Target Disk Mode. The computer turns on slowly, displays the rainbow ball every minute or so, and never finishes copying or exporting anything. It still seems to be degrading.
    I still need two things: One is a large folder with thousands of old OUTLOOK e-mails created on an old PC (which the owner no longer has).
    Second is the folder/autobackup where OUTLOOK for Mac stores all the e-mails and settings.
    I have found the folder -- I think it is the Main Identity or Office Identities. Am I correct? Will this bring back OUTLOOK on the newer Macbook Pro exactly like on the old one? I also know where the old e-mails folder is, but when I try to transfer either folder through Target Disk Mode on the newer Macbook Pro, it stops and gives me the "Some data in _____.olk14msgsource could not be read or written." AKA error code -36, halfway through the transfer.
    I have tried exporting OUTLOOK on the broken Macbook Pro to a .olm, but it gets stuck halfway and gets stuck back on the rainbow ball. Then I shut the computer off. I have also tried going into the folders through target disk mode and deleting the .olk14msgsource files that are problematic, but there are too many of them.
    Please help! The owner needs these files and OUTLOOK exactly like it was!
    Thanks!

    Tried connecting the cable?  Still won't start?
    If you are still under warranty and/or have AC, call them & let them deal w/it.
    OOW:  Take the MBP to your local AS or an AASP.  Diagnostic testing is FREE!
    http://support.apple.com/kb/TS1365 Intel-Based Apple Portables: Troubleshooting a computer that will not power on

  • Iphone 4 won't turn on - even with reset ... ???

    My daughter's iPhone 4 just randomly shut down a little while ago.  all it's showing is the black screen with the apple logo .... I've tried the hard reset and nothing ... all it did was after holding both buttons down then the screen went black .... then I waited for the apple logo .... it came up and then still nothing but a black screen with the logo ... power slide doesn't even come up.
    Am I going to have to make a trip to the Apple Store for this ??  (note - she got this phone August 2012)
    Thanks a bunch guys !!

    Ok ... this worked ... my daughter wasn't too happy that she would lose all her data ... but she also needs her phone back ... she said she just updated a few days ago but doesn't think she saved her pics ... oh well .... all ths happened because she was trying to load Twitter and it wasn't loading ....
    Thanks everyone !!

  • Flash player doesnt work on safari, even with the last version 11.6

    hello,
    Since yesterday, my flash player doesnt work on safari (OS X10.8.2). I tried to update flash with the last version (11.6) from adobe website, but i still have the same probleme.  Can you please help me ?
    Thank you

    If you're sure you've installed the latest version of Flash, take each of the following steps that you haven't already tried. After each step, relaunch Safari and test. For a "missing plug-in" error, start with Step 4.
    1. If you're getting a "blocked plug-in" error, then from the menu bar select
     ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Check Now. Quit and relaunch your browser.
    2. Triple-click the line below to select it:
    /Library/Internet Plug-Ins
    Right-click or control-click the highlighted text and select
    Services ▹ Open
    from the contextual menu. A folder should open. If there is more than one item in the folder with the words "Flash Player" (not "flashplayer") in the name, open the respective Info windows, check the version numbers, and delete all except the latest. You may be prompted for your login password.
    3. Re-download and reinstall Flash. Download it from this page:
    Adobe - Install Adobe Flash Player
    Never download a Flash update from anywhere else.
    4. If you get a "missing plug-in" error, select
    Safari ▹ Preferences... ▹ Security
    from the Safari menu bar and check the box marked Enable plug-ins.
    5. Select
    Safari ▹ Preferences... ▹ Extensions
    from the Safari menu bar. If any extensions are installed, disable them.
    6. In the Safari preference window, select
    Privacy ▹ Remove All Website Data
    Close the window. Then select
     ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Delete All. Close the preference pane.

  • My iphone won't stay on, even with the battery at 100%.

    My iphone 3gs keeps dying.  It won't synch or be recognised by the computer.  I spent the whole day yesterday trying and eventually it did restore and stayed on for a few hours but has died again, despite the battery being at 98%.  I tried holding down the buttons but that does nothing.  I got a new one 18 months ago after my first one broke down, so think my Applecare is done.  Any help with this would be greatly appreciated. TY

    Take it to an Apple store or AASP.

  • Re: My Photosmart 6510 won't print black even with new black cartridge

    The printer has been acting up over the past 3 months. Now it has stopped printing with a brand new black cartridge also new coloured ink cartridges.

    @BigFraz 
    Have you tried the troubleshooting steps in the link below....
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c03760633
    Is the printer in warranty?
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

Maybe you are looking for

  • Error in index while transporting the request

    hi error : R3TRTABLBSIS REPAIRING TABLE IN THIS SYSTEM(PROD) plz giv me some idea to avoid this. reply me asap. regards satya

  • Configuring syslog and generating logs for a particular period.

    Hi... I have configured syslog server and the loggin enabled on ASA device... I want to generate the complete logs for a particular period of time. How can I generate this report.. Please help me

  • Adding attachments to objects

    I'm looking for a way of attaching a simple note to a service notification. I'm guessing that SO_ATTACHMENT_INSERT is the right function to use - is that correct? If so, what do I need to use as the object_id to reference the notification (this is a

  • Need to read a XML file and store multilingual data

    I am having an XML file which contains multiple records and each maybe in a different language .identified EN -english ES-Spanish etc - <Document xmlns="http://www.xxxxx.com/ws/integration/toolkit/2011/05"> - <Attributes> <Attribute name="duration">0

  • Re: Any problems printing since 10.6.8?

    Hi, Since I've updated, everytime I go to print on any of the printers I'm connected to at work, which up to a couple of days ago and the update I keep getting that printer is paused, but won't resume no matter what.  Any thoughts?  Printers are Tosh