Flash CS5 Classic text problem

I have converted a file from CS4 to CS5. When I double click certain movie clips, the first text box inside the movie clip (Frame 1) changes to the text on Frame 2! When I srub back to Frame 1, the text changes back to what it should have been. The text is correct when I Run the file. Is this a bug? All the text fields that are doing this are Classic, Static text fields.

don't use any Arial Narrow text in the ide.

Similar Messages

  • 3110 classic text problem

    hello i have a 3110 classic working fine untill a couple of days ago
    i can send texts but have only recieved a couple and yet a lot have been sent to me
    is it me or the phone?
    any help appreciated  thanks
    Solved!
    Go to Solution.

    have you enough memory in the phone ,its unlikely its the phone its more likely network are all your message settings correct?
    Message Edited by jimmyireland on 10-Feb-2009 07:19 PM
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Flash CS5 instance name problems

    I can't give instance names in my AS2 project. When I click on the Instance Name box it is locked. I can only give instance names to the text objects. Movie clips and buttons are locekd. Please Help

    Hey guys,
    I struggled with this too.
    It seems if you make a reference to it in the action script it allows you to set an instance of that name (basically. why would you need to set a name if there is no reference to it in the action script)
    e.g add something like
    mc_myMovieClipName.addEventListener(MouseEvent.MOUSE_OVER, myFunction);
    and you will be allowed to rename a new symbol of that name.
    (or change your existing references to your OLD movieclip name and you will be allowed to rename it)
    If there are 2 symbols on the stage and only 1 reference in the code. only 1 symbol will be allowed to be named and you will have to add...
    mc_myMovieClipName2.addEventListener(MouseEvent.MOUSE_OVER, myFunction2);
    to the code in order to name the second movieclip.
    Please let me know if this helps.

  • Flash CS5 problem - missing text

    We've got several Flash files created by a partner organization that we're trying to edit. The files are for an e-learning course and contain four or five "tabs," each with a multiple choice or true/false question, each option labeled A, B, C, etc.. The learner clicks through the tabs, answers each question using either radio buttons or click boxes, and clicks "submit" to check the answers. When they click submit they should get a line below that either says "Correct!" or, if they're wrong, "Answer:" followed by the letter of the correct option(s).
    What's happening instead is that about 75% of the time when you answer incorrectly nothing at all appears after "Answer:", or in a couple of cases where it was a multiple choice question with more than one correct option, it may only display one of the correct answers.
    Things that may or may not be relevant:
    We are working in Flash Pro CS5. These were created in an earlier version, probably CS3 or 4. The published SWF files we received from the original developer at our partner agency don't have this problem, but if we open the Flash files and republish them the error shows up, even if we make no changes to the files. We had a developer working on contract with us for a while using I think CS4 and he was able to republish them without a problem.
    Every time we run the debugger on the files we get a Font Mapping dialog box indicating that it contains a font (Universal Condensed) that is not available on our system. I always opt to map it to a font we do have but the next time I open the file I get the same message again.
    On any of the question tabs where happening, when I run debugger I get several messages like this in the output window: Target not found: Target="_parent.q1r5" Base="_level0.checkbuttons.q1r1" or Target not found: Target="_parent.q1r6" Base="_level0.checkbuttons.q1r2". I believe the "r5", "r6", etc. is referring to something that the original developer created to automate the creation of these animations. In Designer view, off to the side there are set up instructions, invisible when published, that apparently allow you to enter letters and numbers to create up to 6 questions in any of 8 styles, with up to 8 answers each.
    Again in the output window, I'm getting this message: "Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts.". I've embedded both fonts that I believe are used in the animation but it doesn't seem to change anything.
    I was also getting errors like this in the compiler window: Symbol=radio button, layer=Layer 2, frame=1, Line 1  Case-insensitive identifier 'button' will obscure built-in object 'Button'. I am able to click over to the "Actions-Frame" window and the first line there reads either button = "off" or button = "on". If I change button to Button this message is cleared but it doesn't seem to impact the other problem.
    I've spent what is officially now a stupid amount of time trying to figure this out, and I'm starting from search a knowledge deficit that my usual Google research skills are failing me. None of us on staff have any formal Flash training, but two of us have taught ourselves enough to successfully make minor changes to all but this one type of file, and there are several of them like this. I have a vague idea that it has something to do with embedding fonts and dynamic text fields, but none of the suggestions I've seen so far works and I'm at a loss. Would appreciate ideas anyone might have about where to look before I pull out any more hair.

    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

  • Flash CS5.5, SWF file doesn't load TLF text.

    Hiya,
    I just downloaded the trial version of Flash 5.5. I was trying to a tutorial from  Adobe Classroom in a Book: Flash Professional CS5. I was trying to do lesson 7 which is all about TLF text.
    In the tutorial, you insert text that is TLF text. Most of the text doesn't do anything (it's Read-Only). But there is one area that is supposed to be a Mortgage Calcualtor and functions with ActionScript.
    I inserted the ActionScript that makes the Mortgage Calculator text do the proper math. My problem happens when I try to test the movie: the SWF file doesn't display any of the TLF text, and the Output panel gives me the following:
    ReferenceError: Error #1065: Variable TLFTextField is not defined.
    ReferenceError: Error #1065: Variable TCMText is not defined.
    I am confused because there aren't any variables with those names in any of the files of the tutorial, or in the ActionScript I entered. Where is Flash getting those variable names from? O_o
    I even turned the text back into Classic text to see if that helped, but I still get the error. Could this be a glitch with Flash 5.5?
    Thanks for your time.
    Tara

    That file has all the menu items in it.
    A crossdomain file is use as a security measure. Perhaps I see it because I use a webpage on my own server to display your SWF file. Check to see if that's the case with you.
    But I gave it another try.
    I downloaded the menu.swf and the xml file and stored them in a folder. I use a custom webpage and stored that in the same folder.
    Instead of the full URL is simply use the filename.
    <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,40,0" border="0"
    width="870" height="800">
    <param name="movie" value="menu.swf">
    <param name="quality" value="High">
    <embed src="menu.swf"
    pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1"
    width="870" height="150"></object>
    That works.
    When I paste the <object> code in the HTML Snippet and use relative URLs to the menu in the folder mentioned above, I noticed that the XMLHorizontalMenu.xml is expected to be in the Pagename_files folder. That folder belongs to the iWeb pages it is embedded in. When I put the xml file there, the menu works.
    You have to check the design of the menu.swf file.
    Otherwise, store all files in a separate folder and use a <iframe> to embed it.

  • Problems copying between Flash CS5.5 and TextEdit in OSX Lion

    This is a wierd one but it's cost me a ton of time...
    When running Flash CS5.5 on OSX Lion (vs. 10.7.4) if I copy text from Flash and then paste it into a TextEdit Document it ALWAYS results in slowing down Flash to the point where it is basically unusable. The ONLY solution is to restart the whole system. (I use TextEdit to document my work, so I go back and forth between the two constantly).
    Specifically, the copied text must be from a Instance Name field or a Movie Clip name field. (I've copied text out of a classic text field without problem).
    When I go to paste the text into a TextEdit document there is a abnormal lag of a few seconds, but the text does get pasted, and TextEdit continues to function normally.
    However, when I then return to Flash, it is noticable slower. Every click takes several seconds to register. For example, when opening a movie clip in the library, after double clicking the MC after a few seconds the MC will be highlighted, after several more seconds the timeline will display for that MC, afer several more seconds the stage will finally display the cotents of the MC. The larger the file, the longer the delays.
    Restarting Flash makes no difference. Trashing Prefs makes no difference. However restarting the entire system does fix the problem.
    I also reinstalled Flash, which also fixed the problem, but I was able to cause the problem to occur again.
    I may pass this along to Apple also.
    Thanks for any insights!

    Thanks! (Didn't understand what you meant before).
    Activity Monitor showed that pasting the text in TextEdit caused fontd to jump up to near 100% whenever I tried to interact with Flash. fontworker and helpd also hit near 100% for a few moments, but it was mostly fontd. Killing fontd in Activity Monitor seemed to return everything to normal (but I'm not sure what else is affected by doing that).  I am also, then, unable to make the bug occur again.
    So it appears to be the os. Strange that this only seems to affect Flash, though.
    Thanks again (Learned something!)

  • Problem with textboxes in Flash CS5

    Hi, I am currently a Flash CS4 user and am trying Flash CS5 currently to see if it is worth it to pay for the upgrade. I currently have a problem with the use of textboxes in CS5 comparing with the previous version. When I try to change the texts of a text box using the following command in actionscript:
    showlmytext.text = "My string: " +String(somevariable);
    I would get weird misaligned text outputted in my textbox, which exact same code did not cause this problem on Flash CS4.
    Can somebody please tell me what is the problem and how can I fix it?
    Thanks

    Hi Mario,
    I hope you are well. My name is Sandi Langlotz.
    At my job at greenidea.com, here in SF; I am having difficulty with using Hebrew in the trial download of CS5 Flash. Russ Mumford my boss has also contacted you regarding our problem.
    Flash has a new TLF (Text Layout Format tool).  My difficulty has to do with text boxes that are formatted for Right to Left text, with Hebrew selected as the Locale. We are pasting from Microsoft Word.
    I hope  that you may have a suggestion, a referral  or a possible work around for me to try.
    I have tried Adobe Customer Service several times to no avail.
    Problem 1.
    The first sentence below, (in blue) is correct format for Hebrew. Hebrew reads from R to Left.
    When I paste the Hebrew text into the Flash animation, one of two things can happen;
    the punctuation is cut off of the left side completely; or it is pasted in to the Right side of the Text box, (at the wrong end of the sentence). 
    I have tried to click the cursor into the left in order to insert the punctuation mark; this works sometimes but often I am unable to click in to manually correct the problem. I don't understand why it is cutting it off, or why I am sometimes unable to click into the left side and insert the punctuation.
    Problem 2
    In the second paste (the 2nd bold sentence),  .CSO on the left side of the sentence is correct, as is the rest of the sentence.
    When I paste the text  into Flash from Word, Flash puts it in as reversed order. the word CSO. has the punctuation switched to the right (CSO.)  Flash reverses the order of the other characters in the sentence also (like in the 2nd black sentence).
    שולחן נקי הוא שולחן מאובטח.
    שולחן נקי הוא שולחן מאובטח
    מבוסס על רעיון ממגזיןCSO .
    .CSOןיזגממ ןויער לע ססובמ
    Adobe says it supports Right to Left text, but I can find no info on these two buggy problems. Do you have any idea what is wrong?
    Thank you ahead of time for any info or referrals you may suggest.
    Sandi Langlotz
    שולחן נקי הוא שולחן מאובטח.
    שולחן נקי הוא שולחן מאובטח
    מבוסס על רעיון ממגזיןCSO .
    .CSOןיזגממ ןויער לע ססובמ

  • CS5 - Text format for classic text error

    will now have to re-edit every part.
    Clearly you can get around this by other formats but fact is if you have a document that has negative spacing dont open it in CS5 cause you
    This may have been in recent update.
    Flash now resets them when you open the file to 0, if you notice or not.
    when you have negative (-20) set in spacing, usually used when you have margins.
    Classic Text Error
    Flash CS5

    Here's a workaround.
    FixTextIndent is a class with static methods that
    provides a workaround for the Flash CS5 text formatting
    bug.  The Flash CS5 IDE will not remember the text
    indent setting for either static or dynamic text fields.
    We can set the indent in Actionscript for dynamic fields,
    so to use this class, convert your fields to dynamic,
    then set the left margin.
    When you call FixTextIndent methods, they will set
    the indent to the negative of the left margin.
    Gary Weinfurther, 12/17/2010
    package com.keysoft.util
        import flash.display.DisplayObject;
        import flash.display.DisplayObjectContainer;
        import flash.text.TextField;
        import flash.text.TextFormat;
        public class FixTextIndent
             Fixes the line indent of all dynamic text fields
             in a given display object container so that
             the indent is the negative of their left margin.
            public static function FixContainer(container:DisplayObjectContainer):void
                for(var i:int = container.numChildren - 1; i >= 0; --i)
                    var obj:DisplayObject = container.getChildAt(i);
                    if (obj is TextField)
                        FixTextField(obj as TextField);
             Fixes the line indent of a dynamic text field
             to the negative of its left margin
            public static function FixTextField(tf:TextField):void
                var format:TextFormat = tf.getTextFormat();
                if (format.leftMargin != null && format.leftMargin > 0)
                    format.indent = -(format.leftMargin as Number);
                    tf.setTextFormat(format);

  • Flash CS5 Greeter.cs HelloWorld.fla text type Dynamic not an option? ActionScript 3

    Learning to program in ActionScript 3 for Flash CS5 Pro,
    http://help.adobe.com/en_US/as3/learn/WS5b3ccc516d4fbf351e63e3d118a9b90204-7fdf.html
    The tutorial says that the text box, should be text type Dynamic, but the only choices are TLF and Classic
    Since the Classic closed the Instance name box, I chose TLF text.
    When I test the scene, I get a blank screen, instead of a "Hello World" greeting.  Is there a way around this?

    I had the class file in the wrong directory, and so now it works!  Thank you for looking.

  • Enlarging text in XSPF player w/Flash CS5

    I took a class in Flash way back when it first came out. I haven't used it since then until I recently got the CS5 version for a specific task. I'm revising a small site which includes articles about musicians and sound clips of their work. The mp3 player I'm using is the open-source XSPF Player. It has a clean minimal look that fits my page design. The only problem is the text size inside the player that shows the artist name, song title, etc. It's way too small. I contacted one of the people who has released a modified version of this player, and he said yes it would be no problem to modify the .swf file to display the text differently. However, when I open the player with Flash, the tools are grayed out. I explored all the options on the menus and panels without finding a way to get at the insides of this player. I've two options here: 1-Get specific advice from one of you who has used Flash more than I have, or 2-Get advice about the location a good tutorial. I tried Googling the info I need but didn't get useful results. Any tips? Here's a page where I've implemented the player ...
    http://www.keithpurtell.com/kthings/fripp.htm

    Never can tell when a question will be answered in this forum and when it will be ignored.
    Anyway...
    More research has yielded the likely answer, for the benefit of anyone else trying to do the same thing I'm doing and searches here.
    To get inside a .swf file and change it with Flash CS5, the file must be converted to its previous .fla version. There are a wide variety of swf-to-fla converters available, some commercially and some for free. Use Google to find them. Good luck!

  • Library font Bitmap text (no anti-alias) Flash CS5

    Ok, in previous version of flash we had this window:
    But now in Flash CS5 the new font embedding window is changed, and there is no Bitmap text checkbox, so how am I to create dynamic Text Fields with ActionScript, and embed the fonts in them using Bitmap text [no anti-alias]? And don't give me the GridFitType.PIXEL solution, I want true Bitmap text.

    Can someone please help me with the above problem?
    I've published two images to show what appen.
    This it's the correct
    one (without embedding font and with font installed in the client
    machine).
    This it's the wrong one
    (with font embedded and not installed in the client machine).
    I'm so sad... thanks
    -g

  • SQLite Database and TLF Text in Flash CS5

    I encountered the following problem when working with the built-in sqlite database and using TLF TextFields in Flash CS5
    When I tried to use TLF TextFields alone, I don't face any probelem,
    but when I start using a database connectivity code, the TLF TextFields placed on the stage are not shown, but instead, the SWF file is showing the built-in preloader with five dots looping.
    I tried changing the default Linkage in ActionScript 3 Settings to Merge Mode, but in this case nothing is shown, not the textfields, neither the preloader.
    I think the problem is related to loading the TLF Text Engine, but I couldn't figure out what to do.
    The following is my code placed in first frame:
    ==========================================
    import flash.data.SQLConnection;
    import flash.events.SQLErrorEvent;
    import flash.events.SQLEvent;
    import flash.filesystem.File;
    var conn:SQLConnection = new SQLConnection();
    conn.addEventListener(SQLEvent.OPEN, openHandler);
    conn.addEventListener(SQLErrorEvent.ERROR, errorHandler);
    // The database file is in the application directory
    var folder:File = File.applicationDirectory;
    var dbFile:File = folder.resolvePath("DBSample.db");
    conn.openAsync(dbFile);
    function openHandler(event:SQLEvent):void
        trace("the database was created successfully");
    function errorHandler(event:SQLErrorEvent):void
        trace("Error message:", event.error.message);
        trace("Details:", event.error.details);
    stop();
    ==========================================
    and I am using one TLF TextField on the stage for later use.
    Publish Settings>> Player: AIR 2.6
    and not to forget, when I test the file using Contol Panel >> Test in Air Debug Launcher (Desktop), the file is working correctly.
    but when I open the generated SWF file, the problem appears.
    I hope that I find some help
    Thanks.

    http://www.flashandmath.com/flashcs5/rsltip/

  • Adobe Flash CS5 has encountered a problem and needs to close

    Hi,
    I have two laptops. I have installed Adobe Flash CS5 in my first laptop (Windows XP). When I start the application, it shows the following message:
    "Adobe Flash CS5 has encountered a problem and needs to close"
    I have installed the Flash CS5 in my second laptop and it worked fine.
    Error signature:
    AppName: flash.exe AppVer: 11.0.0.485 ModName: updaternotifications.dll
    ModVer: 1.0.0.64 Offset: 0006a8dc
    Can anybody help?
    Thanks.
    Housea

    try this also
    1. Reset preferences:
    To reset on Windows, delete:
    C:\Documents and Settings\username\Local Settings\Application Data Adobe\Flash CS4\
    C:\Windows\system32\Macromed\Flash\FlashAuthor.cfg
    To reset on Mac OS X, delete:
    /Users/username/Library/Preferences/Flash CS4 Preferences
    /Users/username/Library/Preferences/Flash 10 MRU
    /Users/username/Library/Preferences/com.adobe.flsh-10.0.plist
    /User/%username%/Library/Application Support/Adobe/Flash CS4/
    /Library/Application Support/Macromedia/FlashAuthor.cfg
    2. Install the latest Flash update if available.
    3. Install the latest version of Flash.
    4. Install current Windows service packs and other updates.
    5.  Run Flash in a simplified mode (Windows). / Run Flash in safe mode (MAC  OS - Refer to http://kb2.adobe.com/cps/404/kb404936.html)
    Some  applications or services may cause system errors or freezes when  running concurrently with Flash. Services are specialized programs that  perform functions to support other programs. Before starting Flash,  disable other applications, including startup items (items that start  automatically), and services.
    To disable startup items and services, see "Disable startup items and services (Windows XP)" (TechNote kb404984).
    To re-enable startup items and services:
       1. Choose Start > Run, type msconfig, and click OK.
       2. Choose Normal Startup on the General tab, click OK, and restart the computer.
    Note: If unselected items were present on the Services or Startup tab, then you will need to unselect them again
    6. Install Flash from the desktop.
    7. Reinstall Flash in a simplified/safe (for MAC OS) mode.
    8. Run Flash in a new user account.
    9. Check for font problems.
    10. Optimize handling of temporary files by Windows XP.
    11. Set the virtual memory paging file to the default size.
    12. Repair and defragment hard disks.
    13. Scan the system for viruses.
    14. Identify the file that causes the problem.
    15. Install Adobe Flash CS4 on a different computer.

  • 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

  • Problem with Installing Trial of Flash CS5.5

    I'm trying to install the trial version of Flash CS5.5.  I have downloaded it with the Adobe Downloader without problems.  However, when I try to install the program, it gives me an error.  I am able to select the "trial" radio button and can accept the user agreement.  When it tries to install, it gives me the following error message: "The Setup encountered an error(-1) during install. Please restart the machine and try again."  I have restarted and tried to install the software several times without success. 
    Thanks in advance for any suggestions.

    DancingCavy9 the advantage of setting up a new administrator account is that account has fresh permissions assigned to it.  This is why it is a recommended form of troubleshooting. 
    The install logs document will allow you to review the install logs. Alternately if you would like to run the Adobe Support Advisor, select the option to Package for Support, and respond to this thread with your token number I would be happy to review your install logs.

Maybe you are looking for

  • How to restrict material output in the report published in the portal

    Hi all, I am new to BI 7.  I have a series of materials that start with the material IDs TR52, RL25, XY56 and son on.  Now my user wants to view only the materials that are starting with the ID TR52 when he runs the report from the portal. In the mat

  • Adding folders to library fails to complete

    Hello. After upgrading to iTunes 5.0.1.4 I noticed much of my library entries had disappeared. I then attempted to re-add my hard drive files by doing a File | Add Folder to Library, like I always have done in the past. iTunes will then add up to 1,7

  • Template won't update in CS5

    I've been trying to update a template, but the dialog box won't pop-up and it will not update manually. I've updated the template once before and it worked. I didn't build the website, and am still pretty new to DW. I also get this error: Templates\T

  • AVI file

    I have the QuickTime Player software that came with my G4. I downloaded an AVI file. When I try to play the file with the software, QuickTime give me the option to download additional software that might let me watch the movie. Can QuickTime Player r

  • ReportViewer using SQL Query error states: Incorrect syntax near ','.

    Hello Community     Using Visual Studio 2008 and SQL Server 2008 I created a Windows Application that uses SQL Server Reporting Services.  The application uses ReportViewer and calls a method written using SQL query.             1-First I created the