Extreme saving algoritm in Flash CS5?..)

Hi all! I want to tell you about one thing that has been occured few minutes ago...
I was working on the project and created the class PlainDistribution, it's quite complex and I've been working on it all day long. And when the work at last is done I pressed Ctrl+S for save it, and at the same moment computer gives me BSOD (win xp)). So I reboot my computer, open flash, and see that file PlainDistribution.as is EMPTY, so it was really empty, when I opened it with UltraEdit I have seen all of 22Kb of the file filled with 0x00 bytes. So it's really buggy thing. Big thnks to authors of Magic Uneraser and guys that created crack for it))) I do not need to spend few hours for re-doing this work on the score of cs5 dev, which do not creating temp file first....

If you don`t already yuse the xfl file format instead of the fla, try this.
If possible dont use network drives for saving.

Similar Messages

  • Saving issues in Flash cs5.5

    Hi there,
    I've been having an inconvenient issue with Flash 5.5 since I've started using it.  I'll be working in a file - usually on the large size, but nothing insane - and I'll go to save, and Flash won't let me.  (It gives some sort of error message stating it's unable to save.)  So I try saving a new version - nope, same error message. 
    Then, I close out flash, unable to save anything, and I go to open my file again - oh look!  There it is, saved just fine.  And there's the new verison I saved, also fine. 
    Usually I end up working in the new version, but as the file gets larger, this tends to happen almost every save which - having worked in broadcast animation for 9+ years - is something I've been conditioned to do every couple of minutes on average.  Which means every couple of minutes, I have to save a new version, wait, close out flash, re-open flash, find the new file...It's a realy pain, and I'd like to fix it.  Is there a patch I can download, or another solution?
    Thanks in advance.
    -A

    If you don`t already yuse the xfl file format instead of the fla, try this.
    If possible dont use network drives for saving.

  • 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>

  • Flash CS5.5 - not saving all frames in symbols?

    Hi,
    We have a problem where our Flash CS5.5  (mac) does not save all of the frames in a symbol? For example, we animate a walk in a symbol, the symbol is a 'grahpic'. We make a keyframe and reference frame 5 in the walk. Save the project. When we re-open the project there is no 'frame 5' - its blank and so the stage shows the symbol referencing nothing!
    If anyone can help that would be amazing, its been happening for months and we have yet to find anyone online who has the same problem,
    Thanks!
    Garth

    We're having the same issue on our project. My coworker is using Windows though, but it's selectively not saving all the frames in a graphic on his laptop. It has severely destroyed our progress on this project now and we're livid. I wish I could help, but I'm searching for a solution as well.
    He's been saving to his Dropbox account, we're going to see if that has anything to do with it, like it's syncing with an older version of the file somehow.

  • Flash cs5 saving problem!!

    i have an fla file and it was saved as flash cs3 type..
    however..now im using flash cs5 and  my cs3 file was opened without any problems..
    when i was finished my work and just trying to save my cs3 file ..and after responding the reqiurment
    of converting the file to cs5 format.. suddenly  (during saving) flash cs5 closed by it self and the file
    wasn't saved .. and the result of this operation is an damaged fla file found in my save directory..
    -sorry for my poor english-
    please can any body help me ??

    Hi,
    I emailed you off-list to get the FLA file to investigate.
    FYI - you can report bugs at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform with Product name = "Flash Authoring"
    Thanks,
    Nivesh

  • Flash CS5.5 crashes when I try to open any files. New ones as well as saved .fla's.

    Yesterday I was working in Flash cs5.5 and out of nowhere it stopped responding. So I quit and turned it back on again. Okay, it loaded fine, the screen came up, prompting me to create a new file or open one. I tried opening my old file and Flash stopped responding. Worried that it might be a corruption in my file, I opened Flash up again, this time to try and create a new file. When I clicked Actionscript 3.0, the same thing happened. It stopped responding.
    I've tried a few differnet things. From rebooting the computer to deleting the preferences even to uninstalling and reinstalling. Nothing seems to fix this. Can anyone help me out? I would really appreciate it. Thank you.
    Here are my system specs:
    Windows 7 Home Premium
    Asus G73Sw Series
    i7-2630QM CPU 2.00 Ghz
    8GB ram
    64bit

    Oddly enough, I opened up Flash again, today, just to see if it was still the same, and it had worked. Everything seemed normal, I opened a new document and started working. Then, out of nowhere it stopped responding again. So I waited for it to respond, it didn't. I closed it from the task manager, and now it's back to the original problem of crashing when I try to create a new document or open an old ontrie
    Update: I tried the cleaner, as you'd suggested. Followed all the steps, but to no avail. Think it may have something to do with my machine, and less with the software?

  • 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

  • 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.

  • Why cant I save a cs4 file as cs5 in adobe flash cs5

    When ever I try to save a cs4 file as CS5 the adobe flash cs5 will stop responding for no reasons
    also, some times and only for some files when I save the cs4 file as uncompressed cs5 and then save that uncompressed cs5 to normal cs5 the conversion works and some times not.
    ofcourse any of the cs5 files cannot be saved as cs3 or cs2 for no reasons..
    p/s: microsoft office can be saved to any previous versions.. adobe should learn something from them..

    oops...posted this in the wrong thread.

  • Flash CS5 crashing when opening fla file

    Flash is immediately crashing when I try to open an fla file created by a student. She has two copies of the file; neither will open. I'm hoping she hasn't lost all her work. The crash is happening on more than one machine. Does anyone know of any way to get the file opened?
    Tery

    If it's a Flash CS5 or CS5.5 file, you can try to rename the file's extension to .zip, and investigate the XML files inside.
    If you're sure it's in CS5+ format but it can't open as a ZIP file, try repairing it with recovery tools for ZIP files.
    It'll need quite a lot of detective work, but the file being saved as zipped XML means it's possible to recover faulty files. This trick works for any format that's XML-based - recent versions of Office files, Audition CS5.5 SESX, etc.

  • Workflow for creating Flex components in Flash CS5 needs work

    Am I missing something? I thought things were supposed to be easier.
    I'm creating an AIR application for a client with heavy embedded video.
    I have chewed up days on trying to get stuff to work, mostly creating a graphics heavy component that I can use in the AIR (Flex) app.
    Just clicking the magic "Convert Symbol to Flex Component" command won't do it if you have created your own .as class for the symbol, because it won't compile unless you extend the UIMovieClip class. Good luck trying to find it in the namespace.
    After hours I found where to download the Flex Component Kit that contains the swc that gives you the UIMovieClip class.
    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1273 018#
    Notice the title of the page:  Flex Component Kit Alpha for Flex 2.0.1
    Shouldn't the need for this kit be ancient history? Shouldn't that swc be built in to the new SDK's and/or Flash Builder 4?
    Make my living on Adobe products, and love them, but this is sloppy. No documentation. No walk-throughs. Have burned many hours that I can't charge the client for because it make me look incompetent.
    Creating a Flex component in Flash with extended functionality SHOULD be a no brainer.
     

    I managed to get it work at the end...
    First, the components directory was at this location:
    C:\Users\<username>\AppData\Local\Adobe\Flash CS5\en_US\Configuration\Components
    Then, to make a component out of a MovieClip, right click on the MovieClip in the library and select "Component Definition" and check the checkbox "Display in Components Panel". What I did then was to right click on the MovieClip and selected export swc file, and saved it in the directory above. This exported only one Component, which was fine for me. Probably it would be possible to do something similar to save a library of components as a .fla or .scw or so, but I don't know the details.

  • Flash CS5 - Failed to Open Document

    Hello, I am running Flash CS5. I was saving a document and then the program crashed in the middle of saving. It now says "failed to open document". I am running a Macbook, so I can't try that little WinRAR thing I've been told to do here. Help!
    I've been saving to the local hard drive. The file was created and edited exclusivey in CS5 on this machine.
    Info:
    Machine: 2010 Era Macbook Pro
    OS: OSX Lion 10.7.5

    if you have a working swf, you can try to decompile it using a swf decompiler. 
    sothink's is the best, imo.

  • Successfully using a Native Extension with Flash CS5.5 Pro, having issues

    Hey all,
    I'm trying to use a native extension due to an app rejection about the new storage guidelines. I'm hoping someone can help me figure out how to use a native extension from Flash CS5.5 and the adt command line utility (I've never used before).
    Apples storage guidelines in 5.0.1 require files saved to Documents (and other places) to be marked with the icloud "do not back up" bit. I'm trying to use Adobe's IOS 5.0.1 data storage native extension to do that as I have file sharing enabled and my app downloads files I want the user to be able to copy to their desktop.
    From the bits and fragments I'm reading all over, getting it to compile means using the command line adt tool (I've never used it before) because Flash Pro CS5.5 doesn't support native extensions. Also, this native extension requires a v14 SWF published (11.1) and CS5.5 only goes up to 10.2 (or higher if you install the players).
    I edited the AiriPhone.xml file and pointed it to an AIR 3.1 airglobal.swc and I have AIR 3.1 overlayed in flash. I can't test AIR for iOS anymore after that change but I can get it to compile a SWF. The adt command line adt utility stopped complaining that my SWF version was 13 when it needed 14, so I assume this worked?
    I am trying to compile a debug version so I can see trace statements to see if the native extension reports success on changing the bit. Here is my command line cobbled together from scraps of info on adobe.com and the -help data:
    adt -package -target ipa-debug -connect 192.168.1.80 -provisioning-profile myApp.mobileprovision -storetype pkcs12 -keystore myApp.p12 myApp.ipa myApp-app.xml myApp.swf dat AppIconsForPublish Default-Landscape.png Default-LandscapeRight.png -extdir extensionDir
    Before this iCloud change this app published directly from Flash Pro CS5.5 without any issues. I am only running into issues getting this app to work with this native extension and/or published correctly.
    I am including the folders "dat" and "AppIconsForPublish" as well as splash screens (this app is landscape-only) as well as that extension in the folder extensionDir.
    After putting in my password my app compiles into an IPA which I can drop into iTunes. It has the same general size as the IPA generated from Flash Pro. The icon is correct, etc.
    When I sync this file, the progress bar goes across, I see it loading on my iPad and then once it goes to install I get a popup saying "iTunes Sync: 'myApp' failed to install."
    Is there anything obvious wrong with my adt line? Has anyone else used this native extension? Ideas on what I can do to fix this?
    No, unfortunately I did not build this with Flash Builder. I am an avid user of it now and this would be a moot point as it uses ANEs and changes SWF versions trivially. I have to get this to compile using Flash Pro CS5.5 though.
    Any help is greatly appreciated!
    edit:
    Just FWIW, after I updated the .xml to use the latest AIR and such (so the version is 14) I removed the extension, exported purely from Flash Pro CS5.5 and the app works fine. As soon as I enable the <extension> in the XML I can no longer install the app. This just appears to be a noob adt publish issue.

    My app downloads PDFs, movies and other information-esque files and saves them to the apps Documents folder so they can be retrieved via file sharing. These files not being in something purgable like /Library/Caches and not having the "do not back up" bit is why I was rejected.
    update: It's definitely my command line building.. I took out the native extension completely and published from flash to an IPA and it works. I then run adt on the same SWF that just worked and it fails to install. So the install failing is my command line. I see this article and my command line is very similar. I'm really uncertain why it's failing.

  • Flash CS5.5 unable to import sounds and massive animation lag

    So, having reached a point where I want to add sound to my animation (which is extremely laggy for no particular reason), I find myself completely unable to import sounds of any form into Flash. "Oh, crap" I say to myself, and come onto the forums looking for a solution. Apparently importing the sound into a sound editor (ie audition) and then resaving it works, except it hasn't in my case and I'm still stuck with this stupid "Couldn't import [filename]" error.
    (and my animation is extremely laggy for some reason in case you hadn't realised from the hints above. Does this have something to do with the fact that I am using blurs in the animation and then animating them with tweens, or is flash cs5.5 (and 5) just not good at rendering blurs efficiently?)

    In Flash, all of the animation is done at runtime, not during authoring. This means that a blur, for instance, is done when the user is looking at the movie. This is completely different from the way that video is played on a computer. All of the animation workload is on the user's processor.
    If you have a normal bitmap image that you are blurring with a blur filter and then animating that bitmap on the timeline in a tween, then you are giving the processor a lot of work to do. If you import a blurred bitmap and animate that, the processor has much less work to do.
    That may or may not describe the problem that you are seeing.
    I have no idea what the problem is with the sound files. Can you post one of the sound files so that someone could take a look at it?

  • Flash CS5.5 crashes

    Now, I know that this question has been asked alot, but I am still having this problem after looking over each thread.
    I have deleted, saved and set the file fontinfo.txt to Read-only, but I am still getting the "Flash CS5.5 has stopped working. Please wait while Windows looks for a soultion to the problem", then it askes me to close the program.
    This is getting really annoying. Can anyone help?
    I am running Windows7 64-bit
    6GB of RAM
    300GB HDD Space

    Now, I know that this question has been asked alot, but I am still having this problem after looking over each thread.
    I have deleted, saved and set the file fontinfo.txt to Read-only, but I am still getting the "Flash CS5.5 has stopped working. Please wait while Windows looks for a soultion to the problem", then it askes me to close the program.
    This is getting really annoying. Can anyone help?
    I am running Windows7 64-bit
    6GB of RAM
    300GB HDD Space

Maybe you are looking for

  • How to change a thumbnail in Top Sites

    (Using  Safari 7) I know I can drag a URL to the Top Sites page to add it, but invaribly it does not add the thumbnail I want.  A good example of this is the Google Calendar.  If I have the calendar open and drag the URL to Top Sites I get a thumbnai

  • Left outer join problem -- need feedback

    using crystal 2008 haveing prolbems with a left outerjoin to get a blank field(null) to show up. basically i have some po line have have long descriptions or text fields that i want to include with the report. Below is my sql statement. I have writte

  • Migration Requirements - drivers etc?

    Hi What software will I need to download to do a SQL server 2008 to oracle 11g express migration? I have already downloaded SQL oracle developer and the Oracle Workbech. Will I need to download a driver to? Where can I find the latest? I am using Win

  • Trigger info in DBA views

    In Oracle 8i (and prior), database triggers were not included in DBA_OBJECTS and DBA_SOURCE. As of Oracle 9i, I see that triggers are now included in those views. I thought this was great news, until I had trouble making sense of a particular query.

  • ACR 6.3 mit SONY A580 oder A350

    Nach Laden von ACR oder DNG von Sony Kamera's werden keine Kameraprofile in ACR 6.3 angeboten. Was mache ich falsch?