Malicious enjoyment derived from observing someone else’s misfortune
 

Tag Archives: flash

Flash Chart Testing

I’m testing a flash chart plugin based on this.

Action Cats!

OMFG Action Cats!

Graduation Video

I found my graduation video while cleaning up today. You can download the 70MB MP4 copy as well.

Flash Video Player for Mephisto

So I made this awesome filter for Mephisto that allows you to easily embed flash videos in your post. May require tweaking if using a non-standard URL root. It’s as simple as this: <macro:flash>/assets/2007/8/13/party.flv</macro:flash> Or, you can make it complicated: <macro:flash width=”640″ height=”480″>/assets/2007/8/13/party.flv</macro:flash> Which ends up like this: Installation Install it from your mephisto directory: ./script/plugin install -x https://modzer0.cs.uaf.edu/repos/hank/code/rails/mephisto/filtered_column_flash_video Voila! Firebreathing!

Bloxorz Score

I Rock at Bloxorz! Moves: 1055 Passcode: 000241

Eins, zwei, drei, vier!

Kittens on a mission!

Flash 9 for Linux – Finally

I finally installed Flash 9 for Linux, and it is sweet. Here’s a taste: In other news, while searching for a Flash 9 Player test, I happened upon a HaXE implementation for compiling Flash 9 SWF files. Now, that is awesome. ;)

Flash Myspace Redirect in Linux

Here’s how I redirected all my MySpace traffic here since MySpace Sucks: sudo apt-get install libming-util Make a new file, lets call it redirect.as. Now, fill it with this: getURL(“http://www.ralree.info”); Replacing my URL with your URL. Nice. Now, run makeswf redirect.as. Now you have a file called out.swf. Put it somewhere on a webserver where you can pull it from MySpace. Now do this on your MySpace profile: <embed allowScriptAccess=”never” allowNetworking=”internal” enableJavaScript=”false” src=”http://modzer0.cs.uaf.edu/~hardwarehank/slideshow.swf” quality=high pluginspage=”http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash” type=”application/x-shockwave-flash” width=”200″ height=”200″> </embed> Congratulations! [...]