Since it is not possible to run code in child swfs under iOS I am trying to have the top of my app be an HTML page which chooses which swf to load. I am building in Flash Builder.
The problem is that in the app.xml the value specified in
<initialWindow>
<content>value</content>
</initialWindow>
gets automatically overwritten with the name of the project swf. I want to specify this value as an html page. Can this be done in FlashBuilder or do I have to do command-line AIR?
Thanks,
--S