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

    scrolling multiple movie clips

    Hi everyone, I have a question I don't seem to be able to get around. What I want to do is have a scroll bar on the _root timeline of my movie that will act for 5 different movie clips (each is a the content of each section in my navigation). I have placed all the content in a movieclip called...
  2. netchen

    load external swf

    hi! in a movieclip on the first frame i have a button with the code: on(keypress "<Enter>"){ gotoAndStop("Sommerhaus"); } that's fine, it jumps to the specific frame where i have this code: onEnterFrame = function(){ function loadSWF(){ loadMovieNum("test.swf", 1); } } stop()...
  3. netchen

    on(keyPress &quot;&lt;Enter&gt;&quot;){

    hi! i am doing an application where only the keyboard should be used. it all works fine with the direction buttons on the keyboard (left, right, up, down) but when i want to enable the enter button it doesn't work. i want the movie to jump to a specific frame or play a specific mc when the...
  4. netchen

    if statement problems

    hi! i've been working on an application where i use a variable to get to a specific part of the application. now the name "fullservice" is nested within two different parts - in the mc_navigation_services movieclip (that is where the button calls the action to open the file nested in another...
  5. netchen

    java/html with actionscript

    hi! i just finished a flash website and would like to be able to find the different sites in google. as it is done in one flash file i heard that it is possible to add javascript to the html file like: <param name="gotolink" value="home"/> and then with a certain code in flash directly be...

Part and Inventory Search

Back
Top