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

  1. flashnut

    CSS how to create a border around part of a table

    <style type=&quot;text/css&quot;> <!-- .tableborder { border-top: thin dotted #66CCFF; border-right: thin dotted #66CCFF; border-bottom: thin dotted #66CCFF; border-left: 1px dotted #000000; --> </style> Give this a go
  2. flashnut

    controling volume of Movie Clip?

    my_sound = new Sound(); my_sound.attachSound(&quot;song&quot;); my_sound.start(); _root.pauseMe.onRelease = function(){ _root.my_sound.stop(); } _root.playMe.onRelease = function(){ _root.my_sound.start(_root.my_sound.position/1000); give your imported song a linkage name of &quot;song&quot...
  3. flashnut

    Music across scenes

    Awesome, thanks a heap for the help guy's, will give it a go. Flashnut
  4. flashnut

    Music across scenes

    I would like to know how I can keep my loop playing across several scenes, without the loop restarting? Any help would be appreciated. TIA Flashnut
  5. flashnut

    Neat, hide page until content is loaded using a layer

    Click here for this cool tutorial. I tried it and it works. Also thinking ahead, one could put an animated gif or flash movie in the layer, which will let the user know the page is loading. http://www.dwfaq.com/Tutorials/Layers/hide_wLoading1.asp flashnut
  6. flashnut

    synchronizing my sound with my sound loop..how?

    I have an issue where i need to have a sound play over 16 scenes wih out a restart on the sound loop. Any help or ideas would be awesome. TIA anyone. Flashnut

Part and Inventory Search

Back
Top