precomposed icon?
you know, the one without that default gloss...
if you making a web app it is pretty simple:
<link rel="apple-touch-icon-precomposed" href="/custom_icon.png"/>
but what about flash?
you know, the one without that default gloss...
if you making a web app it is pretty simple:
<link rel="apple-touch-icon-precomposed" href="/custom_icon.png"/>
but what about flash?
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.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.