Flash Tip 1: Preloader Doesn’t Work? It Might Be Your Sounds

September 15th, 2007

FlashI made a goofy Gilmore Girls video game and then realized I messed something up that causes the preloader to not display right away - defeating the whole purpose of a preloader.

When dynamically loading and playing sounds in ActionScript, you may have correctly set your sound file in the library to Export for ActionScript and Export in first frame. It’s the latter item that messes things up. It seems Flash takes that first frame thing literally and will load those library items even before the ActionScript you have on frame one, layer one - which is usually your preloader code.

gopage Read the rest of this entry (383 words await you)

Some Web Design Basics 1: XHTML

September 15th, 2007

Web DesignIn the interest of sharing information, this is the first in a series of “brain dump” posts regarding web design - specifically for folks who are starting a blog.

gopage Read the rest of this entry (640 words await you)

Annoying IE Bug: Creeping Text

August 30th, 2007

Web DesignBut in regards to Internet Explorer and “creeping text”: The site looks dandy in Firefox and Safari, but I always hold my breath when it comes to Internet Explorer on a PC. So I checked out few pages and noticed this annoying problem in the comments - basically everything was slowly edging to the left, to the point where the text was appearing off the side of the page.

gopage Read the rest of this entry (383 words await you)