How can i manually install the swz files in the assetcache!

I have a computer that has no internet connection, and since i use components from SDK 4.1 and want to run my application anywhere,
i need to do a "manual update of flash" and have it register the external swz files.
If this is not possible, then maybe it could be possible to have all components compiled into one, and only one, swf file, so i can copy that file
to the "offline" pc.
I really believed, that the "merge into code" actually compiled everything into the code, but i must have misunderstood.
I have tried to "reset" the swc components, so they do not use the download url, from adobe, but it makes no difference, and i have edited the flex-config.xml file in the SDK's framework folder, but no luck so far.
Any hints are welcome,
TIA
Allan

Hi Gurdeep
I removed the fpdownload references, and set the use-network=false and the static-link-runtime-shared-libraries=true.
i use the rpc_xx.swz, sparkskins_xx.swz, spark_xx.swz, texlayout_xx.swz, framework_xx.swz and osmf_flex_xx.swz libs.
I have a master swf file, compiled in flash builder, and a child-swf that is loaded from the master (using the mx.swfloader), and the child is compiled using the mxmlc commandline compiler.
I am investigating, if the child could be the culprit.
I have tried to find a way to "install" the required components in the assetcache, but found no other way than "copying the swz and heu files" there myself.
It actually works, but it would be nice to do this "the proper way"
Thankx

Similar Messages

  • How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    Please advise...
    VJ

    cross posted
    http://forum.java.sun.com/thread.jsp?thread=299137&forum=31&message=1184025

  • URGENT PLEASE:How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server? Can I run through an Applet?
    How can I set Environment variables in Windows2000 Professional Environment?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    The code is here
    import java.sql.*;
    public class RecordShow {
    public static void main(String args[]) {
    String url = "jdbc:mysql://localhost/myhost";
    Connection con;
    String query = "select mytable.column," +
    "from mytable " +
    "where mytable.column = 1";
    Statement stmt;
    try {
    Class.forName("com.mysql.jdbc.Driver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());
    try {
    con = DriverManager.getConnection(url,
    "myuser", "mypassword");
    stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery(query);
    ResultSetMetaData rsmd = rs.getMetaData();
    int numberOfColumns = rsmd.getColumnCount();
    int rowCount = 1;
    while (rs.next()) {
    System.out.println("Row " + rowCount + ": ");
    for (int i = 1; i <= numberOfColumns; i++) {
    System.out.print(" Column " + i + ": ");
    System.out.println(rs.getString(i));
    System.out.println("");
    rowCount++;
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.print("SQLException: ");
    System.err.println(ex.getMessage());
    Please advise... THANKS
    VJ

    Ehm, I wasn't referring to you at all... read up,
    there's a comment by jschell saying that CGI might be
    easier/better for his purposes.
    Yep.
    I know PHP/Perl/whatever might be easier for some
    purposes, but only if you happen to know them and want
    to/are able to use them. Ok. But you aren't the one asking the question are you. And the person who asked the question seems to have absolutely no familiarity with Apache or applets.
    So whatever they do they are going to have to learn a lot.
    And that does indeed suggest that in all likelyhood they have not investigated the alternatives.
    And for the vast majority of internet applications, especially with smaller projects (obvious this person is not working with a large team), using perl, or something besides java, is going to be the best business solution. It is simpler, and more secure (probably due to the fact that it is simpler.)
    Since this is a Java forum, I
    answer under the assumption that people have made a
    choice one way or another to use a Java solution to
    their problem, so I try to solve it in Java first, and
    only when that fails (very seldom) do I turn to other
    solutions.You approach problems by arbritrarily deciding to try to solve it in java first and only if you fail do you then look to other solutions?
    My first step is to try to figure out which of the various avenues is going to cost less. (And a secondary, but non-trivial concern, is then to convince the customer that just because they have heard of a buzz word like 'enterprise bean' that it doesn't mean that is a cost effective solution.) We must come from different worlds.

  • Email attachments: whenever someone sends me a file the Ipad labels it winmail.dat and wont allow me to open it...these are Word, Exce or jpgs.  Does anyone know why this is and how to fix it?  Also, how can you save attachments to a file on the IPad2

    whenever someone sends me a file the Ipad labels it winmail.dat and wont allow me to open it...these are Word, Exce or jpgs.  Does anyone know why this is and how to fix it?  Also, how can you save attachments to a file on the IPad2

    Is this a particular sender, or all of your attchments?  Google winmail.dat and you will see a number of returns that can explain this, but in short, this is the way some e mail providers deal with attachments.  If all of your e mail is coming that way, you need to change a setting on your isp set up.  Perhaps stary here...
    http://www.nytimes.com/2010/11/25/technology/personaltech/25askk.html

  • HT4910 How can I backup my Quicken Essentials files to the Cloud?

    How can I backup my Quicken Essential files to the Cloud?

    Use the camera icon in the header for your post to insert the picture.
    My other question?
    What is the file's extension (in the folder on your Mac?)
    Is it a .dmg?

  • How can I auto export a PDF File using the "Smallest File Size" preset and set the Exported File Name based on information from an Imported PDF?

    Greetings all,
    I am trying to create a script to automate a PDF export process for my company for inDesign. I’m fairly new to inDesign itself and have no previous experience with javascript, although I did take C++ in high school and have found it helpful in putting this code together.
    We have an inDesign template file and then use the Multi-page PDF importer script to import PDF files. We then have to export two version of each file that we import, then delete the imported file and all of the pages to reset the template. This has to be done for nearly 1000 pdf files each month and is quite tedious. I’m working on automating the process as much as possible. I’ve managed to piece together code that will cleanup the file much quicker and am now trying to automate the PDF exports themselves.
    The files are sent to us as “TRUGLY#####_Client” and need to be exported as “POP#####_Client_Date-Range_North/South.pdf”
    For example, TRUGLY12345_Client needs to be exported as POP12345_Client_Mar01-Mar31_North and POP12345_Client_Mar01-Mar31_South.
    There are two templates built into the template file for the north and south file that are toggled easily via layer visibility switches. I need to get a code that can ideally read the #s from the imported Trugly file as well as the Client and input those into variables to use when exporting. The date range is found in the same place in the top right of each pdf file. I am not sure if this can be read somehow or if it will have to be input manually. I can put North or South into the file name based on which template layer is visible.
    I am not sure how to go about doing this. I did find the following code for exporting to PDF with preset but it requires me to select a preset and then type the full file name. How can I set it to automatically use the “Smallest File Size” preset without prompting me to choose and then automatically input some or preferably all of the file name automatically? (If the entire filename is possible then I don’t even want a prompt to appear so it will be fully automated!)
    PDF Export Code (Originally from here: Simple PDF Export with Preset selection | IndiSnip [InDesign® Snippets]):
    var myPresets = app.pdfExportPresets.everyItem().name;
    myPresets.unshift("- Select Preset -");
    var myWin = new Window('dialog', 'PDF Export Presets');
    myWin.orientation = 'row';
    with(myWin){
        myWin.sText = add('statictext', undefined, 'Select PDF Export preset:');
        myWin.myPDFExport = add('dropdownlist',undefined,undefined,{items:myPresets});
        myWin.myPDFExport.selection = 0;
        myWin.btnOK = add('button', undefined, 'OK');
    myWin.center();
    var myWindow = myWin.show();
    if(myWindow == true && myWin.myPDFExport.selection.index != 0){
        var myPreset = app.pdfExportPresets.item(String(myWin.myPDFExport.selection));
        myFile = File(File.saveDialog("Save file with preset: " + myPreset.name,"PDF files: *.pdf"));
        if(myFile != null){
            app.activeDocument.exportFile(ExportFormat.PDF_TYPE, myFile, false, myPreset);
        }else{
            alert("No File selected");
    }else{
        alert("No PDF Preset selected");
    So far my code does the following:
    1) Runs the Multi-Page PDF Import Script
    2) Runs PDF Export Script Above
    3) Toggles the Template
    4) Runs #2 Again
    5) Deletes the imported PDF and all pages and toggles template again.
    It’s close and much better than the original process which was almost 100% manual but I’d like to remove the Preset prompt from the PDF script and have it automatically select the “Smallest File Size” preset. and then if there’s a way to have it auto-fill in the file name so no user input is required at all other than selecting each file to import. (If there’s a way to setup a batch action for the multi-import script that would be even better!)
    Thanks in advance and if there’s anything else I can provide that would help please let me know! Even a nudge in the right direction will be a big help!

    If you hold down the option key, it will typically show the location. Or you can often hit option-return on the file and it will reveal the file in the Finder, instead of opening it.
    Final option is to open it, and just option-click the filename in the toolbar of Preview and it should show you the location.
    It's probably an attachment to an email you've received. If you have Mail set to cache emails and their attachments it'll be stashed in a subdirectory of ~/Library/Mail. Which is fine.

  • Can I manually install a trial downloaded with the Assistant?

    I am trying to install Photoshop Extended CS6 under Ubuntu/Wine (as I have done previously, successfully with PS7 and PS CS2 at our institute). Unfortunately it is only available via Download Assistant, which runs under Ubuntu/Wine, downloads stuff, but then get's utterly stuck "extracting".
    Can I manually install the trial?
    P.S.: Except a bug with the Brush tool, CS6 is obviously running under wine, see: http://appdb.winehq.org/objectManager.php?sClass=version&iId=25607

    Yes, you can download PS CS 6 trial from here : http://prodesigntools.com/adobe-cs6-direct-download-links.html
    Make sure you follow the steps before you begin download

  • Can you manually install a JAR file into webstart?

    Hello there,
    We are currently using WebStart for our Applet. The Jar file is fairly large in size, so we figured this would save our customers some time when it comes to downloading the applet. This works very well for 95% of our customers. However, there are a few that have very slow connections and they insist that they can not download the applet.
    Rather than argue with the customer, "The customer is always right???", we figured it may be easier to provide some of them with the Jar file on disk and have an install script run to manually set up webstart with the Jar file. Is this possible? How can we do this? I originally thought that we could do this manually, but I see that there is a great deal more involved in the webstart cache directory than simply a Jar file. Has anyone ever tried this?
    Thank You
    Dan

    Hi,
    We ran into something similar but we are using an application not an applet but I believe it is the same solution. We emailed a self extracting zip file to clients that could not download our jar file. We not only zipped up the jar file but our apps cache folder structure. This worked fine. There is a differenct caching location with the new Java Web Start so you need to be careful. I don't know if it will work for you but take a look at :
    http://www.vamphq.com/pam.html
    Good luck

  • How can I manually install software from recovery partition?

    Hi,
    I'm looking for information about how install preinstalled software after OS upgrade.
    As far as I can see, it is done through 3 different locations:
    Recovery partition (D: drive)
    SMINST Folder (located in %Windows%)
    hp Folder (invisible folder in C
    First step is to identify the machine (brand/model) to allow installation.
    Then, scripts will install packages.
    It should the be possible to manually install the software from the recovery partition.
    As far as this software is bought with the computer (so part of the price) and there is no way of getting the original installers from the support website (only updates available), it would be "fair" to be able to perform a manual install...
    Is there anyone with this knowledge?
    Thx in advance for your help.
    Service is the lifeblood of any organization.
    Everything flows from it and is nourished by it.
    Customer Service is not a department... It's an attitude

    I cannot believe no one replied to you.   I am having the same problem.  I can print but not scan thru the MFNP feature. I'm not sure how/why it is working for printing.   I setup the print driver on all my client laptops to my wifi router/access-point such that its SNMP-enabled on channel 1.  The MNFP port said 161 on the printer when it was working.  Not sure these two protocols are the same... SNMP and MNFP.  I think the latter is Canon's own protocol...not sure how to get it to work with my network. I have a Netgear RV6300 access point connected via wired ethernet to the cable modem which is by Arris (one of those all-in one routers/switch/WAP -- but I'm using the Netgear as my WAP for my WLAN, although the printer gets a DHCP assigned IP on the main router - 10.0.0.9)  At one point I had it set up as static IP 10.0.0.200.  Maybe I will switch back to that...don't know if it will fix scanning though.

  • How can i read comments from properties file in the right order??

    Hello
    I want to build a console that read a properties file and print to the screen the property name, property value and property description and the developer can change the name or the value or the description of the property and update the property file.
    But the problem in using the properties class that it doesn�t read the comment and not save the properties in their order so I can�t couple description and name of the property.
    Does any one know any utility that do the job or know how to solve the reading the comments problem???
    Thank you a lot?

    sorry but i dont understand how the solution of using
    a dot ( property_key.description ) helping me to
    solve the problem?
    please try to explain it agin.
    thank youYou wrote:
    "I want to build a console that read a properties file and print to the screen the property name, property value and property description and the developer can change the name or the value or the description of the property and update the property file."
    So i'm as developer imagine that somebody edit properties in GUI or console. So you have 3 text fields: property name, property value, and propety description. Then developer save edit changes, then text fields maped to properties file and:
    text field "property name" and text field "property value" construct property:
    name=valuetext field "property name" adding ".description" and text field "property description" construct property:
    name.description=descriptionFor one described property, you will have put two properties.
    Thanks!

  • How can I MANUALLY install madwifi?

    Hi all,
    I'm a bit of a situation here: I have installed Arch, but my only means of going online in via my Netgear WG311T which uses madwifi modules. It works absolutely fine on other distros so I know it can work.
    I cannot connect my pc via ethernet as I have bunnies that will chew the hell out of the cable, and I cannot physically keep my eye on the cable at all times. (So please do NOT tell me to use the ethernet right now)
    I know there is the madwifi-ng in unsupported in Arch, I downloaded the pkg file and all the dependancies, but when I installed it I got a "missing" directory" error...
    The command I used was:
    pacman -A pkgname
    I would prefer using the Arch pkg rather than downloading madwifi from their site, if possible.
    Help please!

    scrawler wrote:
    I've been happily using the madwifi PKGBUILD I got from the AUR.  I've been keeping it updated--works great.
    I don't believe I have madwifi-ng-utils or madwifi-ng(-archck), at least I didn't install the packages--what am I missing, anything?
    The convenience and security of using a package from the official Arch repos. If you're happy building/maintaining your own, keep doing it.
    scrawler wrote:Oh, and, maybe this belongs in its own thread, but is there a nice fancy-pants frontend I can use with the madwifi stuff under xfce4?
    Someone has a madwif-enabled, guified, wpa-supplicant package in the AUR - it might do.

  • How can we avoid installing java3d runtime envoirnment on the client side

    Hi All, my applet uses java3d api. To see this applet in the browser on the client side we need to install java3d runtime envoirnment. Is it neccassary or can we avoid it. If we can avoid installing java3d runtime env , how can we do that.. Can Java WebStart help in this.
    your suggestion will be valuable..
    Thanks
    Akhil

    Yes, of course we can avoid it. Just as we can avoid asking the user to download the JRE if they want to run java.
    The only slight pay off we make for that is that the program won't run at all on their computer.
    As long as this is not an issue, there should be no problem.
    Seriously, my understanding is that Web-Start can hide the fact that we are installing Java 3D on their machine or at least make the installation very simple. There is no way to run Java3D applications without Java3D.

  • How can you convert a large video file from the photo cache  of an iphone3g to a playable file on a pc?

    how does one transfer a large ( 1gb) video file from an iphone3g photo cache to a pc in a playable format?

    The same way you would import any photo/video from a digital camera. Connect the iPhone to the computer and import the file. Then it can be played with Quicktime or any software that supports that file format.

  • How can i RECOVER a time machine file from  the trash

    I hope someone can help me... I have spent hours and hours reading forums but none that have addressed my problem.
    My daughter gave me her old backup drive.  She also has a MAC so she had Time Machine backups on the drive already.  I started backing up onto this drive about a year ago.  Backups have been done now for a year or so.  Last night I got the message that I was running out of space so I looked at the drive and realized that her backups were still on the drive so I moved them into the trash.  Then Time Machine wouldn't work anymore and I realized that not only did her backups get moved but all of mine did as well.  I need the backups because after I upgraded to Mavericks many of my photos dissappeared from iPhoto.  These are photos that I can't recreate - I sell jewelry and take pictures before I send the piece out.  Everything is one-of-a-kind so it's very important for me to get these back.  I realize now that I never should have moved the backups into the trash as I will have a problem deleting it once I separate her backups from mine but I will deal with that after I figure out this problem.
    Is there anything I can do to move the backups back from out of the trash and into Time Machine again? (BTW - I don't know which version of Mavericks I have - I have done all available updates so I assume it is 10.9.3)

    As long as you don't delete the trash, the files should be recoverable.
    I suspect using the Put Back command could take a long time, so be patient.
    If your Time Machine backups are mixed with your daughter's backups you might want to buy a larger drive and move the Time Machine files to the new drive.
    Regarding missing photos in iPhoto...There might be options to rebuild/recover that data from iPhoto rather than trying to revert to a Time Machine backup.
    Check out this third party app, iPhoto Library Manager. It has a demo.
    http://www.fatcatsoftware.com/iplm/
    Options for a larger drive.
    I like the Seagate USB 3.0 Backup plus drives. Works on USB 2.0 ports. They come formatted for PC but easy to format in Disk Utility.
    I don't recommend Western Digital because of the boot problem with some of their drives.
    LaCie makes good drives.
    All Mac formatted drives will cost more and it’s easy to reformat with Disk Utility. Do not use the software that comes with the drives. It’s recommended that you use Apple’s Disk Utility.
    Prices vary but this gives you an idea of what you’ll find. As you notice the second and third TB is usually only $15 more per TB. Normally, you’ll find these prices but right now the 1T is more than the 2T
    Seagate Backup Plus 1 TB USB 3.0 $85
    Seagate Backup Plus 2 TB USB 3.0 $99
    Seagate Backup Plus 3 TB USB 3.0 $115
    I have seen the 3T on sale for $99.
    Locally, Best Buy seems to have the best prices.

  • How can I re-install my printer software without the CD? (I lost it)

    I have a Canon MG3100 series printer. I have moved 2x in the last year, so I have misplaced the installation software. The printer software is installed on my computer, but I did it wrong, where I have to use a USB cable, but I want to do wireless. I read the forum that said I need to uninstall the software and then reinstall it with the CD, choosing the wireless option, but I can't find my CD! Is there any way to fix this problem?? I don't use a desk for my computer, so using a USB is quite aggravating. Please help!

    Hi Kabola123!
    To have a better understanding of your issue, please let everyone know what operating system (Windows Vista/7/8 or Mac OS 10.X) you are using. That way, community will be able to assist you with suggestions appropriate for your product.
    If this is an urgent support need, please CLICK HERE to reach our friendly Technical Support Team.
    Thanks!

Maybe you are looking for