Adobe Flash CS5 Help!

Hi. I am new here. I was wondering if someone could please help. I have tried look for tutorials but just couldn't find one that could help me do want to do in Flash. I am trying to make an animiation. I have a background with some text on it. The text says Happy Birthday and below it says Start. I added a motion preset to Happy Birthday. I made an invisible button and added that to Start since I want the animation to start when you click on start. I added the acton GoToandStop on Press and Release to go to the frame where there is an image of the presents. The action works and when you click on Start it goes over to that frame where the image of the presents are and stops. However, even when I don't click on Start it still goes on over to the frame where the present images are - I don't want it to do that. What should I do so that it doesn't do that? What I am doing wrong? Any help would be appreciated. Thank you so much.

Miguel,
Here is a link to a zip file with an FLA built what I imagine you are trying to accomplish, kind of:
http://swfhead.com/files/FlashBasics.zip
This is the very basics of using Flash with a little bit of ActionScript3.
You'll notice on the timeline I have 5 layers.
     1. labels - this is where you will put frame label names.
     2. as - this is the layer where you will add any and all code
     3. txt_happyBirthday - on this layer is an animated text field (wrapped in a movieClip)
     4. btn - there is an invisible "_square" movieClip on stage with an instance name of "btn"
     5. Start - this is simply static text.
Open up the Actions Panel on frame 1 of layer "as" and there is a small amount of code to control the movie. There is a deal of comments to assist you.
Here is what is on that frame (it is easier to read in the file):
// The code for any mouse events needs to be imported
import flash.events.MouseEvent;
// stops the playhead at the current frame
// so it does not continue.
// This takes no "parameters" as stop doesn't
// need any to do what it needs to do.
stop();
// Button Code
// We want to have our "button" tell Flash to do something
// when it is clicked.
// This is a little more complex in ActionScript3 vs AS2, but the
// following code is the most basic of all AS3.
// First we have an "event listener" for the button.
// This is so we can wait for something to happen to it
// before responding. The function at the end is what happens
// when btn hears the CLICK mouse event.
btn.addEventListener(MouseEvent.CLICK, btnMouseClickHandler);
// Now we want to respond to the CLICK event
// In this first line we open the function.
// It has an event type of MouseEvent, meaning that that is
// what kind of event we are responding to.
function btnMouseClickHandler(event:MouseEvent):void
          // This line tells our playhead to go to and play at a
          // defined frame. In this case, we have a frame label of "motion"
          // on frame two. But you can also use a frame number but not have it in quotes.
          gotoAndPlay("motion");
          // You can add a frame label on a frame by creating a new keyframe
          // (notice how I have a layer called "labels"), selecting it, and
          // adding a label in the Properties Panel.
          // You can also use gotoAndStop() to stop on a frame.
I suggest starting by watching the videos on AdobeTV:
http://tv.adobe.com/show/learn-flash-professional-cs5
Also, You can learn the fundamentals of Actionscript 3 here:
http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9 b90204-8000.html
It is a little bit daughnting but there is a lot of good info there.
This can all be a little bit frustrating at first, but don't let that stop you. Flash really does get fun from here.
Happy Flashing!

