Easy way to highlight the links in flash dynamic text

Yet another transformTags() example. You all know that links in flash text won’t highlight with blue color and underline as it does in browser. If you want to highlight all the links in your dynamic text box you may use the following object as the format object...

Creating X-HTML using Flash MX Text box.

Further extending my strippTags code I came up with transformTags code to modify the tags in an xml object which is very useful for many different purposes. One of which I’m demonstrating here. basic syntax is XMLNode.transformTags(formatObject,...

Improved version of Flash Remoting Helper component

I’ve improved the component and now it has the following additional features / improvements. New Features: There is no limitation for the number of parameters. Now you can optionally specify the name of the array to use as the parameters of the remote function...

Using CF.query with ServerSide ActionScript in JRun

Many of you already aware that CF.query method is available for ServerSide ActionScript only in Coldfusion to query a database. There is no such object available in JRun 4.0. Tom Muck created an object for JRun 4 ServerSide ActionScript that adds a CF.query() method...

Remoting Helper Component

Many Java, .NET and Coldfusion MX developers are now jumping into Flash Remoting. The problem they face when they are not much familiar with actionsript is in testing their server side remoting script. Every time they have to go to the flash developer for testing. To...