Load swf-version=17 into swf-version=10  -  VerifyError: Error #1014.......

Hi Guys,
I have very interesting situation, and I would like to ask you for any help.
History: I've started the new project for "one" company (my project is small web game). The first and the main requirement for this project was using Stage3D. The company I'm working for, has it's own "SWF-Container" for all projects (about 1000+ small projects). The second requirement was using this "SWF-Container" to load my project inside.
Main Issue: "SWF-Container" can't be changed/modified (a lot of functionality + a lot of project already online). "SWF-Container" wroted using Flex SDK 3.6 ("A long time ago in a galaxy far, far away...."  ) -swf-version=10. When I'm trying to load the new project ("-swf-version=17") into this old container - I'm receiving the error:
[Fault] exception, information=VerifyError: Error #1014: Class flash.display::Stage3D could not be found.
(and I thing the same will be for all new classes like: JSON, Context3D, etc...)
No errors if I'm opening my project stand-alone.
My ideas/suggestions:
1) Ask for new "SWF-Container" - Failed. No resources to support a few "SWF-Container"s.
2) Ask for change "SWF-Container" to be "-swf-version=17" - Failed. No simple way to change SWF version using Flex SDK 3.6 + a lot of conflicts with current projects (at least global class "JSON").
3) Find some solution with loading the new SWF to the old SWF - in progress. Currently - with no success.
Projects:
I've created two project that simulate my situation: https://drive.google.com/file/d/0Bw4xj8VbNvNuZ1gybzFYcEpkLVk/edit?usp=sharing
By using next URL you can find ZIP with two FlashDeveloper projects inside:
a) OldContainer - project that simulate "SWF-Container" (Flex SDK 3.6)
b) NewGame - project that simulate my new project (Flex SDK 4.6).
I will be very grateful for any help in finding a solution for this problem.
With best regards, Vadym.

Hi kglad,
Thank you for good point. But there are no way to change current mehanisms to embed/load "SWF-Container".
Imaging, that "SWF-Container" is not a simple empty SWF, but it's site core, that display in one time a lot of different widgets - small AS3 projects with really different functionality (one of these widgets should be my small game).
Thanks, Vadym.

