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 waterox

  1. waterox

    Jscrollpane combined with accordion (scroll height not changing)

    Hi, I am trying to combine jscrollpane (http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html) with JQuery Tools accordion (http://flowplayer.org/tools/demos/tabs/accordion.html). They work fine together except that the scrollpane height needs a callback function so it will...
  2. waterox

    flash music player with 3-tier category menu?

    Hi, I am quite new to flash but need to find or develop a flash player (xml-based content) that can display a category, then subcategory and finally mp3 files, a 3-tier menu system. This could be either scolling and all visible or expandable on rollover for subcategory and mp3 titles. What is...
  3. waterox

    flyout menu from image map

    Hi I havent done any javascript/DHTML for a while and with CSS and firefox/safari/ie compatibility things seem much harder to find! Basically I would like to achieve this effect http://www.yanwhite.com/temp/menu.jpg The About WALTHAM is an image (could be a separate image or use an image map)...
  4. waterox

    unload movie

    thats awesome. Thank you muchly
  5. waterox

    unload movie

    Hi, Apologies as this is probably very simple. I need to unload a movie that has been loaded into an empty mc, by clicking on a 'close window' button. The 'close window' button needs to be in the swf that is going to be unloaded. What code would I use to do this (in Flash 8)? Thanks!
  6. waterox

    targeting nested mc under a mask

    Yes it does, Thanks!! I guess my as syntax sucks :p
  7. waterox

    targeting nested mc under a mask

    Here ya go.. I only have links on info (works, because it is on the main timeline beneath the mask) and clientlist (doesnt work as it is nested!) http://www.purecalm.net/flashtest/flashtest.zip Thanks :)
  8. waterox

    targeting nested mc under a mask

    Under a mask this works on (release) { loadMovie("info.swf", holder1);} these do not on (release) { _root.stageflipin.mainwindow.windowmask.loadMovie("clientlist.swf", holder1);} on (release) { _parent.loadMovie("clientlist.swf", holder1);} If I use...
  9. waterox

    targeting nested mc under a mask

    targeting nested mc under a mask I managed to get a movie to load into my container mc under a mask. I load an external menu (from the mask's timeline) to under the mask with no problem (please note this a 'graphic' mask and not something that can be dynamically scripted) However this appears...

Part and Inventory Search

Back
Top