Adobe Air Sdk Resize Window On Page Load
I need to resize an adobe air sdk window on an html page to a certain pixel height and width. Not looking for the initial window in the app descriptor. I'm not so good at coding so
Solution 1:
Didn't realize I could just use normal javascript to do this:
<body onload='window.resizeTo(width,height)'>
Post a Comment for "Adobe Air Sdk Resize Window On Page Load"