Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need help on code for selecting images at random from a group 1

Status
Not open for further replies.

jydeda

Technical User
May 31, 2006
8
GB
I am developing a simple browser based application to learn the notes on an istrument as related to a music stave. by loading up a variety associated images that retlate to each other.


How do I get the web browser to randomly select a sequence of images within a group and load them individualy into the browser frames at adjustable time intervals.

For Example I have 6 banks of images A, B, C, D, E, F. in a menu on a web page

Upon the users selection of group B for instance I want the browser to select randomly from B01-A. . . .B24-A

Each of these has a sequence of 3 images it loads.

lets say it randomly selects B05-A and loads this image into one of 3 frames on the page.
It should then proceed to call up B05-B, and B05-C and load them into the other 2 browser frames

The time interval between loading the images B05-B and B05-C should be adjustable in milliseconds

upon completing this operation it should then proceed to randomly select another from within the range B01-A. . . .B24-A and so on. Does dream weaver have the tools to accomplish this or do I need to add in a seperate peice of code

 
Thanks . . . .thats a great start, I have down loaded the plugin and it seems the 4th application is exactly what I want where it can perform a Sequential Slideshow - Displaying a random image and then sequentially shows all images in the list in sequential order at a setable interval.

The only problem is I haven't a clue how to operate this within dreamweaver. Can you give any further pointers as to how to set this up?
 
Close Dreamweaver.
Double click and install the extension into dreamweaver. The extension manager will pop up and just follow the screens.
Open dreamweaver.

Advanced Random Images Quick Guide:

1. Load a page from your current site.
2. Click on the page where you want the action to be placed.
3. Go to the command menu, select Kaosweaver.com and then the extension.
4. Select the Action and timer for slideshow actions.
5. Use the folder icon to add a folder of images or the + icon for individual images
6. If using a non-slideshow action, select the images and enter the data for the image below in the properties section.
7. Click OK when all images are entered correctly.

Support on kaosweaver.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top