Bookmarks from February 14th through February 22nd
Monday, February 22nd, 2010These are my links for February 14th through February 22nd:
These are my links for February 14th through February 22nd:
These are my links for February 8th through February 14th:
These are my links for January 30th through January 31st:
A couple months ago I needed to add the ability for a user to copy a text string to their clipboard while on an HTML page. I did some searching around and tried a few solutions, but finally settled on Clippy.
Clippy is used on GitHub quite a bit and the source was made available, but it relied on haXe. I needed something that could be used in a familiar application, so I took the Clippy source and made it work with Flash CS4. Some parts might be a bit hacked together, but hey, it works. Here’s an example:
If you’re interested in the source, you can download this sample:
All you have to do is change the variable in the HTML to what you want to be copied, alter any of the graphics drawing commands you want in the FLA and just publish a new SWF out.