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!

Nothing Flash about this question

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 if images.


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 groups 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 randomely 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 [bigglasses]

 
Thanks for that Kenneth, can you possibly set out an example that I can adapt of what the code will look like based on my examples given.

I haven't written any HTML code for a long while or used the random math variable before so I am very behind on what I need to know.

Also how do you get the images to load into specific frames in the browser window.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top