Several alchemy libraries in one swf?

Hello!
I've sucessfuly compiled several c/c++ libraries into SWC libraries which I plan to use in my flex project. But I'm wondering is it beter to keep them as separate libraries or make one big glue.gg file with all interop code for all of this libraries?

Because Alchemy uses statics to keep track of its ram, etc, you sort of can't have more than one instance.  The libraries would be sharing the same ram, which can cause problems.
However, you can dodge the issue by loading your alchemy libraries into separate Application Domains.  I'm doing this in my project:
Compile your libs as SWCs
Extract the SWFs from inside the SWCs
Embed the library SWFs in your application
Use Loader.loadBytes to load your library into its own Application Domain
The other benefit of doing it this way is that if your alchemy lib crashes it won't affect any other alchemy libraries because they're using entirely separate ByteArrays for ram, etc.

Similar Messages

  • Can I have several itunes libraries on one computer at the same time?

    can I have several itunes libraries on one computer at the same time?

    Thank Niel 
    I have already got a library hosted on another computer and have homeshared my apple id for my home laptop, but I'm not sure what to do there after - any help would be appreciated!  I' worried I make my husband's library disappear......

  • Several iPhoto libraries to one ?

    Hi
    Using iPhoto up to '09. (No Intel yet)
    Haveing several iPhoto libraries on several hard disks. I'd like to
    • make a new library and collect all photos/movies in the others to this
    • make it to identify doubletts and just import one of each and with best (highest) resolution
    Is this a dream to be - or a real possibillity ?
    Yours Bengt W

    If you want to merge Libraries you'll need the paid version ($20) of iPhoto Library Manager This is the only way to merge iPhoto Libraries.
    This will manage merging while also dealing with duplicates.
    Regards
    TD

  • HT1229 I have several iPhoto libraries. How can I combine them to make one?e new library?

    I have several iPhoto libraries. How can I combine them to make one?

    iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ - 
    or the current version of Aperture can merge libaries from the current version of iPhoto
    LN

  • Joining several swf files into one swf file

    hello everybody
    i've been dealing this issue for too long and decided to ask for  help - how can I unite 15 swf files which placed in one folder to a one swf file???
    i tried all kindes of merging softwares like "Join (Merge, Combine) Multiple SWF Files Into One Software" and "WinMerge" without success and tried to convert swf to flv (cause i found other merging software for flv files) but again...
    I have CS5 so if i'll have to open Flash for this i will, though i'm trying to avoid that and even then i'm gonna need full instructions.
    All i need is this simple thing so i'll appreciate very much any help
    Thanks & Good Day
    Keren

    Hi Ned
    Again - thank you very much.
    I've got the source files and i'm on the run now.. kind of..
    I did as you recomצended and used a code from one of the AS3 UILoader tutorials , and it seems to work:
    import flash.net.URLRequest;
    import flash.events.ProgressEvent;
    import fl.containers.UILoader;
    var myLoad1 = "fastflipPage.swf";
    var request:URLRequest = new URLRequest(myLoad1);
    loader.scaleContent = false;
    loader.addEventListener(Event.COMPLETE, completeHandler);
    loader.addEventListener(ProgressEvent.PROGRESS, progressHandler);
    loader.load(request);
    loader.load(request);
    function progressHandler (event:ProgressEvent):void
    status_txt.text = "Percentage Loaded" +
    Math.round(event.target.percentLoaded);
    function completeHandler (event:Event):void
    status_txt.text = "Loaded Done";
    So... i'm tring to find some answers to my next step : in the code above im loading only one file and i need to load 30 files so they could play one after another. i noticed that i can create many uiloader instances and load several external SWFs in the same scene without writing a script to each one of them... is that right? and if so, how can i do that???
    I'm full of hope to figure this task, meantime will look for more answers
    Thanks in advance
    Keren

  • I HAVE SEVERAL IPHOTO LIBRARIES

    Hi,
    I am not sure how i accomplished this but I have several iphoto libraries on my computer. On my desktop i have iphoto library and iphoto library 1 then in my pictures folder i have iphoto library 10.10.06. I believe the last is a rebuilt library that I created after losing my pictures. How can I condense/delete some of this without jeopardizing my pictures? Also, how can I safely store my older pictures (ie: 2002,2003, 2004 folders) on to an external harddrive? Or in the alternative how can i burn these folders on to a disk and delete them from my harddrive to free up space? Thanks in advance for your help.

    SDFU98
    There are three ways to get multiple libraries.
    1. Hold down the option (or alt) key and launch iPhoto. It will ask you if you want to create a new library
    2. Move the iPhoto Library Folder out of the Pictures folder. iPhoto will create a new one
    3. Use a Shareware called iPhoto Library Manager.
    So, which ever one of these you've been doing... that accounts for it.
    To merge the various libraries into one, download iPhoto Library Manager from http://homepage.mac.com/bwebster/iphotolibrarymanager.html. It's a $20 shareware. It's the only way of moving pics from Library to Library while preserving metadata.
    Regards
    TD

  • I moved my iPhoto libraries from one hard drive to another and have to manually locate the photos, every time!!!

    I moved my iPhoto libraries from one hard drive to another and now every time I open a library I have to manually locate the photos. After locating the first file, it works well and remembers the location of the files of all the events, even when the folders containing the actual photos are in several different locations.
    The problem is that when I close and open iPhoto, it does not remember where the files were and I have to locate at least a file, all over again.
    Does anyone knows if there is a way of making iPhoto "remember" or saving the location of the files?

    By default, iPhoto will store its library file under ~/Pictures. To select a library manually in iPhoto:
    Ensure that iPhoto is closed.
    Hold down the Option key and click on the iPhoto icon in your Dock or launch it from the Applications folder.
    Click on Choose Library.
    Locate and select the library you wish to use.
    Close iPhoto and re-open it. Does it remember the library that you selected?
    For more information on moving your iPhoto library, see http://support.apple.com/kb/HT1229.
    Hope that helps, have a great day.

  • Packaging into just one swf

    If I have project that is composed of one main swf that loads
    others swfs, xml data, and flv videos, is there a tool or 3rd-party
    app that allows you to package all of that up into one swf that
    contains everything? There are lots of tools to package several
    swfs into one .exe or one .scr (screensaver). However, is there
    something that lets you turn all these into one .swf? Are .exe and
    .scr the only file types that a multi-swf, flv, xml project can be
    packaged in to

    Why would you want to package it all into one anyway? You
    have one main SWF that loads everything else, what is wrong with
    that? I am about 99% positive there is no tool to package SWFs into
    one SWF.

  • One swf to another

    I don't know if this can be done but here it goes. I have 2
    flash anamation on my site. Both have several scenes in them. My
    question is? When linking over from one swf. to another. Can you
    script it to start at a specific scene or must you start at the
    begining of the swf.
    Thanks

    from the loaded swf's main timeline:
    MovieClip(parent.parent)
    will reference the timeline to which the swf's loader has been added.  so, to reference a variable (eg, scoreVar) on that timeline, use:
    MovieClip(parent.parent).scoreVar

  • Merging of multiple aperture libraries into one master library

    Over the years, due to limited disk space on my Mac, I ended up having now 3 aperture libraries in 3 separate external hard drive, totaling between he 3 libraries over 2TB of photo storage. I just purchased an additional 4TB external drive (my 4th external hard drive from Lacie) to put ALL my separate Aperture libraries into ONE (1) master Aperture library. I would like to know if anyone could help me with a set of step by step instructions to MERGE my 3 separate Aperture libraries into ONE (1) MASTER library on my newly purchased 4TB external drive. I've looked online and found several articles dealing with merging libraries from multiple computers. I tried them all and was NOT able to do what I would like to do. PLEASE, if any of you have done what I would love to do or knows how to do it, I would appreciate your help. A step by step instructions regarding how to do it would be greatly appreciated! Thank you so much! Robert

    Thanks Kieby,
    This is what I did: 1.) File/Swith to Library/Other/New  To create a new Aperture library which I called MasterAperture Library. The new library was created on my new 4TB external driver.
    2.) I then CLOSED Aperture and re-opened it using my default Aperture library located on my Picture folder (Aperture Library).
    3.) I did: File/Export/Project as new Library. I chose my external hard drive with the filename: MAsterAperture Library, EXPORT.
    The first time I did that nothing happened, I still had an empty MasterAperture Library files without any pictures.
    Then I did the same thing thing, except this time, I high lighted my first Projects and went down to my items on my albums and then CTL-H so everthing would be high lighted (ALl my projects and all my albums). Then I did step 3 to the MasterAperture Library and I was able to get the MasterAperture Library as an image copy of the content of the Aperture Library located on my Pictures folder.
    Then another problem came up, when I tried to replicateduplicate the same steps outlined above to merge my other 2 remaining libraries, I could NOT do so because the process, at that time, told me that the file MasterAperture Library already exists and if I were to continue, the content of MasterAperture Library will be replaced. Of course this is not wantt. I would like to be able to MERGE the contents of the 2 or 3 remaining libraries that I have currently located in different external drive/locations into the file MasterAperture Library located on my 4TB external drive, and do so, if possible, without too many duplications (if possible, because if I have to remove duplicated projects/albums/photos later, I am willing to do so)!. By the way, I've read the Aperture userguide more than once and have tried the approaches suggested in the guide without succes yet. Thanks again for your kind help. Regards, Bob

  • Multiple Libraries on one computer

    I want to store more music in iTunes than my iPod has room for (original iPod). I want to use one library for music that I don't want on my iPod and the other for the music I want to sync. I also want to be able to move music back and forth between the them.
    How do I store music in multiple libraries on one computer without making separate computer user accounts or using the playlist work around?
    Any ideas would be greatly appreciated. Thanks, apple-rules

    Yes, I am referring to the auto syncing of playlists. Not all of my music is assigned to playlists and I don't want to create them - too many songs.
    As I mentioned in my original post:
    I want to store more music in iTunes than my iPod has room for (original iPod). I want to use one library for music that I don't want on my iPod and the other for the music I want to sync. I also want to be able to move music back and forth between the them.
    I want to be able to store music in iTunes and play that music in iTunes without having them downloaded to my iPod. It would be nice to have a Library in iTunes that can be separate from the iPod stuff.
    I think I found a work around (#12). Until I get a better solution I am going to create a master folder to which I will move all my music that I do not want syncing to my iPod. Then, I will do a manual sync and exclude that folder.
    Thanks everyone.

  • How to pass a "Button" reference in one swf to anthor swf file?

    Dear all:
    Please let me describe my problem first.
    In my application, there are two swf files:"sender.swf" and
    "receiver.swf"
    A button named "re_Button" is in "receive.swf", and now i
    wanna operate the "re_Button" through the "sender.swf".
    How to do this?
    Can I access the "re_Button" reference through another swf
    application??
    And I've tried the "locaconnection" class, but it doesn't
    help.
    AnyOne helps me?
    Thanks in advance -_-

    I tried the localconnection class:
    1).Sender.as:
    private var send_tf:TextField;
    private function sendMessage(event:MouseEvent):void {
    conn.send("myConnection", "lcHandler",send_tf); // to send
    the "send_tf" reference to the "Receiver"
    2). Receiver.as
    public function lcHandler(tf:Object):void {
    tf as TextField ==null // here, i find that the "send_tf" is
    not a "TextField" any more!!!!!!!!!!!!!!!!
    I wanna operate one instance reference in one swf from
    another swf.
    Is it possiable??
    Thanks in advance.

  • How do I combine several pdf files into one so I can send them as one file.

    how do I combine several pdf files into one so I can send them as one file

    Reader doesn't have that ability. You would need Acrobat.

  • How do I combine several PDF files into one?

    I have renewed Adobe subscription and would like to combie several PDF files into one. I was able to do this last year, but can no longer combine files. What am I doing wrong? Step-by-step answer, please. Thank you.
    Marilee

    As TSN has indicated we have no idea what program you are using, other than you posted in the Acrobat forum. In Acrobat you go to File > Create > Combine (varies with version of Acrobat). You can also open one and then use the pages>Insert to add the others.

  • How can I email several pdf files in one email?

    HOw can I email several pdf files in one email?

    You have to use 3rd party apps like GoodReader.

Maybe you are looking for

  • You have interrupted the wizard!! (Photoshop CS2)

    Okay, lately I've been having problems installing photoshop after trying to create a user account for myself on this damned computer; a friend has supposedly helped me but we'll never know until I'm able to install the program itself... This is where

  • Restore hp pavilion dv6 with disk

    I need to restore my laptop. It keeps asking for the disk, but I never made any.  Is there any way I can find a download? HP Pavilion dv6 notebook Product number: LW260UA#ABA AMD A8-3500M APU with Radeon This question was solved. View Solution.

  • Some graphics missing in Firefox - help!

    I have a web site here - www.yourearthminutes.com I have made my own page navigation links and have made them into objects by adding a virtually invisible shadow. I did this as I wanted to use an unusual font. I actually wanted the text to have a vis

  • Flash CS5.5 crashing at startup/launch

    Like the title says, My Flash CS5.5 was working completely fine a few months ago and I never did anything to it, I launched it up yesterday and it doesn't work! I've tried looking up solutions everywhere, I've tried deleting files, updating my Java b

  • How to embed Task taskDetail-task-flow-def WorklistComponenet in an ADF app

    Hi All, I am in need of integration taskDetail-task-flow-definition Worklist component in my Custom ADF Application. can anybody help in this. Thx in Advance. Renuka