Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COits frustrating that I can't find any information that actually teaches the concept or explains how to do these things in an example context. I'm the kind of person that learns from reading an example of working code, not from reading an explanation of how the 2 can work together.. I want a normal clickable button in html that triggers javascript that can copy to the clipboard. Javascript can't on its own so I need to use some sort of "bridge". Half of the pages refer to it as Flex SDK, some say Flex Builder, some say Flash Builder.. I don't understand how this is supposed to work. :-/
      singulars
    2. COThis is my first attempt at an Air Appication. I'm a very capable HTML and JavaScript web designer, but I don't understand anything about Flex quite honestly. I found a decent example of how to combine java and actionscript here: http://blog.everythingflex.com/2008/02/25/air-actionscript-javascript-bridge/ but I don't understand how the mxml file in the reference link is supposed to be added to the AIR application. Perhaps you can help on that aspect?
      singulars
    3. COEssentially, Adobe Air is like a browser with benefits. Using the AIR APIs it allows cross-platform access to operating system operations such as, but not limited to, File manipulation. Generally, there are two methods of creating an air app. One is to use the Adobe Flex SDK which is built on Actionscript 3 using MXML components for 'mark-up'. The other way to go is similar to using Air as a desktop browser. You can write html, css and js as you would a web page and run it all using Adobe Air like you would a Desktop app. The added benefit is you have access to the OS. Cont...
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload