Wednesday, April 23, 2008

Sample Code Post

I think I've found a way to post some code to this blog. I hate to admit it, but for a quick solution I am trying out Windows Live Writer, which has some plug-ins for posting code. So here we go. Referring to the previous post you should find a <icon> tag that is commented out in the [appName]-app.xml file in your FLEX or AIR project. Un comment it and after placing your icon images in the src folder put the file names in the corresponding tag.


<icon>
<image16x16>myIcon16.png</image16x16>
<image32x32>myIcon32.png</image32x32>
<image48x48>myIcon48.png</image48x48>
<image128x128>myIcon128.png</image128x128>
</icon>



So I hope that this helps someone in the future and hopefully this means I can add more code in the future.

No comments: