riaxe snippets
Riaxe Admin
This user hasn't shared any biographical information
Homepage: http://www.riaxe.com
Jabber/GTalk: susrut@riaxe.com
Posts by Riaxe Admin
Highlight lines in a TextArea
Nov 8th
I just went through today in adobe forum and found an interesting topic. The exact forum url – http://forums.adobe.com/thread/518365?tstart=0 . I tried to find a solution and got it.
It is about highlighting a set of lines in a textarea. Its nothing a big deal, I just followed 2 steps
- one to calculate the number of lines and give an option of selecting/deselecting those lines.
- second set the selection when its option is selected.
I have put up a demo here . Have a look.
Direct link -
http://www.riaxe.com/blog/demo/textareahighlight/TextAreaHighlightLines.html
Rotating text along a circular arc in as3
Jul 27th
Googled around for a demo related to placing text over an arc in as3.0…found some solutions but were not satisfactory. So decided to create a simple demo of rotating text along a circular arc. The demo includes dynamic text entry, dynamic arc radius and text spacing.
You can find the demo here.
