Putting music (mp3) on Publisher 2003 website

M

Mick Reid

Hi.
I have a website created in Publisher 2003 that I want to put mp3 samples of my music on. I don't want background music, I want the viewer to have the 'click to play' option. I have searched high & low for a detailed (& hopefully simple) method of doing this to no avail. So I've ended up here looking for help.

Things I've tried so far:
I tried using hyperlinks, which worked fine in Publisher preview, but when I published the site to the web the music isn't there.

I tried uploading the music files onto the server and putting hyperlinks to the server file in the document. Still no luck.

I've read about embedding, but I can't seem to embed the music files as objects through the insert command (even as wav).

If someone can PLEASE help, I getting very frustrated with trying to do this.
I would prefer mp3 due to file size, but if it has to wav I'll deal with it.

Thanks

EggHeadCafe - Software Developer Portal of Choice
Outlook Form Programming : Search the free/busy status of users and get the free users in time specified in appointment form(start time and end time)
http://www.eggheadcafe.com/tutorial...c3-18cf05ebe4ad/outlook-form-programming.aspx
 
D

DavidF

Here are two recent posts from Spike that might help:

Here is one method I have found that work:

Insert html fragment:

<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">

<PARAM NAME="URL" VALUE="mymovie.wmv">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
</OBJECT>


Also you can upload the video to the server and create a hyperlink to the
file and each user can download it to their computer and play it.

www.mydomain.com/videos/mymovie.wmf

Spike
----------------

Here is another method:
The program produces a shockwave file from a video file and the code to
paste into publisher (html fragment) where you want the video to be seen.

http://www.snapfiles.com/reviews/free-video-to-flash-converter/freevidflash.html

Spike

-----------------

And I ran across this site recently:

http://www.jeroenwijering.com/?item=JW_Media_Player

Good luck.

DavidF
 
D

DavidF

Oh and by the way, if none of the above helps you figure out how to embed a
media player to play your mp3 files, you might go back to just uploading the
files to your site and providing links to the viewer to download and play
them on the media players they have on their local computers. mp3 files can
be pretty large and this option might be the best. To review how to do this
read the following article to figure out where you went wrong with trying to
do this before:

Including external files in a Publisher web:
http://msmvps.com/blogs/dbartosik/archive/2006/01/07/80561.aspx

DavidF
 
M

Mick

Thanks DavidF. I'll try the links you've provided and see how I go.
Cheers,
Mick



DavidF wrote:

Oh and by the way, if none of the above helps you figure out how to embed
16-Oct-09

Oh and by the way, if none of the above helps you figure out how to embed
media player to play your mp3 files, you might go back to just uploading th
files to your site and providing links to the viewer to download and pla
them on the media players they have on their local computers. mp3 files ca
be pretty large and this option might be the best. To review how to do thi
read the following article to figure out where you went wrong with trying t
do this before

Including external files in a Publisher web
http://msmvps.com/blogs/dbartosik/archive/2006/01/07/80561.asp

DavidF

Previous Posts In This Thread:

EggHeadCafe - Software Developer Portal of Choice
Five step of how to use logging utility in your projects using application blocks
http://www.eggheadcafe.com/tutorial...d-9acfdf92565e/five-step-of-how-to-use-l.aspx
 

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

Top