Monday, August 27, 2007
I should dig some more about this, but for now its not allowing me to deploy an AIR application that I would like to use myself. Anyone have ideas about this?
UPDATE:
I updated my app.xml file, adding height and width attributes to the application tag, no go. I then added height and width nodes (shot in the dark), and no go. Perhaps Adobe has yet to really develop this AIR extension yet. Or I am missing something pretty obvious.
Update 2:
…
…
Okay so in theory we can do:
And then the XML file could be like this:HelloApollo.xml
This has not been tested yet, and we shouldn't have to do this stuff, but if it works, it works. Hopefully it will.systemChrome="none"
transparent="true"
visible="true"
height="400"
width="600">
foo.swf
1 Comments:
-
mkeefe said...
-
“You may want to check out the "rootContent" node:
rootContent systemChrome="none" width="1024" height="768" transparent="false" visible="true"[SWF reference is generated]/rootContent
** Removed the brackets **”






