The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Kareoke, Music from CD to web page
jenna
post Sep 19 2006, 05:17 PM
Post #1





Group: Members
Posts: 1
Joined: 19-September 06
Member No.: 169



Ok, so as do many people I have a MySpace page. I would like to embed a song from a CD that I have of my friends and myself singing kareoke into the page. Everything that I find online for help requires that the song either:
already be online
-or-
be a midi file

If it was already online, I know how to do that. If it were a midi file, I'd now know how to do that. My problem is that I don't even know how to save it to be a midi file. Can anyone help me with this embarassing act?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Sep 19 2006, 05:25 PM
Post #2


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



It's not that simple to transcode audio to midi . . . especially not anything with vocals.

You're gonna have to use an audio file. This is for a QuickTime file, you could use Wave or AIFF or MP3 with a few minor changes.
HTML
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="240" height="16" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="../media/demo_hip_hop_heavy.mov">
<param name="controller" value="true">
<param name="autoplay" value="false">
<param name="loop" value="false">
<param name="cache" value="true">
<embed src="MYGREATKARAOKEPERFORMANCE.MOV" pluginspage="http://quicktime.apple.com" scale="ToFit" width="240" height="16" controller="true" loop="false" cache="true" autoplay="false">
</embed>
</object>


hth,
jim

This post has been edited by jimlongo: Sep 19 2006, 05:28 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Sep 19 2006, 08:28 PM
Post #3


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



excl.gif Obviously the param src value and the embed src should be the same in the above example i gave wub.gif .
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Sep 20 2006, 04:55 AM
Post #4


.
********

Group: WDG Moderators
Posts: 9,630
Joined: 10-August 06
Member No.: 7



QUOTE(jimlongo @ Sep 20 2006, 12:25 AM) *

You're gonna have to use an audio file.


This in turn should be simple, IIRC even Windows Mediaplayer can make an mp3 file from a CD.

Once you have an audio file I think there are readymade Flash players at myspace that you can use. If OTOH you want to make the song play automatically (=annoying), see http://htmlhelp.com/faq/html/effects.html#bg-sound
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 29th March 2024 - 10:05 AM