Printing image with mask in Adobe Air

I have createad an application for framed photos.This application creates a Canvas which can hold several framed photos. Following is the code of the framed photo:
<mx:Canvas id="imageContainer" horizontalScrollPolicy="off" verticalScrollPolicy="off" clipContent="false">
        <mx:Image id="image_img" source="app:/image.jpg" maintainAspectRatio="false" width="500" height="500" cacheAsBitmap="true"/>
        <mx:Image id="mask_img" source="app:/mask.png" maintainAspectRatio="false" width="300" height="300" cacheAsBitmap="true"/>
        <mx:Image id="frame_img" source="app:/frame.png" maintainAspectRatio="false" width="300" height="300" cacheAsBitmap="true"/>
</mx:Canvas>
when these are loaded, I use:
image_img.mask = mask_img;
to apply the mask on the image. this looks fine on the screen, but when I try to print it the mask is not applied!
Actually I have found two ways to do this. The first is to add the Canvas directly to a print job:
     var printOption:PrintJobOptions = new PrintJobOptions();
     printOption.printAsBitmap = true;
     myPrintJob.addPage(frameContainer, null, printOption);
     myPrintJob.send();
this has a very good print quality but the masks do not work.
the second way is to take a "screenshot" in a bitmap and print that:
     var previewBD:BitmapData = new BitmapData( frameCanvas.width, frameCanvas.height, false );
     previewBD.draw( frameCanvas, null, null, null, null, true );
     var b:Bitmap = new Bitmap;
     b.bitmapData = previewBD;
     var s:Sprite = new Sprite;
     s.addChild(b);
     myPrintJob.addPage(s, null, printOption);
in this case the mask works but the print quality drops drastically!
is there any way to print with good quality AND having the mask?
is this a bug of AIR or am I missing something?

here is the full code of the PhotoFrame file. (the mxml of which I sent in my first post)
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init( )"
    horizontalScrollPolicy="off" verticalScrollPolicy="off" clipContent="false">
    <mx:Script>
        <![CDATA[
            import mx.controls.*;
             * Initialize
            private function init( ) : void
                image_img.mask = mask_img;
        ]]>
    </mx:Script>
    <mx:Canvas id="imageContainer" horizontalScrollPolicy="off" verticalScrollPolicy="off" clipContent="false">
        <mx:Image id="image_img" source="app:/image.jpg" maintainAspectRatio="false" width="500" height="500" cacheAsBitmap="true"/>
        <mx:Image id="mask_img" source="app:/mask.png" maintainAspectRatio="false" width="300" height="300" cacheAsBitmap="true"/>
        <mx:Image id="frame_img" source="app:/frame.png" maintainAspectRatio="false" width="300" height="300" cacheAsBitmap="true"/>
    </mx:Canvas>
