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!

Recent content by phatbyte

  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

    opened window problem

    is it possible to do a onUnload event in the new opened window so that he don't reload it?
  3. 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
  4. phatbyte

    opened window problem

    hm so any solution??
  5. phatbyte

    opened window problem

    <script language=&quot;JavaScript&quot;><!-- function openWindow() { if (!window.window2) { // has not yet been defined window2 = window.open('/<dtml-var expr=&quot;getSiteObj().absolute_url(relative=1)&quot;>/jukebox_index_html','windowRef','width=100,height=100')...
  6. phatbyte

    opened window problem

    hm doesn't work.. in the newly opened window is a flash application with sound on startup.. and so the sound always start new on a main page refresh..
  7. phatbyte

    opened window problem

    hello folks! i have a mainwindow that has an eventhandler onLoad=&quot;window.open()&quot; .. 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
  8. phatbyte

    loadSound Problem

    and you don't edited the preloader part? hmm btw.. nice sound :-) thanks for your help!!
  9. phatbyte

    loadSound Problem

    hm this works fine now.. but.. why is the preloader not working? thanks in advance!! oliver
  10. phatbyte

    loadSound Problem

    hmm stop button works fine now but can't start the sound once more if it was stopped.. any solution? thanks in advance! oliver
  11. 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