Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Morgan19 #1
Cycling through several Flash movies with each pageview
I have six Flash movies that act as a header on a webpage and would like to
randomly change which one displays each time a user visits/refreshes the page
using Javascript. I've done it with static images before using this code in the
header:
...and this where I want the image to be:Code:<SCRIPT LANGUAGE="JavaScript"> iArray=new Array( "images/photo1.jpg", "images/photo2.jpg", "images/photo3.jpg", "images/photo4.jpg"); ri=Math.floor(iArray.length*Math.random()); ri='<IMG SRC="'+ iArray[ri]+ '" BORDER=0>'; </SCRIPT>
But is there something similar to that which I can use for cycling throughCode:<SCRIPT language="JavaScript"> <!-- document.write(ri); // --> </SCRIPT>
several Flash movies?
m19
Morgan19 Guest
-
cycling thru a query
hi. i return a query from a database and am trying to output results on a cfm page. here's the query: SELECT page_name,page_content FROM... -
EMBEDDING FLASH MOVIES INTO FLASH FORMS
Is there a way? EMBEDDING FLASH MOVIES INTO FLASH FORMS -
Cold Fusion Cycling Problem (Scheduler?)
we are having the same problem on IIS6..... were going to double the ram, but this doesnt solve the underlying problem, anyone got any ideas? -
Adding dynamic controls to pageview - set location
Hi I have multipage with several pageview created dynamically then I want to add several controls ( textbox, chechbox) to each pageview also... -
cycling images by fading them in and out
I am creating a cd rom project and part of the display is a series of 7 images placed at the bottom of the screen in a row. There are 21 images all... -
Morgan19 #2
Re: Cycling through several Flash movies with eachpageview
Anyone? Surely there's some way to cycle what Flash movie plays on a page each time...
m19
Morgan19 Guest
-
Morgan19 #3
Re: Cycling through several Flash movies with eachpageview
I'm still trying to find an answer to this one, if anyone can help. Heck, it
doesn't even have to be javascript... I just need to track down some way of
rotating through several Flash movies whenever a user refreshes or revists a
page.
m19
Morgan19 Guest



Reply With Quote

