This is a little CSS helper application I made. It allows you to insert a file or web path to a CSS file and load it into the Flash application exe. It then lists all the available CSS tags. It then allows you to input HTML utilizing the desired CSS tags and displays the url encoded text (escaped), the decoded (unescaped) values and the final end CSS applied view with the option to change the BG color of the field.
The primary use I have found for this and used it myself is testing and creating url encoded HTML strings with CSS styling. Perfect for using HTML with CSS styling in XML attribute tags when CDATA is not allowed.
