Welcome, Guest. Please login or register.

ShoutBox!

 

Skhilled

2024-08-09, 18:19:29
Awww! Poor thing! LOL
 

Ken

2024-08-09, 09:20:52
 

Skhilled

2024-07-06, 10:33:18
 :D
 

Ken

2024-07-06, 06:40:47
Happy Saturday after the 4th of July!
 :fireworks:
 

Skhilled

2024-07-04, 20:27:02
Happy Day Off From Work!  :D
 

Ken

2024-06-25, 06:23:12
84... who knew?  laughing7
...2013 was my *magic* year
 

Skhilled

2024-06-14, 22:09:12
I hope so! LOL
 

Ken

2024-06-14, 21:41:30
My B-Day is forthcoming and maybe it will be far enough along so that I can be a regular Dancing Fool for that day!!! :banana: :2funny:
 

Ken

2024-06-14, 21:38:38
Happy Friday everyone! I'm  SOOO glad to see Friday and not just because it's the weekend, but because it marks one more day in the recovery of my foot!  laughing7

Scrubmeister

2024-04-19, 10:32:40
Good to see the site back faster than ever. :)

Recent Topics

TP Articles


Search in titles
Search in article texts

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

0 Members and 1 Guest are viewing this topic.

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11944
  • 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.

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11944
  • 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.

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11944
  • 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.

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11944
  • 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.