VerifyError Error #1053

Hello, I have an error when I am running my apps using Resource Bundles:
VerifyError: Error #1053: Remplacement illégal de callInContext dans GeneratedResourceModule6901782049341018741_mx_core_FlexModuleFactory.
It appears at the beginning of the launch and my app is compiled in Flex 3.5.
Have you any idea please?

I'm trying to use MediaPlayerWrapper with a VideoElement accessing a a local .flv in AIR...
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
                        layout="absolute"
                        xmlns:samples="org.osmf.samples.*"
                        creationComplete="init(event)">
    <mx:Script>
        <![CDATA[
            import org.osmf.utils.URL;
            import org.osmf.media.URLResource;
            import org.osmf.video.VideoElement;
            private var file:File = File.applicationStorageDirectory.resolvePath("video.flv");
            private function init(e:Event):void
                var ve:VideoElement=VideoElement(new URLResource(new URL(file.nativePath)));
                mpw.element=ve;
        ]]>
    </mx:Script>
    <samples:MediaPlayerWrapper id="mpw"/>
</mx:WindowedApplication>
I get the error on the creation of the VideoElement. I'm using Flex 3.5 SDK with AIR 1.5.3 SDK overlayed. I also got the Example Player to compile using my local setttings.

Similar Messages

  • VerifyError: Error #1053: Illegal override of isRelatedObjectInaccessible in RemappedMouseEvent.

    I am having trouble running AIR applications with Flex SDK 4.0 (and 4.1). Here is what I am doing:
    On OS X 10.6.4 using eclipse with Flex Builder 3 installed I create a new flex project with AIR.
    I have eclipse setup to use the SDK flex_sdk_4.1.0.16076.
    I clean the project and run it and get a window telling me:
    VerifyError: Error #1053: Illegal override of isRelatedObjectInaccessible in RemappedMouseEvent.
    The application fails to start after that.
    When I switch SDKs to Flex SDK 3.3.0.4852 and clean, the applications starts as expected.
    I have tried to run adl from the command line using the artifacts in the bin-debug folder and I get the same error.
    I am stumped here, does anyone know what else I can try?
    Thanks
    -Lucsa

    Hi Lucas,
    Are you running into this error when compiling a brand new flex project for AIR?  If so, I suspect something went wrong with your AIR overlay.  Please see the How to Overlay the AIR SDK for use with the Flex SDK tech doc.  Note that these instructions reference AIR 1.5, but they are the same for AIR 2.
    Let me know if you have any questions about the overlay process or if you've already done all this.
    Thanks,
    Chris

  • VerifyError: Error #1053: Illegal override

    Hello,
    It's been 1 day that I am trying to resolve an issue
    I did a clean up of my project and part of the clean up has been to switch my swf from FP 9 to FP 10
    I have one SWF (FP 10) that loading another SWF (FP 10)
    Whenever its trying to load the second one now I have
    VerifyError: Error #1053: Illegal override of release_vars in com.videoplayer.RELEASES.MAIN_JUKEBOX_****.
    The original release_vars function look like
    public function release_vars():void
    the override look like
    override public function release_vars():void
                                  GLOBALS.vars.ads_enabled = false;
                                  GLOBALS.vars.playertype = "internal";
    Nothing crazy
    it was working fine
    Any ideas ?
    I found some other guys that had the same issue, but nothing resolve it :
    http://beta.jalleyne.ca/2010/10/verifyerror-error-1053-illegal-override-of-isrelatedobject inaccessible-in-remappedmouseevent/
    http://supportforums.blackberry.com/t5/Tablet-OS-SDK-for-Adobe-AIR/VerifyError-Error-1053- Illegal-override-of-requestSoftKeyboard/m-p/1163209#M30785

    The original release_vars function look like
    public function release_vars():void
    HERE IS THE CLASS : http://pastebin.com/jt0EumLF
    the override look like
    override public function release_vars():void
                                  GLOBALS.vars.ads_enabled = false;
                                  GLOBALS.vars.playerbrand = "***";
                                  GLOBALS.vars.playertype = "internal";
                                  GLOBALS.vars.server = "www.****.com";
                                  GLOBALS.vars.stats_flags = {*****: true, ****: true, *****: true};
                                  GLOBALS.vars.usingJukebox = true;
    HERE IS THE CLASS WITH THE OVERRIDE : http://pastebin.com/msitEhn3
    Some info are private that why I replaced by *** don't worry of that
    Thanks for your reply.

  • Spell checker error: VerifyError: Error #1053: Illegal override of UIMovieClip in mx.flash.UIMovieCl

    I am getting following errors when we moved from flex 3 to flex 4. 
    VerifyError: Error #1053: Illegal override of UIMovieClip in mx.flash.UIMovieClip.
    at com.adobe.linguistics.spelling.ui::HaloHighlighter/doSpellingJob()
    at com.adobe.linguistics.spelling.ui::HaloHighlighter/spellCheckScreen()
    By the way, if we build the client application from eclipse, everything works ok. If we build it from mvn, the error will be appear(both worked fine before we moved to flex 4).
    Does anyone has any idea about what could cause this problem?
    Thanks

    This looks like a problem with components built with different versions of Flex. AdobeSpellingUI.swc is meant for Flex 3.x while AdobeSpellingUIEx.swc is for Flex 4.x
    Please try using AdobeSpellingUIEx.swc in your application to see if this fixes the problem.

  • AdvanceDatagrid bug with Lcds 3pr1/FB4pr1?! VerifyError: Error #1053: Illegal override of AdvancedDataGridBaseEx in mx.controls.AdvancedDataGridBaseEx.

    Hi,  first of all, thank you to Adobe, that I can participate in the pre release programm!  After installing and configuring  Lcds 3pr1/FB4pr1 today, I realized that there is always a problem, as soon as I try to bind a lcds3pr1  method to an AdvancedDatagGrid.  Even the simplest possible case throws the following error below.  To reproduce this error simply drag any getAll method to an AdvanceDataGrid.  I opened a bug report under lcds LCDS-1087  and Flashbuilder FB-22583    Is there a workaround for this?  Thanks for any pointers!  Martin Zach  Error Message:  VerifyError: Error #1053: Illegal override of AdvancedDataGridBaseEx in mx.controls.AdvancedDataGridBaseEx.         at pr1testAdg2/_pr1testAdg2_AdvancedDataGrid1_i()     at pr1testAdg2/_pr1testAdg2_Array2_c()     at mx.core::DeferredInstanceFromFunction/getInstance()[E:\dev\trunk\frameworks\pro jects\framework\src\mx\core\DeferredInstanceFromFunction.as:105]     at spark.components::SkinnableContainer/createDeferredContent()[E:\dev\trunk\frame works\projects\spark\src\spark\components\SkinnableContainer.as:1090]     at spark.components::SkinnableContainer/createContentIfNeeded()[E:\dev\trunk\frame works\projects\spark\src\spark\components\SkinnableContainer.as:1106]     at spark.components::SkinnableContainer/createChildren()[E:\dev\trunk\frameworks\p rojects\spark\src\spark\components\SkinnableContainer.as:850]     at mx.core::UIComponent/initialize()[E:\dev\trunk\frameworks\projects\framework\sr c\mx\core\UIComponent.as:6654]     at spark.components::Application/initialize()[E:\dev\trunk\frameworks\projects\spa rk\src\spark\components\Application.as:685]     at pr1testAdg2/initialize()     at mx.managers.systemClasses::ChildManager/childAdded()[E:\dev\trunk\frameworks\pr ojects\framework\src\mx\managers\systemClasses\ChildManager.as:176]     at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev\trunk\frameworks\p rojects\framework\src\mx\managers\SystemManager.as:2738]     at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\trunk\frameworks\projects\fra mework\src\mx\managers\SystemManager.as:2 553]     at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\trunk\frame works\projects\framework\src\mx\managers\SystemManager.as:2 464]     at flash.events::EventDispatcher/dispatchEventFunction()     at flash.events::EventDispatcher/dispatchEvent()     at mx.preloaders::Preloader/timerHandler()[E:\dev\trunk\frameworks\projects\framew ork\src\mx\preloaders\Preloader.as:529]     at flash.utils::Timer/_timerDispatch()     at flash.utils::Timer/tick()

    Hi Kishan,
    you can find this information under:
    prerelease.adobe.com
    ->ProductDocumentation
    ->LCDS Developers Guide
    ->lifecyclesdataservices_es2v3_using.pdf
    -> Page 14
    See attached screenshots.
    Regards,
    Martin Zach
    Zitat von Kishan M V <[email protected]>:
    Hi Martin,
    You need not to copy datavisualization.swc, fds.swc, fiber.swc,  
    airfds.swc, playerfds.swc. This is a bug in documentation. Please  
    file a bug against documentation. Please provide the URL you are  
    referring to.
    Regards,
    Kishan
    >

  • Critical Error: VerifyError: Error #1053: Illegal override of invalidateLayoutDirection in mx.core.C

    Hey guys,
    When I run my application, I have this error: VerifyError: Error #1053: Illegal override of invalidateLayoutDirection in mx.core.Container.
    What's the underlying reason for this error?
    Thanks and awaiting for any help.

    This project properties is located at which folder? Is it inside I'm able to
    see the different swcs inside there? The current sdk is 4.0.1?
    And the wrong version of RSL, what's that by the way.
    Really appreciate your response.

  • VerifyError: Error #1053: Illegal override of z in mx.core.UIComponent in adobe flex  pease help me!

    While I tried to run already existing adobe AIR application in Flex Builder3 using  Flex SDK4. I got this error
    VerifyError: Error #1053: Illegal override of z in mx.core.UIComponent in adobe flex
    please anyone help me to solve it

    Try setting your target player for 10 in your compiler options. It might be compiling for flash player 9.

  • VerifyError: Error #1053: Illegal override of removeChildBridge in mx.managers.SystemManagerProxy.

    Hi,
    i'm getting following error when i'm trying to integrate Flex3.2 application with the LiveCycle ES 8.2
    VerifyError: Error #1053: Illegal override of removeChildBridge in mx.managers.SystemManagerProxy.
    when i searched for this error on internet i got some sites saying that problem is caused because of
    different versions of Flex SDK being used when developeing application. can anyone help please.
    Thanks in advance,
    Priti

    Thanks for reply.
    Yes, I found same cause when I searched for this error on Google.
    Hence I built both these SWF files with same flash SDK 3.0.0. version inside same Flex builder.
    But still I am running into this exception.

  • VerifyError: Error #1053: Illegal override of AdvancedDataGridBaseEx in mx.controls.AdvancedDataGridBaseEx

    I've just installed nightly build 4.0.0.9417 and I am getting this error:
    VerifyError: Error #1053: Illegal override of AdvancedDataGridBaseEx in mx.controls.AdvancedDataGridBaseEx
    This is the first nightly build SDK I have tried to use so I am wondering if it has to do with any key files missing from the new SDK.
    So far I have copied (from the beta 4.0.0) over to the new framework\libs folder the following:
    datavisualization.swc
    netmon.swc
    and in the frameworks\locale\en_US\  :
    datavisualization_rb.swc
    automation_rb.swc
    automation_agent_rb.swc
    Since there is seemingly no automatic way to link to files not included in the newer SDKs, I am afraid I may have missed a file or two.
    Any suggestions?
    Thanks,
    J

    update:
    I've followed the advice in this post http://blog.flexexamples.com/2008/08/01/downloading-and-installing-flex-sdk-builds-from-op ensourceadobecom/ .
    I've made sure that all these files were copied over to the new SDK:
    {sdkdir}/frameworks/libs/automation*.swc
    {sdkdir}/frameworks/libs/datavisualization.swc
    {sdkdir}/frameworks/locale/en_US/automation*.swc
    {sdkdir}/frameworks/locale/en_US/datavisualization_rb.swc
    {sdkdir}/frameworks/locale/ja_JP/automation*.swc
    {sdkdir}/frameworks/locale/ja_JP/datavisualization_rb.swc
    {sdkdir}/frameworks/rsls/datavisualization_3.0.0.477.* (or updated build numbers for later builds)
    {sdkdir}/fbpro (if you care about source)
    But I am still getting the same error.  Maybe it is due to something else?

  • Getting Error : Error #1053: Illegal override of automationName in mx.core.Container

    I have Flex Data Service on Tomcat 4.1. (i.e. extracted
    flex.war in webapps/flex directorry of tomcat. "webapps/flex - flex
    directory is created inside the webapps"). Tried with the request
    for a sample mxml in the browser and able to see an swf file
    creation out of that and i am able to get that swf file in the
    browser. Thats fine.
    Now my scenario is as below:
    I request a sample html, in which an embedded sample swf with
    only one button on it. The request is to asp.net application. The
    request url is :
    http://localhost/FirstSite/Sample.html.
    I am able to get the initial swf file with this.
    Now on click of a button i will send request to an aspx page
    which again sends a request for an mxml to the tomcat (say tomcat
    has Sample2.mxml) as,
    HttpWebRequest req = (HttpWebRequest)WebRequest.Create("
    http://localhost:8080/flex/generated/Sample2.mxml");
    HttpWebResponse res = (HttpWebResponse)req.GetResponse();
    After execution of the second line i am able to see the
    creation of Sample2.swf in the tomcat's webapps/flex/generated
    folder.
    Now after the second line, that aspx will write an url string
    as respose to the client as,
    Response.write("
    http://localhost:8080/flex/generated/Sample2.swf");
    In the action script i am able to get this url when printed
    in trace at the client. Now i am trying to load that Sample2.swf
    with the lines in action script...
    var requiredURL:String = "
    http://localhost:8080/flex/generated/Sample2.swf";
    var urlReq:URLRequest = new URLRequest(requiredURL);
    var ldr:Loader = new Loader();
    ldr.load(urlReq);
    ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,
    loaded);
    function loaded(e:Event):void {
    removeChildAt(0);
    stage.addChild(ldr);
    When i try this am getting error as,
    VerifyError: Error #1053: Illegal override of automationName
    in mx.core.Container.
    at flash.display::MovieClip/gotoAndStop()
    at
    mx.managers::SystemManager/::preloader_initProgressHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/::timerHandler()
    at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
    at flash.utils::Timer/flash.utils:Timer::tick()
    Followed by series of errors like,
    ReferenceError: Error #1065: Variable
    _PanelStyle__embed_css_Assets_swf_CloseButtonUp_638970594 is not
    defined.
    at flash.display::MovieClip/gotoAndStop()
    at
    mx.managers::SystemManager/::preloader_initProgressHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/::timerHandler()
    at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
    at flash.utils::Timer/flash.utils:Timer::tick()
    ReferenceError: Error #1065: Variable
    _LoaderStyle__embed_css_Assets_swf___brokenImage_416519517 is not
    defined.
    at flash.display::MovieClip/gotoAndStop()
    at
    mx.managers::SystemManager/::preloader_initProgressHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/::timerHandler()
    at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
    .................. much more error trace like
    above...............
    I have placed crossdomail.xml file at each and every part of
    the application like at IIS and also at Tomcat.
    But now luck with that.
    Any thing am i missing?
    Waiting for the suggestions and thanks in advance.
    Deepak

    This project properties is located at which folder? Is it inside I'm able to
    see the different swcs inside there? The current sdk is 4.0.1?
    And the wrong version of RSL, what's that by the way.
    Really appreciate your response.

  • Error #1053 - when trying to run application

    Hello All,
    I have a problem and would be happy if you could help.
    When I am trying to run an application as Web Application from Flash Builder 4.6, I receive the next error message:
    VerifyError: Error #1053: Illegal override of getHeaderItemsLength in mx.controls.AdvancedDataGrid.
    at flash.display::MovieClip/nextFrame()
    at mx.core::FlexModuleFactory/deferredNextFrame()[E:\dev\4.y\frameworks\projects\framework\s rc\mx\core\FlexModuleFactory.as:730]
    at mx.core::FlexModuleFactory/update()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\ FlexModuleFactory.as:503]
    at mx.core::FlexModuleFactory/moduleCompleteHandler()[E:\dev\4.y\frameworks\projects\framewo rk\src\mx\core\FlexModuleFactory.as:828]
    It is worth to mention that the "html" file, that is generated by Flash Builder, and the one, that is generated after runnung a dedicated "bat" file, are exactly the same (compared them in Beyond Compare).So I assume the problem is in the environment (SDK?).
    While compiling the application I have received the next warnings, maybe this is somehow connected to the run time error or may help to identify it?
    1. 'handler' has been deprecated.  Please use 'function clickHandler'.
    2. 3608: 'Stroke' has been deprecated since 4.0.  Please use 'SolidColorStroke'.
    3. Dashboard.staticLayout has been deprecated. Use staticLayout property of the view block instead.
    4. Data binding will not be able to detect assignments to "_objectPropertySection".
    Thank you all,
    Felix.

    I have posted this message in http://forums.sdn.sap.com/edit!default.jspa?messageID=9911970 but I did not know how to move it into this forum as this is more relevant. Sorry for the double post.

  • Error #1053: Illegal override of frame2

    In Flash CS3, we are creating some components for our authors
    and designers to use. Because they create many highly-animated
    movieclips with lots of symbols and components, we initially chose
    to have AS3 automatically create the stage instance declarations.
    However, when we create a class that extends one of our other
    component classes and create two library symbols, one using our
    base class and the other using the derived class, we start getting
    errors that properties were being redefined.
    I think this is because Flash automatically declares the
    timeline elements in both classes, which isn't allowed.
    So question #1 is this:
    Is there a way to assign a derived class with implicitly
    declared timeline elements to a library symbol when the base class
    has the same implicitly declared timeline elements?
    In attempting to circumvent this problem, we decided to try
    explicitly declaring stage instances. We didn't get very far.
    Although it compiles, when our SWF runs, we get the following
    error:
    VerifyError: Error #1053: Illegal override of frame2 in
    com.bbdo.BookmarkButton.
    BookmarkButton is our derived class. This error occurs on any
    frame within the library symbol where a frame script occurs. If we
    move the frame script to frame 10, for example, we get this:
    VerifyError: Error #1053: Illegal override of frame10 in
    com.bbdo.BookmarkButton.
    Here is the inheritance chain:
    flash.display.MovieClip -> com.bbdo.Component ->
    com.bbdo.GenericButton -> com.bbdo.BookmarkButton

    Thanks for your quick reply Richard.  Unfortunately though, the problem still happens even after removing the workspace .metadata directory and doing a full clean/rebuild.  It happens both when launched from FB4 for debugging, and when opening a Web page with the SWF embedded, in the browser.  The problem occurs very early in the launch process.  It's not possible to debug beyond the error, but if simply opened in the browser, I can dismiss the error message and the app largely works.
    FYI, here is the stack dump:
    VerifyError: Error #1053: Illegal override of exportXMLAttributes in flashx.textLayout.conversion.FXGExporter.
        at flash.display::MovieClip/nextFrame()
        at mx.managers::SystemManager/deferredNextFrame()[E:\dev\4.0.0\frameworks\projects\framework \src\mx\managers\SystemManager.as:267]
        at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\4.0.0\framewo rks\projects\framework\src\mx\managers\SystemManager.as:2460]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx \preloaders\Preloader.as:488]
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
    Thanks,
    Rich

  • Error #1053: Illegal override of exportXMLAttributes in flashx.textLayout.conversion.FXGExporter

    Error #1053: Illegal override of exportXMLAttributes in flashx.textLayout.conversion.FXGExporter
    Any idea why I am getting this error when using the latest textLayout.swc from the latest nightly build 4.1.0.14837 or stable build 4.0.0.13875?
    thanks
    Nikos

    Thanks for your quick reply Richard.  Unfortunately though, the problem still happens even after removing the workspace .metadata directory and doing a full clean/rebuild.  It happens both when launched from FB4 for debugging, and when opening a Web page with the SWF embedded, in the browser.  The problem occurs very early in the launch process.  It's not possible to debug beyond the error, but if simply opened in the browser, I can dismiss the error message and the app largely works.
    FYI, here is the stack dump:
    VerifyError: Error #1053: Illegal override of exportXMLAttributes in flashx.textLayout.conversion.FXGExporter.
        at flash.display::MovieClip/nextFrame()
        at mx.managers::SystemManager/deferredNextFrame()[E:\dev\4.0.0\frameworks\projects\framework \src\mx\managers\SystemManager.as:267]
        at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\4.0.0\framewo rks\projects\framework\src\mx\managers\SystemManager.as:2460]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()[E:\dev\4.0.0\frameworks\projects\framework\src\mx \preloaders\Preloader.as:488]
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
    Thanks,
    Rich

  • Error #1053: Illegal override of getPollSyncMessageResponder in mx.messaging.channels.HTTPChannel

    Hi,
    I have a long term project that has been developed over the past year+ and I upgraded from Flex 3.3 to 3.4.1. After doing this I started to receive this message when I run my application:
    VerifyError: Error #1053: Illegal override of getPollSyncMessageResponder in mx.messaging.channels.HTTPChannel
        at flash.display::MovieClip/nextFrame()
        at mx.managers::SystemManager/deferredNextFrame()[C:\autobuild\3.4.0\frameworks\projects\fra mework\src\mx\managers\SystemManager.as:322]
        at mx.managers::SystemManager/preloader_initProgressHandler()[C:\autobuild\3.4.0\frameworks\ projects\framework\src\mx\managers\SystemManager.as:3094]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()[C:\autobuild\3.4.0\frameworks\projects\framework\ src\mx\preloaders\Preloader.as:399]
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
    In troubleshooting, I thought it might be necessary to upgrade LCDS from 2.5 to 3.0. When I did this nothing changed, I still get the same error. I've checked all my libraries and my project build paths to make sure all the new libraries are being used. I am not sure how to troubleshoot any further. I know I'm not overriding getPollSyncMessageResponder in my code. It must be libraries colliding - I wonder if this is a bug in Flex 3.4.1?
    If anyone have any information or better yet the resolution to this I would really appreciate it.
    Thanks!

    This was a mismatch in the rpc.swc files between two modules. If you have a similar problem -- you should check that other modules are using the same version of their swc's.
    Hope this helps someone else.

  • Error #1053: Illegal override of subtopic in mx.messaging.Consumer

    Having some issues here....
    Fresh install of FlexBuilder 2.01
    Created a New Flex Project, Selected Flex Data Services
    (compile locally)
    When I compile the .mxml and it opens in a browser window, I
    get the following Flash player error:
    VerifyError: Error #1053: Illegal override of subtopic in
    mx.messaging.Consumer.
    at flash.display::MovieClip/nextFrame()
    at mx.managers::SystemManager/::deferredNextFrame()
    at
    mx.managers::SystemManager/::preloader_initProgressHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/::timerHandler()
    at flash.utils::Timer/flash.utils:Timer::_timerDispatch()
    at flash.utils::Timer/flash.utils:Timer::tick()
    options to Dismiss All or Continue
    when I select Continue I get the following error:
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at mx.managers::SystemManager/::docFrameHandler()
    I've got no problems with a Basic Flex Project, but FDS is
    causing issues...
    any assistance greatly appreciated!

    I am getting this message and updated my flash player to
    version 9.0.45 and now flex is saying that it can't find a valid
    version of the flash player and that I may need to install flash 9
    or reinstall flex. I did both of these and it did not work. Does
    anyone have any suggestions. I have been complete incapable of
    setting up a coldfusion flex development environment on xp that
    works. I installed CF into IIS and it is working fine. I have
    installed FB 2 as a default install. I then went step by step
    through this tutorial (
    http://www.kylehayes.info/captivate/QueryToDatagrid/QueryToDataGrid.htm)
    and ran the application and it blows up. I would REALLY like to
    learn flex and begin to develop some applications but I can't get
    my apps to run because of this stupid error. Any suggestions. Bug
    fixes. Anything???
    Thanks,
    Jason Presley

Maybe you are looking for

  • Unable to open form in Form Builer

    Hi folks, It might me an old issue. I have gone through many threads and unable to find the exact solution. Appreciate if someone can help! Environment: O/S - Windows 7 professional - 32bit IDS - 10.1.2.0.2 Installation Steps: - Installed IDS - 10.1.

  • How do you change a read only file?

    I copied a document to my email address but it's in the read only format and I need to make some changes but I can't. What do I need to do?

  • JSF with JavaScript ! Problem with OnLoad()

    Hello, I have a .js (javascript) file which has one function. I want to call this function in my jsf-jsp page form. The javascript run successfully without onload. But when i use onlod it is giving me error like " com.sun.rave.web.ui.appbase.Applicat

  • IDOC Failure Notification-email

    Hi, I have a inbound IDOC, I  need a way to send notifications (email’s) when ever errors occur (IDOC status is RED). Is there any standard procedure which serves my requirement or can any one please tell me the procedure that I should follow. Thank

  • Can't see the disk

    I have a brand new iMac with no DVD drive. When I plug in my remote drive, I can see the drive, but not the disk. When I downloaded the DVD/CD sharing update (off the apple site), my computer said it wasn't an authorized app.  I need to install softw