Quicker loading time

How can I make this load quicker?

http://www.nubiansoul.com/test/akademiks.html

Do you have a preloader because all I’m seeing is a blank white screen. Adding a preloader won’t necessarily make it load faster, but will give the viewer some indication that something is loading.

It has a preloader. I simply changed a few things from the source code, and now it is taking forever to load.

What changes did you make?

I added a different song, and change the wording, along with adding color to the wording. That was it. I was testing it out before I replace the first picture with a picture I am doing the site for.

I just looked at your source code and noticed a few errors. You have the URL of your flash pointed at FLA files when they’re suppose to be SWF files. Here’s your code:

  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="32" height="32">
    <param name="movie" value="http://nubiansoul.com/test/akademiks.fla">
    <param name="quality" value="high">
    <embed src="http://nubiansoul.com/test/akademiks.fla" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="32" height="32"></embed></object>

Thanks. That was the problem. I appreciate the assistance.

no problem. =)