INdicating SWF version on mxmlc command line?

I have been unable to embed SWF version 7 files into FLEX SDK
3.2. Is there any way on the mxmlc command line to indicate that
embedded SWF files were built as Version 7 SWF objects? I am just
fishing for a solution here. The error I get from the compile is
"unable to create source" for any version 7 SWF I have. The SWF
files were built with Quark Interactive Designer and I am caught
between a rock and hard place. Quark saying their SWF's are
standard SWF files (version 7) and Adobe saying there must be
something wrong with the SWF files. That's what I get with trying
to get these two environments to talk to each other.

"kjsperl" <[email protected]> wrote in
message
news:gkihri$k2o$[email protected]..
>I have been unable to embed SWF version 7 files into FLEX
SDK 3.2. Is there
>any
> way on the mxmlc command line to indicate that embedded
SWF files were
> built as
> Version 7 SWF objects? I am just fishing for a solution
here. The error I
> get
> from the compile is "unable to create source" for any
version 7 SWF I
> have. The
> SWF files were built with Quark Interactive Designer and
I am caught
> between a
> rock and hard place. Quark saying their SWF's are
standard SWF files
> (version
> 7) and Adobe saying there must be something wrong with
the SWF files.
> That's
> what I get with trying to get these two environments to
talk to each
> other.
Do they have to be embedded? What happens if you load them
through
swfLoader?

