Author |
Topic |
|
paulkasan
Novice
4 Posts |
Posted - 29 Jan 2006 : 08:14:24
|
Hi,
Do you know how I can add music samples to my website or ebay auctions, like those on amazon.com, for example?? I have the files prepared in MP3, real and quick player.
From Ebay they told me: Yes it is possible to add music on your listing however, there is no feature on eBay to do so. To add music, it is included in the item description as HTML. Please try to search the internet for the proper HTML music for your listing.
I have alreay spent many long hours online trying to find a solution but have been unsuccessful. My HTML editor, Sothink, does not provide it either.
If you have any clue how I may do that, please write to me.
Thanks for your time, Polina |
|
jtarin
Super User
Russia
444 Posts |
Posted - 31 Jan 2006 : 08:39:50
|
Using the "Sound Tool" in the Dynamic HTML Editor its possible to import your sound files into your page.Then using the "Properties" dialogue for the object you can choose to hide it or make visible....loop it or play once and other properties are manageble from there. Or you could just try editing yout HTML as ...<embed id="$NAME" name="$NAME" src="$FILE" width="$WIDTH" height="$HEIGHT" autoplay="true" hidden="false" loop="false">...and adjust those parameters as you like. |
Porky www.pacificwavetour.com |
Edited by - jtarin on 31 Jan 2006 08:54:14 |
|
|
paulkasan
Novice
4 Posts |
Posted - 09 Feb 2006 : 07:14:57
|
John, I tried your advice but both of my HTML editors - Sothink and Macromedia Dreamweaver, do not have, or I could not find, "sound tool." If you are familiar with Dreamweaver or Sothink, please be specific in your instructions, I am not so well versed in computer language... Thank you for time, I appreciate it. Polina |
|
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 09 Feb 2006 : 13:27:18
|
? Aren't you better of asking this question on the forum for Dreamweaver or Sothink?
I don't understand why you are asking it here. Besides you are better of dumping both and getting Dynamic HTML Editor[2 H:)].
Then you wouldn't have this problem.
Martin |
|
|
paulkasan
Novice
4 Posts |
Posted - 09 Feb 2006 : 17:40:54
|
Martin,
Thank you very much for your kind reply. If you had read my initial posting: that is what I am asking: which editor and how to use it to add these music samples? If you do not know that, I understand, but that doesn't help me much...
Thanks again, Polina |
|
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 09 Feb 2006 : 18:24:03
|
You are right I did need read your message correctly. I appologize.
But you can use Dynamic HTML Editor for this very easily.
quote:
As Jtarin said: Using the "Sound Tool" in the Dynamic HTML Editor its possible to import your sound files into your page.Then using the "Properties" dialogue for the object you can choose to hide it or make visible....loop it or play once and other properties are manageble from there.
Try the trial version for this it's a great program and you won't be dis-apointed[2 H:)] Martin |
|
|
paulkasan
Novice
4 Posts |
Posted - 10 Feb 2006 : 04:27:28
|
OK, Martin,
Now you're talking! I didn't want to start downloading HTML editors arbitrarily. That is why I wanted to make sure this one can do it. I am still a bit reluctant because someone already assured me the Dreamweaver can do it all! but I have not been able to do it... I will follow your advice however. Thanks allot |
|
|
jtarin
Super User
Russia
444 Posts |
Posted - 17 Feb 2006 : 21:35:52
|
If you would have read my post more closely you would have concluded that this can be done in any HTML editor as I gave you the setup for it.
<quote>Or you could just try editing your HTML as ...<embed id="$NAME" name="$NAME" src="$FILE" width="$WIDTH" height="$HEIGHT" autoplay="true" hidden="false" loop="false">...and adjust those parameters as you like.</quote> |
Porky www.pacificwavetour.com |
|
|
|
Topic |
|