Interactive e-card for Disney’s “Phineas and Ferb” animated series. Client wanted kids to be able to create their own Father’s Day Card, choose a character, theme song, background, accessories, etc, and email it to their parent with a custom message. Once Dad receives the card he can customize it with a personalized “thank-you” message and send it back.

The only tricky part was that all the data needed to be sent in an encrypted URL string– normally not a big deal, but since I chose to handle all the item data in an array, I had to do some fancy footwork to parse it into an URL-encodeable string, then once the string was received, de-crypt and un-encode.