CameraRoll MediaEvent.SELECT 1119 error in Flash CS5.5

Hi, I've been struggling with this for a few days and have searched everywhere for a solution but haven't been able to  fix it. If anyone can give me any leads or suggestions to help fix this I will be eternaly grateful.
I have made a simple app in Flash CS5.5 and am publishing it with AIR for iOS. I am trying to get an image from the iPhone cameraRoll to load to a scrollPane on the stage using this code (I don't need to save the image anywhere, just display it on the stag). The scrollPane is called 'imageArea' and the button to initiate cameraRoll.browseForImage(); is called select_btn.
I've tried this both in the main timeline on frame 1 and also as a class of it's own, either way I get the same error:
1119: Access of possibly undefined property SELECT through a reference with static type Class
which points to this line:
mediaSource.addEventListener(MediaEvent.SELECT,imageSelected );
and
1119: Access of possibly undefined property data through a reference with static type Media event
which points to this line:
var imagePromise:MediaPromise = event.data;
Below is the code placed on the timeline, which I found online here http://forums.adobe.com/thread/891997?decorator=print&displayFullThread=true
[AS]
import flash.media.CameraRoll;
import flash.media.MediaPromise;
import flash.media.MediaType;
import flash.events.MediaEvent;
import flash.events.Event;
import flash.display.Loader;
import flash.display.Sprite;
import flash.events.IOErrorEvent;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
var mediaSource:CameraRoll = new CameraRoll();
select_btn.addEventListener(MouseEvent.CLICK, CameraStart);
function CameraStart(event:MouseEvent) : void
CameraRollTest();
function CameraRollTest()
this.stage.align = StageAlign.TOP_LEFT;
this.stage.scaleMode = StageScaleMode.NO_SCALE;
    if (CameraRoll.supportsBrowseForImage)
    log( "Browsing for image..." );
    mediaSource.addEventListener(MediaEvent.SELECT,imageSelected );
    mediaSource.addEventListener(Event.CANCEL, browseCanceled );
    mediaSource.browseForImage();
    } else {
    log( "Browsing in camera roll is not supported.");
var imageLoader:Loader;
function imageSelected( event:MediaEvent):void
log( "Image selected..." );
var imagePromise:MediaPromise = event.data;
imageLoader = new Loader();
    if (imagePromise.isAsync)
    log( "Asynchronous media promise." );
    imageLoader.contentLoaderInfo.addEventListener( Event.COMPLETE, imageLoaded );
    imageLoader.contentLoaderInfo.addEventListener( IOErrorEvent.IO_ERROR, imageLoadFailed );
    imageLoader.loadFilePromise( imagePromise );
    } else {
    log( "Synchronous media promise." );
    imageLoader.loadFilePromise( imagePromise );
    imageArea.addChild( imageLoader );
function browseCanceled( event:Event ):void
log( "Image browse canceled." );
function imageLoaded( event:Event ):void
log( "Image loaded asynchronously." );
imageArea.addChild( imageLoader );
function imageLoadFailed( event:Event ):void
log( "Image load failed." );
function log( text:String ):void
trace( text );
[/AS]
My only idea is that I need to import the class for mediaEvent, but I already am. I'm completely stuck on this and any help would be really appreciated.

Moving the .fla file to a new folder removed this problem.

Similar Messages

  • Error Help: Flash CS5 Error initializing Java Runtime Environment...

    Hi im on a Win 7 64bit system  (Clean install),  I just downloaded the Flash Pro CS5 trial today - however when I start the program I get the following message as soon as the UI pops up and prevents me from running AS3 code when compiling files:
    Error initializing Java Runtime Environment.  You may need to reinstall Flash.
    All I did was run the program. I tired updating it (update worked but still got the message at start up), I tired installing and uninstalling it, I tried uninstalling and installing different versions of Java and various existing solutions.
    Also I used Adobe's clean up Script for CS5.
    Does anyone know the answer to eliminating the error message?

    Well this is a very old post but this error appear again in CS5.5, then I think is helpful retake this post
    In Flash CS5.5 the issue is solved editing the file:
    "c:\Users\current user\AppData\Local\Adobe\Flash CS5.5\en_US\Configuration\ActionScript 3.0\jvm.ini"
    and lowering the Xmx128m to 128, some times this must be rised to compile large applications with a huge amount of AS3, or to use some Flex 4.5 libs from Flash Professional
    I hope this help to CS5.5 users.

  • Error 16 Flash CS5 Trial

    I downloaded Flash CS5 trial,installed successfully.But when i try to open it,it says error 16!!whats the problem?Some Configuration Error!!Tried reinstalling many times!no luck!
    Screenshot
    http://i41.tinypic.com/la0lx.jpg
    I got CS4 installed too.Is this coz of any conflict or file missing?? Coz in the loading stage...i get this error when it loadsworkspace.dll.I downloaded the trial from Adobe only
    this is the error signature
    AppName: flash.exe     AppVer: 11.0.0.485     ModName: workspace.dll
    ModVer: 0.0.0.0     Offset: 00030007

    Hi, I don't recall an exact message. It just told me that it wasn't installed corectly and that I should try to restart my computer, it didn't tell me what the problem was.
    But it seems to work, I just need the program for something very important on monday, so I just wanted to know if there was an easy way to find out what the problem was / if there was any. I mean rather find out now than monday right 

  • Runtime error running Flash CS5

    Hello,
    I have this weird issue with Flash Professional CS5. It has worked just fine for me in the past but when i try to start it now it gives me the following error:
    "This application has requested the Runtime to terminate in an unusual way.
    Please contact the applications support team for more information"
    What could be causing this error and more importantly how do i fix it?
    Thanks in advance

    The title of the pop up is Microsoft Visual C++ Runtime Library.
    Then it shows the folder where Flash.exe is located.
    I think that the last time i used Flash is about 2 months ago and it worked fine. Now i can´t start the program at all cause of this error.
    The error occurs after it tries to load the program.

  • Help me error running flash CS5

    Hi all,
    I am newbie on AS 3, i am try yo use flash cs 5. but i still design on UI, but if i test to running to cek the UI i got the error like this
    No libraries were linked as Runtime Shared Libraries (RSLs) because of your publish settings: iPhone
    Can you help me please?
    Thanks

    CS5 is not yet released, if you have a copy of it share it

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

  • FAQ: How to resolve "Unexpected File Format" error with Flash Professional CS5.5?

    You may encounter errors when you attempt opening or saving files using Flash Professional CS5.5.  To address the above problem, Adobe released an updater for Flash Pro CS5.5 (version 11.5.1).
    The following article explains about the errors and Flash CS5.5 updater released to handle them in detail:
    http://blogs.adobe.com/flashpro/2012/07/24/unexpected-file-format-error-on-opening-flash-f iles-using-flash-cs5-5/

    Which operating system are you using?  If you look in the Adobe Download Assistant is it still downloading the install files?

  • Can't Install Flash CS5 - Exit Code:7

    Hey guys I've tried multiple times installing adobe flash cs5, and everytime I get the same problem. I'l post the log below.
    I noticed though, when I selected Spanish, as the language I want it installed in it worked and installed perfectly, but when I select English (NA) then it refuses to work.
    Any ideas/suggestions?
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 66 error(s), 65 warning(s)
    WARNING: Payload {93EE4FE8-6892-11DF-9F6A-6A14DFD72085} AdobeHelp is already installed and the session payload {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp has no upgrage/conflict relationship with it.
    WARNING: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: OS requirements not met for {CFC9F871-7C40-40B6-BE4A-B98A5B309716}
    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
    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: Verifying payload integerity : Failed with code 1
    ERROR: MsiConfigureProductEx failed with error: 1612 - The installation source for this product is not available. Verify that the source exists and that you can access it.
    MSI Error message:
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR:  - Microsoft_VC90_ATL_x86: Install failed
    ERROR:  - Adobe Media Player: 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:  - DeviceCentral_DeviceCentral3LP-en_US: 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:  - 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:  - iPhone Publishing: Install failed
    ERROR:  - Microsoft_VC90_MFC_x86: Install failed
    ERROR:  - CSXS Story Extension: Install failed
    ERROR:  - Adobe Media Encoder CS5 X64: Install failed
    ERROR:  - Adobe Linguistics CS5: Install failed
    ERROR:  - PDF Settings CS5: Install failed
    ERROR:  - DeviceCentral: Failed due to Language Pack installation failure
    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:  - Microsoft_VC90_ATL_x86_x64: 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:  - Microsoft_VC90_MFC_x86_x64: 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:  - Adobe Extension Manager CS5: 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

    Installer seems to be failing to install 'Microsoft_VC90_ATL_x86.msi'. So in the installer lookup for this file at following path and double click to install it explicitly -
    'payloads\Microsoft_VC90_ATL_x86\Microsoft_VC90_ATL_x86.msi'
    If it prompts for the path point to itself (i.e. Microsoft_VC90_ATL_x86.msi). It would get installed successfully.
    Now re-run the full installer.

  • Flash cs5 install problem,

    windows 7 64bit,
    i have ran the adobe cleaner tool
    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

    dihttp://kb2.adobe.com/cps/834/cpsid_83481.html
    in particular, run the cleaners for all uninstalled cs versions.

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

  • Unable to select audio to import in Flash CS5

    Hi,
    I'm working the Flash CS5 app on my Mac OSX v10.6.8. I've been working on a cartoon lately and trying to import some audio to my library, but I can't even select a file (of any type; .wav .mp3 .wathever). I already reinstalled Flash, updated quicktime and searched all over the web for a possible answer. Please help.
    Thanks in advance,
    Gene

    you can't see any sound file when trying to import into your library?
    if so, when you click file>import>import to library, check near the bottom right of the import to library panel to see that "all files" are in the combobox.
    or you see an error after selecting sound files?

  • Error font capture when start Flash CS5

    I can't start Flash CS5, because this Error Message :
    I dont's know about it, and try Reinstall 3 times but this error alwas appear.
    I would be grateful if someone out there knows an answer to this or have  a contact email for adobe support that i can email them direct.
    Thanks in advance.
    About my pc:
    SYS: WIN XP
    MEM : 2GB
    VGA : 1G
    FONTS : 898

    Thanks  kglad and i found an Instructions on eHow
    "Instructions
        Windows XP and Vista
        1. Open the fonts folder on your computer. On Windows computers it is located in the "Windows" folder on your "C" drive.
        2. Right-click the folder to select "Details" from the "View" menu, if details are not already showing.
        3. Scan the "Size" column with your eyes for fonts with a "0" size, which indicates a corrupt file. You can delete these fonts and reinstall, if you desire.
    Is this an righ Instructions for Find Corrupt Fonts.
    Thanks in advance.

  • Runtime Error when launching Flash CS5 in Windows Vista 32bit

    I installed Flash CS5 as a Trial and when i tried to launch it the error message appears on the screen:
    Visual C++ Runtime Library
    Runtime Error
    This application has requested Runtime to terminated it in a unusual way.
    Please contact the applications support team  for more information.
    I already tried to re-install Vista again and even tried to install flash in XP with the same unsucess result.

    Hi Fmk,
    It would be great if we have the installation log files. However you can try these.
    1.Check whether your system meets the minimum requirements.
    2. Install the current Windows Service Pack and other updates.
    Try reinstalling.
    Regards,
    Bobby Johnson.

  • 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

  • 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

Maybe you are looking for