</mx:Canvas>
and this is the full code of the main application file. in the printing I have commented out the bitmap printing part which has low quality.
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication
    xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute" showFlexChrome="false" visible="true"
    applicationComplete="init( )"
    horizontalScrollPolicy="off" verticalScrollPolicy="off"
    usePreloader="false" >
    <mx:Script>
        <![CDATA[
            import mx.controls.*;
            private function init( ) : void
                nativeWindow.maximize( );
                var newFrame:PhotoFrame = new PhotoFrame( );
                frameCanvas.addChild( newFrame );
            private function printMe( ) : void
                var myPrintJob:PrintJob = new flash.printing.PrintJob;
                if(myPrintJob.start()) {
                    // Create the options
                    var printOption:PrintJobOptions = new PrintJobOptions();
                    printOption.printAsBitmap = true;
                    try {
                        // This has a mask but prints in low quality
/*                        var previewBD:BitmapData = new BitmapData( frameCanvas.width, frameCanvas.height, false );
                        previewBD.draw( frameCanvas, null, null, null, null, true );
                        var b:Bitmap = new Bitmap;
                        b.bitmapData = previewBD;
                        var s:Sprite = new Sprite;
                        s.addChild(b);
                        myPrintJob.addPage(s, null, printOption);
                        // This prints in desired quality but the mask does not work.
                        myPrintJob.addPage(frameCanvas, null, printOption);
                    catch(e:Error) {
                        Alert.show("Printing canceled");
                    myPrintJob.send();
        ]]>
    </mx:Script>
    <!--Frame Canvas-->
    <mx:Canvas id="frameCanvas" width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollPolicy="off" backgroundColor="#FFFFFF" backgroundAlpha="0.01" />
    <mx:Button top="400" left="200" label="Print" click="printMe()"/>
</mx:WindowedApplication>
Note: I also tried printing the newFrame directly instead of the frameCanvas, but the mask is still missing.
finally I attach the three images used so that you can have the full project.

Similar Messages

  • Problem with installation of Adobe Air 2.6

    Hi,
    I've got a problem with installation of Adobe Air 2.6 under Mageia 2 Linux. The installation stops with an error. Here's the install.log:
    [Adobe AIR Application Installer:8550][ERR] Application Installer end with exit code 7
    [setup:11894][INFO] Runtime Installer begin with version 2.6.0.19170 on Linux x86
    [setup:11894][INFO] Commandline is:
    [setup:11894][INFO] No installed runtime detected
    [setup:11894][INFO] Relaunching with elevation
    [setup:11894][INFO] Launching subprocess with commandline /tmp/air.HmUPbw/setup -ei
    [setup:11894][ERR] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="/tmp/air.HmUPbw/build/opt/Adobe AIR/Versions/1.0/Resources/rpmbuilder error : symbol not found: parseSpec, /usr/lib/librpmbuild.so: undefined symbol: parseSpec error : + umask 022;+ cd /tmp/air.HmUPbw/build;+ '[' 1 -eq 1 ']';+ '[' 1 -eq 1 ']';+ '[' 1 -eq 1 ']';+ exit 0;+ umask 022;+ cd /tmp/air.HmUPbw/build;+ '[' /tmp/air.HmUPbw/build '!=' / ']';+ rm -rf /tmp/air.HmUPbw/build;++ dirname /tmp/air.HmUPbw/build;+ mkdir -p /tmp/air.HmUPbw;+ mkdir /tmp/air.HmUPbw/build;+ '[' 1 -eq 1 ']';+ true;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/opt/Adobe AIR;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/etc/opt/Adobe/certificates/AIR;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe;błąd: Nie odnaleziono pliku: /tmp/air.
    HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe/AIR;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe/AIR/Updater;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/etc/opt/Adobe/certificates/AIR/crypt/config.xml;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/opt/Adobe AIR;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/etc/opt/Adobe/certificates/AIR;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe/AIR;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe/AIR/Updater;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/etc/opt/Adobe/certificates/AIR/crypt/config.xml" errorID=1]
    [setup:11894][ERR] Runtime Installer end with exit code 7
    How can I solve this problem? Thanks in advance for help.

    I'm not certain that Mageia 2 Linux is supported.  This Release Notes page and this Install Help page don't mention Mageia, just
    Fedora Core 12, Ubuntu 9.10, OpenSUSE 11.2.
    Roy

  • How to make a one-color fill images with masks in documents from our multiple layers ?

    Hello everyone!
    I`m to open PSD document with same layers. I need to:
    1. Save the jpg file (preview) in a certain place
    2. All layers with masks to make one-color fill instead of images with masks.
    Thanks
    This is way ?
    var theLayers = collectLayers(app.activeDocument, []);
    alert (theLayers.join("\n"));
    function collectLayers (theParent, allLayers) {//---------------------------------------------------
    if (!allLayers) {var allLayers = new Array}
       else {};
       for (var m = theParent.layers.length - 1; m >= 0;m--) {
          var theLayer = theParent.layers[m];
          if (theLayer.typename == "ArtLayer") {
               var bar = new Array;
               bar = theLayer.bounds
               l0= Math.abs(this.app.activeDocument.width - theLayer.bounds[2] - theLayer.bounds[0]);
               l1= Math.abs(this.app.activeDocument.height -theLayer.bounds[3] - theLayer.bounds[1]);
                if((l0+l1)>0) { // layer mask is set
                    // delete this layer
                    //create new layer
                    //create new mask from array bar
                    //fill selection
                allLayers.push(theLayer);
       return allLayers

    I may not quite follow.
    Would you mind posting an example (a screenshot with the Layers Panel visible for example) and an overview of the resulting images you want to produce?

  • Problem with NetConnection in Adobe AIR(Flex) using Flash Media Server.

    Hi
    I am creating a small chat application using Flash Media server. I have already created all my user interface components in Flex(Adobe AIR).In this application rather than sending text messages user can also  send  file to another user in his friend list.
    problem what i am facing is, when i am sending file through FMS most of time it send successfully but for some files while sending  application loss netconnection.
    so i would like to know, rather than closing application what are other condition when FMS loses network connection?
    Any help would be appreciated .
    Thanks.

    Hi. It looks like your code is not finding the mp3. At least,
    I can reproduce your error code by removing the mp3 from the
    directory, or renaming it.
    Btw, if you test with FF instead of IE, you'd see the error:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2032:
    Stream Error.
    at KZFlash_fla::Sound_2/KZFlash_fla::frame1()
    Hope that helps.

  • Problem with installing/uninstalling Adobe AIR on Windows 7 x64

    I encounter problem while trying to do anything with AIR. I cannot uninstall Adobe AIR using default uninstaller or install any AIR software because the message "This application requires a version of Adobe AIR which cannot be found" is popping up.
    I tried to remove Adobe AIR with Revo Uninstaller and installing the AIR again but it didn't help. Revo Uninstaller removes all files and registry entries successfuly. After such reinstalation of Adobe AIR all the files in c:\Program Files (x86)\Common Files\Adobe AIR seems healthy and registry entries are added as well.
    I tried Microsoft Install and Uninstall Fix It tool, Windows Install Clean Up - didn't work.
    My whole log is below, I did a couple of trial today (2013-02-08).
    My AIR log (Install.log file):
    [2012-10-02:16:43:57] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86
    [2012-10-02:16:43:57] Commandline is: -silent
    [2012-10-02:16:43:57] No installed runtime detected
    [2012-10-02:16:43:57] Starting silent runtime install. Installing runtime version 3.2.0.2070
    [2012-10-02:16:43:57] Installing msi at c:\users\rafal\appdata\local\temp\airb76c.tmp\setup.msi with guid {47FA2C44-D148-4DBC-AF60-B91934AA4842}
    [2012-10-02:16:43:58] Runtime Installer end with exit code 0
    [2012-10-03:09:30:21] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-03:09:30:21] Commandline is:
    [2012-10-03:09:30:21] No installed runtime detected
    [2012-10-03:09:30:37] Relaunching with elevation
    [2012-10-03:09:30:37] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air6384.tmp\adobe air installer.exe -ei
    [2012-10-03:09:30:37] Runtime Installer begin with version 3.4.0.2540 on Windows 7 x86
    [2012-10-03:09:30:37] Commandline is: -stdio \\.\pipe\AIR_8416_0 -ei
    [2012-10-03:09:30:37] No installed runtime detected
    [2012-10-03:09:30:37] Starting silent runtime install. Installing runtime version 3.4.0.2540
    [2012-10-03:09:30:37] Installing msi at c:\users\rafal\appdata\local\temp\air6384.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-03:09:30:40] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2012-10-03:09:30:40] Rolling back install of c:\users\rafal\appdata\local\temp\air6384.tmp\setup.msi
    [2012-10-03:09:30:40] Rollback complete
    [2012-10-03:09:30:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2012-10-03:09:30:40] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1618" errorID=5008]
    [2012-10-03:09:30:40] Runtime Installer end with exit code 7
    [2012-10-03:09:30:50] Runtime Installer end with exit code 7
    [2012-10-05:12:40:20] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2012-10-05:12:40:20] Commandline is: -silent -eulaAccepted -programMenu AdobeHelp.air
    [2012-10-05:12:40:20] No installed runtime detected
    [2012-10-05:12:40:21] Invoking Application Installer for combined install
    [2012-10-05:12:40:21] Launching subprocess with commandline C:\Users\Rafal\AppData\Local\Temp\AIRF2C.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Rafal\AppData\Local\Temp\AIRF2C.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air
    [2012-10-05:12:40:22] Application Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2012-10-05:12:40:22] Commandline is: -runtime C:\Users\Rafal\AppData\Local\Temp\AIRF2C.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air
    [2012-10-05:12:40:22] No installed runtime detected
    [2012-10-05:12:40:22] Unpackaging file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air to C:\Users\Rafal\AppData\Local\Temp\fla2386.tmp
    [2012-10-05:12:40:26] Application signature verified
    [2012-10-05:12:40:26] Unpackaging/validation complete
    [2012-10-05:12:40:26] Converting unpackaged application to a native installation package in C:\Users\Rafal\AppData\Local\Temp\fla2FC7.tmp
    [2012-10-05:12:40:26] Native installation package creation succeeded
    [2012-10-05:12:40:26] Starting silent combined runtime and app install.
    Installing runtime version 2.5.1.17730.
    Installing app chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 version 3.4.980 to C:\Program Files (x86)\Adobe using the source file at file:///C:/Users/Rafal/Desktop/Adobe%20Flash%20Builder%204.6%20Installer/Adobe%20Flash%20 Builder%204.6/payloads/AdobeHelp/AdobeHelp.air
    [2012-10-05:12:40:26] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: App already exists" errorID=5007]
    [2012-10-05:12:40:26] Application Installer end with exit code 7
    [2012-10-05:12:40:27] Subprocess app installer failed (7)
    [2012-10-05:12:40:27] Runtime Installer end with exit code 7
    [2012-10-25:12:14:44] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-10-25:12:14:44] Commandline is:
    [2012-10-25:12:14:44] No installed runtime detected
    [2012-10-25:12:14:54] Relaunching with elevation
    [2012-10-25:12:14:54] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air6480.tmp\adobe air installer.exe -ei
    [2012-10-25:12:14:54] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-10-25:12:14:54] Commandline is: -stdio \\.\pipe\AIR_2996_0 -ei
    [2012-10-25:12:14:54] No installed runtime detected
    [2012-10-25:12:14:58] Starting silent runtime install. Installing runtime version 3.4.0.2710
    [2012-10-25:12:14:58] Installing msi at c:\users\rafal\appdata\local\temp\air6480.tmp\setup.msi with guid {14DC0059-00F1-4F62-BD1A-AB23CD51A95E}
    [2012-10-25:12:15:00] Runtime Installer end with exit code 0
    [2012-10-25:12:15:00] Elevated install completed
    [2012-10-25:12:15:03] Runtime Installer end with exit code 0
    [2012-10-25:12:18:07] Runtime Installer begin with version 3.4.0.2710 on Windows 7 x86
    [2012-10-25:12:18:07] Commandline is:
    [2012-10-25:12:18:07] No installed runtime detected
    [2012-10-25:12:19:31] Runtime Installer end with exit code 6
    [2012-11-16:14:10:15] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-16:14:10:15] Commandline is:
    [2012-11-16:14:10:15] No installed runtime detected
    [2012-11-16:14:10:30] Relaunching with elevation
    [2012-11-16:14:10:30] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air32a9.tmp\adobe air installer.exe -ei
    [2012-11-16:14:10:30] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-16:14:10:30] Commandline is: -stdio \\.\pipe\AIR_7936_0 -ei
    [2012-11-16:14:10:30] No installed runtime detected
    [2012-11-16:14:10:30] Starting silent runtime install. Installing runtime version 3.5.0.600
    [2012-11-16:14:10:30] Reinstalling c:\users\rafal\appdata\local\temp\air32a9.tmp\setup.msi
    [2012-11-16:14:10:30] Runtime Installer end with exit code 0
    [2012-11-16:14:10:30] Elevated install completed
    [2012-11-16:14:10:44] Runtime Installer end with exit code 0
    [2012-11-17:12:59:00] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-17:12:59:00] Commandline is:
    [2012-11-17:12:59:00] No installed runtime detected
    [2012-11-17:12:59:02] Relaunching with elevation
    [2012-11-17:12:59:02] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air1e3d.tmp\adobe air installer.exe -ei
    [2012-11-17:12:59:03] Runtime Installer begin with version 3.5.0.600 on Windows 7 x86
    [2012-11-17:12:59:03] Commandline is: -stdio \\.\pipe\AIR_6276_0 -ei
    [2012-11-17:12:59:03] No installed runtime detected
    [2012-11-17:12:59:03] Starting silent runtime install. Installing runtime version 3.5.0.600
    [2012-11-17:12:59:03] Reinstalling c:\users\rafal\appdata\local\temp\air1e3d.tmp\setup.msi
    [2012-11-17:12:59:03] Runtime Installer end with exit code 0
    [2012-11-17:12:59:03] Elevated install completed
    [2012-11-17:12:59:05] Runtime Installer end with exit code 0
    [2013-02-08:17:00:08] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:00:08] Commandline is:
    [2013-02-08:17:00:08] No installed runtime detected
    [2013-02-08:17:00:23] Relaunching with elevation
    [2013-02-08:17:00:23] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\airc5a7.tmp\adobe air installer.exe -ei
    [2013-02-08:17:00:24] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:00:24] Commandline is: -stdio \\.\pipe\AIR_4732_0 -ei
    [2013-02-08:17:00:24] No installed runtime detected
    [2013-02-08:17:00:24] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:00:24] Installing msi at c:\users\rafal\appdata\local\temp\airc5a7.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:00:28] Runtime Installer end with exit code 0
    [2013-02-08:17:00:28] Elevated install completed
    [2013-02-08:17:00:30] Runtime Installer end with exit code 0
    [2013-02-08:17:38:43] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:38:43] Commandline is:
    [2013-02-08:17:38:43] No installed runtime detected
    [2013-02-08:17:39:09] Relaunching with elevation
    [2013-02-08:17:39:09] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air1425.tmp\adobe air installer.exe -ei
    [2013-02-08:17:39:09] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:39:09] Commandline is: -stdio \\.\pipe\AIR_7416_0 -ei
    [2013-02-08:17:39:09] No installed runtime detected
    [2013-02-08:17:39:09] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:39:09] Installing msi at c:\users\rafal\appdata\local\temp\air1425.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:39:11] Runtime Installer end with exit code 0
    [2013-02-08:17:39:11] Elevated install completed
    [2013-02-08:17:39:13] Runtime Installer end with exit code 0
    [2013-02-08:17:48:46] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:48:46] Commandline is:
    [2013-02-08:17:48:46] No installed runtime detected
    [2013-02-08:17:48:49] Runtime Installer end with exit code 6
    [2013-02-08:17:49:38] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:49:38] Commandline is:
    [2013-02-08:17:49:38] No installed runtime detected
    [2013-02-08:17:49:48] Relaunching with elevation
    [2013-02-08:17:49:48] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air16d3.tmp\adobe air installer.exe -ei
    [2013-02-08:17:49:48] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:49:48] Commandline is: -stdio \\.\pipe\AIR_11804_0 -ei
    [2013-02-08:17:49:48] No installed runtime detected
    [2013-02-08:17:49:48] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:49:48] Installing msi at c:\users\rafal\appdata\local\temp\air16d3.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:49:49] Runtime Installer end with exit code 0
    [2013-02-08:17:49:49] Elevated install completed
    [2013-02-08:17:49:51] Runtime Installer end with exit code 0
    [2013-02-08:17:59:04] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:59:04] Commandline is:
    [2013-02-08:17:59:04] No installed runtime detected
    [2013-02-08:17:59:06] Relaunching with elevation
    [2013-02-08:17:59:06] Launching subprocess with commandline c:\users\rafal\appdata\local\temp\air9d57.tmp\adobe air installer.exe -ei
    [2013-02-08:17:59:07] Runtime Installer begin with version 3.5.0.1060 on Windows 7 x86
    [2013-02-08:17:59:07] Commandline is: -stdio \\.\pipe\AIR_2348_0 -ei
    [2013-02-08:17:59:07] No installed runtime detected
    [2013-02-08:17:59:07] Starting silent runtime install. Installing runtime version 3.5.0.1060
    [2013-02-08:17:59:07] Installing msi at c:\users\rafal\appdata\local\temp\air9d57.tmp\setup.msi with guid {1798D459-6B8B-474B-868D-1229EADA3B95}
    [2013-02-08:17:59:08] Runtime Installer end with exit code 0
    [2013-02-08:17:59:08] Elevated install completed
    [2013-02-08:17:59:17] Runtime Installer end with exit code 0

    Help please?

  • How do I source an image with HTML in Adobe Muse?

    Hello, I am wanting a horizontal slideshow for images and I got the code to work nicely in my muse website and all I need to do now if populate it with images. I have looked into the syntax for placing an image and I am not too sure how to handle the sourcing (as I've never done code before).  It's to go something like this:
    <img src="url" alt="some_text">
    I have the images to place in the slideshow sized, cropped, and ready to go in, but I do not know how the input the syntax to "source" my images - they are just sitting in a folder in "my pictures" on my desktop. My workplace has a server where we all can access the same files...will that help?  I've seen where people reference images in their code simply by typing the web address of their website with the image name at the end....which confuses me! -> how do I upload an image to my Muse website without it being seen and then reference it in a slideshow?  That process doesn't seem to make sense. I'm lost! Help please!

    Here are a couple o links that will help in your quest and will answer 95% of your questions.
    http://www.w3schools.com/html/html_images.asp
    http://www.htmlgoodies.com/primers/html/article.php/3478181/Basic-HTML-Images.htm
    http://www.adobe.com/products/business-catalyst/faq.html
    http://www.w3schools.com/js/default.asp
    http://jquery.com/
    The other 5% is how well will Muse play with all that. To that I cannot  answer fully because I haven't tested every scenario. Again, the inherent nature of Muse is "designed" to stray away from custom coding. Also in your previous post it is a little unclear as to your where all your Muse folders/files are residing. IE: on your companies server or on BC or a bit of both. I know ultimately all your trying to do is point to something. Seems simple enough right? And there may in your developement come a time when you need the more advanced CMS features, which is why BC seems logical.
    What you find along the way is that it can get more involved then you anticipated. Certainly if you can make it work then go for it. The problem is at times, while things can seem simple in theory, without sufficient practice employing those theories (the coding/the syntax) then any # of errors can happen leaving you scratching your head and cursing why you bothered in the first place. Another option is to rethink your strategy. Is it really all that important to have the uber cool linear continuous scrolling effect? Will this define my site? Can I implore some imagination and thinking and make it easier on myself by using the tool at hand (Muse) to it's max to achieve the end goal?
    Just some food for thought but as previously stated if you can make it work then go for it. And if the mods or other users can be of more help than I, then that would be great as well!
    Happy Holidays, good luck, and please report your findings :-)
    Edit - With so much going on myself, I forgot to mention that (when you have all your  i's dotted and t's cossed) you could try inserting the script into the html for head feature via the metadata tab in your page properties.
    Message was edited by: GVD321

  • Printing Images with Transparent Background

    Sorry if this question has already been asked, but I couldn't find anything similar to it in a search through the archives.
    I have a couple of images with transparent backgrounds in a document, much like the shells and the blue flowers in the "Classic Brochure" template in Pages 2.0.1. These images show up perfect on the screen, and when printed as .pdf files, but when I print to either an hp color laserjet 4600 or an hp laserjet 1320, the images show up with a clear box around them; the colors under the box (where it should be transparent) are faded and slightly blurred. This happens both with my document, and the unaltered "Classic Brochure" template. I've tried moving various objects backwards and forwards, but it doen't seem to have any effect. It even happens with one of the text boxes I have in the document.
    Another odd thing is that the printed "box" isn't the same size as the box that appears when you click on the object in the document. It's a bit bigger. I've seen other posts about problems with hp printers, but I'm not sure it's related. Any insight would be appreciated.
    MAF
    iMac Intel Core Duo   Mac OS X (10.4.7)  

    http://indesignsecrets.com/eliminating-ydb-yucky-discolored-box-syndrome.php
    Bob

  • Adding gameCenter functionality with actionscript3 and Adobe AIR

    I am writing a game in actionscript3 and adobe AIR for the iphone4. Is there a way to connect to iphone's gameCenter in actionscript3, or is that not possible and I am forced to use xcode and objective-C?
    If this is not possible, are there any alternatives to gameCenter that I can program with actionscript3 and AIR? For example openFeint??
    Thanks

    I am writing a game in actionscript3 and adobe AIR for the iphone4. Is there a way to connect to iphone's gameCenter in actionscript3, or is that not possible and I am forced to use xcode and objective-C?
    If this is not possible, are there any alternatives to gameCenter that I can program with actionscript3 and AIR? For example openFeint??
    Thanks

  • Problems using uploadify 2.0 with the new Adobe Air 3.8 resp. Flash Plyer 11.8

    Hi there, we have a problem with the plug-in uploadify 2.0 and the new Adobe Air 3.8. It isn´t compatible. The plug-in just doesn´t work any longer. Anybody else with this problem? Maybe sb already got a solution? --We need urgent help .. Thanks in advance guys
    Kind regards

    The error #3747: "Multiple application domains are not supported on this operating system." occurs when the Applicationdomain is not set to currentDomain. Can you please debug if the ApplicationDomain is getting set to currentDomain rather than the default one?
    Thanks,
    Nimisha

  • Issues with localToGlobal in Adobe AIR 2.0

    Hey guys so I have a flash application that works fine compiled in flash 20.1.  However when I converted it to adobe air the localToGlobal method for DisplayObject is no longer working correctly.  I am unable to debug the issue because the adobe air 2.0 debugger always crashes(arg!). Does anyone know if there are any differences in how this method behaves between compiling my app in flash 10.1 vs air 2.0?  Thanks
    -Brad

    For some reason Adobe made me choose a different screen name.  Anyways here is some example code:
    When compiled in AIR 2.0 it prints out 5
    When compiled in Flash 10 it returns 15, the correct number.  Can I report a bug?
    import flash.display.Sprite;
    import flash.geom.Point;
    var sprite:Sprite = new Sprite();
    var sprite2:Sprite = new Sprite();
    sprite.x = 10;
    sprite.y = 10;
    sprite2.x = 5;
    sprite2.y = 5;
    sprite.addChild(sprite2);
    var p1:Point = new Point(sprite2.x,sprite2.y);
    p1 = sprite2.parent.localToGlobal(p1);
    trace(p1.x);

  • Digital publishing with CS5 vs adobe air

    i went to an indd user group meeting in nyc last night and the subject was using CS5 to create magazines for the ipad. as a strictly print kinda girl i'm anxious and interested in how this is all gonna work. they mentioned adobe air at one point and i looked it up (i told you, i'm a print girl) and i'm wondering what the differences are in air and .issue. in other words, after reading a very little bit about Air it looks like it does what indesign is doing for the ipad. i know not much about either so could someone explain the differences, why one is better than the other and when one would be used preferably over the other?
    thank you!
    mary

    it was very interesting. just the number of people and the amount of anxiety in the room was interesting in and of itself.
    what struck me, since i'm not in magazine publishing, is that this could, theoretically, replace traditional printing. why limit it to magazines? imagine direct mail and catalogues, brochures, being done this way and sent via email (altho on the other hand don't we have all that capability on the internet?) and once this is available on desktop macs and monitors, imagine the effect on events, is the technology there for a 15' long interactive media wall? but anyway, back to my original question, we outsource content here to another studio that uses Air to create touchscreens for tradeshow booths. so i've heard of Air but never used it. how does Air work? why would i use it if i could do everything in indd CS5? the one thing that did seem like an advantage, from what i read, was that Air didn't require a browser or application, it created a standalone app so that would seem like it would be device independent as well. can they be read on a plasma, a phone, an ipad?
    i guess what i'm really wondering is if i'm going to invest the time to learn how to make .issue files and then find Air is the way to go. has anyone not been scarred by the betamax/vhs experience? if you have, you know my fear. : )

  • Problem with Expose and Adobe AIR application -can't click on app in Expose

    I just installed a new Adobe AIR application called TwitterLocal. The app was working fine until I accidently hit some keyboard shortcut and the application window disappeared. I figured I accidently assigned the window to some other "space," however I do not have SPACES turned on. Furthermore, when I select EXPOSE, I can now see the content of the application's window, however if I click on the app (which takes on that grey-highlight appearance when you mouse over it) the desktop returns to its normal position. I can see via the top status bar that the app is currently selected, but I cannot access the app window.
    Is there any way to send an app that was "sent" to expose back to the normal desktop? I've tried rebooting and even uninstalling/reinstalling the app but it is still lost in expose.
    Any thoughts on this would greatly be appreciated.

    Solution was to change display to lower resolution, then the Adobe AIR app TwitterLocal became visible on the standard desktop and I was able to click on and move the app window towards the left of the desktop. Once I switched the resolution back, everything was ok.

  • Problems with application on adobe air

    I am from russia, so sorry for my bad eanglish. I installed your product - adobe air. And after this all application on this plotform doesn't work. they doesn't have a assecc to internet, actually all twitter-clients. I block all prgrams, including antivirus and I can't solve this problem. My operation system is Windows 7.My e-mail [email protected]
    thank you.

    Does anybody can to help me?

  • Printing images with Crystal Report 9

    I am trying to create a Crystal report with images (and text) drawn from my collections management database (EMu), but the images have a poor quality that they are unrecognizable.  The EMu images are jpegs 800 (h) x 682 (w) pixels.  The tech people at EMu tried their best to resolve the problem, but finally decided the problem must lie in either how Crystal imports the images, or what it does with them afterwards.  Has anyone else had this problem, and if so, how might we resolve it? 
    thanks,
    Camelia

    We inserted the image as an OLE Object>Media Clip>moved it to back
    The Emu images are imported on my local drive; when I open the pictures they look ok, only after I run the reports with Crystal the quality of the pictures deteriorates.
    thanks,
    camelia

  • Bug: Adobe Air Print Stylesheets

    When using Air to print an html file (already a silly process
    in of itself) it appears that Air doesn't actually use the @media
    "print" style sheet rules.
    quote:
    @media screen { .noprint {display:none;} }
    @media print { .noprint { display:block !important; padding:
    5px; border: solid 3px #0000FF; font-weight:bold;
    text-align:center; } }
    Does anyone have any word when Printing will be fixed in
    Adobe Air applications? It's really terrible as it stands now, and
    having to make hacks to display windows with alternate "screen"
    media stylesheets is just adding insult to injury.
    For now I will try to create a js/as bridge and attempt to
    use AlivePDF. If anyone has dreamed up any alternatives I'd really
    appreciate it.
    Here's some sample prints of the above test if needed:
    Sad, kinda
    gross looking, Adobe Air Print
    Happy,
    properly formatted, Firefox Print

    This was an issue with retina iPad's prior to AIR 3.5  .. I saw this fixed as of AIR 3.5.  Altho it doesnt take a retina screen capture. It captures at 1024 x 768 and scales up to 2048 x 1536

Maybe you are looking for

  • Runtime error R6025 message after log on to Vista - Flash Card not working

    Hi I'm a newbie & would appreciate any advice. I am getting a runtime error message R6025 when I log on to Windows Vista. When I click out of the box I then get a message saying Toshiba Flash Card not working. I cancel that and my laptop is ok except

  • Can send but not receive mail

    I have a macbook with OS 10.5.8 and Mail 3.6 I have an imac with OS 10.4.11 and Mail 2.1.3 Both have been working fine with my mac.com / me.com account for a long time but Mail and the MacBook has suddenly stopped receiving messages - although it can

  • IDS 5.1 - Servers not showing in console

    I have created a new admin user, but when I logon to the iPlanet Console using the new account I don't see any servers in my list. If I logon using my existing admin id I see a list of the servers. Any ideas?

  • External preview - DVI to HDMI

    Hi, In order to obtain the best possible quality of external monitor preview - is there any difference between DVI to DVI, HDMI to HDMI, or DVI to HDMI connection or it`s just the same? Also, I`m considering to buy Palit 1GB RADEON HD 4870 video card

  • Why won't font book changes hold?

    Several times I have gone into the Font Book application and unselected duplicate fonts and done the same for fonts I don't want to use. Yet before long, all are selected again -- everything. I think it is happening whenever I flush caches as part of