The movie SHOULD play. I just can't figure it out. Here is the code:
function rnmovie(){
var Today = new Date();
var hours = Today.getHours();
var min = Today.getMinutes();
var sec = Today.getSeconds();
var Time = ((hours > 12) ? hours - 12 :(hours == 0) ? 12 :hours)...
Hi,
Boy, have I got one for ya.
I want to run a FLASH movie which I already have set up. NOW what I want to do is write javascript function to make that move run at 8am, and maybe last 3 minutes, then display a quote on the screen, then run again at 11 am, then at 2pm, then at 5 pm. (corporate...
It won't kick of. I even copied and pasted it in the URL part of the scheduler. Is there something I have to turn on in Administrator?
It's on my http://localhost:8500/biz/jimtest.cfm. I don't see any conflict there. UGH! And when I click to tell it to run in Scheduler, nothing happens, but it...
Hi,
I am trying to LOOP over a flash file 4 times a day. I have tried the <cfloop> with every parameter there is. Maybe JavaScript? All i get is it looping right then 8 times instead of waiting and hour, then running the flash file again. Can you PLEAE help me?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.