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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.