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!

Search results for query: *

  • Users: MaTs4d
  • Content: Threads
  • Order by date
  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 ::

    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...
  3. 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...
  4. 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...
  5. 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;>...
  6. 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 !!!
  7. 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...
  8. 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...
  9. 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...
  10. 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 ::
  11. 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...
  12. MaTs4d

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

    Hi there.. Found this inconvenience trying to do something in flash.. I have a movie clip I would like to use as a template for new ones.. that are basically the same.. so I duplicate the original movie, I rename the second duplicate created, then proceed to edit the new one only to find the...
  13. MaTs4d

    :: repositioning an object, on ALL keyframes :::

    hi there more questions.. havent been able to figure this one out, but im sure its very easy.. I have a timeline with an object and some keyframes.. I would like to move all the keyframes to a new location at once? instead of copying and pasting the new coordinates on each keyframe? thanks a...
  14. MaTs4d

    :: wait on another flash movie to play ::

    Hi there Ive encountered this problem the other day, im trying to have a little flash anim wait on another flash anim to end to start playing, thing is.. these are different .swf files , and they're located in different frames even.. is there a way to point to a frame withing a different .swf...
  15. MaTs4d

    :: fading in - group draggable objects ::

    hi ! been having problems trying to keep objects grouped when fading them in while being grouped.. lets say I have a window with some elements fading inside it.. at the same time its all grouped and draggable.. only problem is that if someone drags the window while the other parts are fading...
  16. MaTs4d

    :: fade in on rollover action ::

    hey there is there any way to , say, I have two icons.. released and rollover, I would like to have the rollover icon FADE IN when its being rolled over.. is there any way to do this? maybe scripting?? thanks a million Matt
  17. MaTs4d

    :: eject routine on director ::

    hey there is there a routine to eject CD's from director at the push of a button? thanks matt
  18. MaTs4d

    :: how to deactivate the right mouse menu during playback?? ::

    hey there. Ive been trying to get rid of the right mouse button during playback ie: zoom in , zoom out options.. I know it can be done.. just cant find out how. any clues. thanks a million Matt
  19. MaTs4d

    :: compressing .dir files ::

    Hi , Im working on a CD and I have this situation I have a main movie (projector) that I open, from there you can access other movies (8 parts lessons in .dir) unfortunately the .dir exceeds the CD capacity. is there a way to compress the .dir just like an .exe (projector) where all the media is...
  20. MaTs4d

    :: re using behaviors ::

    is there any benefit in file size when re using behaviors ? or is the code optimized as well? say I have 1000 images and they all use the same fade/in behavior. .is it better to keep reusing one from the library or import a new fade/in behavior tothe library eery time?? im making some tests...

Part and Inventory Search

Back
Top