Flash.media::H264VideoStreamSettings could not be found

hi,everyone
All of my efforts to load H264 class inside flash has been failed.
I did all instruction to load this class , but this error occur at runtime:
" VerifyError: Error #1014: Class flash.media::H264VideoStreamSettings could not be found. "
Adobe flash plyer 11(incubator), not run inside flash!!
Is there anyone to help me?
Thanks.

I find out that , H264 class can not be load and run in plash player 11 inside debuger mode in flash CS5.5.
It should be run in flash 11 stand alone player or inside HTML out put of project.
In the other words, Adobe has offered a browser plugin for plash player 11 not a stand alone player.
So testing H264 class and other new features in incubator player, is available inside web browser.
It's the easiest and quick way.
Another idea?

Similar Messages

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

  • Definition flash.media:StageWebView could not be found ?(help)

    how to fix Definition flash.media:StageWebView could not be found.using adobe flash cs5 v11

    Target one of those in the screenshot:

  • 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

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

  • Class flash.media::CameraRoll could not be found

    I'm working on an iOS app using AIR3.3 and Flash Professional. I've been editing class files in Flash Builder 4.6, but debugging in Flash Builder. Now I want to try profiling the app from FB, but when I try to do so, I get the error Main Thread (Suspended: VerifyError: Error #1014: Class flash.media::CameraRoll could not be found.)
    I'm guessing I need to link to a library or something, but I'm not sure what or how.   The application compiles and runs correctly from Flash Pro, and the CameraRoll functionality works fine when I publish the IPA from FP and run it on the device.

    Still wondering...

  • Org.osmf.media::MediaPlayer could not be found

    Hi all,
    I'm using Win 7, Flash Builder 4 with Flex 4.5 SDK (manually upgraded).
    I'm creating a video viewer, which streams from a Flash Media Server. Sometimes, when you reload the app, the video is not showed: audio is fine, duration, seek, everything. It's random, no error... MediaPlayerState is normal, Buffering + Playing.
    I'm using the default VideoDisplay component.
    So my conclusion was to upgrade the OSMF library to the latest one.
    I downloaded the 1.6 (tried also with the 1.5) from the website, put the OSMF.swc in my project/libs and removed the default osmf.swc from the build path. No compile error. Moreover, I have forced to use Flash Player 10.2 in the Compiler section of the project.
    When I run, I have this exception, and the application doesn't work.
    Error #1014: Class org.osmf.media::MediaPlayer could not be found.
    But the OSMF.swc is there and also looking in org.osmf.media I can see the MediaPlayer class.
    I guess it is because VideoDisplay is using something removed in the new library, could be this the problem?
    I would like to resolve this problem, that sometimes the video is not showed, using the VideoDisplay component.
    Any idea? Something wrong in my steps?
    Thank you

    Thank you for your answer, but I didnt resolve (I read many times the release notes, not helping). So I tried from the beginning, I describe here.
    I'm using Flex 4.5, Adobe Flash Builder 4.
    Created a new project, empty, only with a VideoDisplay component and a source.
    Verified that with the default library it works, and it works.
    Downloaded the latest OSMF from the link you put above.
    Removed the old osmf.swc from ProjectProperties/Flex Build Path. removed also phisically from the framework folder.
    Changed the Flash Player version required to 10.2. The additional command line option in the ReleaseNotes don't work: if a try to put them, I cannot press the Apply button in the window, is disabled. (see the screenshots)
    ERRORS with compiler arguments
    Tried with the notation -define=CONFIG::LOGGING,true and -define CONFIG::LOGGING true
    Added the new osmf.swc lib to my libs:
    No compile error.
    I can also use new settings like OSMFSettings.enableStageVideo = false;   so it means the lib is ok.
    But when I run my app, I have the runtime error above!!!
    I tried also to download the globalplayer.swc for the version 10.3, and force this in the project settings, same error.
    My guess it that the VideoDisplay component cannot use a newer library osmf.
    Did I do any mistake? Suggestions?
    Thank you!

  • Using flex4.1, Flash Builder giving error "flash.filesystem::StorageVolume could not be found."

    Hi there,
              I'm trying to copy some files to Storage Card on a AIR application. Is this possible with the latest version of the AIR SDK (2.0)?
              I am developing in Flash Builder. I have downloaded the lastest flex sdk(4.1)  and used it.
              Flash Builder then recognises the StorageVolume and StorageVolumeInfo classes. However when I then run the app the debugger throws an error on the following line:
    LINE:
    var volumes:Vector.<StorageVolume> = StorageVolumeInfo.storageVolumeInfo.getStorageVolumes();
    Note: I have imported both classes as well.

    I'v read the article
    http://forums.adobe.com/message/2984004#2984004,
    and checked my application.xml, The content of the first two lines is:
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.0">
    Error message from flash builder debug:
    typecheck Player/getLocalVideo()
      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$ Player$]
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {} ()
      0:debugfile "D:\My Documents\Adobe Flash Builder 4\LiveVideoClient\OnSiteEnforceLawPublish\src;;Player.mxml"
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {} ()
      2:debugline 20
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {} ()
      4:getlocal0
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {} (Player[O])
      5:pushscope
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {Player[O]} ()
      6:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {Player[O]} (null[O])
      7:coerce_s
                           [Player[O] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A] *[A]] {Player[O]} (String?[S])
      8:setlocal 5
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] *[A] *[A] *[A] *[A] *[A]] {Player[O]} ()
      10:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] *[A] *[A] *[A] *[A] *[A]] {Player[O]} (null[O])
      11:coerce mx.collections::ArrayCollection
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] *[A] *[A] *[A] *[A] *[A]] {Player[O]} (mx.collections::ArrayCollection?[O])
      13:setlocal 6
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] *[A] *[A] *[A] *[A]] {Player[O]} ()
      15:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] *[A] *[A] *[A] *[A]] {Player[O]} (null[O])
      16:coerce flash.filesystem::File
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] *[A] *[A] *[A] *[A]] {Player[O]} (flash.filesystem::File?[O])
      18:setlocal 7
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] *[A] *[A] *[A]] {Player[O]} ()
      20:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] *[A] *[A] *[A]] {Player[O]} (null[O])
      21:coerce_s
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] *[A] *[A] *[A]] {Player[O]} (String?[S])
      22:setlocal 8
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] *[A] *[A]] {Player[O]} ()
      24:pushnull
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] *[A] *[A]] {Player[O]} (null[O])
      25:coerce_s
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] *[A] *[A]] {Player[O]} (String?[S])
      26:setlocal 9
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      28:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      33:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      38:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      43:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      48:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      53:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      58:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      63:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      68:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      73:debug
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      78:debugline 23
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} ()
      80:findpropstrict flash.filesystem::StorageVolumeInfo
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} (Object[A])
      82:getproperty flash.filesystem::StorageVolumeInfo
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} (*[A])
      84:getproperty storageVolumeInfo
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} (*[A])
      86:callproperty getStorageVolumes 0
                           [Player[O] *[A] *[A] *[A] *[A] String?[S] mx.collections::ArrayCollection?[O] flash.filesystem::File?[O] String?[S] String?[S] *[A]] {Player[O]} (*[A])
      89:coerce __AS3__.vec::Vector
    VerifyError: Error #1014: Class flash.filesystem::StorageVolume could not be found.
    at Player/___Player_WindowedApplication1_windowComplete()[D:\My Documents\Adobe Flash Builder 4\LiveVideoClient\OnSiteEnforceLawPublish\src\Player.mxml:4]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[E:\dev\4.x\frameworks\projects\framework\src\mx\core \UIComponent.as:12528]
    at spark.components::WindowedApplication/enterFrameHandler()[E:\dev\4.x\frameworks\projects\ airspark\src\spark\components\WindowedApplication.as:2355]

  • Compiling with Flex 4.0 gives flash.desktop.NativeProcess could not be found

    Hello!
    I have an ActionScript only Flex project that was written by someone else.
    I know it was compiled successfully for Air 2.0
    I can compile this project using Flex Hero and with <application xmlns="http://ns.adobe.com/air/application/2.6"> - however, my air file will install only on windows (on mac i get a weird 'installation file is corrupt, contact the author' error message).
    So now I want to compile it for Air 2.0 as it was originally written for. So i change the used Flex SDK from Hero to 4.0 and change the target air version to <application xmlns="http://ns.adobe.com/air/application/2.0"> - but then i get three compilation errors:
    Description Resource Path Location Type
    1061: Call to a possibly undefined method openWithDefaultApplication through a reference with static type flash.filesystem:File.
    Description Resource Path Location Type
    1172: Definition flash.desktop:NativeProcess could not be found.
    Description Resource Path Location Type
    1172: Definition flash.desktop:NativeProcessStartupInfo could not be found.
    but I read that these features were introduced with AIR 2.0 - so how can't I compile if I change the SDK from Flex Hero to Flex 4.0?

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

  • 1172: Definition flash.filesystem:File could not be found.

    I get the error 1172: Definition flash.filesystem:File could not be found. when i attempt to import File class or any other class from the package flash.filesystem. I already installed Adobe AIR but it still doesn't work.

    you're welcome.
    (been there and done that, too.)

  • [svn:bz-trunk] 19423: Fixes blz-604 BlazeDS samples error with "Error #1014 : Class flash.events::SoftKeyboardEvent could not be found."

    Revision: 19423
    Revision: 19423
    Author:   [email protected]
    Date:     2010-12-16 07:00:31 -0800 (Thu, 16 Dec 2010)
    Log Message:
    Fixes blz-604 BlazeDS samples error with "Error #1014: Class flash.events::SoftKeyboardEvent could not be found."
    Ticket Links:
        http://bugs.adobe.com/jira/browse/blz-604
    Modified Paths:
        blazeds/trunk/qa/resources/webtier/flex_sdk_4/flex-config.xml

  • My air app gives VerifyError: Error #1014: Class flash.events::SoftKeyboardEvent could not be found.

    Hi,
    I'm devlopping an air application, MacOSX 10.6.8, flex4.5.1 and air 2.6, suddenly the application will not start anymore, giving the following error:
    VerifyError: Error #1014: Class flash.events::SoftKeyboardEvent could not be found.
              at spark.automation.delegates.components.supportClasses::SparkSkinnableTextBaseAutomationImp l$/init()[E:\dev\4.5.1\frameworks\projects\automation_spark\src\spark\automation\delegates \components\supportClasses\SparkSkinnableTextBaseAutomationImpl.as:73]
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2821]
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2729]
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at mx.preloaders::Preloader/timerHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx \preloaders\Preloader.as:542]
              at flash.utils::Timer/_timerDispatch()
              at flash.utils::Timer/tick()
    A colleague with the same setup has no problems. Also when i create a new air project in flashbuilder it will not start either, but not throwing the error.
    Anyone with the same problems? Or anyone who knows what might be the cause?
    kind regards,
    Arjen Veneman

    Found the solution.  We had to add swf-version=11 in our flex config.  Odd that we should have to start doing that now all of a sudden (we weren't setting that explicitly before).  Seems like a bug in the SDK.

  • VerifyError: Error #1014: Class flash.events::NativeWindowBoundsEvent could not be found.

    When I run project from FB 3, it works but on Double click on
    the .swf gives the error
    VerifyError: Error #1014: Class
    flash.events::NativeWindowBoundsEvent could not be found.
    What is problem and solution of it.
    Thanks

    We had a similar problem in my project.  Took a lot of research and trial and error, but we finally narrowed it down to the resource.properties file.  Turns out that if the file gets too big it causes this problem.  Extending the timeout doesn't help.  You have to break your resource.properties into more granular files to reduce the file size.  This seems to fix the problem.  We have had it happen several times since then and we know how to fix it, so we get it fixed pretty quickly.
    Not sure if this will fix your problem, but it fixed ours.

  • 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

Maybe you are looking for

  • Safari and Mail no longer remember my passwords

    Safari and Mail no longer remember my passwords. Worked yesterday. Recently updated to 10.5.1 and added Text Expander and PTHPasteboard. Turned them both off. Rebooted. Running 10.5.1 on Intel Pro Mac. Ran First Aid on Keychain Access and says its ok

  • How to get a service notification number for given serial number

    Please, someones know how to get a service notification number based on serial number. In our process the notification can be created as first step (IW51) or can be created starting from service order (IW32). Thanks in advance. Luca

  • Nano 1.3.3 and OX 10.8.3. Can't sync my contacts and calendar

    Hello, When I connect my ipod to my system I get the following. "No calendars are available on this computer. Calendars in iCloud cannot be aynced to this iPod." I'm not trying to sync to iCloud, just my computer. Is there any way around this? Thank

  • Configuring RDS to specific NIC Adapter + Avoid Office 2013 Volume Licensing

    Background: Small Company basically 1 User (me)... I've recently purchased a new server class computer and have downloaded and installed Windows Server 2012 R2 Essentials.  I have 2 routers, 1 for home use (192.168..) and other provided to me by the

  • Sequencing questions

    Hi everyone I need some help on sequencing an application. I am trying to sequence Business Objects 6.5 with all it's dependencies such as Oracle client, Java and MDAC. The application installs and runs with no issues on both Windows 7 SP1 and Window