Our FamilyForum

ShoutBox!

 

Ken

2025-02-03, 07:21:34
Wow! That is crazy!      
laughing7
 

Skhilled

2025-02-02, 20:21:47
It's snowing like crazy outside but tomorrow it's supposed to go up to the 50's! LOL
 

Ken

2025-01-25, 20:41:18
 shocked003
 

Skhilled

2025-01-25, 20:37:14
It's currently 26° which is warm as far as the rest of the week went. We were in the single digits since last weekend!
 

Ken

2025-01-25, 20:13:20

shocked003
 

Ken

2025-01-01, 13:09:08
 :fireworks3:
 

Skhilled

2024-12-31, 21:02:30
 :fireworks:
 

Skhilled

2024-12-09, 18:46:19
Thanks! And to you both as well. :)
 

Ken

2024-12-09, 17:11:29
Thanks Robert, and Merry Christmas to you and Charlie as well!  :heart:

UncleBob

2024-12-08, 19:40:05
Wishing everyone a great Christmas. From Lee (Robert) and Charlie (Pricilla). Have a good '25, too.

Recent Topics

TP Articles


Search in titles
Search in article texts

Author Topic: Embeded Sound File Test  (Read 5748 times)

0 Members and 1 Guest are viewing this topic.

Online Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 12051
  • Gender: Male
  • View Gallery
Embeded Sound File Test
« on: September 15, 2006, 08:34:11 PM »
This is an embed sound test.
We are working out the operational details for an up comming project that G-GrandMother Mallie is getting ready to do.
I think that you are going to like it.  :bigtmb:

... for this test you should be hearing Little Queenie by Chuck Berry, it should play one time and then stop.
You can make it stop by clicking the 'Esc' button on your keyboard or clicking the Stop button on your browser.
If you want to hear it again click the Refresh button on your browser.


Go down to test #3 to see the finished version of the sound player.









« Last Edit: September 15, 2006, 10:58:33 PM by G-Pa Ken »
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Online Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 12051
  • Gender: Male
  • View Gallery
Re: Embeded Sound File Test
« Reply #1 on: September 15, 2006, 09:47:21 PM »
Test #2


[html<!This code for IE>
<EMBED SRC="http://www.mykimbrell.com/sound_files/chuck_berry_little_queenie" HIDDEN="true" AUTOSTART="true" width="128" height="128">
<!This code for Netscape>
<OBJECT ID="MediaPlayer"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
standby="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject" width="239" height="179">

<PARAM NAME="FileName" VALUE="http://www.mykimbrell.com/sound_files/chuck_berry_little_queenie">
<PARAM NAME="AnimationatStart" VALUE="false">
<PARAM NAME="TransparentatStart" VALUE="true">
<PARAM NAME="AutoStart" VALUE="true">
<PARAM NAME="ShowControls" VALUE="0">

<Embed TYPE="application/x-mplayer2"
pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"
SRC="http://www.mykimbrell.com/sound_files/chuck_berry_little_queenie"
Name=MediaPlayer
ShowControls=0
Width=2
Height=2
</embed>
</OBJECT>[/html]


« Last Edit: January 30, 2007, 10:24:52 AM by G-Pa Ken »
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Online Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 12051
  • Gender: Male
  • View Gallery
Re: Embeded Sound File Test
« Reply #2 on: September 15, 2006, 10:25:35 PM »
Test #3

Lookin goood!  :disted:
The only issue at this point is that you have to click the play button twice to start the sound file.


« Last Edit: January 30, 2007, 11:35:05 AM by G-Pa Ken »
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Online Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 12051
  • Gender: Male
  • View Gallery
Re: Embeded Sound File Test
« Reply #3 on: September 16, 2006, 05:23:42 AM »
Just in case you thought all this was easy here is some of the .php & HTML code I had to wade through and rewrite before getting to the final version of the 'embeded' MP3 player you see above.  :disted:

Code: [Select]
<!This code for IE>
<EMBED SRC="http://www.mykimbrell.com/sound_files/music.m3u" HIDDEN="false" AUTOSTART="false" width="128" height="40">
<Embed TYPE="application/x-mplayer2"
pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"
SRC="http://www.mykimbrell.com/sound_files/music.m3u"
Name=MediaPlayer
ShowControls=0
Width=2
Height=2
</embed>
</OBJECT>



[!This code for IE]
[EMBED SRC="http://yourdomian.com/sound/music.m3u" HIDDEN="true" AUTOSTART="true" width="128" height="128"]
[!This code for Netscape]
[OBJECT ID="MediaPlayer"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
standby="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject" width="239" height="179"]

[PARAM NAME="FileName" VALUE="http://server/path/your-file.asx"]
[PARAM NAME="AnimationatStart" VALUE="false"]
[PARAM NAME="TransparentatStart" VALUE="true"]
[PARAM NAME="AutoStart" VALUE="true"]
[PARAM NAME="ShowControls" VALUE="0"]

[Embed TYPE="application/x-mplayer2"
pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"
SRC="http://Yourdomain.com/sound/music.m3u"
Name=MediaPlayer
ShowControls=0
Width=2
Height=2
[/embed]
[/OBJECT]
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.