Similar Messages

  • App fails to compile with mxmlc command-line but builds fine with flash builder IDE.

    Hi,
    i have this flex app (its a flex project created from flash builder ), it compiles fine when i build it from IDE.
    it fails to compile when i do it from command line through mxmlc.
    i am invoking the mxmlc at the location <flash-builder-installation>\sdks\<flex-ver>\bin\
    the mxml file is test.mxml
    i am invoking like the following
    c:\<bin>\mxmlc test.mxml
    i dont have any dependency on any of custom swc file.
    i am getting the following type errors when i compile it from my .as file
    Error: Type was not found or was not a compile-time constant: TouchEvent
    Error: Type was not found or was not a compile-time constant: File.
    Error: Type was not found or was not a compile-time constant: FileStream
    could you please let me know what i am missing here ?
    thanks,

    Is this a AIR app or a mobile app? If you are building AIR app for desktop then you can use amxmlc instead of mxmlc.
    If its a mobile app then use mxmlc +configname=airmobile
    -Gaurav
    http://www.gauravj.com/blog

  • SWF and XML for Command line compiling for iOS

    I need to compile an application for iOS using command line ADT. I need to pass the SWF and XML to the ADT command. But which ones do I need to pass as the ones available are in the debug folder and I don't think they are well optimized for mobile publishing. Also the XML has debug with id in it.

    Hi,
    Yes, Flash Builder, by default, doesn’t save release swfs. A simpler way to get them however be to go to Project->Properties->Flex Compiler and set
    ‘-debug=false’ in compiler arguments.
    Now the swf generated in bin-debug will be a release swf.
    Please let us know in case you face any issues.
    Thanks,
    Amish.

  • Is there any way to compile FLA files into SWF files on the command line?

    I am using Adobe Flash CS4 Professional on Windows XP.  To facilitate automated nightly builds, I have been searching for a way to compile my SWF files from the FLA files under source control, but without luck.  The tools in the Flex SDK looked promising, but we do not use Flex.  Thanks!

    Seen these?

  • Mxmlc command line compiling under Linux

    Trying to compile a large library of documents with my AIR app using commnad line and cannot get a runtime created due to
    several warnings in the code - which I expected to be ignored.
    Is there no way to compile and ignore warnings ?
    I've tried editing the air-config.xml and using the following
    amxmlc -strict=false -show-unused-type-selector-warnings=false [mySourceMXML]
    neither will compile the app and displays the list of code warnings (primarily CSS)
    Also it even reports an untyped variable warning for code that is //commented  ????

    Hi,
    You need to download the Adobe AIR SDK for Linux from http://www.adobe.com/cfusion/entitlement/index.cfm?e=airsdk&loc=en_us, extract it and use ADT(which you will get as part of this SDK) to package the application. You might want to see http://livedocs.adobe.com/flex/3/html/help.html?content=CommandLineTools_5.html#1035876 for checking out the ADT options and usage.
    Hope that helps.
    Regards,
    Sanika

  • Creating .swf from .fla file using ADT command line

    Dear Adobe Community and Moderators:
    Is it possible to use the ADT command line to directly compile an .fla file into an .swf file? Context: I have an app created in Flash Pro CS55 (6 months worth of work), but now found Adobe has dropped Flash Pro in favor of Flash Builder or Flex. I have some native extensions I want to use for iOS, but they require Air 3.1 to compile (swf-version=14) i.e. using the MessageUI framework in a static .a library for an Air app. Flash Pro CS55's top end limit seems to be swf-version=13 (Flash 11). Because of heavy investment in time and energy into our Air app in Flash Pro, it's not feasible to convert to Flex by end of week. I tried creating an .swc file, and taking the library.swf from that, but alas, a catch-22, Flash Pro CS55 only compiles to swf-version=13.
    Is there any way to either (a) directly compile my root .swf file (from the .fla file) using a command line (so I can use ADT from Air 3.1 SDK) or (b) some way I can marry a native extension I've found I can use on GitHub which is swf-version=14? Again, my issue is that I have to use Air 3.1 since only it supports iOS5.
    Any thoughts, suggestions, comments are highly appreciated (including if it's not possible to do what I'm trying to do).
    Thank you Adobe community in advance,
    Alex

    I have the exact same question, please respond if you hold the answer to this! mxmlc won't work for me since I have created too many assets within the fla already! Thanks!

  • Compiling FLA and AS files to SWF file using command line

    I need to encorporate the .as sources and .fla file, into my
    build environment, to compile the SWF file.
    Right I have to Open Flash 8 to perform this and copy the SWF
    created through the compilation process.
    Compiling FLA and AS files to SWF file using command line is
    my main purpose. If there such a utility there, does it exist for
    Linux and Windows.

    Try
    Flash
    Command or
    Flash
    Shell Extension
    We use an enhanced version of Flash Command internally, of
    which we fixed the bug of Mike Chamber's Flash Command which cannot
    be run in .NEt 2.0 and added some other functionality. Once we are
    comfortable with it, we will release it to the public.

  • Running mxmlc from command line - unable to open file

    Hello all,
    Just tried to get Flex up and running - but have run into
    probably a simple problem. Here's the scenario:
    1. I've put the flex 2.0 installation folder on my C drive
    such that the path is c:\flex_sdk_2
    2. I've set my system path to reference the the mxmlc with
    c:\flex_sdk_2\bin
    3. I've set up a folder on my desktop for my flex programs,
    creatively called 'flex'
    4. From my command line I use 'xmxlc --strict=true
    --file-specs filename.mxml'
    My output is this:
    Loading configuration file <etc>
    Error: unable to open filename.mxml
    As I said before, probably an easy fix but thought I'd put
    something up to see if anybody knew an answer off the top of their
    head? I'm running Windows XP. Home Edition, V. 2002 if it helps.
    Many thanks!
    Shannan

    Nevermind, figured it out. My files had the .txt appended to
    the end of the file-name.
    *der*

  • Command Line Tools installs the latest version of clang (and others) in /Library/Developer/CommandLineTools/... but not in /usr/bin/

    I've upgraded Xcode to the latest 5.1 Installed Command Line Tools via xcode-select --install Homebrew tells me "A newer Command Line Tools release is available"
    brew --config:
    Xcode: 5.1 CLT: 5.1.0.0.1.1393561416 LLVM-GCC: build 2336 Clang: 3.1 build 318
    Checking my clang executable:
    $ /usr/bin/clang --version Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
    $ /Library/Developer/CommandLineTools/usr/bin/clang --version Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
    So it appears Command Line Tools didn't install clang (and perhaps other executables) into /usr/bin? I checked my other laptop (w/ Mavericks), and /usr/bin/clang is version 5.1.
    So I'm guessing this is the problem? I've tried to reinstall Command Line Tools as sudo, but now it won't let me install again (says software isn't currently available).
    Can anyone help me with this? I've spent hours on it now, but can't find a solution.
    Thanks

    BTW, I installed Xcode 5.1 from the Store, but have never run xcode-select --install.  Here is the verbose output from a clang.
    xew ~/$:clang -v -o hello main.c
    Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
    Target: x86_64-apple-darwin13.1.0
    Thread model: posix
    "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain /usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name main.c -mrelocation-model pic -pic-level 2 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 236.3 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/../lib/clang/5.1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ SDKs/MacOSX10.9.sdk -fdebug-compilation-dir /Users/xew -ferror-limit 19 -fmessage-length 100 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.9.0 -fencode-extended-block-signature -fdiagnostics-show-option -fcolor-diagnostics -vectorize-slp -o /var/folders/zf/d5vqmmtn5mq7h6766jtlkrvr0000gn/T/main-353995.o -x c main.c
    clang -cc1 version 5.1 based upon LLVM 3.4svn default target x86_64-apple-darwin13.1.0
    ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer /SDKs/MacOSX10.9.sdk/usr/local/include"
    ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer /SDKs/MacOSX10.9.sdk/Library/Frameworks"
    #include "..." search starts here:
    #include <...> search starts here:
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/../lib/clang/5.1/include
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/include
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ SDKs/MacOSX10.9.sdk/usr/include
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ SDKs/MacOSX10.9.sdk/System/Library/Frameworks (framework directory)
    End of search list.
    "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain /usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ SDKs/MacOSX10.9.sdk -o hello /var/folders/zf/d5vqmmtn5mq7h6766jtlkrvr0000gn/T/main-353995.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a
    xew ~/$:

  • IFS Versioning through Command Line

    I am no Java developer and am utilising the command line utilities to store/move/copy documents around in iFS. You seem to be able to cater for most operations but I cannot seem to find how to switch versioning on for a document once it has been stored. I assume you must be able to do it using ifssetattr?
    Anyone have any suggestions (with examples, if poss?)
    Thanks
    Chris

    Mark,
    Thanks for the info - now I know why I can't seem to find it! Unfortunately using Webui isn't really an option. I am pretty familiar with the Web and Windows interfaces but I am looking to impliment a batch process that automatically takes documents that are ftp'd into Unix filestore and creates the appropriate folders, stores the documents, applies the correct ACL, etc., all in real time.
    As mentioned previously I have no experience of Java but plenty of experience of hacking other bits of code. I can obviously retrieve a document id into a JSV using command line utilities. Am I being naive in assuming that it would only require a simple piece of Java to be produced (with document id supplied as a parameter) to be able to accomplish this?
    Thanks
    Chris

  • Command line to detect installed flash player version

    Hi All,
    Happy New Year to you all.
    I have one desktop application (Flash Director/C++) for which I am developing Windows installer script. I am facing some problem developing the installer script regarding installed Flash Player version. When I am running the script, it is overriding the already installed Flash player irrespective of the version.
    Is there any command line (for Windows script) to know the version of the Flash player prior to install the installer contained Flash player so that I can check before pushing the installer Flash player?
    I would appreciate your quick reply.
    Thanks in advance.
    Sanjoy.

    Can anyone please give some inputs on this query?

  • Command line version of finder's get info command

    I am trying to find which version of MS Office 2008 is installed on a bunch of machines. On one machine, I can just do a get info on the MicrosoftComponentPlugin.framework, but I don't want to have to touch every machine.
    Does anyone know of a way to get this info using the command line?
    Ideally, I would like to use ARD's send unix command to grab this info from a lot of machines, then run install the .mpkg on the machines that aren't the latest version...
    Thanks in advance

    Maybe not. According to the defaults man page:
    WARNING: The defaults command will be changed in an upcoming
    major release to only operate on preferences domains. General
    plist manipulation utilities will be folded into a different
    command-line program.
    They say there will be an upgrade path, but I can't imagine it being named "PlistBuddy". That sounds way too much like some programmer named it. They need something more professional. plutil is already taken, but maybe it could be enhanced. plmanip maybe.

  • Is there a command line program that converts WAV to SWF?

    Is there a command line program that converts WAV to SWF?
    thanks

    why you want to do that? you can import your wav into the
    swf!

  • Jre version in command line

    My application is packed into 1 jar file and run by this command: "java -jar myapp.jar".
    I config all the class paths in the manifest.mf file
    java version is jdk1.6.0_23
    How to tell in the command line (or other place) what JRE version to use?

    If the JRE is properly installed on Windows, informations about each version are stored in the registry. The installation process installs a special java.exe in the system PATH. So you don't need to alter you PATH because this special java.exe will find the current JRE.
    With release 1.6, it's now possible to select a different JRE installation than the last one without any registry modification.
    The installed JRE are listed in the registry in the key HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment
    You can select a specific by using the -version switch. For example, to select the "1.5" as defined in the registry :
    java -version:"1.5" MyClass
    See http://download.oracle.com/javase/6/docs/technotes/tools/windows/java.html and http://www.rgagnon.com/javadetails/java-0634.html for more infos.
    Bye.

  • Execute command Line(mxmlc) through PHP

    Hi i want to run the mxmlc command through the php for
    convert the .css file into the .swf file plz help me

    Hi Sathish,
    did you find a solution for this? I am looking for the same thing. I want to write a program(perl, batch script, etc.) which could automatically convert pdf to excel without any manual intervention.
    I have the acrobat javascript which could achieve this, but it can only be executed in arobat consolt.  I need it to be able to get executed in a script to automate the processing.
    thanks
    Warren

