WebSnapshot – a simple Adobe AIR application
by Carlos Pinho, June 14th, 2007
  • Share
  • Share

Posted by Daniel Wanja 8 minutes ago

I converted the original Apollo WebSnapshot Application to Adobe AIR using FlexBuilder 3. Now WebSnapshot works on OSX and Windows.

The conversion was straight forward. I changed the root tag of the application from

<mx:ApolloApplication>

to

<mx:WindowedApplication>

Then I used the new File.browseForSave method to show the save dialog when clicking on the thumbnail. No need anymore for the workaround that was required for this before. One thing I didn’t find out (yet) is how to set the file type and default filename in the save dialog. Any pointer is welcome!

Download it now: WebSnapshot0.2.air (right click and ‘Download Linked File’)

20070613_websnapshot_osx.gif

20070613_websnapshot.gif

To run the application you need to Adobe Integrated Runtime (AIR). Also uninstall Alpha 1 before installing Beta 1 if you had Apollo installed.

To uninstall the runtime on Windows:

1. In the Windows Start menu, select Settings > Control Panel. 2. Select the Add or Remove Programs control panel. 3. Select “Adobe Apollo 1.0 Alpha1” to uninstall the Apollo runtime. 4. Click the Change/Remove button.

To uninstall the runtime on Macintosh:

1. Delete the /Library/Frameworks/Adobe Apollo.framework directory. 2. Delete the /Library/Receipts/Adobe Apollo.pkg file. 3. Empty the Trash.
 

Original post here.

Brgds,

CP

Copy and Paste the code below
Email and IM
Websites
Forums
Get This

5 Responses to “WebSnapshot – a simple Adobe AIR application”

  1. Adobe AIR Developer's Toolbox: Resources And Tutorials | Developer's Toolbox | Smashing Magazine Says:

    [...] WebSnapshot – a simple Adobe AIR application [...]

  2. Adobe AIR Developer’s Resources And Tutorials - o2webdev Says:

    [...] WebSnapshot – a simple Adobe AIR application [...]

  3. Adobe AIR Developer’s Toolbox: Resources And Tutorials | ikslog Says:

    [...] WebSnapshot – a simple Adobe AIR application [...]

  4. Adobe AIR Developer’s Toolbox: Resources And Tutorials « Online Free Applications Software Tips Tools Wallpapers Says:

    [...] WebSnapshot – a simple Adobe AIR application An overview of useful tutorials for newbies and professional developers. [...]

  5. Adobe Air资料收集 | 匹诺曹 Says:

    [...] WebSnapshot – 一个AIR应用程序示例 [...]

Let leave a Comments for this post.