Posts filed under 'bug'

Problem with Adobe Flash CS3 - Korean version

If you're new here, you may want to subscribe to my RSS feed. If you like my site, consider linking back. I prefer text "Free Flash Tutorials" to http://blog.franto.com
Thanks for visiting my site! If you need anything just contacting through Contact page or Gtalk widget

Friend on mine has following problem:

Hi Franto,

I have installed Adobe Flash CS3 Professional Trial Version on my machine having Windows XP - English Version. The Software(CS3) get installed but it is showing Menu Bar,Title Bar,Tool Bar and other Korean text as a Junk Character.
I have also installed Korean Fonts on my machine, but the problem is still same.
I am attaching the screenshots for you

Please help me out.
Thanks in Advance.

I don’t have Korean version of Flash CS3, nor Korean fonts (I will not able to read them), so if anyone has similar problem and solve it, please let my friend know by submitting comment with your solution. Maybe if someone from Adobe listen, try help him as well, please

And here are screenshots:

Adobe Flash CS3 - Korean version - Junk Font Adobe Flash CS3 - Korean version - Junk Font
, , , , ,
AddThis Feed Button

Add comment May 28th, 2008 Add to your FavLinks

Ely Greenfield’s Calendar

If there is anyone (include Ely) who were working, fixing, whatyever… Ely’s proof of concept for Interactive Calendar, please contact me through comment (please provide email to let me contact you) I need urgent issue to solve today, and I really don’t know how to fix it. So maybe have already fixed it up. Thanks for your help

, , ,
AddThis Feed Button

3 comments November 27th, 2007 Add to your FavLinks

Flex 3 beta 2 Autocompletation time

Is it just me or time taken for autocomplete any Class name in Flex 3 beta 2 is much longer then in previous Flex version? Whole Flex freeze for few seconds and then all works ok, but it’s little annoying. Does anyone have similar experience?

, ,
AddThis Feed Button

5 comments November 21st, 2007 Add to your FavLinks

AirTips: Problem with app.xml in Flex 3

So this is first tip for AIR development (See my FlexTips). I came across bug in Flex 3 Beta. It’s strange. I was playing with App-app.xml file to try change chrome and transparency.


<rootcontent systemChrome=”standard” transparent=”false” visible=”true”></rootcontent>

If you have systemChrome=”standard”, transparency must be set to false, if you have systemChrome=”none”, you can set transparency to true. And now problem. Try to set systemChrome=”standard” but have transparent=”true”. After compiling there is error: “Unknown error generating output application.xml files”. You can set systemChrome and transparent parameters back to correct values, you will not get rid of this error. After surfing I have find, that there is because of some invisible chars in the app.xml file. I was trying to remove them, but I can’t see any invisible chars. I have tried to delete file, and copy another working app.xml from working AIR project. Nothing.

The only way how I clear the error was by creating new AIR project, and copy all files from old project except app.xml. I use the new one.

Hope this help someone.

May this will help you:
I wanted to delete this project, and in bin folder there were app.xml which was used by Windows and can be delete, and there were wrong line:


<rootcontent systemChrome=”standard” transparent=”
true” visible=”true”></rootcontent>

So it seems, when you will have this error in your project, you have to delete or fix file in bin directory, not in source directory.
And when I wanted to switch off the computer, there were process which can be killed (flex 3), so I have to reset the computer.

This should help

, , , , , ,
AddThis Feed Button

4 comments July 25th, 2007 Add to your FavLinks