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

    CSS Dropdown Menu Alignment Problem with only IE7 and below

    I have a dropdown menu made purely with CSS and this code works perfectly on every major browser except IE7 and below. In IE7 the dropdown appears to the right of its parent. I've spent several hours trying to figure it out and am completely stumped. Any help would be greatly appreciated! Here...
  2. GD03

    how do I create an adaptive buffer for externally loaded mp3's?

    I am completely stuck on how I can create an adaptive buffer for an externally loaded mp3. The code I am working with is as follows: function createSoundObject(){ mySound = new Sound(soundControl_mc); mySound.setVolume(volPercent*2); } createSoundObject(); mySound.loadSound...
  3. GD03

    Pause an external streaming audio .swf - Flash MX 2004

    Hello, I am having trouble pausing an external streaming .swf audio file. At first I was loading external mp3's which does not allow me to create an adaptive buffer so I went with attaching the audio to an external .swf. With an external mp3 it is very easy to pause the audio, however pausing an...
  4. GD03

    VNC access through two (2) Routers

    Hello, I would like to remotely access my MAC which is connected to an Apple Airport Extreme router which is connected to a Belkin router which is connected to the internet. I have forwarded port 5902 from the Belkin router to the Airport router which in turn forwards the port to the MAC I would...
  5. GD03

    Is it possible to block 'window.open' method?

    I was just wondering if it is at all possible for a pop-up blocker to block a new window from opening using the 'window.open' method? There is no critical content that I am using for the new window but I would like for it to work on every platform. If it is possible to block the window is...
  6. GD03

    actions of one .swf controlling actions of another .swf

    Hi, I have a musical jukebox on a project i am making and the way I did it was on the main timeline I have a script stop(); unloadMovieNum(66); loadMovieNum("song1swf",66); Then at the end of each swf (which is each song in the jukebox) I load the next song so the swf's loop from...
  7. GD03

    controlling dynamic text in a movieclip within a movieclip

    Hi, I have a script that loads text into a dynamic text box but the problem is the script is on one movieclip and the text box is in the movieclip within that one. How would I go about doing this. I know a simple scrolltext=scrolltext.txt (variable = scrolltext) does not work because I'm...

Part and Inventory Search

Back
Top