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 Chriss Miller 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 MaTs4d

  1. MaTs4d

    :: Embedding wmode with Quicktime ::

    Hello, Ive embedded a quicktime movie to a page, and it works fine, however I have a dhtml menu on top and part of the menu shows up behind the quicktime, I looked for a wmode embed param. as in flash, but cant find anything like that for quicktime, is this possible? or how can I change the Z...
  2. MaTs4d

    :: (stop) not working after timeout pause ::

    well think I figured out myself , I added a clearInterval(myPause) whenever the menu is called , just to clear the pauses on the other areas. and its working.. someday I will figure out clean-perfect flash coding, instead of coming out wiht all these crazy fixes THanks for reading !!
  3. MaTs4d

    :: (stop) not working after timeout pause ::

    Hi everybody, have a problem thats driving me crazy! Im using the following code for PAUSE (on flash 2004) stop(); myPause = setInterval(holdIt,3000); //4 secs function holdIt(){ clearInterval(myPause); play(); } well thing is the (stop) wont work unless all those pause events clear, is there...
  4. MaTs4d

    :: Password masking ::

    amazing ! that was a LOT simpler than I thought. thanks a million !!! Matt
  5. MaTs4d

    :: Password masking ::

    Hey there.. I downloaded this script for password masking from here. http://www.actionscripts.org/tutorials/intermediate/password_masking/index.shtml and it works like a charm, im trying to work out one little detail, not sure if you know how to do this? if you start typing in the password...
  6. MaTs4d

    search result form

    great !! u saved my life.. thanks
  7. MaTs4d

    :: Search field displayed on a different frame ::

    Hi Everbody, have a quick question here.. I have a search field with a post form, : <input type=&quot;hidden&quot; name=&quot;Store_Code&quot; value=&quot;D&quot;> <input name=&quot;Search&quot; type=&quot;text&quot; class=&quot;search&quot; value=&quot;&quot...
  8. MaTs4d

    search result form

    Howdy I have this code ><form method=&quot;post&quot; action=&quot;http://dotcomvintage.com/Merchant2/merchant.mv?&quot;> <div align=&quot;center&quot;> <p align=&quot;center&quot;><font size=&quot;-1&quot; face=&quot;verdana&quot; align=&quot;center&quot;>...
  9. MaTs4d

    :: list/menu pulldown opening in frames ::

    duh ! I should have tried that.. thanks a million lebisol !!!
  10. MaTs4d

    :: list/menu pulldown opening in frames ::

    Hi there.. how can I get a list/menu pulldown menu made in dreamweaver have its links open in a different frame? thanks !!!
  11. MaTs4d

    :: delay or pause before &quot;go to url&quot; command ::

    Thanks Bill ! and old newbie for the help, just starting with some flash programming. tnx a million
  12. MaTs4d

    :: delay or pause before &quot;go to url&quot; command ::

    Bill, Thanks again here's the code : on(release){ wait = setInterval(paused,2000);// 2 secs function paused(){ clearInterval(wait); getURL(flightline.asp); } } Thanks again for taking the time to answer !!
  13. MaTs4d

    :: delay or pause before &quot;go to url&quot; command ::

    Bill, first of all thanks for the help ! im having a different issue now.. the page wont redirect once its uploaded.. if played locally it opens a folder, which is normal I gather, but once its live it does not redirect. do you know why is that? im sure im doing something wrong ! thanks again...
  14. MaTs4d

    :: delay or pause before &quot;go to url&quot; command ::

    great bill ! thanks a million, ill give it a try thanks !!!!
  15. MaTs4d

    :: delay or pause before &quot;go to url&quot; command ::

    Hi there.. quick question, this might be simple, I have a little flash menu for a website and I have some sound effects when the buttons are pressed, I assigned ON RELEASE, GO TO URL which work fine.. only problem is that the audio effects on the buttons get cut off. is there a way to have a...

Part and Inventory Search

Back
Top