Page 1 of 1

HTML/Website help needed - fast!

PostPosted: Wed Apr 11, 2007 2:31 pm
by Godly Paladin
Hey all, I'm throwing together a really, really quick little web page to surprise my mom tomorrow for her birthday - I'm going to set it as her browser homepage. Like I said, fast 'n dirty.

All I want is a photo arrangement I've made in Photoshop and a bit of mp3 music in the background.

I've got the photo; now I need to do the music. Can anyone help me out?

PostPosted: Wed Apr 11, 2007 3:00 pm
by Mithrandir
Here's what I would use...

Code: Select all
<embed
src="myfile.mp3"
width="1"
height="1"
autostart="true"
mimeType="audio/mpeg"
name="mysound"
id="mysound"
enablejavascript="true" />



Just change myfile.mp3 to whatever the name of the sound effect is.
HIH!

PostPosted: Wed Apr 11, 2007 5:06 pm
by Godly Paladin
Thanks!

PostPosted: Wed Apr 11, 2007 5:07 pm
by Mithrandir
Waves are WAY bigger than MP3. You don't have some place you could stick it?

I would consider a "low quality" mp3, then.

PostPosted: Wed Apr 11, 2007 5:15 pm
by Godly Paladin
I sized down the JPG - it was 5 megs - to a reasonable quality and was able to get the MP3 on the server.

I'm trying the code now...

PostPosted: Wed Apr 11, 2007 5:16 pm
by Mithrandir
Great. Let me know if it works out.

PostPosted: Wed Apr 11, 2007 5:29 pm
by Godly Paladin
Huzzah to the heavens! It worked! Thanks for the snappy help, Mithrandir.

PostPosted: Wed Apr 11, 2007 5:30 pm
by Mithrandir
np. Good luck!