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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: charlesjsc
  • Content: Threads
  • Order by date
  1. charlesjsc

    UGH! Why won't my movie play? Here is code

    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)...
  2. charlesjsc

    Can FLASH run at a certain time?

    Hi, I was wondering if I could make my .swf file run at certain times of the day, such as 8am, 11am etc... Can I set this in Flash?
  3. charlesjsc

    Running a flash move 4 times a day....PLEASE READ!

    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...
  4. charlesjsc

    Coldfusion Looping every 4 hours

    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?

Part and Inventory Search

Back
Top