similar to: Making the JS_Slideshow autoplay

Displaying 20 results from an estimated 30000 matches similar to: "Making the JS_Slideshow autoplay"

2008 Aug 04
1
[PATCH] Add autoplay policy configuration to mozilla plugin
Hi, this patch implements the gui for changing the autoplay policy from the mozilla plugin. The three possible configuration are: always autoplay, never autoplay and check last choice for the same host. The idea implemented is to have the global autoplay key be not overriden by the per host configuration. If the global autoplay key is not present the behaviour of the actual implementation is
2008 Jun 05
1
curios problem: No Sound in Warcraft 3, but in autoplay.exe
Hi, after Warcraft 3 is now working without jerking on my Laptop* (need to add "-opengl" as argument), I want to solve a curios sound problem. When I insert my Warcraft 3 CD and click on autoplay.exe, there is the typical Warcraft 3 intro-sound for the installer, but in the game itself, there isn't any kind of sound. Also when I open winecfg and press the sound-test button, the
2008 Apr 24
4
Autoplay option
Hello! I don't like the recent change to the plugin that makes some flash files to play automatically. I know that GUI design is not my thing, but let me explain what I don't like: 1) It's not obvious to the user that the "play" toggle is persistent. Media players don't change their behavior just because the user presses the "play" button. 2) No user who
2006 Mar 04
0
Question about event listener highlighting with child elements
I have created a JavaScript object which is initialized for some input fields, fieldsets, and divs on the page. With each object i attach a mouseover and mouseout event that highlights and un-highlights. Also on mouseout i am trying to display the id of the object to a console. The highlighting works except for cases when an object is the child of another object. In this case both are highlighted
2007 Aug 02
0
Problems with Ajax.Autocompleter with multiple words returned
Hi, I have implemented the Ajax.Autocompleter.JSon on a webpage. The JSon array returned contains tokens with multiple words (such as "This is", and "Hello world"). My problem is that I dont get the second word to be highlighted if that is the match, so in the example above, if I write ''wo'' in the box, I will get the "Hello world", but
2006 Mar 04
1
RE: Question about event listener highlighting withchild elements
1. Create a separate class that has your highlight/unhighlight behavior in it, and extend just the element you want to highlight with that class... like this (also allows you to easily apply this behavior elsewhere when you need it in the future): Object.extend(this.el, HighlightBehaviorClass.prototype) 2. When defining your event handlers, assign them to variables so you have a
2006 Mar 01
1
manipulate <td>''s and their content by grabbing their classNames
Hi Guys, What''s the best way to grab all <td>''s in a particular table and manipulate them? Here''s the problem definition - I have a table that has ''n'' <tr>''s. Each <tr> has couple of <td>''s and the first <td> has an image. By default, each <td> has a ''x'' class and image src
2006 Feb 13
2
would like to have the input text highlighted in the autocomplete div
Hello everyone, I would like to have the input text highlighted in the autocomplete div (similar to google suggest) Any ideas how I can get this working with the autocomplete class ? Thanks, Shyam
2006 Mar 01
0
RE: manipulate <td>''s and their content by grabbingtheir classNames
Or... var myTDs = new Array(); $A($("main").childNodes).each(function(tr) { $A(tr.childNodes).each(function(td) { myTDs.push(td); }); }); -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of troels knak-nielsen Sent: Wednesday, March
2005 Jul 12
2
highlighte
hi, i''ve just started using script.aculo.us visual effects, lots of fun. i was wondering what the best and most efficient way would be of achieving something along the lines of fade anything technique (FAT, http://www.axentric.com/aside/fat/) whereby an element''s background fades away from one color to the element''s native background-color. (for example, you get
2006 Mar 02
3
Hey How did they do that?
I''ve seen web apps where cells within a table column can be highlighted by dragging over them. NumSum does this. Any ideas on how this is achieved? When I try to select cells in a column by dragging over them the text within rows gets selected as well. Take Care -- Aneesha _______________________________________________ Rails-spinoffs mailing list
2006 Feb 12
0
Effect.Highlight doesn''t return to original color with many elements?
Hi guys. Most of the time, Effect.Highlight works just fine for me. However, when I highlight a large number of elements, the color of those elements never returns to the original color... As an example, consider the code at the bottom of this post. Each element starts to fade back to original, but stops short, leaving each highlighted. Anyone know what might be causing this, or what I
2006 Feb 15
0
Image Fader
Hey guys, maybe this is a bit off topic, but I found this link on digg and it totally reminded me of your work, Greg. I really like both, but the scriptacoulus one is more extendible. http://slayeroffice.com/code/imageCrossFade/ Have fun. -- greetings, benni. -SDG-
2005 Dec 08
6
Bug in Effect.Highlight ?
Hi All, I''ve just discover scriptaculous and it is a really good library. Even if I have some difficulties with short syntax in javascript code :/ I have a strange behaviour with Effect.Highlight, and as it''s said on bug report page : "It''s also a good idea to discuss this on the Mailing List beforehand, maybe it''s already known and in the works, or it
2008 Feb 05
2
Catching Ajax Failures (not 500s)
I am trying to catch failed Ajax requests, but I''m talking about requests that receive no response from the server (server is down), not responses that result in a 500. The latter can be handled with the onException or onFailure callback, but I am not able to handle the former. To reproduce/test: 1) Start your server 2) Create a page that does this:
2007 Jun 05
2
.activate() behaviour
Hi all, I''m trying to understand why the following code doesnt work... ---------------------------------------------------------------------------------------- <html> <head> <title>blabla</title> <script type="text/javascript" src="prototype.js"></script> </head> <body> <form action="bllalba">
2006 Jun 18
0
Very cool scriptaculous table drag and drop stopped working on new version
Using older versions of prototype.js (1.4.0_rc2) and scriptaculous (1.5._rc4), I had a master table containg other tables (sections), each of which had rows. Using tbody''s as containers, I could drag the section tables up and down over the other section tables AND drag the rows in a section table up and down within that table or into the rows of the other section tables, all very
2007 Mar 01
3
Ajax.PeriodicalUpdater using Effect.Highlight to highlight newly loaded div
Hi folks. So far I have managed to get dataloading into a div froma php script. This script just passes the time on the server in a div to the javascript below. I am trying to get the last loaded data to call Effect.Highlight but it seems to highlight the 2nd last data instead. Can anyone see what''s going wrong here? I''ve tried everywhere to solve this. Check the code in action
2005 Jun 07
2
dueling audio
Daniel Ballenger wrote: > Easy, open up the volume control panel and turn the line in down/mute it I wouldn't fiddle with the fader as some cards use the same setting for playback and record level. But you should be able to mute it just fine by checking the mute checkbox for the line in. Geoff.
2006 Feb 14
0
Another draggable/droppable performance booster
This one is as much for Thomas as for the rest of the list (might be a good one for the official build)... I made a change to the dragdrop.js file that significantly improves overall performance of dragging when there are more than one (or many more) droppables on the page. I modified the Draggables.updateDrag method, and added another method below it, and then in Draggable.updateDrag I