How To Write Chinese Characters


You can find a good online chinese dictionary from here, but this site only provides the flash file to teach you how to write a Chinese character. To support most mobile devices, we can use Google Swiffy to convert it into html5.

How to do it

First you can use Chrome Developer tool to check the swf for the character. For example, the previous page uses 8FA8.swf, the unicode of that character.

Second download that swf and upload to Google Swiffy. Unbelivable it works!!! I can download the html5 files. Actually it only use the swiffy runtime js library, and Swiffy generates some data based on the swf file. Now you can check the html5 result here.

In conclusion, can we do something based on that?