Creating a SDK (.swc) in Adobe Flash CS5 - Error + Best Practices Questions

Hello all,
I'm currently developing a client library for a server-based API which is developed by my company.
The goal is for the .swc to be usable in both Flash and Flash Builder (any Actionscript environment, really).  So far I've just been creating it in Flash CS5 and have yet to test it in Flash Builder.  It contains a single piece of UI (a login window) but is intended to expose a number of actionscript classes as API interface points to the developer.  The login window is a single Movie Clip placed onto the stage.  I have been testing by simply running the Flash project for the SDK and it works well.
However, I run into problems when I attempt to use the SWC in other projects (I have the Flash project for the SDK set to create a SWC as well as a SWF)...
I link the SWC to the other project using the flash compiler settings
com.mycompany.SDK is a class required for initialization (singleton) and com.mycompany.LoginWindow is the UI window for logging in
The developer needs to call SDK.Initialize(), which seems to work fine
When the following code is added I get the below error: addChild(new LoginWindow())
1046: Type was not found or was not a compile-time constant: InstanceInfo.
I take it that the error is a result of an undefined class - but I cannot figure out where InstanceInfo (it is not a class of mine) is being used or how to fix this...

Found a good example that helped me figure this out.
http://www.adobe.com/devnet/air/flex/quickstart/articles/xml_prefs.html
Will share the results when complete.
Thanks

Similar Messages

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

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

  • In Macromedia Flash8 we had an option insert timeline effects rotate. Do we have any option to rotate an object in Adobe Flash cs5 and above

    in Macromedia Flash8 we had an option insert>timeline effects>rotate. Do we have any option to rotate an object in Adobe Flash cs5 and above.

    You can also use the following:
    1 Select the object to rotate > Right Click > Create Motion Tween.
    2 Click on the last frame of the Motion tween and choose the desired Rotation settings from Properties panel.

  • 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

  • How to import swc into Adobe Flash CS3 ?

    I use following command to create a swc file,such as test.swc, there is a file named test.swf in myapp directory
    compc -include-sources myapp -output test.swc
    then I copy test.swc into Adobe Flash CS3\zh_cn\Configuration\Components directory, Then I restart Adobe Flash CS3,and create a file and press ctrl+f7, but I don't find test.swc!  Why? Where is wrong? How to import swc into Adobe Flash cs3?
    Thanks

    If you want to embed videos in your muse site, without using a service like youtube or vimeo, then you will need to manually upload the video files on the server and use them via the video tag available in html5, HTML5 Video
    To insert the video tags in your muse pages, you will need to use the 'Object -> Insert HTML' option.
    Since this option is not available in Muse, out of the box, I will recommend that you post this on our ideas section over here, https://forums.adobe.com/community/muse/ideas, and let our devs team know of this requirement.
    - Abhishek Maurya

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

  • Adobe Flash CS5 Preloader Taking Too Long

    Using Adobe Flash CS5.
    Created a 1mb (.swf) presentation (images, transitions, voice-over, etc).
    Used the Preloader for SWF template from Flash CS5 library.
    Copied the code into its own layer called "AS3" into frame 1.
    Copied the little text box with instance name percent_txt into frame 1.
    Everything else starts in frame 2.
    The profiler still reads about 300kb in the first frame and it takes until about 50% (about 20 seconds at 56kb dl) until the simple image I put on frame 1 appears.
    I read on this forum something about "exporting about 1mb of assets in your first frame", but I don't understand what that means...

    Ok, I found the Flash Settings...
    In Publish Settings, Flash Tab... next to the Script: ActionScript 3.0, I clicked the "settings" button and changed the "Export classes in frame:" option to "2"
    What I still don't understand is why the preloader doesn't show until about 450kb of my 900kb file is downloaded!
    I don't have anything else in frame 1, yet it's still got that spike at about 500kb. How do I get rid of that so my preloader starts showing almost immediately?

  • How to create a new plugin using Adobe InDesign CS5?

    How to create our own plugin using Adobe InDesign CS5?is there any documents available for this?

    Sure. (Didn't Google find anything?)
    http://www.adobe.com/devnet/indesign/sdk.html
    But you don't "use" InDesign to write plugins. You need a C++ compiler and a lot of programming knowledge and experience with C++. If this means nothing to you, don't look any further -- it's way too complicated to "go and get started" at random. Adobe's documentation is not intended for learners, starters, and people who shrink back at the thought of having to read multiple help documents that are each a couple of megabytes large.
    Using the SDK is so complicated there's even a part of the forum dedicated to it, aptly (and obviously) called InDesign SDK. If you browse the messages in there, you can get an idea of the most common pitfalls and problems.
    If the above scares you off, well, that was fully intentional (sorry, but it is). It's by far easier to write scripts. Scripts have several advantages over plugins:
    1. They are platform independent (Javascripts are; AppleScript is just for Macs and Visual Basic is just for Windows). Plugins are exclusively platform dependent. To write the same plugin for both Windows and for Mac, you have to know all the pitfalls of changing code from one platform to another, and you need a complete working compiler and development system for both platforms.
    2. They are version independent. Simple scripts work on a fairly great range of InDesign versions -- some of my own scripts date back to CS, and are totally or virtually unchanged. It's even possible to force "too old" scripts to work with newer versions.
    3. Scripts can do most of the things a plugin can do. The main difference used to be that plugins allow you to write a fully integrated look-and-feel part of InDesign, but with the advance of ScriptUI and event handlers and menu customization, you come quite far. Only for highly specialized functions you still need a real plugin (custom item integration, custom spell and hyphenation modules, stuff like that).
    4. The scripting community is very active -- it also has a forum of its own, called (well, obviously) InDesign Scripting -- and are a friendly lot, always ready to help. (Unless you whine about how to do every little thing. (That is, I can't stand that personally. Others may not mind.))
    5. Scripting is easy. ... not really, but it is fairly easy, and compared to writing a custom plugin in C++, it's a breeze, a walk in the park, and a summer stroll all rolled into one.

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

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

  • Adobe flash cs5.5

    Hi Team,
       Current i am working on adobe flash animation now i am getting a new requirement based on text to speech.
    I need a idea how to proceed text to speech option in adobe flash cs5.5

    Google has a Text to Speed API that can generate a mp3 but you'll need a net. Here's an old article on it with code examples and you can find plenty more.
    There's other solutions available commercially as well. Taking this on yourself would be a bit of a reinvent the wheel adventure.

Maybe you are looking for