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 strongm 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: *

  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...
  16. MaTs4d

    :: flash file play once only ::

    howdy been faced with yet another problem here, I have a site that consists of frames, basically I have a topbar that I want to play once (it has a logo building up), how can I get flash to keep playing the last frame of that when I click on a different page throughout the site? so it doesnt...
  17. MaTs4d

    :: audio fade in / out ::

    hi there Is there an easy way to fade in/out a background audio track in flash? withour resorting to too much actionscript? I would like to have the audio fade in/out when the playhead reaches a certain cue point.. I found a script that does that but its muting ALL the audio. its messy can...
  18. MaTs4d

    :: Closing a Flash Movie ::

    hey there.. I would like to know how to close a Flash Movie, in this case Im would like to exit the movie completely, (for business card CD). Ive programmed some in DirectorMX, and there's the &quot;quit&quot; command. is there a Flash equivalent for this?? Thanks a million... :: Matt ::
  19. MaTs4d

    :: Buttons for rotating and moving shockwave 3D Models ::

    Hi... Been faced with the following situation while working with Director MX and I was wondering if anyone could help me (again) :) . I have a shockwave 3D model and a couple buttons underneath in a little shockwave movie, I would like have the buttons rotate, move and zoom the object while...
  20. MaTs4d

    :: Duplicating a Movie Clip WITHOUT being an instance ::

    Thanks for all the help! I will give it a try, I will figure it out by tonite. Matt

Part and Inventory Search

Back
Top