Maybe you are looking for

  • Office 2013 (Mainly Outlook) Ribbon Menu Display Error

    So i have created a MDT System Image for deploying Windows across our Business we are currently using Windows 8.1 32/64Bit Office 2013 SP1 now i have recently updated the image simply to install the latest load of Windows Updates so we are not instal

  • Incorrect VAT Clculation - 1st stage dealer Procurement

    Hi, I am processing couple of bills (MIRO) for 1st stage dealer. We have created a PO with tax code V2(EDECSShesc+VAT). One of the example: Base Amount- 23,788.89 (Price inclusive of Duties) JMOP - 0 JMX1 - 100% JEC1 - 2% JEX1 - 100% JSEP - 1% JHX1 -

  • Checkbox - type of domain in RFC function

    Hello I'm dealing with such a problem, I try to bind input parameter (type CHAR1) to checkbox on Webdynpro view, what type of domain should have my input RFC function parameter to be able to bind it to the check box (I know about possibility of defin

  • IPhoto Thumbnail Rollover

    Hello, Does anyone know of a CSS / Javascript / jQuery way to program the iPhoto Thumbnail Rollover Slideshow effect. I am looking to create this effect on the web. Any suggestions? Thanks!

  • Function module to delete TOP-N Products

    Hi All, We have a requirement wherein we need to write a report program to delete TOP-N Products at Item level ( TCODE: CRMM_PPR_TOPN). Kindly let me know if you know any function module to delete these products. Thanks in advance, Keya