Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Putting controllable audio on site
Old 03-28-2006, 08:27 AM Putting controllable audio on site
wyrde's Avatar
Novice Talker

Posts: 5
Trades: 0
I'm having trouble figuring out how to put controllable sound on the site that I'm webmaster of. I want to use .mp3s generated by the site owner, and be able to set them to play at a certain minute/second mark. <embed> seems to want only .wav files, which are too BIG to be practical, and doesn't have the controls I want, anyway:--- Play/Pause/a slidable bar/minute-second timer.

Should I be looking for particular software (don't have much $)? or is there another way.

Any suggestions would be appreciated.

Wyrde
wyrde is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-28-2006, 11:28 AM Re: Putting controllable audio on site
Extreme Talker

Posts: 170
Location: Canada
Trades: 0
The best way to incorporate controllable audio into a web-page is through Flash. You can design a little "radio" that can be embedded or launched in a new window.

Your best bet would be to embed an mp3 file, but there is no way (as far as I know) to make it start at a certain point (why would you want it too?). You should give the user the option to launch the audio in a new window so that the audio can run in the background while they surf.

Here's some javascript and a button form that would open a new window (a new window that can contain an mp3 file)...

Javascript:
Code:
<SCRIPT LANGUAGE="javascript">
<!--- Hide from tired old browsers
var nifty_little_window = null;
 function tunes() {
nifty_little_window = window.open('music.html', 'Tunes', 'width=500, height=330, resizable=2');
}
// End hiding --->
</SCRIPT>
The Button Code:
Code:
<input type="button" value="Open the Radio" onClick="tunes()">
This might not be the best solution though.
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE

Last edited by collyer_1; 03-28-2006 at 11:31 AM..
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Old 03-28-2006, 02:22 PM Re: Putting controllable audio on site
steveedge's Avatar
Skilled Talker

Posts: 54
Location: Atlanta
Trades: 0
Do a search for free flash players. There are several floating around out there that will play one file or several.
Here is a link to one I use for some of my stuff http://www.steveedgeart.com/jukebox/

And here is a link to the code.
http://aheimlich.home.comcast.net/flashjukebox/
__________________
Steve Edge

Please login or register to view this content. Registration is FREE

Web Hosting, Design, Cheap Domain Names
steveedge is offline
Reply With Quote
View Public Profile Visit steveedge's homepage!
 
Reply     « Reply to Putting controllable audio on site
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.67320 seconds with 12 queries