Malayalam font embed in adobe flash professional cs5 - actionscript-3

I want to create malayalam supported font using adobe flash professional cs5, in embed option i can choose malayalam font family dropdown but character range is not available for malayalam

Related

Can flash website work without flashplayer?

I just create an interactive flash website and it doesnt work without flash player. Is there a code to make my website work well on any browser and without flashplayer?
Thanks :)
Bad news, if you want to run flash animation in a web page, the browser should have FlashPlayer installed and enabled.
But if it's not in a webpage, you have the possibility to convert your Flash animation in an application with Adobe AIR for desktop and mobile.
http://www.adobe.com/products/air.html
With the last Flash IDE (Animate CC), you can export your Flash animation in HTML5, to be compatible with a browser that not have Flash Player. But not support all Flash functionalities.
https://helpx.adobe.com/animate/using/creating-publishing-html5-canvas-document.html

SVG support in Adobe AIR 16.0

I'm trying to use the AMCharts library in a HTML5 Adobe AIR app. Unfortunately this library relies on SVG and according to this page SVG is a Webkit feature not supported in AIR. I have tested this with the most recent version of AIR 16.0.
Does anyone know of a workaround for this, or perhaps a 3rd party plugin that enables SVG support in AIR? This question was asked over 2 years ago on SO, but with SVG increasing in popularity is Adobe planning to introduce SVG support in future versions of AIR?

flash projector customization

So lets say I make a game using flash and as3, then I publish it as .exe, would adobe mind if I customized the projector with third party software like resource hacker, like change .exe icon and title from the default flash icon and text "flash player 10", then distribute that .exe?
For a projector you will need a 3rd party tool, but i think you will find that resource hacker won't work in CS6, only in CS5 and earlier. It would be best to package the exe with a tool like MDM Zink, where you can cutomize your Window. Since tools like Zink have been round a while and are established i dont think Adobe has any problems with it.
Why dont you publish with AIR? There you have full control over the window(Chrome) and have additional Desktop relevant libraries. And you can package as captive .exe.

Using a Flash CS4 asset in Flash Builder AIR application

I have written a flash cs4 custom button class in actionscript 3 with its unique look-and-feel and transitions on up/down etc events. How can I import the Flash assets and use it Flash Builder for an AIR application?
Export your flash cs4 document as a swc that you can then add to your Library path in your FlashBuilder project, but before doing so, you should consider linking your button to an external class which would be accessible in FlashBuilder.

flash as3 unicode support

Can i load my own language as text in as3 textarea or labels from xml or from database. I want to display tamil in flash swf or in AIR APP. how can i do it?
Flash uses unicode by default, and I see no reasons to change that. If your text doesn't displays correctly, you need a font with such letters. Embed it into swf, use it in your textareas/labels and enjoy.