AS 2 Error: The class or interface 'Event' could not be loaded.

Hey, I'm new to the forums and I have problems with Flash that i just cant fix. I have this error that keeps telling me how "The class or interface 'Event' could not be loaded. The error is on the 5th line of the code:
1  stop();

3  addEventListener(Event.ENTER_FRAME, preLoad);

5  function preLoad(e:Event):void{
6      var bytestoLoad:Number = loaderInfo.bytesTotal;
7      var numberLoaded:Number = loaderInfo.bytesLoaded;
8      if(bytestoLoad == numberLoaded){
9          removeEventListener(Event.ENTER_FRAME, preLoad);
gotoAndStop(2);
} else {
_root.preLoader.preLoaderFill.scaleX = numberLoaded/bytestoLoad;
_root.preLoader.bytesPercent.text = Math.floor(numberLoaded/bytestoLoad*100) + "%";
I know that the code is for AS3 but I cant switch to AS3 atm and I need the same code, but for AS2. So, can anyone convert this for me? By the way, this is supposed to be a preloader and I am putting this on the 1st frame. I have so extensions (.as), just the .fla file.
Also, I am using the newest Flash, Adobe Flash CS6.

Just search Google for an AS2 preloader tutorial instead of trying to convert AS3 to AS2.

Similar Messages

  • The class or interface 'MouseEvent' could not be loaded

    I am creating a swf file that would get populated with images
    and text taken entirely from an XML file from the local folder. All
    i need to do now is manouver between the images using a click of a
    button. Say there are some images lined up one below the other and
    there would be a button on screen.. on click of which the focus has
    to shift from one image to the other. To achieve this functionality
    i have created a Movie Clip that would act as the BG for the Images
    to show that the image is in Focus. I check the current location of
    the Movie Clip on cick of the button and then set the next location
    of the Bg movie clip accordingly.
    The Functionality of moving/changing coordinates of the movie
    clip on click of a button works fine when done separately in a new
    file, but when combined with the code where the XML gets parsed and
    the Imges are set on the UI, it gives me an error -- "The class or
    interface 'MouseEvent' could not be loaded"
    I'm adding my code below
    RPNext_btn.addEventListener(MouseEvent.CLICK, clickHandler);
    function clickHandler(event:MouseEvent):void {
    trace("here");
    var XCo = SwatchBGRght_MC.x;
    var YCo = SwatchBGRght_MC.y;
    trace("X coordinate::"+XCo);
    trace("Y coordinate::"+YCo);
    if(YCo==145){
    //SwatchBGRght_MC.y = 282.2;
    if(YCo==282.2){
    //SwatchBGRght_MC.y = 419.4;
    if(YCo==419.4){
    //SwatchBGRght_MC.y = 145;
    __________________________________

    Well, I guess I'll have to see the code, that is NOT
    functioning, to track this error down.

  • As2 to as3 the class or interface 'MouseEvent' could not be loaded

    im using as2 but the scripts are supposed to be in as3
    here's the code in as3:
    for (var i:int=0; i<10; i++){
              var newFood:mcFood=new mcFood();
              newFood.buttonMode=true;
              newFood.x = (Math.random()*510);
              newFood.y = (Math.random()*310);
              if(newFood.x>550){
                        newFood.x -=530;
              if(newFood.y>550){
                        newFood.y -=530;
              addChild(newFood);
              newFood.addEventListener(MouseEvent.MOUSE_DOWN, mousePressed);
              newFood.addEventListener(MouseEvent.MOUSE_UP, mouseReleased);
    function mousePressed(myVar:MouseEvent):void{
              myVar.target.startDrag();
    function mouseReleased(myVar:MouseEvent):void{
              myVar.target.stopDrag();
              if(myVar.target.hitTestObject(star)){
                        myVar.target.x = -300;
                        myVar.target.y = -30;
    could anyone transform this into as2?

    Basically Sir I do not have any background in using the as2. Since I started using the as3.
    Hmm actually the code up there works fine, but when I add the character to the as3 and try to run it, it says that the the button will be ignored.
    https://www.dropbox.com/s/l88ztx7o9qipbbw/asasasa.fla

  • The database connector "Crdb_p2bpfx.dll" could not be loaded

    Hello,
    I received a new laptop, and now my reports no longer work.  I get the error "The database connector "Crdb_p2bpfx.dll" could not be loaded" then several others that follow.  I have ODBC connections setup that test successfully and I connect to the database via other means.  I am using Crystal Reports Professional  version 11.5.12.1838 on Windows 7. I have seen a few other posts regarding this file, but nothing that seemed to address my particular situation.  Any help would be greatly appreciated, Thank you.

    No references. Only from the DB driver name it tells me you are using a report that was originally created off that Third Party DB driver. How to get around it is something we don't have any details on nor can we. Search using Google, it may tell you something..
    After searching I see it is the DataFlex Driver: http://www.pfxcorp.com/faqcrystal.htm
    PFXcrystal FAQ
    How can Crystal Reports 9, 10, XI, XI R2 and 2008 work with PFXplus data?
    Crystal Reports can access Powerflex database directly, connecting via PFXcrystal; or through ODBC, connecting via PFXodbc.
    Contact DataFlex for assistance... They were an OEM Partner or had the source code. So somewhere you got those reports from their product and or package...
    Don
    Edited by: Don Williams on Jan 16, 2012 1:54 PM

  • Error while defining class: com.crystaldecisions.data.xml.CRDB_XMLImpl This error indicates that the class: OCA.OCAdbdll.DbDLLOperations could not be located while defining the class: com.crystaldecisions.data.xml.CR...

    Post Author: lkamesam
    CA Forum: Integrated Solutions
    Hi,
            I am running Crystal Reports version 10 from IBM Rational 6.0.1  build 20050725_1800 XML data source. When I try to run the report under WAS 6.0.1 I get the following error:
    Does any body have any clue how to resolve my problem? Thanks
    Error 500: Error while defining class: com.crystaldecisions.data.xml.CRDB_XMLImpl This error indicates that the class: OCA.OCAdbdll.DbDLLOperations could not be located while defining the class: com.crystaldecisions.data.xml.CRDB_XMLImpl This is often caused by having the class at a higher point in the classloader hierarchy Dumping the current context classloader hierarchy: ==> indicates defining classloader *** indicates classloader where the missing class could have been found ==>&#91;0&#93; com.ibm.ws.classloader.CompoundClassLoader@163dd786 Local ClassPath: C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\classes;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\bobj_platform_jsf.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\cecore.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\celib.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\ceplugins.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\cereports.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\cesession.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\clientlogic.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\Concurrent.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CorbaIDL.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CRDBXMLExternal.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CRDBXMLServer.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalCharting.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalCommon.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalContentModels.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalExporters.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalExportingBase.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalFormulas.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalQueryEngine.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalReportEngine.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\CrystalReportingCommon.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\ebus405.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\icu4j.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\jrcerom.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\jsf_common.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\keycodeDecoder.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\log4j.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\MetafileRenderer.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\rasapp.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\rascore.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\rpoifs.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\serialization.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\URIUtil.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\webreporting-jsf.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\webreporting.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\xercesImpl.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent\WEB-INF\lib\xmlParserAPIs.jar;C:\Documents and Settings\Administrator\IBM\rationalsdp6.0\workspace\sample1\WebContent; Delegation Mode: PARENT_FIRST &#91;1&#93; com.ibm.ws.classloader.JarClassLoader@338761606 Local Classpath: Delegation mode: PARENT_FIRST &#91;2&#93; com.ibm.ws.classloader.ProtectionClassLoader@38e75786 &#91;3&#93; com.ibm.ws.bootstrap.ExtClassLoader@7e475784 &#91;4&#93; sun.misc.Launcher$AppClassLoader@7e5a5784 &#91;5&#93; sun.misc.Launcher$ExtClassLoader@7e565784 -Original exception- java.lang.NoClassDefFoundError: OCA/OCAdbdll/DbDLLOperations at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code)) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java(Compiled Code)) at com.ibm.ws.classloader.CompoundClassLoader._defineClass(CompoundClassLoader.java:576) at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled Code)) at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code)) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at com.crystaldecisions.reports.queryengine.driver.i.<init>(Unknown Source) at com.crystaldecisions.reports.queryengine.driver.i.case(Unknown Source) at com.crystaldecisions.reports.queryengine.av.ak(Unknown Source) at com.crystaldecisions.reports.queryengine.av.else(Unknown Source) at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source) at com.crystaldecisions.reports.queryengine.av.do(Unknown Source) at com.crystaldecisions.reports.queryengine.as.new(Unknown Source) at com.crystaldecisions.reports.queryengine.at.long(Unknown Source) at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source) at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source) at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source) at com.crystaldecisions.reports.reportdefinition.cy.b(Unknown Source) at com.crystaldecisions.reports.reportdefinition.cy.long(Unknown Source) at com.crystaldecisions.reports.reportdefinition.a1.o(Unknown Source) at com.crystaldecisions.reports.reportdefinition.a1.a(Unknown Source) at com.crystaldecisions.reports.common.ab.a(Unknown Source) at com.crystaldecisions.reports.common.ab.if(Unknown Source) at com.crystaldecisions.reports.reportdefinition.a1.if(Unknown Source) at com.crystaldecisions.reports.reportdefinition.a1.o(Unknown Source) at com.crystaldecisions.reports.reportengineinterface.a.a(Unknown Source) at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown Source) at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown Source) at com.crystaldecisions.report.web.a.a.K(Unknown Source) at com.crystaldecisions.report.web.event.aa.a(Unknown Source) at com.crystaldecisions.report.web.event.aa.a(Unknown Source) at com.crystaldecisions.report.web.event.bx.a(Unknown Source) at com.crystaldecisions.report.web.event.b1.broadcast(Unknown Source) at com.crystaldecisions.report.web.event.as.a(Unknown Source) at com.crystaldecisions.report.web.WorkflowController.if(Unknown Source) at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknown Source) at com.crystaldecisions.report.web.ServerControl.a(Unknown Source) at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unknown Source) at com.crystaldecisions.report.web.viewer.taglib.ServerControlTag.doEndTag(Unknown Source) at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown Source) at com.ibm._jsp._sample._jspx_meth_crviewer_viewer_0(_sample.java:135) at com.ibm._jsp._sample._jspService(_sample.java:77) at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629) at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117) at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:171) at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:230) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021) at

    For those who would have the same problem, here is how I could eventually fix it.
    Since the Flex Test Drive is sometimes out of sync with flash builder 4, I recreated a project using other help pages on Adobe site :
    Entry point :
    http://help.adobe.com/en_US/Flex/4.0/AccessingData/WSbde04e3d3e6474c4-668f02f4120d422cf08- 7ffd.html
    As suggested, I used the New Project wizard to create a new project, with :
    Application server type : J2EE
    Check the radio button "Use remote object access service : BlazeDS"
    Then, as indicated in following pages (section "Accessing BlazeDS")... :
    file:///C:/Mes%20documents%20C/Commun/Developpement/Documentation/HT-Tracks/AccessingData/ help.adobe.com/en_US/Flex/4.0/AccessingData/WSbde04e3d3e6474c4-668f02f4120d422cf08-7ffe.ht ml#WSbde04e3d3e6474c4-19a3f0e0122be55e1b7-8000
    ...I selected the "Data / Connect to Data/Services..." menu option, which started the Data/service connection wizard.
    There, I selected a BlazeDS (and not Web Services) service type, and everything went fine.
    Suggestion to adobe staff : maybe it would be useful to update the Flex Test Drive to reflect Flash Builder 4 ?
    Very nice product anyway, so far, congratulations...
    Rgds
    Marc.

  • VerifyError: Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.

    Hi
    In the adobe help there is much talk about AEC and sample codes for AEC.
    I  have downloaded flex sdk 4.5 ,AIR SDK 2.6 which are most recent  builds.Installed Flash player 10.3 and AIR runtime 2.7 release  candidate.
    While using the following code for echo supression:
    var mic:Microphone = Microphone.getEnhancedMicrophone();
    mic  = Microphone.getEnhancedMicrophone(0);
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
    options.mode = MicrophoneEnhancedMode.FULL_DUPLEX;
    options.autoGain = false;
    options.echoPath = 128;
    options.nonLinearProcessing = true;
    mic.enhancedOptions = options;
    the following error occurs both in Web version as well as AIR version.
    I have included the playerglobal.swc in both the version of applications in the folder frameworks\libs\player\10.3
    In both case it is giving the following error:
    [SWF] AudioChatClient_1.swf - 2,683,701 bytes after decompression
    typecheck AudioChatClient_1/startPubishing()
       outer-scope = [global Object$ flash.events::EventDispatcher$  flash.display::DisplayObject$ flash.display::InteractiveObject$  flash.display::DisplayObjectContainer$ flash.display::Sprite$  mx.core::FlexSprite$ mx.core::UIComponent$  spark.components.supportClasses::SkinnableComponent$  spark.components.supportClasses::SkinnableContainerBase$  spark.components::SkinnableContainer$ spark.components::Application$  spark.components::WindowedApplication$ AudioChatClient_1$]
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      0:debugfile "D:\ECLIPSE_WORKSPACE\FLASH_BUILDER\AudioChat\src;;AudioChatClient_1. mxml"
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      2:debugline 54
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      4:getlocal0
                           [AudioChatClient_1~[O] *[A] *[A]] {} (AudioChatClient_1~[O])
      5:pushscope
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} ()
      6:pushnull
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} (null[O])
      7:coerce flash.media::Microphone
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} (flash.media::Microphone[O])
      9:setlocal1
                           [AudioChatClient_1~[O] flash.media::Microphone[O] *[A]] {AudioChatClient_1~[O]} ()
      10:pushnull
                           [AudioChatClient_1~[O] flash.media::Microphone[O] *[A]] {AudioChatClient_1~[O]} (null[O])
      11:coerce flash.media::MicrophoneEnhancedOptions
    VerifyError: Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.
        at AudioChatClient_1/__pub_btn_click()[D:\ECLIPSE_WORKSPACE\FLASH_BUILDE R\AudioChat\src\AudioChatClient_1.mxml:144]
    My system specifications are:
    OS: Microsoft Windows XP SP3
    Intel Core 2 duo Processor with 2 GB RAM
    Flash Builder 4.0
    If possible could you provide the information of AIR SDK 2.7
    Thanks
    Sudhansu Sekhar Rana

    Hi
    me to...
    While using the following code for echo supression:
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
    VerifyError: Error #1014: 无法找到类 flash.media::MicrophoneEnhancedOptions。
    OS: Microsoft Windows XP SP3
    Intel Core 2 duo Processor with 2 GB RAM
    Flash Builder 4.5
    Adobe Flash Player 10.3
    Adobe Flash Media Server 3.5.2
    10.3 playerglobal.swc
      If who have already solved the method, please point out bottom.
         Thanks
    QQ:52275313
    Email:[email protected]

  • Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.

    Hi,
    I'm trying to build a mobile app, that is using a webcam, text/audio chat. The web cam and the text chat is working fine with me, I even tried the whiteboard and it was working. Once I tried to add the Audio part I got this error:
              "Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.
              at com.adobe.rtc.clientManagers::MicrophoneManager/get selectedMic()[/Users/smagee/flashfarm/connect/cocomomobile/src/com/adobe/rtc/clientManage rs/MicrophoneManager.as:169]...."
    I tried several swc file but still getting the same error. Any help or tips how to solve this issue?
    Is there a Mobile SDK version will be release soon?
    Many thanks
    Suha

    Hi, Suha
    As the release notes state, you must be compiling to AIR 2.7. I believe that
    the error you are seeing is a result of targeting AIR 2.6.
    Please see the instructions helpfully provided here:
    http://forums.adobe.com/message/3847495#3847495
    (also note that you must add the following to your Flex Compiler settings:
    -swf-version=12
    Thanks
    sasha

  • Error #1014: Class flash.media::H264VideoStreamSettings could not be found

    Hi,
    I am developing application for recording the video in mp4 format with h.264 codec and I am able to record video in mp4 format with h.264 codec, but when I am compiling the Swf by "CTRL+Enter" at that time I am facing error "VerifyError: Error #1014: Class flash.media::H264VideoStreamSettings could not be found" and when I am publishing Swf by "ALT+Shift+F12" then I am not facing any error, so please suggest me that, what step I need to do for removing the error.
    Thanks
    Ram

    Hi,
    Check out here : http://www.adobe.com/support/flashplayer/downloads.html
    and the download the playerglobal.swc to target the 11.1 APIs
    then in Flash, do :
    1 - Go to Edit menu
    2 - Preferences (new window)
    3 - ActionScript category
    4 - At the bottom, ActionScript 3 Settings (new window)
    5 - At the bottom, Library path
    6 - Add a new path
    7 - Browse to the swc file that you'v download.
    That's all !
    Good luck,

  • Error #1014: Class flash.desktop::NativeProcess could not be found.

    I just tried installing the new AIR 2.0 beta SDK according to the Release Notes. When i tried to create a simple application using the NativeProcess class, i got the following error:
    Error #1014: Class flash.desktop::NativeProcess could not be found.
    Any ideas?

    Figured it out... Make sure your descriptor file has the following namespace definition!!
    "http://ns.adobe.com/air/application/2.0beta"

  • Error 1014: Class flash.filesystem::FileStream could not be found.

    VerifyError: Error #1014: Class flash.filesystem::FileStream
    could not be found.
    at [verify]
    at global$init()
    at _Wizardv2WatcherSetupUtil$/init()
    at mx.managers::SystemManager/private::docFrameHandler()
    at [execute-queued]
    This an AIR application, we I run it from Flex Builder works
    but if I launch the SWF alone doesnt work, How I can get the
    filestream to be included in my SWF.

    How are you launching the swf? To launch AIR applications you
    should use the adl command or install the release .air version of
    your AIR application.
    If the main file is called main.mxml, you should be having an
    xml file called main-app.xml
    The adl command takes the path to the xml file. So you should
    try:
    adl main-app.xml
    The adl command is available under the SDK bin directory.
    Thanks,
    Gaurav

  • VerifyError: Error #1014: Class flash.display3D::Context3D could not be found.

    Weird. I have the Player Incubator installed (it shows up as "Incubator build" in the bottom left hand corner) in browser, for Flash Builder and for Flash 5. On all of these when I try to run, for example, this source...
    http://blog.kaourantin.net/?p=104&cpage=1#comment-2119
    ....I get error message:
    VerifyError: Error #1014: Class flash.display3D::Program3D could not be found.
    or
    VerifyError: Error #1014: Class flash.display3D::Context3D could not be found (on Away3D examples)
    It compiles fine, but the player doesn't seem to recognise the MoleHill classes.
    Any ideas?
    Thanks,
    Richard

    I ended up running into this issue as well so I wrote a sort of psuedo standalone debugger player. Works perfect, I posted it in a thread here:
    http://forums.adobe.com/thread/798002?tstart=0
    Theres a video tutorial and tons of more nfo on my blog post about it here:
    http://blog.ascensionsystems.ca/?p=147
    And I've also just released the source code for those interested:
    http://blog.ascensionsystems.ca/?p=153
    If you follow the instructions in my blog, you won't get this error anymore and will be able to run/test/debug your movies normally. Hope this is helpful! If you find it to be, tell people so my days' work isn't in vain! lol

  • While opening the iTune Store i receive the following error, "The procedure entry point ADAdPolicyEngine_DidEnterSation could not be located in the dynamic link library iAdCore.dll" Please help me to clear this error.

    While opening the iTune Store i receive the following error, "The procedure entry point ADAdPolicyEngine_DidEnterSation could not be located in the dynamic link library iAdCore.dll" Please help me to clear this error.

    I faced the same issue. This solved it for me: Troubleshooting issues with iTunes for Windows updates
    Hope this helps.

  • Was trying to update my ITunes and get this error: The procedure entry point AVCFPlayerItemDurationChangedNotification could not be located in the dynamic link library AVFoundationCF.dll. Just got the new IPhone and am trying to share music files. Can any

    I have Windows Vista computer. I am trying to upgrade my ITunes so can share files with other home computer. (Just got the new IPhone). I get this system error: The procedure entry point AVCFPlayerItemDurationChangedNotification could not be located in the dynamic link library AVFoundationCF.dll. Tries system restore and redownloaded...NOW Itunes will not even open. Can anyone help?

    I uninstalled Apple Application Support, opened iTunesSetup with WinRar, and went down the list of msi's. AppleApplicationSupport was an install, all the others I did Repair.  Did not have to reboot. Works okay now.
    HTH

  • Getting Error-- "The procedure entry point _UP_GetActiveTreeCell could not be located in the dynamic link library cvirte.dll" on host machine.

    I am trying to build an executible program that will be portable to machines which do not have CVI installed.  It works fine on my CVI v9.1 system.  However, whether or not I include "Full run-time support" in the build options, I get the error "The procedure entry point _UP_GetActiveTreeCell could not be located in the dynamic link library cvirte.dll" when I try to run it on a machine without CVI.  Please help.

    To run a CVI application on a system were the CVI IDE is not installed you need to have the CVI RunTime Engine installed. According to the error message at the bottom of this page you may have an older RTE installed in the target system.
    To obtain it you can either download the RTE and install in the target system or better let the IDE build a distribution disk that installs all necessary software in it: this guide drives you in creating the appropriate installer for your application: you can find it also in CVI help function.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Can't launch itunes due to the following error; The procedure entry point AVCFPlayerAppliesMediaSelectionCriteriaKey could not be located in the dynamic link library AVFoundationCF.dll.

    Can't launch itunes due to the following error; The procedure entry point AVCFPlayerAppliesMediaSelectionCriteriaKey could not be located in the dynamic link library AVFoundationCF.dll.

    Hey bcolden,
    I would try uninstalling and reinstalling following the directions in here:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    This section in particular contains important information in the uninstall process:
    Use the Control Panel to uninstall iTunes and related software components in the following order and then restart your computer:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Important: Uninstalling these components in a different order, or only uninstalling some of these components may have unintended affects.
    Let us know if following that article and uninstalling those components in that order helped the situation.
    Welcome to Apple Support Communities!
    Best,
    Delgadoh

Maybe you are looking for

  • Error in accessing attributes of a declarative component in BackinBeanScope

    Hello, I'm using JDeveloper 11.1.1.4.0. For pagination we have created a declarative component. It's bean when in request scope works fine when the dec.comp. is used in page only once. In order to use it multiple times in the same page, I changed the

  • How to Sleep an IMac using the Magic Mouse

    I received a Magic Mouse as a Christmas present. It works really nice but I must be doing something wrong as it is battery hog. It is just the middle of January (less than a month of use) and the 2nd set of batteries are now down to 40%. I noticed it

  • How to recover renamed .dbx files

    Hi,My team begun to have troubles with large.dbx files.. 600 to 700Mb these files were stored in a folder called inbox_store.dbx (automatic storage through filter)I renamed the folder directly in the .dbx storage folder as Storage_backupAfter opening

  • During impdp getting "ORA-01843: not a valid month"

    Hi everyone , Well I had de same error while I was trying to import my schema to my Development instance(Development intance and Productive intance are in the same Server), so the trick was change in my .profile the parameter NLS_DATE_FORMAT whit the

  • File renaming weirdness

    I hope someone can straighten me out here. I moved a bunch of jpegs to the desk top so I could rename them. I created a folder and tried to move them there. It copied the jpegs to the folder but the originals stayed on the desktop. anyway, when I tri