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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -