JustinBrowser Adobe AIR app
justin — Mon, 07/13/2009 - 14:37
Today I was working on a AIR browser. Nothing to fancy just playing around with a file I found on the adobe site. http://www.adobe.com/devnet/air/flash/articles/air_browser_sample_applic...
The following table provides a quick breakdown of features accessible
through the menu.
Table 1. AIR Browser features
| File | Open | Allows you to browse and open an HTML, XML, or SWF file. Shows the type error page if the selected file is an unsupported type. |
|---|---|---|
| Close | Closes the current page and shows the start page. | |
| Prints the page. | ||
| Import | Imports the bookmarks or catalog XML file, adds the items to the menu, and saves the file in the application storage directory. Currently this feature overwrites the existing bookmarks or catalog XML definition. |
|
| Export | Exports the bookmarks or catalog XML list to a location on the desktop. |
|
| Exit | Closes all windows and exits the application | |
| Bookmarks | Add | Adds the current page to the bookmarks list. |
| Remove | Removes the current page from the bookmarks list (if it exists in the list). |
|
| Saved list | Display a list of saved bookmarks (duplicates are allowed). | |
| View | Location | Toggles the visibility of the location bar. |
| Status | Toggles the visibility of the status bar. | |
| Go To List | Submenu (see Go To feature below) | |
| Stop | Stops the current page from loading. | |
| Reload | Reloads the current page. | |
| Full Screen | Toggles full screen mode. | |
| Go To | Back | Navigates backward in the page history. |
| Forward | Navigates forward in the page history. | |
| Home | Navigates to the first page in the catalog list. | |
| URL List | Displays the catalog list of navigable links. | |
| Help | Contents and Index | Displays a popup window containing the help document defined in the settings XML file. |
| About Us | Displays a popup window containing the about us image defined in the settings XML file. |
Have a look for yourself. You can get a copy by downloading the zip file.
