Twikini
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 app that allows you to use twitter without the twitter mobile site. check it out here and give me your thoughts.
ToddTube ‘n’ Alpha
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 summer (time permitting).
Flash CS3/AS3 Clipboard Button
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
The Beat Machine Project
The Beat Machine is a full featured Dynamic Flash Audio Player. It queries playlists, songs, as well as reads ID3 information from your music to display author, album, year made and more. I built the Beat Machine to have a balance meter and a selection of different visualizations. The visualizations can be flash, movies, pictures and more.
Also try my QID Components Set
The QID Component Set is a set of dynamic, query driven multimedia applications that can be customized for any website.
Addition Of ToddVaughn.com

Recently I decided to separate this site from the site under my personal name. The separation come from my recent interest in the Drupal platform and I use ToddVaughn.com to test what the capabilities are.


