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: phatbyte
  • Content: Threads
  • Order by date
  1. phatbyte

    dynamic image fade

    hello folks! i need to fade some dynamic images one after the other in.. how i do this? this.imgs = ['oks.jpg','oks2.jpg']; var x = 0; var y = 0; var i; for (i in imgs) { var t = this.createEmptyMovieClip ("thumbnail" + i, i); var c = t.createEmptyMovieClip ("picHolder", 0); var...
  2. phatbyte

    no frames with sound problem..

    hello! if i have only one html page with no frames.. is it possible to have sound on it without that the sound restarts when clicking on a link? thanks
  3. phatbyte

    opened window problem

    hello folks! i have a mainwindow that has an eventhandler onLoad="window.open()" .. now.. if i refresh this site the newly opened window refreshes.. but it shouldn't do that.. any solution? he should open the window once.. if it is opened leave it.. thanks in advance oliver
  4. phatbyte

    loadSound Problem

    Hello folks! Can't start and stop the sound with the buttons.. Here the fla file: http://oliver.webnetix.cc/public/fessler_sound_control.fla Thanks in Advance Regards, Oliver

Part and Inventory Search

Back
Top