Adobe Air Web Browser

screenshot of Air BrowserI’ve been playing with Flex and Adobe Air for a while now, and I’ve wanted to test the abilities of the Air HTML component for future projects. So I built my own mini Air Web Browser.

During the Air beta the mx:HTML component didn’t do javascript very well, and it didn’t do flash at all, from what I could remember. I created a simple little browser with Adobe Flex Builder 3 and the latest Adobe Air SDK. It runs embedded Flash/swf great, and does well with javascript. I tested the javascript abilities with prototype and some custom functions. You’re more than welcome to play with it and make changes.

 

Download

 

16 Responses to “Adobe Air Web Browser”

  1. is there a way altar the opacity of the entire browser, and its contents? If you can add this feature, I would be so very greatful :)

  2. I personally use PowerMenu for making my windows transparent or always on top, if the application does not have a native solution for it.

  3. Hi, Great app – is it possible to change the default page? Thanks!

  4. Indian Music

    Does it allow DOM access and manipulation?

  5. great app
    but
    How can i open a new link(which present on the opened page in a browser) in a tab?

  6. Luke fernandez

    Have you had any success getting audio files (like wav or mp3) that are referred to via an embed tag to run in the browser? I can get YouTube pages to render and play fine but I’m stumped how to get audio files to run. Any tips?

  7. I don’t think the HTML5 audio tag will work, but you should be able to use some flash-based audio player in your html. You could also script something with AS3 Sound and SoundChannel to load and play the audio.

  8. logiciel turf

    Thanks for the code, I’m trying to explore the power of html control on flex 3 api and this sample will help me a lot.
    Celine

  9. Is there a way we can open a new window by clicking a link on a web-page. Something to the order of window.open ?