Edit song file please-

  • Thread starter Thread starter njordan100
  • Start date Start date
Yup.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
yep.
what did you use?


| Can anyone please tell me if, when you click on the 'play' button, you can
| or cannot hear the song clip?
| You may have to click on it twice as it needs to buffer up for the first
| time. Page made with FP 2002
|
| http://norma100.com/11/11lyrics_clips_happyhour.htm
|
| Thanks a lot!
| Norma
|
|
 
The song clips came to me on a CD in WAV format. I used Roxio and saved
them to the hard drive as .wma files, (windows media audio). Tranferred
them all over to the website. Used the following to pick them up:

<OBJECT ID="MediaPlayer1" WIDTH=8 HEIGHT=1
CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject">

<PARAM NAME="FileName"
VALUE="http://norma100.com/11/wma/happyhour.wma.WMA">
ref><PARAM NAME="ShowControls" VALUE="False">
<PARAM NAME="AutoRewind" VALUE="True">
<PARAM NAME="AutoStart" VALUE="False"></OBJECT>

<BR>
<INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play">
<INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop">
<SCRIPT LANGUAGE="VBScript">
<!--

Sub BtnPlay_OnClick
MediaPlayer1.Play
End Sub

Sub BtnStop_OnClick
MediaPlayer1.Stop
MediaPlayer1.CurrentPosition = 0
End Sub
-->
</SCRIPT>







yep.
what did you use?


| Can anyone please tell me if, when you click on the 'play' button, you can
| or cannot hear the song clip?
| You may have to click on it twice as it needs to buffer up for the first
| time. Page made with FP 2002
|
| http://norma100.com/11/11lyrics_clips_happyhour.htm
|
| Thanks a lot!
| Norma
|
|
 
thanks!
I like the effect - clean, simple.

| The song clips came to me on a CD in WAV format. I used Roxio and saved
| them to the hard drive as .wma files, (windows media audio). Tranferred
| them all over to the website. Used the following to pick them up:
|
| <OBJECT ID="MediaPlayer1" WIDTH=8 HEIGHT=1
| CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
| STANDBY="Loading Windows Media Player components..."
| TYPE="application/x-oleobject">
|
| <PARAM NAME="FileName"
| VALUE="http://norma100.com/11/wma/happyhour.wma.WMA">
| ref><PARAM NAME="ShowControls" VALUE="False">
| <PARAM NAME="AutoRewind" VALUE="True">
| <PARAM NAME="AutoStart" VALUE="False"></OBJECT>
|
| <BR>
| <INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play">
| <INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop">
| <SCRIPT LANGUAGE="VBScript">
| <!--
|
| Sub BtnPlay_OnClick
| MediaPlayer1.Play
| End Sub
|
| Sub BtnStop_OnClick
| MediaPlayer1.Stop
| MediaPlayer1.CurrentPosition = 0
| End Sub
| -->
| </SCRIPT>
|
|
|
|
|
|
|
| | yep.
| what did you use?
|
|
| | | Can anyone please tell me if, when you click on the 'play' button, you can
| | or cannot hear the song clip?
| | You may have to click on it twice as it needs to buffer up for the first
| | time. Page made with FP 2002
| |
| | http://norma100.com/11/11lyrics_clips_happyhour.htm
| |
| | Thanks a lot!
| | Norma
| |
| |
|
|
 
Don't use the .wma format for full songs. I used it on the clip files
because they were only about 30 seconds long and created a file of about 400
to 700KB's in size, (a reasonable size for streaming audio...does not bog
down on opening the page). For full song files, convert to .asf and it will
take a 3 to 4 MB song file down to anywhere from 500 to 1200 KB's. I have
quite a few full songs on my website using .asf-

Norma


thanks!
I like the effect - clean, simple.

| The song clips came to me on a CD in WAV format. I used Roxio and saved
| them to the hard drive as .wma files, (windows media audio). Tranferred
| them all over to the website. Used the following to pick them up:
|
| <OBJECT ID="MediaPlayer1" WIDTH=8 HEIGHT=1
| CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
| STANDBY="Loading Windows Media Player components..."
| TYPE="application/x-oleobject">
|
| <PARAM NAME="FileName"
| VALUE="http://norma100.com/11/wma/happyhour.wma.WMA">
| ref><PARAM NAME="ShowControls" VALUE="False">
| <PARAM NAME="AutoRewind" VALUE="True">
| <PARAM NAME="AutoStart" VALUE="False"></OBJECT>
|
| <BR>
| <INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play">
| <INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop">
| <SCRIPT LANGUAGE="VBScript">
| <!--
|
| Sub BtnPlay_OnClick
| MediaPlayer1.Play
| End Sub
|
| Sub BtnStop_OnClick
| MediaPlayer1.Stop
| MediaPlayer1.CurrentPosition = 0
| End Sub
| -->
| </SCRIPT>
|
|
|
|
|
|
|
| | yep.
| what did you use?
|
|
| | | Can anyone please tell me if, when you click on the 'play' button, you
can
| | or cannot hear the song clip?
| | You may have to click on it twice as it needs to buffer up for the first
| | time. Page made with FP 2002
| |
| | http://norma100.com/11/11lyrics_clips_happyhour.htm
| |
| | Thanks a lot!
| | Norma
| |
| |
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top