Import Flex App into Another

I have a yahoo maps application in Flex 2 that I would like
to import into another project that I'm building. I want to use the
program in my tabnavigator in my new program. Ideally, all I would
have to do is import it and drop it in place.
Is this possible and how can do it? I haven't seen anything
in google on importing a whole project.
Thanks.
Mark F.

YES! Integration is one of the major aims of adobe, so why is this missed? If I want to merge 4 projects together, I have to re-author at least 3 of them. That is ridiculous.

Similar Messages

  • How to import form results into another form

    I'd like a simplified online membership form at acrobat.com to collect new member information, then have an employee in another office be able to import that record into another, more graphical PDF form that would be printed and go in the new member welcome pack that would be mailed out. The fields would be the same but the design would be different. Is there a way to do that?

    We currently don't support a workflow like this. I can't think of a work around either. Sorry we couldn't help more...
    Randy

  • Import a sequence into another, only the video imports

    When I import a sequence into another, only the video imports now

    Um ... a few more details, please? OS, program version (specific!), and footage type with sequence settings at a minimum ...

  • HT4007 I have multiple libraries. I would like to import one project into another library. How?

    I have multiple libraries. I would like to import one project into another library. How?

    Select the project in the Library Inspector and export the project as library. Then import this library into your other Aperture library.
    File > Export > Project as New Library
    File > Import > Library
    Regards
    Léonie

  • Import data backup into another DB instance

    Hello all.
    I need to import a Data Backup into Another Database instance. MaxDb version 7.3.
    On higher versions of MaxDb I performed this operation without any problems (http://help.sap.com/erp2005_ehp_04/helpdata/EN/43/d5ebc2c9ed3ab3e10000000a422035/frameset.htm).
    For this version of MaxDB I have such problem:
    the commands don't coincide with help description, I define backup template, transfer DB instance to admin state, open utility session and try to srart recovery (there is no command db_activate RECOVER <template>)
    dbmcli on Q46>util_connect
    OK
    dbmcli on Q46>recover_start DEMO
    ERR
    -24988,ERR_SQL: sql error
    -903,Message not available,blockcount mismatch
    What I can do? How can I start recover from data backup from another DB on this version of MaxDB?

    I have tried to perform backup of original system and recovery to another database one more time.
    There is the another error:
    dbmcli on Q46>recover_start DemoD46_recover
    ERR
    -24988,ERR_SQL: sql error
    -3014,Invalid end of SQL statement

  • Is it possible to import Flash Apps Into Encore CS5.5?

    I have a unique issue with which I would appreciate support.  I am working on coding an mp3 player with playlist capability using Actionscript 3.0; it will be a defined playlist with only a certain number of files that never change.  Upon completion, I wish to use this to play files on the Special Features section of a DVD.  Is it possible, therefore, to import the completed Flash app into Encore?  I am using CS5.5.

    You should find what you need here: http://code.google.com/apis/youtube/flash_api_reference.html

  • Importing take folders into another project

    I've got a guitar track with takes that haven't been flattened and I want to import into another project. I've tried importing to the audio bin but the takes appear separately, not as a take folder for comping. Is there another way of doing this?

    BTW, I'm doing this across different desktops if that makes a difference

  • How to import the data into another Tablespace?

    I have a Oracle user USER1 with default tablespace on "SYSTEM" tablespace.
    I export utility to export user1's object with "exp" utility:
    c:\orawin95\bin> exp userid=USER1/pwd file=DATA.dmp owner=user1
    Now I upgrade my Hardware Server and reinstall Oracle, I created USER1 again but change default tablespace to "NewTS".
    I use import utility to import data.dmp into user1 :
    c:\orant\bin> imp userid=USER1/pwd file=DATA.dmp fromuser=USER1 touser=USER1
    Question: Although I created USER1 with default tablespace "NewTS", but the imported data will still occupied on "SYSTEM" tablespace, How can I "move" the imported data to "NewTS"?

    See
    Considering user = USER1 and default tablespace for user1 is SYSTEM.
    1. login to USER1
    2. create script for all the tables with dynamic statement.
    spool cr.sql
    Select 'Create Table '||Table_name||' As Select * from '||user||'.'||table_name||';' from user_tables;
    spool off
    remove garbage lines from cr.sql
    3. login in User2 ( where default table space is NEWTS )
    SQL> @cr.sql
    4. login to user1 drop all the tables from user1
    login to system alter user user1 make default tablespace NEWTS
    login to user2 run script in step 2 again.
    login to user1 run cr.sql
    login to user2 drop all the tables;
    login to system drop user user2.
    Hope this will solve your purpose
    Thanks and Regards
    Ripudaman

  • Importing iMovie project into another iMovie project

    Due to some problems experienced, I had to import video clips from my DV camera into two separate projects.
    However, I would like to edit my video clips together as it was intended to be one continuos video after being edited.
    When I open the first project and try to import the other project into it, I get a message saying:
    Error during import
    The file could not be imported: The file "_" can't be imported; QuickTime couldn't parse it: -43
    As I am on a deadline, I would really appreciate any input.
    Thank you

    I'm getting the same problem and I've even tried cutting and pasting the clips to a new drive. Opening up a new project and then importing the clips into the new project. It tells me that it is preparing the clip for import and then nothing happens. Imovie hd goes into non responsive mode, I have to force quit cuz it hands up for about 20 minutes... then when I try to open the new project, the clip I was trying to import is listed as being in the trash. if pull it into the timeline half of it will be there but the other half won't.. This has only just started to happen. I've been able to do it successfully two days before. Any ideas?

  • Importing a project into another project?

    Can I open an existing project and import another saved project?
    Or is there a way to merge two project together?

    Not in PrE. PrPro can do this. The closest that one can come with PrE is to Export/Share from Project 1, as a DV-AVI (for SD material), and then Import that into the other Project. If you do this, I would either edit quite loosely, so you have Handles on the Clips, when Exported, or edit very tightly, and be sure that you do NOT need to do more, as any Handles will be included in Transitions, etc.
    Good luck, and sorry for the bad news,
    Hunt
    PS - maybe by PsE 9?

  • Converting Flex app into Air?

    i wonder is there a way to convert a Flex 3 application into an Air app for desktop distribution?
    thanks
    krs

    You can easily do this by changing the <mx:WindowedApplication> tag of the main app file to <mx:Application>.
    Any other code that is AIR only, such as accessing the local hard driver with FileSystemTree, etc. must be removed, disabled, or modified as appropriate.
    If this post answers your question or helps, please mark it as such.

  • Importing Flex project into Flash CS5 for use with iPhone packager? Please Help.

    Hi all,
    I have been developing an application in Flex builder for the iPhone using the iPhone packager, where I've been using the Flex framework.
    Now I'm stuck at trying to use my existing libraries in Flash. It seems I can't add the UI components I used in Flex (class VideoExample) to the default Flash container. I need someone's help who has experience with that.
    I have created a .SWC file, but when I'm trying to add the container in Flash using addChild(new VideoExample) it doesn't work. I can't load the .SWF externally using loader.load() at runtime, because the application is for iPhone. Any solutions how could I import the project to Flash?
    I was thinking about changing the UI components classes from mx.* to fl.*, but I would have to change many code and I'm not sure if it would even work, and I don't want to loose compatibility with mxml.
    Please respond, help would be very much appreciated!
    Here's my mxml wrapper, from which I start the main application:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="EntryPoint.main()">
    </mx:Application>
    Then I have a class which creates the main container:
    package {
    import mx.core.*;
    public class EntryPoint {
        public static function main():void {
            var client:VideoExample = new VideoExample();
            var mxmlApp:Application = Application(Application.application);
            mxmlApp.addChild(client);
    Here is the main class VideoExample:
    package {
    import mx.controls.*;
    import mx.containers.*;
    public class VideoExample extends Canvas {
        public function VideoExample() {
            super();
            init();
            private function init():void {
            loadImage();
            loadText();
                    loadDisplay();
                    startConnection();

    This forum is for Flash Media Server Developers so most likely you migth get much traction here. I would recommend you to post your query on Flash Builder forum: http://forums.adobe.com/community/flash_builder/using_flash_builder
    Also you can try posting here:
    Flash Platform Services For Promotion - http://forums.adobe.com/community/promotion
    Flash : http://forums.adobe.com/community/flash/flash_general

  • Trying to import an app into itunes 10 and sync to iphone 4 but icon on app is greyed out - help please.

    Can someone please help.........I am not that computer savvy, and have two applications one is an .ipa file the other a .mobileprovision file, I have been trying to import into itunes 10, but the icon is greyed out, then when I try to sync to my iphone 4 it doesnt work.
    very frustrated!

    Hello AMfromWS
    With OS X Lion, you do have what is called a Recovery HD and it will allow you to reinstall Mac OS X. You can also use Activity Monitor to check to see if iTunes is still open in the background and you can quit it.
    OS X Lion: Reinstall Mac OS X
    http://support.apple.com/kb/PH3878
    Activity Monitor: Quit a process
    http://support.apple.com/kb/PH5147
    Regards,
    -Norm G.

  • How to import complete catalog into another existing catalog

    Hi,
    Lightroom 2.2
    Win XP SP2
    3GB RAM
    I have LR 2.2 installed with about 10000 images on my computer at home. I've been on holiday at my parents' and have downloaded & installed an evaluation version of LR 2.2 on their computer on which I created a new catalog. In the meantime I've imported and processed about 350 images on their computer.
    Before going home I'd like to export the catalog with all photos, metadata, keywords, etc. onto a jump drive. Then, when I get home, I'd like to import all of these images & data into my existing catalog.
    I've researched this a bit, and it seems to be a straight-forward operation if only the images and a certain subset of the metadata is to be imported. However, I'd like _everything_ to be imported. Anybody have experience doing this?
    Thanks,
    Jens

    This will work perfectly. Just select all the images you want to transfer and under the file menu, select export as catalog. Be sure to check the option to export the negative files. I'd export this catalog onto the computer its on, and then copy the exported catalog to your jump drive - depending on the size of your originals and preview, the catalog might be quite large.
    When you get home, I'd transfer the catalog from your jump drive onto your computer. Then start LR and under the File menu select import from catalog. It will ask where you want to put the negative (original) files, and then it will import them without a hitch. I've done this several times with never a problam.

  • Strange error message when importing one schema into another

    Hello,
    using Oracle Workshop for Weblogic 10.3, I am trying to define a new schema A which imports the namespace of an already existing schema B. The schema validator states that schema B is valid.
    However, when I try to add an import directive in the design view and try to select schema B as the schema location I get the error message that B.xsd is an invalid schema file. When I manually add the import directive in the source view, I can refer to all elements of the namespace defined in schema B. Unfortunately, schema A now is marked as invalid with the error message "The dependency is not configure in schema resource. Possible reason one or more import/include is not set correctly."
    Even external schema validation tools do not find any validation errors in schema B.
    Any ideas?
    Kind regards
    Alexander

    The dependency is not configure in schema resource. Possible reason one or more import/include is not set correctly."http://forums.oracle.com/forums/thread.jspa?threadID=1048184&tstart=0
    Regards,
    Anuj

Maybe you are looking for