Thanks Ruth, much appreciated
Now they can turn the sound file off if they want to.
Version update
-
- Super Advanced
- Posts: 43
- Joined: Tue Jul 06, 2004 6:19 pm
- Location: Sanford, [Sunny]Florida
source code for embed music file
Victor Lewis
-
- Super Advanced
- Posts: 43
- Joined: Tue Jul 06, 2004 6:19 pm
- Location: Sanford, [Sunny]Florida
music embed
Ruth:
I inserted the code for my midi file on the index page. It was working and now it does not in IE 6.0 and Firefox 1.0.4.
My other midi files are playing in 6 of my virtural Tour Rooms.
Example: http://www.fbclongwood.org/Revised%20Ch ... chapel.htm
I took two snapshots of the player on the index page but I don't know how to submit them to you to see. I have them on my desktop in jpg format.
http://fbclongwood.org/Revised%20Church ... index.html
I inserted the code for my midi file on the index page. It was working and now it does not in IE 6.0 and Firefox 1.0.4.
My other midi files are playing in 6 of my virtural Tour Rooms.
Example: http://www.fbclongwood.org/Revised%20Ch ... chapel.htm
I took two snapshots of the player on the index page but I don't know how to submit them to you to see. I have them on my desktop in jpg format.
http://fbclongwood.org/Revised%20Church ... index.html

Victor Lewis
-
- Super Advanced
- Posts: 43
- Joined: Tue Jul 06, 2004 6:19 pm
- Location: Sanford, [Sunny]Florida
midi player
Ruth:
It is there on the server. I changed the path to reflect the directory/folder"..midi_music/LetsJustPraisTheLord.midi"
And it still will not play or display the quicktime player.
What I can't understand is that it was playing on the server before.
Could it be something was turned off at the server?
http://fbclongwood.org/Revised%20Church ... index.html
I am about to the change all the files under Revised Church Website to the root directory folder of the website which will now be a new look for our website.
It is there on the server. I changed the path to reflect the directory/folder"..midi_music/LetsJustPraisTheLord.midi"
And it still will not play or display the quicktime player.
What I can't understand is that it was playing on the server before.
Could it be something was turned off at the server?
http://fbclongwood.org/Revised%20Church ... index.html
I am about to the change all the files under Revised Church Website to the root directory folder of the website which will now be a new look for our website.
Victor Lewis
I can only say that any combination of paths I tried to get the mid say page not found. The first I tried is what Netscape gives as the path to the midi I even tried to see if somehow the spelling was wrong, i.e. lets was capitalized or The was small.
I can only suggest that you try the full path instead of using the ../ stuff and see what happens, because I couldn't find it anyplace.
Ruth
Code: Select all
http://fbclongwood.org/midi_music/letsJustPraiseTheLord.mid
http://fbclongwood.org/Revised%20Church%20Website/midi_music/letsJustPraiseTheLord.mid
I can only suggest that you try the full path instead of using the ../ stuff and see what happens, because I couldn't find it anyplace.
Ruth
Just a couple of quick comments... Looks (Sounds?) to me like it's now playing on your index page.
Have you considered trying autostart="true" in your <embed> tags, to make sure that the playback starts automatically?
You might also try setting hidden="true" in the <embed> tag, so that the embedded player does not appear on the page.
Finally, I'm not sure that loop="infinite" is correct syntax in an <embed> tag. I think you want loop="true" instead.
Cheers,
Kevin
Have you considered trying autostart="true" in your <embed> tags, to make sure that the playback starts automatically?
You might also try setting hidden="true" in the <embed> tag, so that the embedded player does not appear on the page.
Finally, I'm not sure that loop="infinite" is correct syntax in an <embed> tag. I think you want loop="true" instead.
Cheers,
Kevin
Last edited by kevin3442 on Thu Jun 09, 2005 4:36 am, edited 1 time in total.