Flash Player v.10 ignores actionscript 2.0 or 3.0 commands.

Hi,
I am using Flash CS3, and have downloaded and installed the latest version 10 flash player from Adobe site.
When I create a new flash document, I select "actionscript 2.0" for the new document.
Having completed the animation when I test the file (Control > Test Movie) the swf file runs from frame 1 till the end ignoring the stop(); and gotoAndPlay(); and all other actionscript commands in between.
So I send the fla file to my friend, he sends me an swf file which obeys all the actionscript commands in the fla file.
The same thing happens if I create a new actionscript 3.0 flash document and make it into an swf file.
Why is this happening ? How do I remedy this.
Thanks, regards,
Deepak Gokhale
[email protected]

Yes, I did manage to get around it but it was by a lot of trial and error, and fluke.
Always open a new flash document as Flash File (Actionscript 3.0) document. You can save it as Flash CS3 Document .fla file or Flash 8 Document .fla file. It works. At least this is what happened to me.
All the best.

Similar Messages

  • I have been receiving download notification of Flash Player, how to ignore this ?

    Dear All please suggest me stop receiving download notification blinks of Flash Player.

    Thank you R C-R i think i resolved the notification after download of latest OS update. but new problem i am seeing how to get rid of this below issue ? i cannot remove these five cookies and websites data, it creats opening multiple pages when i open Safari that results slow browsing.

  • Flash Player Detection

    I am trying to implement flash player detection using the
    Flash Player Detection Kit - the actionscript way ie. using
    the 'flash_detection.as' and the 'flash_detection.swf', (not
    forgetting the 'update_flash.html' file also! )
    I put the swf onto my 'index.html' - it being the first page
    that is accessed when anyone goes onto our site - and I altered the
    .as file to direct users once they had installed FPlayer8 to a page
    called trueindex.html ( which was a copy of index.html without the
    flash_detection.swf on it )
    All that happened when it had installed flash player 8 was to
    keep going back to index.html over and over again!
    Because of a desire to sort out flash player detection issues
    previously, I had already changed the code on index.html to include
    the java script stuff to check for version 8 ( you could look at
    the source code on the index page )
    I'm just a little clueless as what to do now - my main desire
    is to let the un-initiated install the flash player ver8 without
    having to restart their PC or do a lot of messing about!
    Any help would be greatly appreciated!
    http://www.pwamm.org.uk/index.html

    The html wrapper code generated by Flex Builder does this
    automatically if you have Project, Flex compiler, use Express
    Install checked.
    Tracy

  • Too small window size in standalone flash player in FLEX

    Hello,
    I have unchecked the option "generate html wrapper file" so I
    don't have to bother about closing the browser tab each time I make
    a small change to the code and rerun the application.
    This works fine as the standalone flash player closes when I
    terminate the application from Flex. However, the standalone flash
    player always starts in a fixed window size smaller than my
    application size so that I cannot see the whole application. So I
    have to enlarge the window size of the standalone flash player each
    time which is annoying!
    Is there a better solution?
    Maybe get Flex to close the browser tab after I terminate the
    application. I still prefer to use the standalone flash player
    during development as my application doesn't depend on the browser
    though.

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Flex 3 - About the Flex development tools:
    Adobe Flex Software Development Kit (SDK) primarily provide
    XML files that you use ... When you use the debugger version of
    Flash Player or start your AIR
    Link:
    http://livedocs.adobe.com/flex/3/html/building_overview_2.html
    Adobe - Flex 3:
    While Flex applications can be built using only the free Flex
    SDK, developers can use ... Alert This content requires Flash.
    Download Flash Player now
    Link:
    http://www.adobe.com/products/flex/
    Flex.org - Rich Internet Application Development:
    I would like to extract data from my Flex application to a
    CSV file for loading into Excel. However, the current Flash player
    does not allow direct access
    Link:
    http://flex.org/
    Adobe - Flex Developer Center:
    Supports visual and code-centric development, code hinting,
    visual debugging, and so forth. Includes the Flex 3 SDK and Flash
    Player 9.
    Link:
    http://www.adobe.com/devnet/flex/
    moockblog: Flash Player 9, Flex 2, ActionScript 3.0: A Survey
    of:
    Flash Player 9's main new feature is full support for
    ActionScript 3.0 (but older ... Flex Builder 2 also includes a
    development framework known as the Flex
    Link:
    http://www.moock.org/blog/archives/000189.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • Right clicking in flash player now brings up pop up menu.

    Previously I was able to right click within the flash player while playing a video game, which enabled certain game commands.  Now suddenly that functionality has gone away and the settings menu continues to come up every time I try it.  The Flash Player is 10.2.152.26. It's a 64 bit computer, brand new.  Using Explorer 8.   Any thoughts?

    I'm having the same problem and it's very annoying when you're trying to play a game where you have to right click to change something.
    I've read some old posts on this topic and have tried UNenabling the update but this makes no difference. Is there a solution?
    Thanks.

  • Do you need to use Actionscript 3 code in Flash player 9 and above?

    Can anyone tell me if I need to use Actionscript 3 code instead of Actionscript 2 code in the following situation:
    I am running a swf file which is contained in a browser window (all files are contained on a CD and I have a 'trust' file set up to let them play properly).  Up until now, I have been using the following Actionscript 2 code to close the browser window (the Actionscript 2 code is on an 'Exit' button within the swf):
    on (release) {
    getURL("javascript:window.close()");
    This Actionscript 2 code has always worked and still works in Flash player 8 and lower.  However, it does nothing when played using Flash player 9.  Can anyone tell me if Flash player 9 won't recognize Actionscript 2 code?  Is it essential to use ONLY Actionscript 3 code if you are using Flash player 9?
    I am having the same problem when I try to launch another html page containing a swf (popped up from the swf contained in the main html window).  I have the following code on the button to launch the popup html window.  It always worked, but suddenly no longer works with Flash player 9.  Here is the code I am using:
    on (release) {
                getURL("javascript:launchWin2('webpage2.html');");
    I have all the necessary background code to launch 'webpage2.html'.  It works everywhere except in Flash player 9.  Can anyone tell me if it is essential to use Actionscript 3 code ONLY on these buttons in Flash player 9?  I am pretty new to Actionscript 3, so any help with syntax would be appreciated. 
    Please note that I don't want to use the projector.
    Thanks!

    You can use both AS2 and AS3 based applications in both Flash 9 and 10.
    As for the issues you describe - perhaps Flash General Forum is a better bet:
    http://forums.adobe.com/community/flash/flash_general

  • OpenScript ActionScript Error from Adobe Flash Player 9

    I get a popup ActionScript Error from Adobe Flash Player 9 when trying to record a Flex Tree object using OpenScript 9.2.1.0 Production. Specifically, I click on the Triangle that opens/closes the view of the child nodes underneath the parent node of a Tree. Initially, the triangle arrow already pointing down and the child node is already showing. When I click on the triangle, the node underneath goes up and disappears under its parent node and the traingle is then pointing to the parent node.
    When I click this triangle in Firefox without OpenScript recording, I don't get any errors, popups, or issues. It seems to work correctly. During OpenScript recording, the recording seems to crash with a popup that is titled "Adobe Flash Player 9" and has the text "An ActionScript error has occurred" with the following error message:
    Error: Unable to find automation method 'mx.events.TreeEvent' for class '[object OSAutomationClass]'.
         at mx.automation::AutomationManager/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:1680]
         at mx.automation.delegates.core::UIComponentAutomationImpl/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\delegates\core\UIComponentAutomationImpl.as:281]
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.core::UIComponent/dispatchEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9156]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::dispatchTreeEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:3334]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::onTweenEnd()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:2193]
         at mx.effects::Tween/endTween()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:524]
         at mx.effects::Tween/http://www.adobe.com/2006/flex/mx/internal::doInterval()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:565]
         at mx.effects::Tween$/timerHandler()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:179]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    I can click "Dismiss All" from the Adobe popup and Firefox isn't affected. Openscript doesn't appear to have any issues and the recording can be continued or stopped. It records the click on the tree and the "Dismiss All" from the popup both as "Click object("@id='main'") as type "web" instead of "flexFT".
    I am using OATS 9.2.1.0 with Firefox 3.6.17. I am testing a Flex 3.3 SDK built application. I installed the Adobe Flash Player 9 that came with the Flex SDK 3.3 before installing OATS.
    Any help on this issue is greatly appreciated.
    Some other information that may prove to be useful: I cannot seem to get OpenScript to consistently play back the actions on the same tree described above. Sometimes it works and sometimes it does not. I've tried using "Select Tree", "Select List", and "Click Tree" and each one is inconsistent on playback. It will report "Target Not Found".
    I have the console output for a "Target Not Found" failure below, where line 100 is ".select("GRID1>server1", TriggerEvent.Mouse," from the following Java generated on recording with OpenScript:
    flexFT
    .list(
    15,
         "/web:window[@index='0' or @title='My Title']/web:document[@index='0']/flex:application[@automationIndex='index:-1' and @label='' and @className='main' and @automationName='main' and @automationClassName='FlexApplication' and @id='main']/flex:canvas[@automationIndex='index:1' and @label='' and @className='mx.containers.Canvas' and @automationName='mainCanvas' and @automationClassName='FlexCanvas' and @id='mainCanvas']/flex:dividedBox[@automationIndex='index:16' and @label='' and @className='view.MainMediator' and @automationName='mediator' and @automationClassName='FlexDividedBox' and @id='mediator']/flex:accordion[@label='' and @automationName='index:0' and @id='null' and @automationIndex='index:0' and @className='mx.containers.Accordion' and @automationClassName='FlexAccordion']/flex:canvas[@automationIndex='index:1' and @label='My%20View2' and @className='view.my.MyNavigator' and @automationName='My%20View2' and @automationClassName='FlexCanvas' and @id='null']/flex:canvas[@label='' and @automationName='index:1' and @id='null' and @automationIndex='index:1' and @className='mx.containers.Canvas' and @automationClassName='FlexCanvas']/flex:list[@automationIndex='index:2' and @className='view.MyGridTree' and @automationName='index:2' and @automationClassName='FlexList' and @id='null']")
    .select("GRID1>server1", TriggerEvent.Mouse,
         KeyModifier.None);
    think(1.0);
    Console Output:
    11:29:09,093 INFO [EntryPoint] Started with arguments: -port 7777 -jwg C:\OracleATS\OFT\test06_ff\test06_ff.jwg
    11:29:09,250 INFO [EntryPoint] Received StartScriptEvent
    11:29:09,250 INFO [EntryPoint] Running "test06_ff" ...
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.utilities.api.UtilitiesService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.browser.api.BrowserService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.webdom.api.WebDomService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.flexFT.api.FlexFTService"
    11:29:09,484 INFO [1] Initializing VU 1 for script test06_ff
    11:29:21,546 INFO [1] Step: [1] Redirect (/Page1/)
    11:29:21,718 INFO [1] Step: [2] Login Page (/main.html)
    11:29:32,218 INFO [1] Step: [3] My Title (/main.html)
    11:30:11,453 ERROR [1] Error in section Run at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:11,453 ERROR [1] Iteration 1 failed at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:12,468 INFO [1] Finished VU 1 for script test06_ff
    Thanks,
    John

    I get a popup ActionScript Error from Adobe Flash Player 9 when trying to record a Flex Tree object using OpenScript 9.2.1.0 Production. Specifically, I click on the Triangle that opens/closes the view of the child nodes underneath the parent node of a Tree. Initially, the triangle arrow already pointing down and the child node is already showing. When I click on the triangle, the node underneath goes up and disappears under its parent node and the traingle is then pointing to the parent node.
    When I click this triangle in Firefox without OpenScript recording, I don't get any errors, popups, or issues. It seems to work correctly. During OpenScript recording, the recording seems to crash with a popup that is titled "Adobe Flash Player 9" and has the text "An ActionScript error has occurred" with the following error message:
    Error: Unable to find automation method 'mx.events.TreeEvent' for class '[object OSAutomationClass]'.
         at mx.automation::AutomationManager/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\AutomationManager.as:1680]
         at mx.automation.delegates.core::UIComponentAutomationImpl/recordAutomatableEvent()[C:\work\flex\dmv_automation\projects\automation\src\mx\automation\delegates\core\UIComponentAutomationImpl.as:281]
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.core::UIComponent/dispatchEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9156]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::dispatchTreeEvent()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:3334]
         at mx.controls::Tree/http://www.adobe.com/2006/flex/mx/internal::onTweenEnd()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\controls\Tree.as:2193]
         at mx.effects::Tween/endTween()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:524]
         at mx.effects::Tween/http://www.adobe.com/2006/flex/mx/internal::doInterval()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:565]
         at mx.effects::Tween$/timerHandler()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\effects\Tween.as:179]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    I can click "Dismiss All" from the Adobe popup and Firefox isn't affected. Openscript doesn't appear to have any issues and the recording can be continued or stopped. It records the click on the tree and the "Dismiss All" from the popup both as "Click object("@id='main'") as type "web" instead of "flexFT".
    I am using OATS 9.2.1.0 with Firefox 3.6.17. I am testing a Flex 3.3 SDK built application. I installed the Adobe Flash Player 9 that came with the Flex SDK 3.3 before installing OATS.
    Any help on this issue is greatly appreciated.
    Some other information that may prove to be useful: I cannot seem to get OpenScript to consistently play back the actions on the same tree described above. Sometimes it works and sometimes it does not. I've tried using "Select Tree", "Select List", and "Click Tree" and each one is inconsistent on playback. It will report "Target Not Found".
    I have the console output for a "Target Not Found" failure below, where line 100 is ".select("GRID1>server1", TriggerEvent.Mouse," from the following Java generated on recording with OpenScript:
    flexFT
    .list(
    15,
         "/web:window[@index='0' or @title='My Title']/web:document[@index='0']/flex:application[@automationIndex='index:-1' and @label='' and @className='main' and @automationName='main' and @automationClassName='FlexApplication' and @id='main']/flex:canvas[@automationIndex='index:1' and @label='' and @className='mx.containers.Canvas' and @automationName='mainCanvas' and @automationClassName='FlexCanvas' and @id='mainCanvas']/flex:dividedBox[@automationIndex='index:16' and @label='' and @className='view.MainMediator' and @automationName='mediator' and @automationClassName='FlexDividedBox' and @id='mediator']/flex:accordion[@label='' and @automationName='index:0' and @id='null' and @automationIndex='index:0' and @className='mx.containers.Accordion' and @automationClassName='FlexAccordion']/flex:canvas[@automationIndex='index:1' and @label='My%20View2' and @className='view.my.MyNavigator' and @automationName='My%20View2' and @automationClassName='FlexCanvas' and @id='null']/flex:canvas[@label='' and @automationName='index:1' and @id='null' and @automationIndex='index:1' and @className='mx.containers.Canvas' and @automationClassName='FlexCanvas']/flex:list[@automationIndex='index:2' and @className='view.MyGridTree' and @automationName='index:2' and @automationClassName='FlexList' and @id='null']")
    .select("GRID1>server1", TriggerEvent.Mouse,
         KeyModifier.None);
    think(1.0);
    Console Output:
    11:29:09,093 INFO [EntryPoint] Started with arguments: -port 7777 -jwg C:\OracleATS\OFT\test06_ff\test06_ff.jwg
    11:29:09,250 INFO [EntryPoint] Received StartScriptEvent
    11:29:09,250 INFO [EntryPoint] Running "test06_ff" ...
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.utilities.api.UtilitiesService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.browser.api.BrowserService"
    11:29:09,453 INFO [1] Initialized script service "oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.webdom.api.WebDomService"
    11:29:09,484 INFO [1] Initialized script service "oracle.oats.scripting.modules.flexFT.api.FlexFTService"
    11:29:09,484 INFO [1] Initializing VU 1 for script test06_ff
    11:29:21,546 INFO [1] Step: [1] Redirect (/Page1/)
    11:29:21,718 INFO [1] Step: [2] Login Page (/main.html)
    11:29:32,218 INFO [1] Step: [3] My Title (/main.html)
    11:30:11,453 ERROR [1] Error in section Run at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:11,453 ERROR [1] Iteration 1 failed at line (script.java:100). Target not found
    oracle.oats.scripting.modules.flexFT.common.api.internal.exceptions.FlexFTException: Target not found
         at oracle.oats.scripting.modules.flexFT.common.api.internal.utilities.FlexUtil.checkResults(FlexUtil.java:293)
         at oracle.oats.scripting.modules.flexFT.api.elements.AbstractFlexFTElement.replayEvent(AbstractFlexFTElement.java:99)
         at oracle.oats.scripting.modules.flexFT.api.elements.ListBase.select(ListBase.java:170)
         at script.run(script.java:100)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:325)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:717)
         at java.lang.Thread.run(Thread.java:619)
    11:30:12,468 INFO [1] Finished VU 1 for script test06_ff
    Thanks,
    John

  • Flash Player IGNORES Settings?

    I've set the global security settings on the Adobe site
    (always allow external website links to open). The setting appears
    to "stick" (i.e., it keeps the Always Allow value), but each time I
    attempt to open an external link the same error message is
    displayed ("Adobe Flash Player has stopped a potentially unsafe
    operation.").
    This message appears in both Firefox v3.07 and IE v7.x (fully
    patched). Anyone else seen this issue and if so, know how to
    resolve it?
    Russ Foszcz

    I had the same problem with my X-Fi and its software upmix (useless in the case of flash player). Apparently, Adobe thinks that upmixing flash sound to match the system speaker configuration is the right way to go (ignoring the horrible results in the audio quality, like in the bass balancement and in the center speaker being too loud), and they are not going to change this behaviour soon.
    However, i found a workaround in this old post ( http://forums.adobe.com/message/5352195 ): you need to add the line
    UseWAVPlayer=1
    to MMS.CFG , located in C:\Windows\SysWOW64\Macromed\Flash in 64bit windows.

  • ActionScript Errors From Updating to New Version of Adobe Flash Player

    I updated my flash player now I'm getting Actionscript errors i thought it was just web cam video related but i get more when i go to youtube that eventually make my computer freeze     this box pops up with no options but dismiss all or continue that keeps popping backup heres one example adobe better be able to fix this
    This is what happens when i go to the site
    Adobe Flash Player
    ActionScript error #1010 a term is undefined and has no properties
    at MfcVideo/nc_netStatusHandler()
    This is what happens when i try to leave the site
    at MfcVideo/nc_netStatusHandler()
    atflash.net::NetConnection/invoke()
    atflash.net::NetConnection/close()
    atMfcVideo/Disconnect()
    atFunction/http://adobe.com/AS3/2006/builtin::apply()
    atflash.external::Externallnterface$/_callln()
    atFunction/<anonymous>()
    Then if i stay my computer starts to freeze
    I looked through many sites and have not found anything that tells how to fix this stuff I need a straight step by step answer adobe should have a patch made for this kind of thing i have windows xp sp3 with and i use firefox i think i had this problem years ago but can't remember how i fixed it i was going to get help from customer service support but they made me do this instead what ever helps....Thanks in advance

    From where did you download that update?  Did you download the content debugger instead of the standard player?

  • Help please? Static audio, Crashes, ActionScript Errors and more issues with Flash Player 16

    So, this is the first time I'm posting in here and I'm sorry if I mess up or smth.
    Anyway, this is what happened:
    - Firefox tells me Flash Player 15 is vulnerable
    - I update to the newest version
    - After the update I run into several things that are highly annoying.
    First of all:
    - I can't watch any livestreams anymore, neither on picarto nor on twitch. The video keeps loading and buffering, then works for a second or two and then goes back to buffering OR alternatively the video would stop whilst the sound continues or vice versa. (My wifi connection is super fast and I never had any problems until the update)
    - On youtube videos only load for a second or two, then the audio vanishes and the video crashes. (Never had that issue before, EVER)
    - The audio is incredibly wonky, aka, depending on the bass or sounds I hear static noises and weird sounds. (This only happens on videos that require flash, the sound is fine when playing CDs )
    - When watching videos and pausing it or going back a few seconds to rewatch something, the audio suddenly is completely gone.
    - Flash player crashes A LOT
    EDIT: Another Issue appeared:
    - When watchign videos using the Blip player (used by some websites) I get ActionScript errors which then result in crashes
    I'm using:
    Packard Bell EasyNoteLS
    Windows 7 Home Premium
    Firefox 34.0.5
    Adobe/Shockwave Flash 16.0.0.235
    What I've tried to do:
    - revert back to an older version of Flash (but it kept telling me to update so I gave up on it)
    - Try to enable "hardware accelaration" BUT, when right clicking on the Flash Symbol on Adobe's site FF freezes and tells me that Flash player crashed
    - Found out that I already have hardware accelaration enabled and it still keeps crashing
    - I deleted all of its local cache
    - downloaded and installed the debug version
    But none of it helped in the slightest.
    I really hope someone can help me fix this OR that adobe soon comes with a patch/update that fixes all these things ;_____;
    Thanks for reading and helping!

    Just to let you know, I don't tend to send all reports but here are a few from within the last week:
    [@ hang | WaitForMultipleObjectsEx | RealMsgWaitForMultipleObjectsEx | CCliModalLoop::BlockFn(void**, unsigned long, uns…
    https://crash-stats.mozilla.com/report/index/8f9d816a-8fa9-475a-9b6c-b660a2150109
    https://crash-stats.mozilla.com/report/index/a415ab2a-1321-4056-b263-83c212150109
    I tend to submit crash reports most of the times lately but yeah--
    Also, someting that really bugs me are these Actionscript errors because I can't upload a crash report for those--
    (they are more rare now but still happen occasionally)
    EDIT: Added photo of one of the Actionscript Errors when trying to play videos using the blip-player

  • Adobe Flash Player 10: An ActionScript error has occurred?

    Whenever I browse the web with Firefix, I get this sort of error message if the site uses Flash:
    Adobe Flash Player 10
    An ActionScript error has occurred:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://content.openforum.com/membersproject/getContentList.jsp?numitems=3&pillar=CAUSES
        at dtas.mp.polite::Politeness/dataLoaded()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
    This only started happening when I upgraded to CS4 Professional. Does anyone know why this is happening?

    first go here and check if you have the debug player:  http://kb2.adobe.com/cps/155/tn_15507.html
    if yes, you can download from here:  http://get.adobe.com/flashplayer/
    (be sure to untick that mcafee garbage.)

  • Flash Player ignores my sound settings

    With my Creative Xi-Fi Sound card software I have accurately configured how stereo sound has to be upmixed. This especially includes the crossover frequency and volume of my subwoofer. Unfortunately the Adobe Flash Player is the only software (I am currently using), which does completely ignore this and does its own 5.1 upmixing. Unfortunately this gives me way to much bass and makes youtube less entertaining (especially when watching music clips).
    Why isn't there any option to disable this 5.1 upmix and let the user decide (system wide) how stereo sound has to be treated?
    Best regards

    I had the same problem with my X-Fi and its software upmix (useless in the case of flash player). Apparently, Adobe thinks that upmixing flash sound to match the system speaker configuration is the right way to go (ignoring the horrible results in the audio quality, like in the bass balancement and in the center speaker being too loud), and they are not going to change this behaviour soon.
    However, i found a workaround in this old post ( http://forums.adobe.com/message/5352195 ): you need to add the line
    UseWAVPlayer=1
    to MMS.CFG , located in C:\Windows\SysWOW64\Macromed\Flash in 64bit windows.

  • Why did you ignore my post about Flash Player failing to register its ActiveX Control?

    Three days ago I submitted a precisely-worded description of a persistent installation problem:  Every time I attempt to download and install Flash Player V. 16 on my laptop running Windows Vista 64 bit and IE 9, the download completes successfully, but at the end of installation, a dialog box gives this message
    "ActiveX Control failed to register."
    I presume that your installation software was unable to write something into the Windows Registry.  Other software has no trouble writing to my Windows Registry.  My anti-virus software is not blocking the Registry.
    I expressly asked for an Adobe staff member to guide me on how to debug this failed installation.
    All I got was zilch.  Your forum software assured me that my request was posted, but I have not seen it on the list of recent posts.  You made it disappear and did not respond to it.  Your company does not provide any other avenue for a distraught user to obtain technical support.  Your dismissive attitude toward your customers and user community is even more distressing than your bloated, malfunctioning software products.
    Without Flash Player installed, my computer has been dead in the water for ten days.  I can't do my work.  If I am forced to write my own Flash emulator just to get my work done, then I won't need Adobe anymore.

    Hi Pramananda,
    You're previous post wasn't ignored.  Assisting users on forums is not staffs primary responsibility and we try to assist users as our time allows, in between our responsibilities.  Creating multiple posts for the same issue also doesn't help as it simply forks the problem and results in responses to both, causing confusion.
    Failure to register errors are normally caused by registry permissions issues,  not user permissions issues.  Please review the Flash Player | Windows registry permissions tech note as it addresses this issue.
    Maria
    P.S.  I locked your other thread so that responses will only be posted to one location, eliminating forked responses and confusion.

  • Communicating with FLASH player via actionscript

    I was wondering of there's a way to control the FLASH player
    (if playing back a .swf directly from the harddrive) with
    Actionscript, so that
    1) the movie opens and plays in "full screen" mode
    automatically
    2) the application can "quit" on button-click (= the
    equivalent of the user hitting the esc key on the keyboard).
    Can I do that? Is there a way to communicate to the actual
    "Player" application in this way? Help would be greatly
    appreciated. Thanks...

    Sunil,
    Still no luck getting the SWF to run under 11.4.402.265 with any of my Mac browsers. The SWF runs fine on PC browsers with 11.4.402.265 installed.
    I confirmed that uninstalling 11.4.402.265 and downgrading to Flash Player 11.3.300.27, the one just prior to 11.4, allows the SWF to run fine again on all browsers.
    The iOS note you provided wouldn't have any direct applicability since we're talking about a web application failing to load. But maybe the "Secure socket connections fail | Mac OS 10.8" issue may have some correlation or side-effect??
    The debugging on this one is a challenge to say the least...
    Rod

  • Closing Flash Player Actionscript 2.0

    Hi - I've got a project written in AS 2.0 and the end deliverable is an EXE file to be played back locally.  I can't for the life of me figure out how to have the Flash Player close either on button release or at a certain frame in the timeline.
    Is it possible to do this?
    Thanks in advance...

    The command to close an as2 projector is fscommand:
    fscommand("quit");
    You can  put that in a frame script or apply it to a button like:
    someButton.onPress = function() { fscommand("quit"); };

Maybe you are looking for

  • Playing with OVD and db adapter for oracle

    I am playing a little with the product and i don't get run fine oracle db adapter. Following the metalink note 387529.1 to do it all is fine however when i try to do this part: "Open the server in the Browser > open Adapter Source Data > the new db a

  • Why condition does not work.

    Hi Pros,         in my bex query, there is a CKF OT hours, having a value 30.000, when I set a condition for 'OT hours = 30.000', but get no result out. could you please tell why condition does not work.

  • How to use forecast functions correctly?... Program doesn't work.

    Have anybody tried to make some forecast using the example programs Autofcst, QueryAll, etc. (Oracle Services Language Help)? I took these programs as a templates and tried to make my own over our database. First the simple ones. But It didn't work.

  • How to use ping with orb

    hi, i have an applet that registers with an orb, and a stub that mimicks a controller. the controller controls x number of machines, and has a file of the ip addresses of each machine. is it possible to use the applet to send ping messages to the con

  • I got an error while trying to restore my ipod

    I forgot my passcode then i went to restore it and i got error 1611