Similar Messages

  • Adobe Flash CS5 - help needed animating a sentence so each word fades in seperately

    I am attempting to make a simple music video.
    My aim is to have lyrics to the piece of audio appear in synchronisation.
    There does not seem to be a simple way to fade in (and out) each word singularly allowing the alignment and sentence position to remain constant.
    Please help.

    Put the words on the stage as you want them to show when completed. Set that layer in the timeline as a masked layer. Add a new layer on top of that layer, set it to be a mask layer. In this new layer draw a rectangle that covers just the first word of your text. Move down a few frames and add a new keyframe to the mask layer. At this keyframe make the rectangle larger, to cover two words. Repeat as needed until all of the words are covered.
    Here is a link to a video that shows something similar: Flash Masking Tutorial - YouTube

  • How to Installing AIR3 SDK in Adobe Flash CS5.5?

    Hi All,
    Can  anyone help me, with installing AIR3 SDK in Adobe Flash CS5.5?,
    I try to extract rename AIR3.0 to AIR2.6 and copy to the same location as AIR2.6 in "C:\Program Files\Adobe\Adobe Flash CS5.5" and
    try to extract and add AIR3.0  to the same location as AIR2.6 in "C:\Program Files\Adobe\Adobe Flash CS5.5"
    But it's not work, I don't see publish for runtime AIR3.0.
    Thanks,
    Porawee

    Ok dasessig, I will explain step by step with my solved for WIN version reference from original http://blog.prevail.co.nz/2011/06/21/overlaying-air2-7-in-flash-cs5/.
    * I have installed only Adobe Flash Professional CS5.5, not need CS5.0, I don't test in OSX version but i think it's same as WIN version.
       1.  Download and extract the latest AIR 3.0 SDK.  and extrack to AIR2.6.
            Note : I got this file "air3_rc1_sdk_win_090611.zip" and extrack files to "AIR2.6"
       2.  Download and install Adobe Flash CS5.5.
       3.  Closed Flash Professional CS5.5.
       4.  Place the folder in either of the following locations:
              WIN: C:\Program Files\Adobe\Adobe Flash CS5.5\
              OSX: Applications/Adobe Flash CS5.5/
            Note : It's will replace WIN: C:\Program Files\Adobe\Adobe Flash CS5.5\AIR2.6
       5.  Create new folder name "AIR3.0" in "Adobe Flash CS5.5/Common/Configuration/ActionScript 3.0/"
       6.  Browse to the Adobe\Adobe Flash CS5.5\AIR2.6\frameworks\libs\air\ and copy airglobal.swc.
       7.  Paste the SWC "airglobal.swc" file in Adobe Flash CS5.5/Common/Configuration/ActionScript 3.0/AIR3.0/.
       8.  Browse to Adobe Flash CS5.5/Common/Configuration/Players/ and copy "AdobeAIR2_6.xml" and paste to new copy file.
       9.  Rename new copy file "AdobeAIR2_6.xml" to "AdobeAIR3_0.xml".
            Note : Make sure you rename new copy file NOT original file "AdobeAIR2_6.xml"
      10.  Open and Edit "AdobeAIR3_0.xml" to match below xml :
    <?xml version="1.0" encoding="UTF-8"?>
    <players>
      <player id="AdobeAIR3_0" version="13" asversion="3" minasversion="3">
        <name>AIR 3.0</name>
        <publishobject2 id="Air2_5" version="2.6" intversion="2.6"></publishobject2>
        <path platform="WIN">Air2_5.dll</path>
        <path platform="MAC">Air2_5.bundle</path>
        <playerDefinitionPath as2="$(UserConfig)/Classes/FP9;$(UserConfig)/Classes/FP8;$(UserConfig)/Classes/FP7" as3="$(AppConfig)/ActionScript 3.0/AIR3.0/airglobal.swc" />
        <!-- This item is used to indicate that some UI integrated within Flash should be enabled for this player.
    -->
        <feature name="multiScreenPublish" supported="false" />   
        <feature name="mobileDebug" supported="true" />
        <feature name="apolloPublish" supported="true" />
        <feature name="apolloTestMovie" supported="force"/>
        <feature name="apolloDebugMovie" supported="true"/>
        <feature name="apolloPackaging" supported="true"/>
        <feature name="publish_localPlaybackSecurity" supported="false" />
        <feature name="publish_hardwareAcceleration"     supported="true" />
        <feature name="useDefineFont4ForDeviceText"          supported="true" />
        <feature name="useDefineFont4ForEmbeddedFonts"       supported="true" />
        <feature name="textLayoutFramework"       supported="true" />
        <encodingPresets>
            <preset uuid="0c95a8ba-8b71-44d5-b269-8fd1cf89a6ed"  name="F4V - Same As Source (Flash 9.2 and Higher)" ext="f4v" default="true"/>
        </encodingPresets>
      </player>
    </players>
    11.  Run Adobe Flash CS5.5 > File > New... > ActionScrip 3.0
      12.  Now you have new file "Untitled-1.fla" then add below code to frame 1.
            import flash.desktop.NativeApplication;
            trace(NativeApplication.nativeApplication.runtimeVersion);
      13.  goto menu File > Publish Setting...   select target Player : AIR 3.0
      14.  Test with menu Control > Test Movie > in AIR Debug Launcher (Desktop)
      15.  Finally, you should have output in panel like this :
             [SWF] Untitled-1.swf - 2148 bytes after decompression
             3.0.0.3880
      Note : AIR3.0 for iOS and Android is below, you should followed step 1-10 before.
      AIR3.0 for iOS : open and edit "AiriPhone.xml" in "C:\Program Files\Adobe\Adobe Flash CS5.5\Common\Configuration\Players"
    < ?xml version="1.0" encoding="UTF-8"?>
    <players>
    <player id="PFI1_0" version="13" asversion="3" minasversion="3">
        <name>AIR for iOS</name>
    <publishobject2 id="Air2_5" version="3.0" intversion="3.0"></publishobject2>
    <path platform="WIN">Air2_5.dll</path>
    <path platform="MAC">Air2_5.bundle</path>
    <playerdefinitionpath as2="$(UserConfig)/Classes/FP9;$(UserConfig)/Classes/FP8;$(UserConfig)/Classes/FP7" as3="$(AppConfig)/ActionScript 3.0/AIR3.0/airglobal.swc" />
        <!-- This item is used to indicate that some UI integrated within Flash should be enabled for this player.
    -->
        <feature name="multiScreenPublish" supported="false" />
        <feature name="mobileDebug" supported="true" />
        <feature name="apolloPublish" supported="true" />
        <feature name="apolloTestMovie" supported="force"/>
        <feature name="apolloDebugMovie" supported="true"/>
        <feature name="apolloPackaging" supported="true"/>
        <feature name="publish_localPlaybackSecurity" supported="false" />
        <feature name="publish_hardwareAcceleration"      supported="true" />
        <feature name="useDefineFont4ForDeviceText"          supported="true" />
        <feature name="useDefineFont4ForEmbeddedFonts"       supported="true" />
        <feature name="textLayoutFramework"       supported="true" />
        <feature name="rslLinkageSuppressed"       supported="true" />
        <encodingpresets>
    <preset uuid="0c95a8ba-8b71-44d5-b269-8fd1cf89a6ed"  name="F4V - Same As Source (Flash 9.2 and Higher)" ext="f4v" default="true"/>
    </encodingpresets>
      </player>
    </players>
       AIR3.0 for Android : open and edit "Android.xml" in "C:\Program Files\Adobe\Adobe Flash CS5.5\Common\Configuration\Players"
    < ?xml version="1.0" encoding="UTF-8"?>
    <players>
    <player id="android_0" version="13" asversion="3" minasversion="3">
        <name>AIR for Android</name>
    <publishobject2 id="Air2_5_Android" version="3.0" intversion="3.0"></publishobject2>
    <path platform="WIN">Air2_5_Android.dll</path>
    <path platform="MAC">Air2_5_Android.bundle</path>
    <playerdefinitionpath as2="$(UserConfig)/Classes/FP9;$(UserConfig)/Classes/FP8;$(UserConfig)/Classes/FP7" as3="$(AppConfig)/ActionScript 3.0/AIR3.0/airglobal.swc" />
        <!-- This item is used to indicate that some UI integrated within Flash should be enabled for this player.
    -->
        <feature name="multiScreenPublish" supported="false" />
        <feature name="mobileDebug" supported="true" />
        <feature name="apolloPublish" supported="true" />
        <feature name="apolloTestMovie" supported="force"/>
        <feature name="apolloDebugMovie" supported="true"/>
        <feature name="apolloPackaging" supported="true"/>
        <feature name="publish_localPlaybackSecurity" supported="false" />
        <feature name="publish_hardwareAcceleration"      supported="true" />
        <feature name="useDefineFont4ForDeviceText"          supported="true" />
        <feature name="useDefineFont4ForEmbeddedFonts"       supported="true" />
        <feature name="textLayoutFramework"       supported="true" />
        <feature name="rslLinkageSuppressed"       supported="true" />
        <encodingpresets>
    <preset uuid="0c95a8ba-8b71-44d5-b269-8fd1cf89a6ed"  name="F4V - Same As Source (Flash 9.2 and Higher)" ext="f4v" default="true"/>
    </encodingpresets>
      </player>
    </players>
    Hope it's should work for you.
    Thank,

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

  • How to easily get an Adobe Flash CS5.5 Professional project into Flash Builder 4.5?

    Hey all,
    I am new and trying to do the following, can you please guide/help me do it:
    I have a video chat application that is done on Adobe Flash CS5.5. I had the problem of "echo" so I wanted to use "getEnhancedMicrophone()". When I replaced "getMicrophone()" with "getEnhancedMicrophone()", Adobe Flash CS5.5 Professional didn't recognize it. I knew I need Flex, so I installed Flash Builder. And then got lost. What I simply want is just import my "FLA" file (or if I need to convert it to something else using a specific tool, let me know.. I have Adobe Flash CS5.5 Professional and can install other required applications if needed) done on Adobe CS5.5, into Flash Builder, and then "support Flex" so that I compile with the flash-version argument required.
    I am totally new to MXML and Flash Builder, and even Flex. I don't know how to import a FLA and add "Flex" libraries into it simply to make "getEnhancedMicrophone()" work without the need to recreate the whole thing on Flash Builder. Can you guide me please? The output is for a web SWF file, not a desktop application.
    Thanks!

    I have the same problem here. I'm trying to do a stick animation on cs6, but to be more precise, i need to actually draw with a larger brush size. I suggest using the pen tool with the smooth option on. You can't see exactly where the stroke will be, but its better than nothing, and it more or less acts like the brush anyway.

  • Adobe Flash CS5 Installation: Error, Exit Code: 7

    So I was installing Adobe Flash CS5 and ended up with this error.
    I've been looking around the forums, and trying several things, but nothing seems to be working. I uninstalled Flash CS4, and used the Adobe CS5 Cleaner Tool.
    Help and guidance would be much appreciated.
    ~Thank You~
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 58 error(s), 59 warning(s)
    WARNING: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: OS requirements not met for {6E505C8F-2896-11DF-9B64-0013724DD917}
    WARNING: OS requirements not met for {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    WARNING: OS requirements not met for {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6}
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: Payload {1D809D80-28A4-11DF-A816-0024E8692489} has an action "install" but no resultState
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR:  - Microsoft_VC90_ATL_x86: Install failed
    ERROR:  - SiteCatalyst NetAverages: Install failed
    ERROR:  - Adobe Linguistics CS5 x64: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86: Install failed
    ERROR:  - Adobe Bridge CS5: Install failed
    ERROR:  - Microsoft_VC80_ATL_x86: Install failed
    ERROR:  - Adobe Flash CS5_AdobeFlash11-en_USLanguagePack: Install failed
    ERROR:  - AdobePDFL x64 CS5: Install failed
    ERROR:  - Adobe Flash CS5_AdobeMobileExtension_Flash11-en_US: Install failed
    ERROR:  - Adobe XMP Panels CS5: Install failed
    ERROR:  - Adobe Player for Embedding: Install failed
    ERROR:  - AIR2 For Adobe Flash Pro: Failed due to Language Pack installation failure
    ERROR:  - Suite Shared Configuration CS5: Install failed
    ERROR:  - Photoshop Camera Raw: Install failed
    ERROR:  - AdobeColorCommonSetCMYK: Install failed
    ERROR:  - AdobeHelp: Install failed
    ERROR:  - Camera Profiles Installer: Install failed
    ERROR:  - Adobe Flash Player 10 Plugin: Install failed
    ERROR:  - AdobeColorJA CS5: Install failed
    ERROR:  - Adobe ReviewPanel CS5: Install failed
    ERROR:  - Adobe Flash CS5_AdobeMobileExtension_Flash11-mul: Install failed
    ERROR:  - Adobe BrowserLab CS Live: Install failed
    ERROR:  - Photoshop Camera Raw (64 bit): Install failed
    ERROR:  - Microsoft_VC90_MFC_x86: Install failed
    ERROR:  - CSXS Story Extension: Install failed
    ERROR:  - Adobe Linguistics CS5: Install failed
    ERROR:  - PDF Settings CS5: Install failed
    ERROR:  - AdobeColorEU CS5: Install failed
    ERROR:  - AdobeTypeSupport CS5: Install failed
    ERROR:  - AdobeColorCommonSetRGB: Install failed
    ERROR:  - Adobe Player for Embedding x64: Install failed
    ERROR:  - Adobe Flash Player 10 ActiveX: Install failed
    ERROR:  - Adobe CSXS Extensions CS5: Install failed
    ERROR:  - AdobeOutputModule: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86_x64: Install failed
    ERROR:  - Microsoft_VC80_CRT_x86: Install failed
    ERROR:  - AIR2 For Adobe Flash Pro_AIR2_Flash11-en_US: Install failed
    ERROR:  - AdobeCMaps x64 CS5: Install failed
    ERROR:  - AdobeTypeSupport x64 CS5: Install failed
    ERROR:  - DynamiclinkSupport: Install failed
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5 x64: Install failed
    ERROR:  - AdobePDFL CS5: Install failed
    ERROR:  - AdobeCMaps CS5: Install failed
    ERROR:  - Adobe SwitchBoard 2.0: Install failed
    ERROR:  - Adobe Flash CS5: Failed due to Language Pack installation failure
    ERROR:  - Microsoft_VC80_MFC_x86: Install failed
    ERROR:  - AdobeColorNA CS5: Install failed
    ERROR:  - Pixel Bender Toolkit: Install failed
    ERROR:  - Microsoft_VC80_MFCLOC_x86: Install failed
    ERROR:  - Players For Adobe Flash Pro: Install failed
    ERROR:  - AdobeJRE: Install failed
    ERROR:  - Adobe ExtendScript Toolkit CS5: Install failed
    ERROR:  - TLF For Adobe Flash Pro: Install failed
    ERROR:  - Adobe AIR: Install failed

    May I know the Windows version you are using? If possible copy the latest installation log file from C: Program files\Common Files\Adobe\Installer folder.

  • Adobe flash cs5 getting error.

    Hi,
    I am facing the problem "Adobe Flash CS5 has stopped working "
    Installation of CS5 is done. But when I open a flash file the above error occures.
    Could you please help me?
    windows 7p 32 bit

    Uninstall Flash Player from you Aadd or Remove Programs panel, then install CS5.5
    Mylenium

  • Error in Adobe Flash CS5 ?

    While I was doing a key frame animation i got the following Error.....
    But I can,t understand about this...
    My RAM size is 1GB & Got a Virtual Memory of 8000Mb s..
    Also got plenty of free hard disk space(more than 100GB)..Please Help me on this matter..
    I am using adobe Flash CS5  Version 11.0.2
    Thank You.
    Tharaka,
    Srilanka.

    Check with the following tutorial:
    http://www.republicofcode.com/tutorials/flash/as3sound/

  • I have FB4 and Flash Pro CS4 installed and get the message "This feature requires Adobe Flash CS5"

    I have intalled CS4 Design Premium and Flash Builder 4 (the trial version).  According to this Adobe
    training video they should work together "http://tv.adobe.com/watch/adc-presents/flash-builder-4-and-flash-professional-cs4-workflow /".
    However, when i try to create Flash Professional component for use in Flex as specified in the  the workflow  video to (i.e. copy a .fla to
    Flex Project lib directory or drag "custom" Flash Professional component onto state to link to Flash Pro) - I get the  "This feature requires Adobe Flash CS5"
    error mesage.
    Thanks for your help!
    Bob W.

    I have intalled CS4 Design Premium and Flash Builder 4 (the trial version).  According to this Adobe
    training video they should work together "http://tv.adobe.com/watch/adc-presents/flash-builder-4-and-flash-professional-cs4-workflow /".
    However, when i try to create Flash Professional component for use in Flex as specified in the  the workflow  video to (i.e. copy a .fla to
    Flex Project lib directory or drag "custom" Flash Professional component onto state to link to Flash Pro) - I get the  "This feature requires Adobe Flash CS5"
    error mesage.
    Thanks for your help!
    Bob W.

  • Adobe Flash CS5 - Using Relative Paths

    Hiya Guys, I'm relatively new to Adobe Flash CS5, bu have managed to create an index.swf to link together all my work for this project I've just completed. However, the index.swf, along with all my other files will be relocated, as in burnt onto a CD or moved onto a USB. When the file directories change, the links obviouly break, so I needed some help setting up some relative paths for my files so that they don't break. All my files are stored under a PROJECT file, this then consists of five other folders, consisting of subfolders and each of these subfolders have their own documents. So for example, PROJECT\PARTONE\DATABASES\Database.accdb
    I have used absolute file paths, but they keep on breaking when moving directories. Can someone PLEASE help?!

    Well I did use actionscript for creating the actual index and effects, but AS3 was used no further for the index. I created an index which had links Part 1, Part 2 ,3,4,5 and clicking on each of them lead to different frames (using the mouseclick, goto and stop at frame (x) function.) Clicking on part one for example would lead to list of documents in that part. Sorry I can't be of any help, I'm totally new to this

  • Adobe flash cs5 pro crashes when launched.

    Adobe flash cs5 pro crashes when launched. The name of the problem is named 'Appcrash.' The application name is 'flash exe'. Application version 11.0.0.485. Name of the module with this faults is Adobepsl.dll. and the So version?: 6.0.6002.2.2.0.768.2
    When I start Flash cs5 there appears a small box which tells me that it is importing files, where I didn't ask for. This happened after I imported a video animation from Photoshop Cs3. But now I just want to start a new project which it doesn't allow. I get only the flash sign and the fonts and than during the building workspace, i get the errorreport. Anyone knows what to do? Because it is not only frustrating, now I can not work on my website projects which I have to finish soon, aaaahhhhhaaaaaahhhhhhhh.
    Thanks for reading and hopefully someone knows something to help me out of this misery. Oh I reinstalled flash cs5 allready, but nothing changed!.......

    Hello,
    We need you to recreate preferences to help resolve this issue as Jose suggests. Follow this KB article and see if it helps you.
    http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    Regards,
    Suhas Yogin

  • I have FB4 and Flash Pro CS5 installed and get the message "This feature requires Adobe Flash CS5"

    Hi,
    I have installed both FB4 and Flash CS5 as trial versions. I installed FB4 as a plugin into eclipse Gallileo and then installed CS5. When trying to create a new Flash Project in Eclipse I get the message "This feature requires Adobe Flash CS5 or higher to be installed.", although CS5 is installed.
    I tried reinstalling FB4 but it didn't help.
    If FB4 is installed as standalone, then its eclipse IDE has no problem creating new Flash Projects.
    Any idea why the plugin doesn't detect my Flash Pro CS5 installation?
    Thanks.
    RaamEE-IL

    Hi,
    I've attached the logs you requested.
    You should know that I am using Windows-7 64bit
    Thanks for the help.
    Bye,
      RaamEE-IL
    <?xml version="1.0" encoding="utf-8" ?>
    <AMTLIB_PDApp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="AMTLIB-PDApp.xsd">
        <amtlib_parameters>
            <key name="AdobeCode">{4429F632-6999-48AE-9251-9591031C7241}</key>
            <key name="AdobeIDCreated">true</key>
            <key name="AppAMTBkGndFilePath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\LMResources\background.png</key>
            <key name="AppAMTConnectionFAQFilePath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\OBLRes\en_US\ConnectionFAQ.html</key>
            <key name="AppAMTLicenseAFAQFilePath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\OBLRes\en_US\LicenseFAQ.html</key>
            <key name="AppAMTLogoFilePath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\LMResources\adobelogo.png</key>
            <key name="AppAMTPath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT</key>
            <key name="AppDriverAMTPath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT</key>
            <key name="AppDriverLEID">FlashBuilderPlugin-CS5-Win-GM</key>
            <key name="AppEULAFolderPath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\Legal</key>
            <key name="AppHostAppType">ALM_HostAppType_LicensedProduct</key>
            <key name="AppLaunchPath"></key>
            <key name="AppListOfLocales">en_US</key>
            <key name="AppName">Adobe Flash Builder 4 Plug-in</key>
            <key name="AppPath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse</key>
            <key name="AppProcessID"></key>
            <key name="AppRunningLEID">FlashBuilderPlugin-CS5-Win-GM</key>
            <key name="AppRunningLocale">en_US</key>
            <key name="AppSerialNumber">952307006650319154206597</key>
            <key name="BonusLaunchCode"></key>
            <key name="BuyURL">http://www.adobe.com/go/buy?productID=424&release=4.0&platform=2&locale=en_US</key>
            <key name="ClaimSource">nag_trial</key>
            <key name="DriverAdobeCode">{4429F632-6999-48AE-9251-9591031C7241}</key>
            <key name="ExtendedProfileRegURL">http://www.adobe.com/go/adobemembership?productID=424&release=4.0&platform=2&locale=en_US& source=PCSTHX</key>
            <key name="ForcedActivation">0</key>
            <key name="HasSAASBit">0</key>
            <key name="LaunchMode">postchrome</key>
            <key name="NoTrial">0</key>
            <key name="ShowEULA">false</key>
            <key name="TrialExpired">0</key>
            <key name="TrialGrace">60</key>
            <key name="TrialLeft">52</key>
            <key name="UpgradeCheckRequired">0</key>
            <key name="WorkFlowType">Subsequent_Launch</key>
        </amtlib_parameters>
    </AMTLIB_PDApp>
    2010-05-24 17:58:28 [3976]  AMT: START SESSION, library version 3.0.0.64,3.0
    2010-05-24 17:58:28 [3976]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\
    2010-05-24 17:58:28 [3976]  AMT: Adobe License Manager version 3.2 (build 64.0) RELEASE
    2010-05-24 17:58:28 [3976]  AMT: Virtualization Turned off
    2010-05-24 17:58:28 [3976]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\adobe_caps.dll
    2010-05-24 17:58:28 [3976]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\adobe_caps.dll
    2010-05-24 17:58:28 [3976]  PCDService: PCD Service in threaded mode
    2010-05-24 17:58:28 [3976]  performance: AMTPreObtainProductLicense took 2.547850 ms
    2010-05-24 17:58:28 [3976]  PCD thread: PCD thread started
    2010-05-24 17:58:28 [3976]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\Adobe_OOBE_Launch er.dll
    2010-05-24 17:58:28 [3976]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\Adobe_OOBE_Launch er.dll
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [0] = en_US
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [1] = en_US
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [2] = ja_JP
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [3] = de_DE
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [4] = fr_FR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [5] = zh_CN
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [6] = ru_RU
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [7] = ko_KR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [8] = en_GB
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [9] = ar_AE
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [10] = da_DK
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [11] = el_GR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [12] = fi_FI
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [13] = he_IL
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [14] = nb_NO
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [15] = ro_RO
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [16] = zh_TW
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [17] = fr_CA
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [18] = es_ES
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [19] = es_MX
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [20] = it_IT
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [21] = pt_BR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [22] = nl_NL
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [23] = sv_SE
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [24] = cs_CZ
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [25] = pl_PL
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [26] = tr_TR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [27] = hu_HU
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [28] = uk_UA
    2010-05-24 17:58:28 [3976]  config: Loading configuration for C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\application.xml
    2010-05-24 17:58:28 [3976]  config: Found payload code {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  PCDService: found driver code {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: config: Host app was installed, using installed license configuration.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [FLMap] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: Setting current license to the driver at startup because no mapping was found.
    2010-05-24 17:58:28 [3976]  config: Setting current license to FlashBuilderPlugin-CS5-Win-GM [ALL]
    2010-05-24 17:58:28 [3976]  config: payload code: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: driver payload code: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: driver licensing code: FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  config: current licensing code: FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  config: current locale code: ALL
    2010-05-24 17:58:28 [3976]  config: Done loading configuration
    2010-05-24 17:58:28 [3976]  AMT: Locale from PCD [0] = en_US
    2010-05-24 17:58:28 [3976]  AMT: Reordered Installed App Product Locale [0] = en_US
    2010-05-24 17:58:28 [3976]  config: Setting insalled locales
    2010-05-24 17:58:28 [3976]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2010-05-24 17:58:28 [3976]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\asneu.dll
    2010-05-24 17:58:28 [3976]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\asneu.dll
    2010-05-24 17:58:28 [3976]  AMT: config: Finding license info for payload: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  AMT: config: PayloadCode: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  AMT: config: Driver PayloadCode: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  AMT: config: Installed LicensingCode: FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [BridgeTalkCode] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [BridgeTalkCode] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [EULA] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Registration] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Registration] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  AMT: config: No BridgeTalkCode found in configuration; Bridgetalk will be disabled.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SuiteFeatureCount] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  AMT: Application can be serialized (sif file found).
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  config: Setting current license to FlashBuilderPlugin-CS5-Win-GM [ALL]
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  AMT: Subsequent launch (serial [95230700665031915420] in trial).
    2010-05-24 17:58:28 [3976]  AMT: Application state initialized.  Obtaining Product License.
    2010-05-24 17:58:28 [3976]  AMT: Obtaining client features from cache.
    2010-05-24 17:58:28 [3976]  AMT: Obtaining client product info from cache.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  AMT: Running in PROV_APP
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [MediaTag] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  config: No media tag found for payload {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: Using default media policy RET
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [EULA_ACCEPTED] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [EULA_PHASE] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:28 [3976]  uiswitch: Suppressing EULA display on requst
    2010-05-24 17:58:28 [3976]  AMT: This is a subsequent launch. Deferring services.
    2010-05-24 17:58:28 [3976]  performance: AMTObtainProductLicense took 179.272598 ms
    2010-05-24 17:58:28 [3976]  AMT: Pre-Validating Product License.
    2010-05-24 17:58:28 [3976]  AMT: Services not yet loaded in this session.
    2010-05-24 17:58:28 [3976]  AMT: Loading services in background to get ready for Validate call.
    2010-05-24 17:58:28 [3976]  AMT: Spawning background thread to load services.
    2010-05-24 17:58:28 [3976]  performance: AMTPreValidateProductLicense took 4.600975 ms
    2010-05-24 17:58:28 [3976]  AMT: Starting work on prevalidate thread.
    2010-05-24 17:58:28 [3976]  AMT: AMT: PreValidating Product License.
    2010-05-24 17:58:28 [3976]  AMT: Launch Workflow not yet done in this session.
    2010-05-24 17:58:28 [3976]  AMT: Starting Background Subsequent Launch Workflow
    2010-05-24 17:58:28 [3976]  AMT: Starting ALM workflow.
    2010-05-24 17:58:28 [3976]  AMT: Initializing ALM for serialized activation.
    2010-05-24 17:58:28 [3976]  ALMService: Initializing as licensed app
    2010-05-24 17:58:28 [3976]  ALM: _info_: Start ALM 3.2 Release (build 3.2.64.0)
    2010-05-24 17:58:28 [3976]  SLCoreService: Starting up SLCore 1.0 Release (build 1.0.13.199023).
    2010-05-24 17:58:28 [3976]  SLCoreService: Service construction took 0.0 ms and succeed.
    2010-05-24 17:58:28 [3976]  ALM: _info_: LEID passed FlashBuilderPlugin-CS5-Win-GM is used to configure SLCore = 0
    2010-05-24 17:58:28 [3976]  ALM: _info_: Host app is Licensable App
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [FlashBuilderPlugin-CS5-Win-GM{|}2] in hive [SSC-CS5-LE-Dominance] in master.
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found LEID FlashBuilderPlugin-CS5-Win-GM with AMT Path C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found LEID WebSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\WebSuitePremium-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found LEID MasterCollection-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\MasterCollection-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [MediaTag] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  config: No media tag found for payload {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: Using default media policy RET
    2010-05-24 17:58:28 [3976]  ALM: _info_: MediaTagPolicy is RET
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [NTL_WO_SN] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  ALM: _info_: Canonical LEID is FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Driver LEID is FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [952307006650319154206597] in hive [RejectedSNDomain_CS5] in cache.
    2010-05-24 17:58:28 [3976]  SLCoreService: Reading product config [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\SLConfig.xml]
    2010-05-24 17:58:28 [3976]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2010-05-24 17:58:28 [3976]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2010-05-24 17:58:28 [3976]  ALM: _info_: Set Running Locale to en_US
    2010-05-24 17:58:28 [3976]  ALM: _time_: (func: ALM_Initialize, duration: 0.016 sec)
    2010-05-24 17:58:28 [3976]  AMT: Performing ALM silent license verification.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [EncryptedSerial] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in cache.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Serial] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in cache.
    2010-05-24 17:58:28 [3976]  config: No pre-serial number found in {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [PSN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US provisional serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [PSN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL provisional serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_US
    2010-05-24 17:58:28 [3976]  ALM: _info_: Searching license for locale en_US ...
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found no existing serialization
    2010-05-24 17:58:28 [3976]  ALM: _info_: Searching serial number for all possible LEIDs ...
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [WebSuitePremium-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in WebSuitePremium-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [WebSuitePremium-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in WebSuitePremium-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [MasterCollection-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in MasterCollection-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [MasterCollection-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in MasterCollection-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found no serial number
    2010-05-24 17:58:28 [3976]  ALM: _info_: This is the running locale, stop the search
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [952307006650319154206597] in hive [RejectedSNDomain_CS5] in cache.
    2010-05-24 17:58:28 [3976]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2010-05-24 17:58:28 [3976]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2010-05-24 17:58:28 [3976]  config: Setting current license to FlashBuilderPlugin-CS5-Win-GM [ALL]
    2010-05-24 17:58:28 [3976]  SLCoreService: Syncing to license store...
    2010-05-24 17:58:28 [3976]  SLCoreService: Found client mkey.
    2010-05-24 17:58:28 [3976]  SLCoreService: Loading license references...
    2010-05-24 17:58:28 [3976]  SLCoreService: Found 2 license file(s)
    2010-05-24 17:58:28 [3976]  SLCoreService: Parsing license file [174626573.lic] succeed.
    2010-05-24 17:58:28 [3976]  SLCoreService: Parsing license file [3254477.lic] succeed.
    2010-05-24 17:58:28 [3976]  SLCoreService: License store synchronization took 76.7 ms and succeed.
    2010-05-24 17:58:28 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53614 seconds.
    2010-05-24 17:58:28 [3976]  SLCoreService: Feature ALM_FlashBuilderPremCS5GM_4.0 is enabled.
    2010-05-24 17:58:28 [3976]  SLCoreService: Feature FlashBuilder_4.0 is enabled.
    2010-05-24 17:58:28 [3976]  SLCoreService: Feature FlashBuilder_Base_4.0 is enabled.
    2010-05-24 17:58:28 [3976]  SLCoreService: Feature FlashBuilder_Prem_4.0 is enabled.
    2010-05-24 17:58:28 [3976]  ALM: _info_: Performing Block Check
    2010-05-24 17:58:28 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53614 seconds.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Subscription] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Subscription] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ACT_NOINTERNET] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SERVICE_ONLINE] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:28 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53614 seconds.
    2010-05-24 17:58:28 [3976]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
    2010-05-24 17:58:28 [3976]  ALM: _info_: ALM_License_SilentValidate return license status: Valid Not Activated
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  AMT: License check shows product is still in trial.
    2010-05-24 17:58:28 [3976]  AMT: Prevalidation finds app not activated.  Requiring foreground validate.
    2010-05-24 17:58:28 [3976]  AMT: Calling AUM API to create scheduler entry to be used by updater.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2010-05-24 17:58:28 [3976]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\updaternotificati ons.dll
    2010-05-24 17:58:28 [3976]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\updaternotificati ons.dll
    2010-05-24 17:58:28 [3976]  AUMService: IsUpdaterEnabled call
    2010-05-24 17:58:28 [3976]  AUMService: IsUpdaterEnabled call succeeded
    2010-05-24 17:58:28 [3976]  AUMService: Get LEID xml call
    2010-05-24 17:58:28 [3976]  AUMService: Get LEID XML call succeeded
    2010-05-24 17:58:28 [3976]  AMT: AUM GetLEID called with status =0.
    2010-05-24 17:58:28 [3976]  AMT: Starting Data Collection for SWTag_Init()
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() productCanonicalLEID = FlashBuilderPlugin-CS5-Win-GM;outMappedLEID =  FlashBuilderPlugin-CS5-Win-GM, unused =
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() productPayloadCode = {4429F632-6999-48AE-9251-9591031C7241};driverPayloadCode =  {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  AMT: SWTag_Init() Tags Arguments Adobe Flash Builder 4 Plug-in; FlashBuilderPlugin-CS5-Win-GM;
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() License Status = trial
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() Tags 952307006650319154206597; 4.0; TRIAL
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() Product Version 4; 0
    2010-05-24 17:58:28 [3976]  AMT: Prevalidate indicates license is bad or UI is required.
    2010-05-24 17:58:28 [3976]  performance: PreValidate thread took 265.950806 ms
    2010-05-24 17:58:29 [3976]  AMT: AMT: Validating Product License.
    2010-05-24 17:58:29 [3976]  AMT: Launch Workflow not yet done in foreground in this session.
    2010-05-24 17:58:29 [3976]  AMT: Starting Foreground Subsequent Launch Workflow
    2010-05-24 17:58:29 [3976]  AMT: Running in PROV_APP
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [MediaTag] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  config: No media tag found for payload {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:29 [3976]  config: Using default media policy RET
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [EULA_ACCEPTED] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [EULA_PHASE] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:29 [3976]  uiswitch: Suppressing EULA display on requst
    2010-05-24 17:58:29 [3976]  AMT: ALM workflow completed in this session.
    2010-05-24 17:58:29 [3976]  AMT: Product is not activated.  Starting ALM launch-time product licensing UI.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53613 seconds.
    2010-05-24 17:58:29 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53613 seconds.
    2010-05-24 17:58:29 [3976]  ALM: _info_: Entered ALM_NeedANAG
    2010-05-24 17:58:29 [3976]  ALM: _info_: Exiting ALM_NeedANAG
    2010-05-24 17:58:29 [3976]  AMT: App is not to be relaunched.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [EULAFolderName] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  EULA: EULAFolderName key not found for license, using default name "Legal"
    2010-05-24 17:58:29 [3976]  EULA: EULA folder found relative to folder containing licensing AMT folder.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [EULAFolderName] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  EULA: EULAFolderName key not found for app, using default name "Legal"
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [NTL_WO_SN] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [STORE_URL] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  AMT: Running in PROV_APP
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value WorkFlowType [Subsequent_Launch]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value ShowEULA [false]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value TrialGrace [60]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value TrialLeft [31]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value BuyURL [http://www.adobe.com/go/buy?productID=424&release=4.0&platform=2&locale=en_US]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value LaunchMode [postchrome]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AdobeIDCreated [true]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppLaunchPath []
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTBkGndFilePath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\LMResources\background.png]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTLogoFilePath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\LMResources\adobelogo.png]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTLicenseAFAQFilePath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\OBLRes\en_US\LicenseFAQ.html]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTConnectionFAQFilePath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\OBLRes\en_US\ConnectionFAQ.html]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AdobeCode [{4429F632-6999-48AE-9251-9591031C7241}]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value DriverAdobeCode [{4429F632-6999-48AE-9251-9591031C7241}]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppName [Adobe Flash Builder 4 Plug-in]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppRunningLEID [FlashBuilderPlugin-CS5-Win-GM]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppDriverLEID [FlashBuilderPlugin-CS5-Win-GM]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppRunningLocale [en_US]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppListOfLocales [en_US]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppProcessID []
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppPath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTPath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppDriverAMTPath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppHostAppType [ALM_HostAppType_LicensedProduct]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppEULAFolderPath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\Legal]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value TrialExpired [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppSerialNumber [952307006650319154206597]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value NoTrial [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value UpgradeCheckRequired [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value BonusLaunchCode []
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value HasSAASBit [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value ForcedActivation [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value ExtendedProfileRegURL [http://www.adobe.com/go/adobemembership?productID=424&release=4.0&platform=2&locale=en_US& source=PCSTHX]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value ClaimSource [nag_trial]
    2010-05-24 17:58:29 [3976]  uiswitch: Subsequent_Launch
    2010-05-24 17:58:29 [3976]  uiswitch: PDApp
    2010-05-24 17:58:29 [3976]  uiswitch: Launched
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2010-05-24 17:58:29 [3976]  AUMService: IsUpdaterEnabled call
    2010-05-24 17:58:29 [3976]  AUMService: IsUpdaterEnabled call succeeded
    2010-05-24 17:58:29 [3976]  ALM: _info_: Deactivation menu is disabled
    2010-05-24 17:58:29 [3976]  AMT: Completed Launch Workflow successfully.
    2010-05-24 17:58:29 [3976]  AMT: Checking client features against cache.
    2010-05-24 17:58:29 [3976]  AMT: Feature FlashBuilder_Prem 4.0 is licensed (was licensed).
    2010-05-24 17:58:29 [3976]  AMT: Feature FlashBuilder_Base 4.0 is licensed (was licensed).
    2010-05-24 17:58:29 [3976]  AMT: Validating client product info against cache.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  AMT: Starting Data Collection for SWTag_Init()
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() productCanonicalLEID = FlashBuilderPlugin-CS5-Win-GM;outMappedLEID =  FlashBuilderPlugin-CS5-Win-GM, unused =
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() productPayloadCode = {4429F632-6999-48AE-9251-9591031C7241};driverPayloadCode =  {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:29 [3976]  AMT: SWTag_Init() Tags Arguments Adobe Flash Builder 4 Plug-in; FlashBuilderPlugin-CS5-Win-GM;
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() License Status = trial
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() Tags 952307006650319154206597; 4.0; TRIAL
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() Product Version 4; 0
    2010-05-24 17:58:29 [3976]  AMT: AMT: Product License Validated.
    2010-05-24 17:58:29 [3976]  performance: AMTValidateProductLicense took 50.538868 ms

  • Adobe Flash CS5?

    Hello,
    I wanted to ask what I use program for creating Web pages. I always use Adobe Flash CS5. I am very angry that Apple iPad / iPhone does not support flasm I'd like to redo my page but I do not know what the program send me some good way to flash. thank you

    First, I'm assuming you're asking for alternative to creating Flash web pages. One thing to note- it's true that iOS does not support Flash... but who are you angry at? :/
    It depends on what kind of website you have/want. If you could provide a link to your current website it would help. If you want a very powerful program that lets you create and manage complicated designs, fonts, etc, take a look at Adobe Dreamweaver. However, if you just want a simpler text site with even some graphics, Wordpress (free) is a very nice option.
    All assuming that you don't want to learn any HTML/ CSS. If you're looking for the "cool effects" that Flash comes with, take a look at this site: developer.apple.com/safaridemos. A lot of them work in Chrome, some Firefox, but it's best if you view them in Safari. (apple.com/safari/download)
    Note- Adobe never made a version of Flash that was not too resource-intensive for iOS. Take a look at the Flash reviews on Android 2.2>... they're not that great. Plus, if you look at the above demos link, you can do amazing things with CSS3 and HTML5.

  • My Adobe Flash CS5.5 did not work while it is opening a .fla with big size

    This is a very serious trouble...
    I have a .fla with 101MB.
    I always use this file and there is no problem on opening this file before.
    This morning , I found that while I am opening the file, Flash did not work. It said Adobe Flash CS5.5 stop running <--- (I forgot what is the whole message)
    I have used my computer for only 1 and a half year only,  my I think I have enough RAM and memory to run my Flash CS5.5 , but this problem did not appear before and appear in this morning
    Can somebody tell me what the problem is? Thank you.
    P.S. here is some information of my computer
    CPU : Intel(R) Core(TM) i5 CPU      650 @ 3.20GHz   3.20 GHz
    RAM : 4.00GB (3.18GB available)
    System type: 64-bit

    Set the library as "merge into code" and the problem doesn't happen.

  • ERROR: DW020:  - Adobe Flash CS5.5 depends on Adobe Flash Player 10 ActiveX to be installed.

    I have encountered the following errors during installation, My OS is Window 8.1 pro. .
    What should I do, thanks
    WARNING: DW066: OS requirements not met for {AC76BA86-1033-F400-7760-000000000005}
    WARNING: DW066: OS requirements not met for {B4749B38-C5BD-4A02-8E9F-C1EF7CCEA651}
    ERROR: DW020: Found payload conflicts and errors:
    ERROR: DW020:  - Adobe Flash CS5.5 depends on Adobe Flash Player 10 ActiveX to be installed.
    FATAL: DW020: Conflicts were found in the selected payloads. Halting installation.

    renka,
    When you uninstall and reinstall, it is always worth running the Cleaner Tool in between.
    http://www.adobe.com/support/contact/cscleanertool.html
    Apart from that, you may try this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html
    or you may hope that some staff sees it here in this forum.

Maybe you are looking for