Call JavaScript from window to another in Adobe AIR -


in adobe air application hide initial window , create window loads in separate html file. possible call function in 1 window exists inside another?

i have read examples such as: possible call javascript method in context of window?

but i'm using native windows , not html windows don't think it'll work.

any ideas?

the structure like:

`file1.html`  function dosomething() {   } 

so want call dosomething function inside file1 file2

`file2.html`  dosomething(); 


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -