Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » select a item


select a item

Reply
  #1 (permalink)  
Old 01-20-10, 04:10 PM
Berra Berra is offline
Newbie Coder
 
Join Date: Jan 2010
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb select a item

Hi !
I want a Scroll Box where I can select one item by clicking on it and calling a Javascript!

How ??

Bertil
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 01-20-10, 04:55 PM
ruteckycs's Avatar
ruteckycs ruteckycs is offline
Coding Addict
 
Join Date: Jul 2009
Posts: 377
Thanks: 6
Thanked 10 Times in 10 Posts
Your going to have to be more specific than that.

...and calling a Javascript
__________________
This post was created with 100% recycled electrons.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 01-20-10, 05:30 PM
Berra Berra is offline
Newbie Coder
 
Join Date: Jan 2010
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
select a item

Hi !
Iam trying using this scipt, and adding an "clicable playlist" :

"Cool Javascript MP3 Song Playback in Web Page with Custom Controls"
www.seabreezecomputers.com/tips/sound.htm






Sorry, i can not expani better, I had severe stroke a while ago, half parysed...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 01-20-10, 06:25 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 01-21-10, 04:26 AM
Berra Berra is offline
Newbie Coder
 
Join Date: Jan 2010
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb select a item

Sorry !

I need to use that specfic scipt !
To customize the controls!

/Bertil


Sorry, i can not expani better, I had severe stroke a while ago, half parysed...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 01-21-10, 08:57 AM
therocket954's Avatar
therocket954 therocket954 is offline
Community Liaison
 
Join Date: Jul 2007
Location: Michigan, USA
Posts: 334
Thanks: 2
Thanked 8 Times in 8 Posts
The link you posted has direct examples on how to use the script, including creating a playlist.

I apologize to hear about your disability, however, you're going to have to take extra time to explain further what you want since you won't find anyone willing to put in the extra time to provide solutions that are likely to not resolve your issue.

What's wrong with Wirehopper's recommended alternative?
__________________
--Eric Allison
Twitter: http://www.twitter.com/Eric_Allison
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 01-22-10, 04:46 AM
Berra Berra is offline
Newbie Coder
 
Join Date: Jan 2010
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb select a item

Hi, and thans 4 repy:

I have checked the code, it loks ok, but: (NOTE: This player will not work in Firefox).

I want to modify the controls (bigger buttons etc...)

/Bertil


[Sorry, i can not expani better, I had severe stroke a while ago,
half parysed and suffering from aphasia.]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 01-22-10, 07:48 AM
therocket954's Avatar
therocket954 therocket954 is offline
Community Liaison
 
Join Date: Jul 2007
Location: Michigan, USA
Posts: 334
Thanks: 2
Thanked 8 Times in 8 Posts
If you just want to resize buttons, you can do this with simple CSS.

In your HTML code (on the player you posted), find these lines (below), and you'll see there's a bunch of <button> tags. These are your player controls. And by looking at the code you'll be able to tell which is which since they're pretty easily identified.

For each button you want to modify, you can add a CSS class to them. In the example below I've added a class of "new_button" to the play button.

HTML Code:
<!-- Start of player controls
You can remove any of the controls if you do not
want to have them.  You can also remove information
window DIV's at the bottom such as songname or songtime -->
<div style="border: 1px solid black; width: 340px;
padding: 5px;">
<button onclick="play_song();" id="play_btn" class="new_button">Play</button>
Now all that's left is to actually "style" that button... for example, if you wanted to make it HUGE you could do this: (This goes in your CSS section)
HTML Code:
.new_button {
width: 450px;
height: 250px;
font-size: 50px;
}
Again, this will make a HUGE button (as an example), and you'll probably have to modify your HTML elsewhere to compensate for such big buttons, but this will do the trick of resizing them.
__________________
--Eric Allison
Twitter: http://www.twitter.com/Eric_Allison
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #9 (permalink)  
Old 01-22-10, 07:55 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
The link I posted was in response to the selection request, because I thought you had player code already.

A lot of times, you have to cut and paste code from several sources to get exactly what you want.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks

Tags
javascript, scroll box, select


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Superfish jquery menu problems with modification transcend2005 CSS 2 03-25-09 02:30 AM
Why won't select list item insert into database? gavacho PHP 2 12-05-08 07:38 PM
Trouble with positioning naviboard BlueDragoness HTML/XHTML/XML 1 01-12-08 07:42 AM
Select one row of an array where item number is ..? Oskare100 PHP 5 12-30-06 06:35 PM
Need Epinions-lite system in PHP & MYSQL wali001 Job Offers & Assistance 4 01-12-04 07:02 AM


All times are GMT -5. The time now is 10:22 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.