Similar Messages

  • I am trying to upload new version iTunes into Windows 7 and getting error message that runtime is loading incorrectly. Cannot connect to online support. Any ideas please?

    I am trying to upload new version iTunes into Windows 7 and getting error message that runtime is loading incorrectly. Cannot connect to online support. Any ideas please?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Error while loading services: Failure in Loader: VerifyError: Error #1014

    I have a library that, after it loads, I see this error in the console:
    Failure in Loader: VerifyError: Error #1014: Class mx.collections::ArrayCollection could not be found.
    I had the same problem with another library, except it had a problem with IToken. I got around this problem by changing the default linkage of libraries in build path from external to merge into code. That did not work this time.
    Merging Flex libraries into service libraries does not seem to be anything close to the correct way to deal with this. Besides, it didn't some the problem every time.
    What is the best way to keep these sorts of dependency errors from arising? The RSLs are included with Web apps, but not with libraries.

    I have found what happened.
    I created a library and created a data model within it. I created some entities within the data model. Some of those entities had collections as properties. I created the ActionScript code for the model and the collections were ArrayCollections. I moved the interfaces of the created code to a separate library.
    The interfaces need to be changed from using ArrayCollection to IList. I knew enough about that to change it for the service I was trying to bring into my application. I missed another interface that had ArrayCollections as properties and that caused the error.
    After cleaning up all of the ArrayCollection references from the interface library my service loaded.
    The Hello Gravity video tutorial has a very good explanation on why specific implementations of Flex classes are not used in service interfaces: http://blogs.adobe.com/gravity/2011/09/09/hellogravity-sample-application/

  • Load external image & text into SWF

    Can someone point me to a tutorial on how to create a
    template that will load an external image file,.css styled text
    & a .css style sheet into a .swf by using .xml?
    Thank you for your time.
    CK

    You can use the MovieClipLoader class to load multiple images sequentially (one at a time), but you wouldn't use a 'for' type of loop...instead you would use a recursive loop, where a loading function is called after each load completion until all loading in done.  This is done by utilizing a load-complete listener to trigger loading of the next image.  So you start the loading process by loading one file, when that file is determined to be loaded, the listener proceses that file in whatever way you need to prepared (resizing, etc) and triggers the loading of the next file.
    If you look up the MovieClipLoader.addListener method in the Flash help documents there is an example there that uses the onLoadInit event.  You would be wanting to use the onLoadComplete event.

  • How can I Load Real-Time XML into SWF

    Hi,
    I am a newbie and I need to load data from an XML file but the data is changed constantly. Is there a way to have the SWF refresh instead of caching the XML content at the first load.
    My current code is as following:
    var index:Number = 0;
    var myxml:XML = new XML();
    myxml.ignoreWhite = true;
    myxml.onLoad = function(success:Boolean):Void{
              loadData();
              setInterval(loadData, 3000);
    function loadData(){
              var messages:XMLNode = myxml.firstChild;
              if(index >= messages.childNodes.length)
                        index = 0;
              var my_message:XMLNode = messages.childNodes[index];
              _root.status_1.htmlText = my_message.childNodes[0].firstChild.nodeValue;
              _root.status_2.htmlText = my_message.childNodes[1].firstChild.nodeValue;
              _root.status_3.htmlText = my_message.childNodes[2].firstChild.nodeValue;
              _root.status_4.htmlText = my_message.childNodes[3].firstChild.nodeValue;
              _root.status_5.htmlText = my_message.childNodes[4].firstChild.nodeValue;
              _root.status_6.htmlText = my_message.childNodes[5].firstChild.nodeValue;
                index++;
    myxml.load("data.xml");
    BTW: the XML is going to be on a remote site.
    Thanks

    you can append a changing varialbe to the data.xml file name to prevent cache retrieval and you can use a loop to periodically load the data but your biggest issue will be loading a cross-domain xml file.  you will need to add cross-domain policy files to the xml hosting site or use a server-side file to serve as a gateway between your swf and the xml file.

  • Help loading Yahoo finance data into SWF

    I need to retrieve data from Yahoo finance, then display it on a webpage -  from the following url:
    http://finance.yahoo.com/d/quotes.csv?s=SNA.V&f=l1sd1
    I'm able to format and display the text within my swf, however once its uploaded to the internet - the text either won't show up, or the flash player shows a security error "flash player is trying to communicate with finance.yahoo.com"
    I've tried to feed the data through to my own domain, but I'm not sure how to program for it. I've found php examples online, but I'm not sure how to implement them either. I need the stock quote price to display and update either once a day, or only when the swf loads. Currently I'm using the following code to retrieve the data (within flash):
    fl_TextLoader:URLLoader = new URLLoader();
    var fl_TextURLRequest:URLRequest = new URLRequest("http://finance.yahoo.com/d/quotes.csv?s=SNA.V&f=l1sd1");
    fl_TextLoader.addEventListener(Event.COMPLETE, fl_CompleteHandler);
    function fl_CompleteHandler(event:Event):void
              var fl_TF:TextField;
              var fl_TextToDisplay:String = new String(fl_TextLoader.data);
              var textData:String = new String(fl_TextLoader.data);
              var myTextFormat:TextFormat = new TextFormat();
              trace(textData);
              fl_TF = new TextField();
              fl_TF.autoSize = TextFieldAutoSize.LEFT;
              fl_TF.background = false;
              fl_TF.textColor = 333333;
              fl_TF.border = false;
              fl_TF.scaleZ = 200;
              fl_TF.maxChars = 22;
              fl_TF.x = 665;
              fl_TF.y = 579;
              fl_TF.text = fl_TextToDisplay;
              myTextFormat.font = "Calibri";
              myTextFormat.size = 18;
              addChild(fl_TF);
    fl_TextLoader.load(fl_TextURLRequest);

    Hi
    You can find a complete tutorial here for using Yahoo Finance in Flash.
    Source and example also available.
    Although it looks like a Phone App it can be used anywhere.
    Hope it helps.

  • CS6 full version turns into test version...

    http://forums.adobe.com/thread/1407908
    Here are the details again (why is it not possible to ans your question directly by return mail?????)What exactly do you want to know - its mere guessing!
    I am working with Windows 7 Professional. I bought the CS6 8.0 MLP AOO License D for nearly 900 € on Dec 29, 2013.
    [personal information removed by moderator]
    I created 2 books in the meantime. Since this afternoon,  I am unable to start the full version or any of these books. When clicking on the start button
    ("C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe")
      , this information appears: [Translated]
    Registration is needed
    Please register with your Adobe -ID, in order to use the test version of Âdobe Indesign CS6...Register now! [Button]
    It seems to me that the software does not realize that a registered full version was already running.
    My final user no. is [romoved by moderator] and I do own a serial no.
    Suddenly I do find a icon on the desktop: ADOBE SUPPORT ADVISOR
    It has detected faults in CS5????? Upgrade mistakes which I do not have:
    cpsid_82829s5: Bootstrapfehler: „Fehlende Installationsdatei“.
    Klicken Sie hier, um Details und Korrekturvorschläge für dieses Problem anzuzeigen.
    cpsid_83578r3: Fehler „Lizenz bei Pre-chrome prüfen“ bei der Installation von Creative Suite 5
    Klicken Sie hier, um Details und Korrekturvorschläge für dieses Problem anzuzeigen.
    The following details and proposals do not refer to my problem.
    Do I have to run the installation file again?
    Christian Müller-Straten
    Message was edited by: Peter Spier

    The email problem is on your end. Some email clients just don't work with the forum.
    We needed to know if you purchased a perpetual license, or a subscription to the Creative Cloud. It sounds like you bought a perpetual license. Did you register the software when you installed it? Did you enter the serial number during installation? Did you try to move the software from another computer?
    Have you ever had any CS5 programs? Did you uninstall them? If so, did you do it before or after installing CS6?
    Have you tried simply registering again at the prompt (and are you sure it is asking you to register, rather than activate)?

  • Trying to load a .vob file into iMovie11  but get an error message that the file format is not compatible

    can quick time convert this file or do i need additional software?

    You need to convert the VOB files in the TS-Folder of the DVD back to DV which iMovie is designed to handle. For that you need mpegStreamclip:
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    which is free, but you must also have the  Apple mpeg2 plugin :
    http://store.apple.com/us/product/D2187Z/A/quicktime-mpeg-2-playback-component-f or-mac-os-x
    (unless you are running Lion in which case see below))
    which is a mere $20.
    Another possibility is to use DVDxDV:
    http://www.dvdxdv.com/NewFolderLookSite/Products/DVDxDV.overview.htm
    which costs $25.
    For the benefit of others who may read this thread:
    Obviously the foregoing only applies to DVDs you have made yourself, or other home-made DVDs that have been given to you. It will NOT work on copy-protected commercial DVDs, which in any case would be illegal.
    And from the TOU of these forums:
    Keep within the Law
    No material may be submitted that is intended to promote or commit an illegal act.
    Do not submit software or descriptions of processes that break or otherwise ‘work around’ digital rights management software or hardware. This includes conversations about ‘ripping’ DVDs or working around FairPlay software used on the iTunes Store.
    If you are running Lion:
    From the MPEG Streamclip homepage
    The installer of the MPEG-2 Playback Component may refuse to install the component in Lion. Apple states the component is unnecessary in Lion, however MPEG Streamclip still needs it. See this:
    http://support.apple.com/kb/HT3381
    To install the component in Lion, please download MPEG Streamclip 1.9.3b7 beta above; inside the disk image you will find the Utility MPEG2 Component Lion: use it to install the MPEG-2 Playback Component in Lion. The original installer's disk image (QuickTimeMPEG2.dmg) is required.
    The current versions of MPEG Streamclip cannot take advantage of the built-in MPEG-2 functionality of Lion. For MPEG-2 files you still need to install the QuickTime MPEG-2 Playback Component, which is not preinstalled in Lion. You don't have to install QuickTime 7.

  • GRUB loads but get thrown into rescue shell without any errors

    I forgot to read the news before I did an upgrade for the first time in a long time and borked my system because of the filesystem update.
    Used to get Arch news by mail with a RSS forwarder, but the service I used shut down and I forgot to sign up for another one.
    Used chroot and it seems like I fixed the filesystem and bash packages with all the related symlinks, and I did mkinitcpio -p linux and got no errors.
    However when I boot I get directly thrown into GRUB rescue shell without any errors. Tried to reinstall GRUB but didn't change anything.
    Read GRUB - GRUB UEFI drops to shell, but I still have a grub.cfg. I believe I just have a pretty standard GRUB2 installation, however I'm not really since it's a long time since I installed it and it was a lot of back and forth because I tried a lot of combinations of GPT/MBR and GRUB/Syslinux since my HP ProBook 6460b laptop has UEFI. If more information is needed about my current GRUB install please do ask, chroot is working just fine.
    My system is updated and I'm using systemd.
    What should I do to fix my boot/GRUB?
    Also, I'm not sure if it's relevant, but when I try to run a Lubuntu LiveCD (same arch as my Arch install) it fallbacks to BusyBox with the error "unable to find a medium containing a live file system".
    It's still a fully working TTY so I haven't bothered to research further why. Maybe just a corrupt usb memory drive (setup).
    Last edited by Occi (2013-08-10 17:40:59)

    unilx wrote:You can manually create a grub.cfg file, the wiki has a detailed section on this, just Google: "arch linux manually creating grub.cfg"
    This might be the fix, but I'm not sure what I did that could've changed it. Anyway, I'm tired of having to use time maintaning my system just for a simple update and switching to Debian testing. Learning alot playing around with Arch, but the last half year or so have just felt like a big hazzle with all the (in my opinion) unecessary changes and distancing from it's BSD-like roots and KISS (systemd and all that jazz).

  • [svn] 1384: Splitting DefineFont into the various DefineFont 1, 2, 3, etc SWF tag formats but retaining a common base DefineFont class so that embedded fonts are still retained as symbols for the SWF dictionary no matter what version of the SWF tag is us

    Revision: 1384
    Author: [email protected]
    Date: 2008-04-24 07:54:58 -0700 (Thu, 24 Apr 2008)
    Log Message:
    Splitting DefineFont into the various DefineFont 1, 2, 3, etc SWF tag formats but retaining a common base DefineFont class so that embedded fonts are still retained as symbols for the SWF dictionary no matter what version of the SWF tag is used.
    Also improving [Embed] so that it can recognize .TTC files as assets (previously these were only recognized through CSS @font-face rules).
    QE: Yes, please add a test case for using [Embed] to embed fonts from a TTC file in addition to our tests for @font-face. Note that the AFEFontManager must be configured for this scenario.
    Doc: No
    Checkintests: Pass
    Mxunit: AtEmbed Font suite: Pass
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/AbstractTranscoder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/FontTranscoder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MimeMappings.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fonts/CachedFontManager.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/Dictionary.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/MovieEncoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagDecoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagEncoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagHandler.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagValues.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/builder/tags/FontBuilder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFont.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFontAlignZones.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFontInfo.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java
    Added Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/fonts/DefineFont3Face.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFont1.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFont2.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFont3.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFont4.java
    Removed Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/fonts/DefineFontFace.java

    Running the script by python2 solves it for me:
    su - mythtv -c "nice -n 19 python2 /usr/bin/tv_grab_nl_py --output ~/listings.xml"
    Best regards,
    Cedric

  • Detect flash player version of published SWF

    Hi I have a swf file (let say child.swf).
    Once It loaded I want to know parent swf was published on flash player 9 or flash player 10. How to find that?
    Question:
    1)parent.swf loades child.swf
    2)after child.swf loaded --> need to check parent.swf is published on flash player 9 or 10.
    3)if parent.swf published on flash player 9 then child.swf will run a function
    4)if parent.swf published on flash player 10 then child.swf will run some other function.
    On the above for the based on the 2nd point question 3 or 4 will happen.
    On the above case I have only one parent... In some other case I may have multiple parents. My question to how to detect top most player's published version?
    Note:
    Capabilities.version returns current flash player version which is installed on browser (it is not help my question)
    The following link has infomation about As version used on the swf (it is not help my qeuestion)
    Detect ActionScript and Flash player version of Published SWF
    Thanks,
    Siva

    Any Idea guys?

  • Sound plays in stand-alone SWF, but not when SWF is loaded into another SWF

    I have my Main FLA (Main.SWF) into which I load another SWF (1.SWF).  I have a sound the plays in 1.SWF and it works just fine when I publish 1.SWF alone.  When I load 1.SWF into my Main.SWF and publish Main.SWF, the sound in the loaded 1.SWF no longer plays.  I can't figure out why.
    //Here's the code (AS2) in 1.SWF to play the sound; seems pretty straight forward.
    mySound = new Sound();
    mySound.attachSound("soundSWF1");
    mySound.start();

    I found some information on-line that helped me figure out how to fix this issue.  First, I moved the sound object code to the timeline of the movieclip in which I wanted to play the sound, even if the movieclip was in a loaded SWF.  So if I my sound should play in mc_1.mc_2.mc_3, the sound object is created in mc_3 timeline.  Also, when creating the sound object, "this" is placed as the parameter, as such:
    soundObject = new Sound(this);
    Also, when stoping the sound, I'm using stopAllSounds() instead of soundObject.stop().
    I hope this helps someone who is struggling with this same issue.

  • Loading swf into swf in exact position

    It's very simple to load an external swf into a main swf with
    loadMovieNum("name.swf", 50);
    But how do I control the position of the loaded swf?
    Currently it just pops in the top left.

    Try loading your external .swf into a pre-positioned
    movieClip, for example myMovie.loadMovie("name.swf). If you do not
    want to do this you can position the loaded movie later in your
    application or onload by setting the x and y pos with some
    AS.

  • Load .swf into .swf with linked .flv

    Hi all,
    I'm trying to load swf-2 into swf-1, with swf-2 externally
    loading an .flv.
    When I go straight to swf-2, it works fine. And when I embed
    the flv in swf-2, and open swf-1, it works fine.
    It's only an issue when swf-2 is pulling the EXTERNAL flv.
    Any ideas?
    Thank you,
    Tracy

    are the files all in the same directory? if you load a swf 2
    in a swf 1, then the code used by swf2 to load the flv file would
    be executed as if the code was executed from swf 1 location. is swf
    2 and the flv in a different folder from swf 1?

  • HT201260 My IPad2 just got fixed at the Apple Store, but it looks like they loaded up the latest OS. When i got it home and mated it to ITunes, I was prompted to load the latest OS into my main computer which now runs on OS X version 10.5.8...how to get t

    My IPad2 just got fixed at the Apple Store, but it looks like they loaded up the latest iOS. When i got it home and mated it to ITunes(MacBook Pro), I was prompted to load the latest OS into my main computer which now runs on OS X version 10.5.8...how do i get the latest OS so i can get the latest iTunes and am i looking at problems with the MacBook buy leap frogging so many OS's?

    Buy Snow Leopard here: http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    Install it, update to OS X 10.6.8 using Software Update, and then you'll be all set with iOS 7.

Maybe you are looking for

  • Resetting a clearing document from a previous financial year - Vendor Payment

    Finance team needs to reset a cleared item from a previous financial year. The cheque was never presented.  They are unable to create a new invoice to pay the vendor without this cheque going through and being processed. However, when using transacti

  • Flash Fill Patterns

    How can I designate that when an object is rendered instead of a solid color it uses a pattern? We are using flash and XML to render a web graphic dynamically in real time based on a user query. If the results of the query address their needs versus

  • FPCJ Cash & Check Payment.

    Hi Can any one tell me that in FPCJ we are using cash payment and check payment. It means can we make incoming and outgoing check payment through FPCJ. If, yes can we generate check print out in case of outgoing check payment. Thanks Ram.

  • Migration of OAS 10g v(9.0.4.1) from one server to another?

    Hi, I would want to know how I can migrate j2ee applications that are deployed in OAS 10g v(9.0.4.1)installed on Sun server to OAS 10g v(9.0.4.1) installed on AIX server at the same OAS 10g version and patch level? My question is: Can I just copy the

  • Pagination disappears after setting 'max row count'

    I have a report with app. 4500 records (with the default of 15 lines per page) and a pagination scheme of 'Row Ranges 1-15 16-30 in select list (with pagination)'. When running the report, all is working fine and i get the information in the select l