Flash CS5 bug

My new installation of Flash CS5 acts very buggy.  Keyboard shortcuts stop working, and I can pick fill colors but not text or line colors - just have a gray box with a few horizontal/vertical lines.  Is this a known bug?  Is there an easy fix?  Closing and reopening the app fixes the keyboard shortcut problem, but then it returns.  Color choosing problem is persistent even after restarting app.

Hi,
Regarding picking colors - it sounds like you have the alpha value for text/stroke color set to 0%.  When you open the color picker, please check that the alpha field is at 100% (or anything but 0%).
Regarding the keyboard shortcut problem - are all keyboard shortcuts not working or only some?
Thanks,
Nivesh

Similar Messages

  • Flash CS5 bug - clicking on and off "allow smoothing" in bitmap properties dialog crashes Flash

    I had a situation where I was clicking on and off the allow smoothing checkbox in a bitmap properties dialog to observe the difference in appearance and that crashed Flash - Windows 7 Professional, Flash CS5 Professional 11.0.2.489, 8GB Ram - there seem to be a number of bugs like this because I've seen a number of cases in different places in Flash CS5 where doing something normal just crashes it.  Kind of annoying when you are in the middle of something and haven't been saving your work every 5 seconds.

    Hi,
    We have a problem with our action script and seems to be using cookies of clients computers.
    We have a action script as under ..........----------
    function my_function38()
        var _loc1 = my_xml.firstChild.childNodes;
        totalNodes = _loc1.length;
        cityname_mc.fl_name_mc.fl_name.text = my_xml.firstChild.childNodes[cnt].attributes.name;
        rate_mc.rate_anim_mc.fl_rate.text = my_xml.firstChild.childNodes[cnt].attributes.rate;
        fl_month.text = my_xml.firstChild.childNodes[cnt].attributes.month;
    // End of the function
    my_Date = new Date();
    my_xml = new XML();
    my_xml.load("DEL.xml?uniqueID=" + getTimer());
    my_xml.onLoad = my_function38;
    my_xml.ignoreWhite = 1;
    if (!cnt)
        var cnt = 0;
    } // end if
    ++cnt;
    if (cnt >= totalNodes)
        cnt = 0;
        gotoAndPlay(1);
    else
        gotoAndPlay(1);
      Xml Data as under
    <?xml version="1.0" encoding= "UTF-8" ?>
    <cities>
      <city name="Delhi" rate="£365" month=""file location"></city>
    </cities>
    What is happening is we are storing many swf files and xml files for different cities on server location 1 with same code but are just changing the xml file to be picked.
    I.e
    DELHI.XML    DELHI.SWF
    BANGKOK.XML  BANGKOK.SWF
    SYDNEY.XML SYDNEY.SWF
    All are in one folder and we are just changing the xml path in fla files and loading the new swf.
    Then we are giving out swf urls to an advertising company which is in turn picking up swf files from sever location 1 and displaying the same on their website.
    The problem is each time we access the swf file on there site the data doesnot display properly. It is picking up the wrong xml data. When we check the fla the path for xml is ok. What we think is it is saving swf or xml in cookies of user computer. Is there anyway to prevent it from happening.
    We Are using Adobe Flash CS5.
    Thanks
    kam.p

  • Unable to save document as (Flash CS5 - BUG - OSX)

    I have upgraded my CS4 to CS5 on MAC OSX and i'm having problems saving new and existing fla files. It doesnt always do it but it's very anoying when you have done some work and are unable to save it.
    I get this message:
    unable to save document as (file name)
    please try saving to a different filename or location.
    even if i try to save as to a different location i get the same message, this ONLY happens in flash CS5 and does not do it on any other application or even flash CS4. To put it bluntly i am absolutely furious with this and when you pay this amount of money should not get this hassle for such a simple action.
    I have tried phoneing the adobe support line and it's a joke, you can't even understand the operator to even get anywhere and i just gave up having to repeat myself and asking them to repeat themselves.
    I would be grateful if someone out there knows an answer to this or have a contact email for adobe support that i can email them direct. As a flash developer it's critical i can get on with my work without worrying if my work will even save.
    Thanks in advance.
    UPDATE: I can save files in CS5 as CS4 documents but not as CS5, this is so annoying.

    I am having this same issue with Window 7 Professional 64 bit.
    It seems I can reproduce it pretty reliably but have only seen it since I started working with trying to import and export runtime shared font libraries.
    I create a new fla
    I create a font asset in the library and set it to import and specify a relative path to the shared swf.
    I save and test my swf and it works.
    I go back into the font asset and change the location of the font swf to another relative path (this file is loaded into a shell so the raltive path will change).
    After changing that import path I can no longer save the file even if I revert back to the previous value.
    I have repeated this process a couple of times.

  • I fixed bug at Flash CS5

    i used Flash CS5 for OpenGL game animation
    https://github.com/devmario/VBEngine
    i make uv and vertex data with flash(but not fla parse, only use jsfl)
    flow my order
    transform panel -> scale -> input scale number 10000 -> click document empty area -> scale number changed 10008.8242
    this bug in Mac 64bit
    so i fixed bug
    flow my order
    1.open "Flash CS5.app/Resources/xml/transformpanel.xml"
    2.and edit
    <prop.pair>
    <key>decimalPlaces</key>
    <int type='signed' size='32'>1</int>
    </prop.pair>
    <double>....
    3.change this
    <int type='signed' size='64'>1</int>
    hey adobe plese give me program licence~
    [email protected]

    i used Flash CS5 for OpenGL game animation
    https://github.com/devmario/VBEngine
    i make uv and vertex data with flash(but not fla parse, only use jsfl)
    flow my order
    transform panel -> scale -> input scale number 10000 -> click document empty area -> scale number changed 10008.8242
    this bug in Mac 64bit
    so i fixed bug
    flow my order
    1.open "Flash CS5.app/Resources/xml/transformpanel.xml"
    2.and edit
    <prop.pair>
    <key>decimalPlaces</key>
    <int type='signed' size='32'>1</int>
    </prop.pair>
    <double>....
    3.change this
    <int type='signed' size='64'>1</int>
    hey adobe plese give me program licence~
    [email protected]

  • Flash CS5.5 BUG: The input line is too long

    I'm developing iOS app and I include huge of file list as Included Files on Air for IOS publisher.
    But I found a bug. When I insert more than 73 external files to compile for iOS - Flash return error:
    During my investigation works I understand - this error do not affect ADT tool for compiling iOS or Android. When I include many files to project - all this files sends as parameters to external file adt.jar.
    But flash can't send huge amout of parameters.
    I googled this issue and found - any other app can have this bug looking on wrong parameters sending options.
    Please not - this is only Flash CS5.5 bug, not ADT. How I understand this? I can use command line for compiling with all this parameters and command line compile succesful.

    I know that. But it's sometime provide new bug - folder added and it's present in IPA file. But when Install on device - it's not availbe on device anymore. Why this I don't know. 50\50

  • [Flash CS5.5] bug movieclips dont show/Really Slow on High Quality Textures

    I have been using flash cs5.5 for a while now , and I start this project 3-4 days ago. Ever since I started to add in high texture in it, The program Freezes alot.
    I export my project as a swf and theres no lag at all in it.(thanks to Render:Cache as Bitmap)
    A bug happen when ALL the MovieClips/images/bitmaps No longer can be seen but u can click on it.
    As u can see.
    The visible is check in too.
    All I was doing is moving the movieclips/images/bitmaps(high detail 2000x1000 big) around and this happen.
    Also the program gets crazy laggy when high details are added. Then again , I export my project as a swf and theres no lag on the swf, full fps.
    if this helps
    intel(R) Pentium(R) 4 CPU 3.20 GBHz
    3.19 GHz , 2.00 GB of RAM
    After Reloading the hole file, everything is back to normal , but it still does this bug and its really slow. I cant Continue my project because of this bug.
    Flash barely use my ram or cpu.
    Help?

    Not for nothing but P4 single core CPUs are outdated by about 6 years. From your graphic I can see you're not using a version of flash in your era.
    That doesn't excuse freezing but your CPU in this day and age is basically a solar powered calculator. Most people have an ancient dual core 2+GHz system with 2-8GB ram. You're excessively behind the CPU curve. With that CPU you're running DDR400 on top of it.
    We're at DDR3 now (PC12xxx depending on your wallet).
    Please don't take this wrong but "high res" and "Pentium 4" should not be in the same sentence. I'm fairly sure you cannot even play 720p HD video let alone 1080p HD video on that processor with windows (maybe linux). How do you expect flash to react being much more complex?
    Your best option is to lighten the load on that old rig. Disable any antivirus software or anything else running to give your updated flash the best possible chance to run well given your computers limitations. Efficiency being king, sometimes people thing 3ghz = 3ghz. It doesn't. A 3ghz modern CPU will blow away your old 3ghz computer. This is not apples to apples. 

  • Bug: Flash CS5+CS4 Professional crashes when compiling AS2 classes.

    My name is Mario Gomes Cavalcanti, I'm the CEO of Mersica Inc. and the developer of the free, online graphic design software, image and photo editor Fatpaint.com.
    Fatpaint is a Flash application, made using the Actionscript 2 programming language. This week we added some new functionality to the source code and after that, Flash CS5 professional IDE can no longer compile the project, it crashes on every attempt without any error messages.
    We are talking here about a huge project with around 360 Actionscript 2 classes. The size if the our last successful compiled SWF file was around 800 kilobytes. This compilation wa done last week, prior to the latest addition/modification of source files. The project is mostly made of Actionscript 2 source code, it do not have much other stuff in it.
    I would like assistence is resolving this issue... Why does Flash CS5 crash when compiling my Actionscript 2 classes?
    I would like to send the project and source files to the developers of the Flash actionscript 2 compiler, so they can see why it cannot compile my files.
    Fatpaint.com is probably the Flash application with the most sourcecode (classes) so I think it has something to do with that.
    My system:
    Windows 7 64bit
    Adobe Flash CS5 professional version 11.0.2.489
    Thank you.

    We managed to compile the project using Flash Pro 8, and we also got in touch with Adobe and sent them the source files of our Flash editor.
    It's been a month now and they still have not released a fix.

  • Is this a bug from Flash CS5.5 ?

    Hello there, my name is Sebastian.
    I have a problem since I've upgraded my license from CS3 to CS5.5.
    Every piece of design that I've made in CS3, if it's a flower ( shape ), a character ( movieclip ) or a simple animation ... it randomly chooses to break when I open it in cs5.5.
    If at the begining I have a flower that looks right, If I double click to edit the group, and later get back to that shape, I see that parts of the flower have disappeared with no rule or pattern. Not by colour or shape, just a portion disappears.
    In other cases I don't have to do anything at all, I just open a flash cs3 document with flash cs5.5 and I can see parts of my background missing. This happends randomly.
    Has anyone encounter this problem? What can I do? I do not wish to go back to flash CS3 but  all my design is in cs3 and it seems useless in cs5.5 with all this random parts missing.
    Thanks in advance everyone.

    Hi Sebastian,
    Please send your example files to us at [email protected] I'll take a look.
    Thanks,
    Quynh
    Flash Authoring, QA

  • Flash CS5.5 Pro Movie Clip Bug

    I have made a number of Flash banners and I save them and everything is good but when I open them, some of the movie clips have reverted to a previous state.  So I need to resize and redo thsoe movieclips.  I make one banner and then save as new file and resize it.  It is really annoying..  Has anyone else had this problem?  I am on P.C. and have all the current updates installed.

    I have the same problem with Flash CS5.5.
    I had this problem in my last working place and in the current working place.
    So that is two different computers. this is a major issue, since I have to do wll my work twice and many times even more.
    I have heard from friends that they have the same problem with flash CS5.5
    In general Flash is the worst Adobe product EVER.
    I will try this update, but from my expriance with this program (about 8 years now) I am not expecting much
    Why cant you guys be more like photoshop?

  • Flash CS5 Debug breakpoint bug

    When I debug it simply refuses to stop at the breakpoints, thus making my work flow miserable. I did some searching on Google and seems this has been there since version CS3. I never found a solution for this. I reinstalled on top of the current installation and nothing happened and then did a complete installation and still it's the same. Check the video.

    OK this is thing is like the most unbelievable thing. I reinstalled Flash CS5 completely - no good, I completely unistalled all of my Adobe products and reinstalled - no good, I went nuts and reinstalled Windows and All my Adobe products - no good. I have been working on this copy of Flash CS5 for nearly three months and suddenly since last Friday this started happening and I'm speechless.
    EDIT : No Adobe professional is out there to answer this?

  • Flash CS5 Windows 7 64-bits problem

    Hello and thank you for reading my problem and trying to help. I actually have a Windows 7 Home Premium 64-bits. So I've downloaded, extracted and installed Flash correctly. When I try to open the software, on the loading screen, the loading slows down on fonts and when building workspace a window appears and flash just freezes. I've tried running as an administrator, compatibility mode, yet nothing seems to work. When i checked out the folder, I found error logs. They are all the same, here's the content of one:
    # A fatal error has been detected by the Java Runtime Environment:
    #  Internal Error (exceptions.cpp:364), pid=4672, tid=4664
    #  Error: ExceptionMark destructor expects no pending exceptions
    # JRE version: 6.0_18-b07
    # Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode windows-x86 )
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x181af000):  JavaThread "main" [_thread_in_vm, id=4664, stack(0x00090000,0x00190000)]
    Stack: [0x00090000,0x00190000],  sp=0x0018e90c,  free space=3fa0018e91ck
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  0x185c4000
    C  0x18471cc8
    C  0x1847c998
    C  0x1844685f
    C  0x184469e2
    C  0x18446a5a
    C  0x184460f0
    C  0x18592395
    C  0x18592acd
    C  0x18592e85
    C  0x18592ea6
    C  0x184ef947
    C  0x6d3317f8
    j  java.lang.ClassLoader.findBootstrapClass(Ljava/lang/String;)Ljava/lang/Class;+0
    j  java.lang.ClassLoader.findBootstrapClassOrNull(Ljava/lang/String;)Ljava/lang/Class;+12
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+32
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+23
    j  sun.misc.Launcher$AppClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+41
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+3
    v  ~StubRoutines::call_stub
    C  0x184c072c
    C  0x1854fd51
    C  0x184c08f7
    C  0x184c09ea
    C  0x185925a8
    C  0x18592acd
    C  0x18592e85
    C  0x18592ecb
    C  0x184e7663
    C  0x184c90a5
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.lang.ClassLoader.findBootstrapClass(Ljava/lang/String;)Ljava/lang/Class;+0
    j  java.lang.ClassLoader.findBootstrapClassOrNull(Ljava/lang/String;)Ljava/lang/Class;+12
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+32
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+23
    j  sun.misc.Launcher$AppClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+41
    j  java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+3
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x26e08c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1132, stack(0x27180000,0x27280000)]
      0x1818fc00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4636, stack(0x27040000,0x27140000)]
      0x1818c800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3864, stack(0x26d00000,0x26e00000)]
      0x18189400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4528, stack(0x26bc0000,0x26cc0000)]
      0x18137400 JavaThread "Finalizer" daemon [_thread_blocked, id=2404, stack(0x26a80000,0x26b80000)]
      0x18136000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4568, stack(0x26940000,0x26a40000)]
    =>0x181af000 JavaThread "main" [_thread_in_vm, id=4664, stack(0x00090000,0x00190000)]
    Other Threads:
      0x1812fc00 VMThread [stack: 0x26800000,0x26900000] [id=3948]
      0x26e26400 WatcherThread [stack: 0x272c0000,0x273c0000] [id=3288]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 4928K, used 192K [0x1a6f0000, 0x1ac40000, 0x1d190000)
      eden space 4416K,   4% used [0x1a6f0000, 0x1a720370, 0x1ab40000)
      from space 512K,   0% used [0x1ab40000, 0x1ab40000, 0x1abc0000)
      to   space 512K,   0% used [0x1abc0000, 0x1abc0000, 0x1ac40000)
    tenured generation   total 10944K, used 0K [0x1d190000, 0x1dc40000, 0x226f0000)
       the space 10944K,   0% used [0x1d190000, 0x1d190000, 0x1d190200, 0x1dc40000)
    compacting perm gen  total 12288K, used 1484K [0x226f0000, 0x232f0000, 0x266f0000)
       the space 12288K,  12% used [0x226f0000, 0x22863288, 0x22863400, 0x232f0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x01d97000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\Flash.exe
    0x77510000 - 0x77690000 C:\Windows\SysWOW64\ntdll.dll
    0x76470000 - 0x76570000 C:\Windows\syswow64\kernel32.dll
    0x762c0000 - 0x76306000 C:\Windows\syswow64\KERNELBASE.dll
    0x6c7c0000 - 0x6c8a6000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\amtlib.dll
    0x76570000 - 0x76670000 C:\Windows\syswow64\USER32.dll
    0x75140000 - 0x751d0000 C:\Windows\syswow64\GDI32.dll
    0x76880000 - 0x7688a000 C:\Windows\syswow64\LPK.dll
    0x751d0000 - 0x7526d000 C:\Windows\syswow64\USP10.dll
    0x76c80000 - 0x76d2c000 C:\Windows\syswow64\msvcrt.dll
    0x760e0000 - 0x76180000 C:\Windows\syswow64\ADVAPI32.dll
    0x76ae0000 - 0x76af9000 C:\Windows\SysWOW64\sechost.dll
    0x76b90000 - 0x76c80000 C:\Windows\syswow64\RPCRT4.dll
    0x75080000 - 0x750e0000 C:\Windows\syswow64\SspiCli.dll
    0x75070000 - 0x7507c000 C:\Windows\syswow64\CRYPTBASE.dll
    0x75340000 - 0x75f89000 C:\Windows\syswow64\SHELL32.dll
    0x76680000 - 0x766d7000 C:\Windows\syswow64\SHLWAPI.dll
    0x76020000 - 0x7609b000 C:\Windows\syswow64\COMDLG32.dll
    0x71ed0000 - 0x7206e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_no ne_421189da2b7fabfc\COMCTL32.dll
    0x74dc0000 - 0x74dc9000 C:\Windows\system32\VERSION.dll
    0x733c0000 - 0x733f2000 C:\Windows\system32\WINMM.dll
    0x74b60000 - 0x74b79000 C:\Windows\system32\AVIFIL32.dll
    0x76970000 - 0x76acc000 C:\Windows\syswow64\ole32.dll
    0x72840000 - 0x72854000 C:\Windows\system32\MSACM32.dll
    0x724a0000 - 0x724c1000 C:\Windows\system32\MSVFW32.dll
    0x76ad0000 - 0x76ad5000 C:\Windows\syswow64\PSAPI.DLL
    0x750e0000 - 0x75140000 C:\Windows\syswow64\IMM32.dll
    0x75270000 - 0x7533c000 C:\Windows\syswow64\MSCTF.dll
    0x76430000 - 0x76465000 C:\Windows\syswow64\WS2_32.dll
    0x76670000 - 0x76676000 C:\Windows\syswow64\NSI.dll
    0x10000000 - 0x10028000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\PFF.dll
    0x73960000 - 0x73a03000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc 0e5a\MSVCR90.dll
    0x12000000 - 0x121cb000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\xerces-c_2_6.dll
    0x72ee0000 - 0x72f7b000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442d b5b5\MSVCR80.dll
    0x00250000 - 0x0025e000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\boost_threads.dll
    0x00270000 - 0x0027f000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\boost_date_time.dll
    0x738d0000 - 0x7395e000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc 0e5a\MSVCP90.dll
    0x00290000 - 0x00297000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\boost_system.dll
    0x32100000 - 0x321ca000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\Workspace.dll
    0x745a0000 - 0x74730000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_72fc7 cbf861225ca\gdiplus.dll
    0x01da0000 - 0x01f00000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\dvacore.dll
    0x76890000 - 0x7691f000 C:\Windows\syswow64\OLEAUT32.dll
    0x022a0000 - 0x025f2000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\dvaui.dll
    0x6c660000 - 0x6c7b4000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\AdobeOwl.dll
    0x71080000 - 0x71421000 C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4bf5400abf9d 60b7\mfc90u.dll
    0x73400000 - 0x73405000 C:\Windows\system32\MSIMG32.dll
    0x002f0000 - 0x00388000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\FlashIK.dll
    0x02600000 - 0x028fa000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\dvaadameve.dll
    0x003b0000 - 0x003c2000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\boost_signals.dll
    0x003e0000 - 0x003f4000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\boost_filesystem.dll
    0x01fe0000 - 0x02068000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\boost_regex.dll
    0x01f20000 - 0x01f37000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\AlcidDLL.dll
    0x02900000 - 0x03013000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\aflame.dll
    0x03020000 - 0x0321a000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\aflamingo.dll
    0x03220000 - 0x033c1000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\AdobeLinguistic.dll
    0x715e0000 - 0x715fe000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\ahclient.dll
    0x76330000 - 0x76424000 C:\Windows\syswow64\WININET.dll
    0x760a0000 - 0x760a3000 C:\Windows\syswow64\Normaliz.dll
    0x76180000 - 0x762b5000 C:\Windows\syswow64\urlmon.dll
    0x76ff0000 - 0x7710c000 C:\Windows\syswow64\CRYPT32.dll
    0x774e0000 - 0x774ec000 C:\Windows\syswow64\MSASN1.dll
    0x76df0000 - 0x76fe9000 C:\Windows\syswow64\iertutil.dll
    0x020a0000 - 0x020f6000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\LogSession.dll
    0x766e0000 - 0x7687d000 C:\Windows\syswow64\SETUPAPI.dll
    0x76d30000 - 0x76d57000 C:\Windows\syswow64\CFGMGR32.dll
    0x76310000 - 0x76322000 C:\Windows\syswow64\DEVOBJ.dll
    0x74b40000 - 0x74b49000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\adbeape.dll
    0x73040000 - 0x7308b000 C:\Windows\system32\apphelp.dll
    0x6c5d0000 - 0x6c65c000 C:\Windows\AppPatch\AcLayers.dll
    0x737a0000 - 0x737b7000 C:\Windows\system32\USERENV.dll
    0x73790000 - 0x7379b000 C:\Windows\system32\profapi.dll
    0x72f80000 - 0x72fd1000 C:\Windows\system32\WINSPOOL.DRV
    0x6c5b0000 - 0x6c5c2000 C:\Windows\system32\MPR.dll
    0x6c390000 - 0x6c5a8000 C:\Windows\AppPatch\AcGenral.DLL
    0x73410000 - 0x73490000 C:\Windows\system32\UxTheme.dll
    0x747d0000 - 0x747df000 C:\Windows\system32\samcli.dll
    0x731f0000 - 0x731f3000 C:\Windows\system32\sfc.dll
    0x72690000 - 0x7269d000 C:\Windows\system32\sfc_os.DLL
    0x72260000 - 0x72273000 C:\Windows\system32\dwmapi.dll
    0x6c130000 - 0x6c389000 C:\Windows\AppPatch\AcXtrnal.DLL
    0x71c10000 - 0x71c16000 C:\Windows\system32\SHUNIMPL.DLL
    0x715d0000 - 0x715dd000 C:\Windows\system32\SortServer2003Compat.dll
    0x73250000 - 0x7325f000 C:\Windows\WinSxS\x86_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.4148_none_4973eb1d7 54a9dc9\MFC90FRA.DLL
    0x6c010000 - 0x6c124000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\amtservices.dll
    0x74de0000 - 0x74dfc000 C:\Windows\system32\IPHLPAPI.DLL
    0x74dd0000 - 0x74dd7000 C:\Windows\system32\WINNSI.DLL
    0x736c0000 - 0x73718000 C:\Windows\system32\WINHTTP.dll
    0x73670000 - 0x736bf000 C:\Windows\system32\webio.dll
    0x6bfa0000 - 0x6c00a000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\adobe_caps.dll
    0x76b00000 - 0x76b83000 C:\Windows\syswow64\CLBCatQ.DLL
    0x73090000 - 0x73185000 C:\Windows\system32\propsys.dll
    0x73760000 - 0x73781000 C:\Windows\system32\ntmarta.dll
    0x76920000 - 0x76965000 C:\Windows\syswow64\WLDAP32.dll
    0x05820000 - 0x05840000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\asneu.dll
    0x06b20000 - 0x08069000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\fr_FR\Configuration\FlashResources.dll
    0x73490000 - 0x734cc000 C:\Windows\system32\OLEACC.dll
    0x06180000 - 0x06210000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\AdobePIP.dll
    0x749c0000 - 0x74aa7000 C:\Windows\system32\ddraw.dll
    0x74d30000 - 0x74d36000 C:\Windows\system32\DCIMAN32.dll
    0x72290000 - 0x72453000 C:\Windows\system32\D3D9.DLL
    0x72280000 - 0x72286000 C:\Windows\system32\d3d8thk.dll
    0x6b0e0000 - 0x6b685000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\Common\Configuration\authplay.dll
    0x74520000 - 0x74592000 C:\Windows\system32\DSOUND.dll
    0x74880000 - 0x748a5000 C:\Windows\system32\POWRPROF.dll
    0x71600000 - 0x71679000 C:\Windows\system32\mscms.dll
    0x6d980000 - 0x6da6b000 C:\Windows\system32\dbghelp.dll
    0x731c0000 - 0x731ee000 C:\Windows\system32\mlang.dll
    0x74bf0000 - 0x74ceb000 C:\Windows\system32\WindowsCodecs.dll
    0x72070000 - 0x721a2000 C:\Windows\System32\msxml3.dll
    0x729d0000 - 0x72a09000 C:\Windows\system32\MMDevAPI.DLL
    0x72ae0000 - 0x72ae8000 C:\Windows\system32\serwvdrv.dll
    0x72ad0000 - 0x72ad8000 C:\Windows\system32\umdmxfrm.dll
    0x729a0000 - 0x729d0000 C:\Windows\system32\wdmaud.drv
    0x72990000 - 0x72994000 C:\Windows\system32\ksuser.dll
    0x72980000 - 0x72987000 C:\Windows\system32\AVRT.dll
    0x72860000 - 0x72868000 C:\Windows\system32\msacm32.drv
    0x72830000 - 0x72837000 C:\Windows\system32\midimap.dll
    0x6bf70000 - 0x6bf8b000 C:\Program Files (x86)\Common Files\Adobe\APE\3.1\adbeapecore.dll
    0x74850000 - 0x7487e000 C:\Windows\System32\shdocvw.dll
    0x71c20000 - 0x71c8f000 C:\Windows\system32\ntshrui.dll
    0x735e0000 - 0x735f9000 C:\Windows\system32\srvcli.dll
    0x74800000 - 0x7480b000 C:\Windows\system32\cscapi.dll
    0x747f0000 - 0x747fa000 C:\Windows\system32\slc.dll
    0x74d70000 - 0x74d86000 C:\Windows\system32\CRYPTSP.dll
    0x73830000 - 0x7386b000 C:\Windows\system32\rsaenh.dll
    0x733b0000 - 0x733be000 C:\Windows\system32\RpcRtRemote.dll
    0x6bf20000 - 0x6bf69000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\BIB.dll
    0x6bee0000 - 0x6bf20000 C:\Program Files (x86)\Adobe\Adobe Flash CS5\BIBUtils.dll
    VM Arguments:
    jvm_args: -Djava.library.path=C:\ProgramData\Adobe\CS5\jre\bin -Djava.Home=C:\ProgramData\Adobe\CS5\jre -Xbootclasspath/a:;C:\Program Files (x86)\Java\jre6\bin\javaw.exe -Djava.awt.headless=true -Xmx128m
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    JAVA_HOME=C:\ProgramData\Adobe\CS5\jre
    CLASSPATH=C:\Program Files (x86)\Java\jre6\bin\javaw.exe
    PATH=C:\ProgramData\Adobe\CS5\jre\bin;C:\Program Files (x86)\Macromedia\Flash 8\;C:\Program Files (x86)\PC Connectivity Solution\;c:\devkitPro\msys\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C :\Program Files (x86)\CyberLink\Power2Go\;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files (x86)\Common Files\Autodesk Shared\;C:\Program Files (x86)\Common Files\DivX Shared\;C:\Program Files (x86)\Common Files\Autodesk Shared\AdLM\R1;C:\PROGRA~2\PICC;C:\PROGRA~1\TIEDUC~1\TI-83P~1\UTILS;C:\Program Files (x86)\Microchip\MPLAB C32 Suite\bin;C:\Program Files (x86)\Microchip\MPLAB IDE\VDI;C:\Program Files (x86)\HI-TECH Software\PICC\9.70\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows \System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Csound\bin;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\TortoiseSVN\bin;C:\Program Files (x86)\Universal Extractor;C:\Program Files (x86)\Universal Extractor\bin;c:\devkitPro\devkitARM\arm-eabi\bin;C:\devkitpro\devkitARM\bin;c:\devkitpro \msys\bin;c:\devkitpro\devkitarm;C:\devkitPro\devkitARM\libexec\gcc\arm-eabi\4.1.1;C:\Prog ram Files (x86)\Cracklock\Bin;C:\Program Files (x86)\OpenVPN\bin;C:\Users\Malekbr\AppData\Local\Start++\LNKs;C:\Users\Malekbr\AppData\Lo cal\Start++\CMDs
    USERNAME=Malekbr
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 6, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 3
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
    Memory: 4k page, physical 4192696k(2476844k free), swap 10479180k(8629468k free)
    vm_info: Java HotSpot(TM) Client VM (16.0-b13) for windows-x86 JRE (1.6.0_18-b07), built on Dec 17 2009 13:35:55 by "java_re" with MS VC++ 7.1 (VS2003)
    time: Tue May 11 18:03:33 2010
    elapsed time: 1 seconds
    (I think these are from compatibility mode).
    I hope the informations I gave will help figure out the problem, and thank you .

    Hi,
    In case some people are still trying to find a solution to this problem.
    In order to solve this I had to do the following:
    Assuming you installed the latest Java Runtime, in my case Java 1.6, you will need to uninstall it from your machine, delete the  bin and lib folders from C:\ProgramData\Adobe\CS5\jre.
    The next step google for ‘Java Runtime Environment 5.0 Update 22′.Install it and then  copy the bin and lib folders back to C:\ProgramData\Adobe\CS5\jre. After that you can go and install Java runtime 1.6 back. It’s  works with no errors now. The issue seems to be that Java 1.6 does not play nicely with Flash CS5 and CS5.5. This link helped me find the solution.
    Chris

  • How do I localize Flash CS5.5 iOS app to one language

    What method or process do I use to set an iOS app to only one language?
    I recently had an iPad app written in Flash CS5.5 approved at the iTunes app store. I noticed at the iTunes store, it indicates that my app is localized in 14 different languages. I never set this up; it seems that there is a process that automatically adds several default language localizations to the ipa binary when the file is published. I tried the strings panel, used a var to set the localID, went into the SDK for flex and flash builder and deleted the locales (could not find anything similar for Flash itself), but none of this seems to prevent Flash from adding the language defaults. I have found many examples on how to localize my app for several languages, but nothing on how to set it to only one.
    Thanks much, Jon

    Well, I followed the iOS language list in iTunes thread   in this forum and was able to get rid of them all. I have to say that not any single reply in the thread was exactly right. It took a combination of Saumitra Bhave's and spinlight's replies and mass of trial and error to get it all to work. Even the App loader utility came up as obsolete! I have uploaded the updated binary to Apple and am awaiting their approval. The biggest issue is the placement of and actual coding in the entitlements plist; spinlight had the right idea, but, at least in my case, was coded out a bit different. Also, it was not exactly apparent that you had to use the teminal untility to recodesign the app after tearing it apart. Thank the heavens I have a least a basic understanding of how things work on the Mac and was able to puzzle it out. If Apple approves the app and all things look good, I will follow up here with what I did. Of course, if Adobe would kill this bug with a giant can of bug spray, this crazy work around wouldn't be needed...
    Thanks much,  Jon

  • Error message boxes on duplicate drag in Flash CS5.5

    Hi I wanted to report a problem I've been having with Flash CS5.5 on MacOS 10.5.8
    When I drag an element (usually a line or shape) with the alt key pressed (in order to create a duplicate on the stage) sometimes I get a couple of message boxes appear that say "Panel x could not be created removing it from the list" where x is a number like 7 or 9. After I click through these the swatches panel appears in the middle of the screen.
    This is quite annoying and holds me up as I have to click through these boxes & then close the swatches panel.
    Hope you're able to address this error in future builds.
    Cheers
    -Tom

    These are primarily user to user forums.  USe the following if you have a bug to report:
    Adobe - Wishlist & Bug Report
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Flash CS5 crashing when saving

    OK! What's the deal?
    I have just purchased Adobe Master Collection CS5, all $4400 worth! To give the software it's credit, I formatted my HDD and clean installed Win 7 x64 OS. I then clean installed the entire CS5 suite! As I have to somewhat justify the purchase to my boss (who paid for the software), I have gone to continue doing some work, (not even trying out new features!!), I needed to complete a task, so I got onto it.
    I opened up an existing file which was created using CS4, noticed a few bugs that arose when published out using CS5 (mainly around the way that fonts were referred as), fixed those, then all was going well. As we have all done, I got involved with the work, and worked for a long time without saving. I realised this and quickly went to save. The dialog box came up advising that it needed to change versions to CS5 (rather than the original CS4), so I cancelled out and did a file Save As.
    I thought I would create a new file so that if anything went wrong, I would have a backup. BLOODY LUCKY I DID, as when I went to save as, Flash crashed, loosing all the work I did. I did manage to get a screenshot of some of my AS which was lucky, but when I looked into the folder where I tried to save, there was a completley useless *.fla of 1kb in size which was completely corrupted and couldn't open up.
    Resigned to the fact that I lost all my work (nothing new - as we all know it happens every now and then), I thought I would open up Flash, and the very first task would be to save it as CS5 format. Low and behold, flash crashes again, again leaving a corrupted file in it's place. For $4400, you would think you could at least save the work you have done!!
    In other tests, it seems it can save new files, and some simple animations created in CS4, but what the hell do I do with all the existing work that I have spent the last year developing? Can someone please help me, as I really cannot work until this issue is resolved.
    HELP!
    Duncan Buchanan

    I have found the solution to fix my file
    In my case, I had to remove from the XML descriptor of a movieclip a reference to an FLVPlayback component! (don't ask me why)
    I am pasting the XML node I had to remove on the bottom, first the step by step solution in case others may stumble on this.
    It seems that movieclips get corrupt somehow, so, in order to find which ones, we have to proceed this way:
    solution
    1 - if you save your file as CS5 FLA, then rename the corrupt file from xxx.fla to xxx.zip.
    2 - Unzip the file, and you are going to have the same directory structure as if you save in xfl. Now, if you open the xfl file inside the unzipped folder, you get the same error you get opening the fla.
    3 - Go into the LIBRARY folder. This is a hyerarchical representation of your library.
    4 - If like I do, your library is well organized in folders and subfolders, this step will not be too annoying. If you have all library items free in the library, then it could be boring. Anyway... The thing here is to find which library items are causing the problem, so you have to remove them one by one, or in groups, and try to launch the xfl each time. When the xfl gets opened, you have removed the right library item.
    In my case, even for very large projects, I have only 4 folders in library's root. So what I did, I tried removing one of them, till I found the rightt one. Then I went deeper and deeper, and eventually found the **** movieclip causing the crash.
    If its not an important item, you can just happily continue to work and do it again. In my case, it was a vital component, so I went inside the xml definition, and tried to remove nodes untill it finally opened.
    TAHDAH
    The file got opened again, just with a missing reference inside that movieclip.
    I have read that often an empty frame may cause the problem, so you should look for <element/> tag.
    In my case, was a FLVPlayback component.
    Find below the node I had to remove (someone from Adobe may give a look)
    It is advised untill Flash CS5 doesn't get stabilized on file save  (yeah, I know, a detail!) to store your projects as xfl and not as FLA  files. (I don't really know why, since a fla file is just a zipped xfl  folder renamed as .fla)
    Exhausted but happy.
    Filippo
                    <DOMCompiledClipInstance libraryItemName="FLVPlayback" name="_video" selected="true" uniqueID="8">
                      <matrix>
                        <Matrix a="2.45603942871094" d="2.04177856445313"/>
                      </matrix>
                      <transformationPoint>
                        <Point x="160" y="119.95"/>
                      </transformationPoint>
                      <dataBindingXML><![CDATA[<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='HighlightItem' oldCopiedComponentPath=''>
    </component>
    ]]></dataBindingXML>
                      <parametersAsXML><![CDATA[   <property id="align">
          <Inspectable name="align" variable="align" category="" verbose="0" defaultValue="center" enumeration="center,top,left,bottom,right,topLeft,topRight,bottomLeft,bottomRight" type="List"/>
       </property>
       <property id="autoPlay">
          <Inspectable name="autoPlay" variable="autoPlay" category="" verbose="0" defaultValue="false" type="Boolean"/>
       </property>
       <property id="cuePoints">
          <Inspectable name="cuePoints" variable="cuePoints" category="" verbose="0" defaultValue="" type="Video Cue Points"/>
       </property>
       <property id="isLive">
          <Inspectable name="isLive" variable="isLive" category="" verbose="0" defaultValue="false" type="Boolean"/>
       </property>
       <property id="preview">
          <Inspectable name="preview" variable="preview" category="" verbose="0" defaultValue="None" type="Video Preview"/>
       </property>
       <property id="scaleMode">
          <Inspectable name="scaleMode" variable="scaleMode" category="" verbose="0" defaultValue="exactFit" enumeration="maintainAspectRatio,noScale,exactFit" type="List"/>
       </property>
       <property id="skin">
          <Inspectable name="skin" variable="skin" category="" verbose="0" defaultValue="" type="Video Skin"/>
       </property>
       <property id="skinAutoHide">
          <Inspectable name="skinAutoHide" variable="skinAutoHide" category="" verbose="0" defaultValue="false" type="Boolean"/>
       </property>
       <property id="skinBackgroundAlpha">
          <Inspectable name="skinBackgroundAlpha" variable="skinBackgroundAlpha" category="" verbose="0" defaultValue="0.85" type="Number"/>
       </property>
       <property id="skinBackgroundColor">
          <Inspectable name="skinBackgroundColor" variable="skinBackgroundColor" category="" verbose="0" defaultValue="#666666" type="Color"/>
       </property>
       <property id="source">
          <Inspectable name="source" variable="source" category="" verbose="0" defaultValue="" type="Video Content Path"/>
       </property>
       <property id="volume">
          <Inspectable name="volume" variable="volume" category="" verbose="0" defaultValue="1.00" type="Number"/>
       </property>
    ]]></parametersAsXML>
                    </DOMCompiledClipInstance>

  • Update the Player Flash CS5 Uses (In Test Movie)

    So Flash CS5 came with a beta version of Flash Player 10.1.
    Now that the official release of Flash Player 10.1 is released, how do I update what Flash CS5 uses when I Test Movie?
    I have so far updated the Flash Player in my browser and my standalone players but I can't seem to figure out how to update the Player that Flash CS5 uses.
    This wouldn't be so bad if the beta of 10.1 wasn't breaking my project because of bugs.
    Any help appreciated.

    More bumps, there has to be a way to do this.  Adobe wouldn't cement in a beta verison of Flash Player into Flash CS5 would they?

Maybe you are looking for

  • Need more than 255 character to show data in print program

    Hi All,   I am using read_text FM. We have 8 lines in itab almost 2000 character. Now I want to show it in my smartforms. I used concatenate lines of itab into result separated by space. But here I am getting only 255 character in our result. Can any

  • Problems compiling

    Hi all, I'm new with JSP, actually I don't know wether it's a TOMCAT ESPECIFIC issue or if your can help me here. I get the following error while executing a simple script (gateway.jgp) on the browser: description The server encountered an internal e

  • Letter of  Credit management in SAP Business one

    Hi All, One of our customer wants to manage the "Letter of Credit" used in exporting their product to different countries. They need to record it, discount it from bank, record bank charges and close it when their customer repays the amount. Also nee

  • 10.1.3 complex graphs support...?

    Has anyone used 10.1.3 with Oracle Business Intelligence beans. I need it for complex graphs for dashboard screen (jspx page) but when I try to download BI 10.1.2.2, I come across the following note. Note that JDeveloper 10.1.3 is currently not suppo

  • Can I set the time ruler in the main window to minutes/seconds/milliseconds?

    Is there a way to set the time ruler in the MAIN window to minutes/seconds/milliseconds? It seems that the only ruler time display option is minutes/seconds/frames/subframes. Or, failing that, is there a way to suppress the display of frames/subframe