-
1. Re: precomposed icon?
Mark.Raykhenberg Jan 9, 2012 7:02 PM (in response to igregurec)Wherever you keep your working flash file once you publish it an XML file will apear, open it, find the <iPhone> line and paste the below code.
<iPhone>
<InfoAdditions>
<![CDATA[<key>UIDeviceFamily</key><array><string>1</string><string>2</string></array><key >UIPrerenderedIcon</key><true/>]]>
</InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
</iPhone>
The main part of that is <key>UIPrerenderedIcon</key><true/> I am just putting it all there so you can just go from your current <iPhone> tag to </iPhone> and get the desired results.
Key note: When you publish after adding the above code do it through File>>Publish not from under the Application Settings that option wipes out your XML and replaces it with all default values that are set outside of flash.
-
2. Re: precomposed icon?
igregurec Jan 9, 2012 10:01 PM (in response to Mark.Raykhenberg)thank you for your answer and helpfull advice about publishing - now I'm sure what leads to "Error 103: application.version is an unexpected element/attribute"

