June 20th, 2009
Hey all you windows mobile users out there. Are you tired of hearing all your iPhone buddies talking how their “oh, so cool” iPhone has great apps? well I,ve been searching for a while and finally found an app that every “real” smart phone user needs… A Good Twitter App, lol. Twikini is a twitter [...]
Tags:
apps,
twikini,
twitter Posted in
Random Stuff,
While @ Work |
2 Comments »
June 2nd, 2009
This is the alpha version of my attempt at recreating the old version of youtube. I have some minor glitches that I am currently working out and should have a Beta version for download… open source of course. Stay tuned, this component should be available for anyone to grab from ToddVaughn.com by the end of [...]
Posted in
It's What I Do,
While @ Work |
No Comments »
June 2nd, 2009
Digging through some old archives I found this dusty piece. I posted the old Bass Doctor site because it reminds me of what I use to do with Flash… now I just build components…
Posted in
It's What I Do |
No Comments »
May 12th, 2009
import flash.system.System;
var theTXT:String = “I hope you enjoy your new trick”;
copy_btn.addEventListener(MouseEvent.CLICK, SystemExample);
function SystemExample(event:MouseEvent):void
{
System.setClipboard(theTXT);
}
Make a button with and instance name of “copy_btn”. Run the movie and press the button. open a blank text file, word document, etc. press control V and voila!
.
Please comment if you have questions
Posted in
While @ Work |
2 Comments »