Wow, whatever happened to the days when people actually helped each other instead of providing half an answer with a double dose of judgement. Thanks but I'll figure it out myself.
I do need to support absolute positioning in order to layer the dropdown over the rest of the elements on the site. Even when I give the parent ul a relative position I still get the same exact problem.
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...
Thanks for all of your help Benny. As for the font issue I have embedded all of the fonts on the final .swf. If you go to www.jfernandes.com the site should look as intended.
I am posting the original .fla on http://www.jfernandes.com/temp/ along with the song that pertains to this code. In the .fla you will find the "soundControl_mc" on the bottom left corner of the document. When inside "soundControl_mc" you will find the code on frame 1 of layer "sound scripts"...
My final code appears like it should work I can not find any errors with it, yet I still receive an error:
**Error** Symbol=soundControl_mc, layer=sound scripts, frame=1:Line 18: Syntax error.
_root.totalBits = bytes * 8;
**Error** Symbol=soundControl_mc, layer=sound scripts...
Thanks again for the help Benny, however, I am having an issue with the output panel giving me this message:
**Error** Symbol=soundControl_mc, layer=sound scripts, frame=1:Line 16: Syntax error.
var totalBits = bytes * 8;
**Error** Symbol=soundControl_mc, layer=sound scripts...
Thank you benny for the input. I have created the following code to perform the function of an adaptive buffer, however, it is not functioning properly. I don't know if you are anyone may have any suggestions.
function createSoundObject(){
mySound = new Sound(soundControl_mc);
}
function...
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 also failed to mention that the window.open script does not reside in the head section of the htm, which would auto open the new window. A user has to click a link to open the page. Perhaps this makes the difference.
Regards,
J.
I was asking because I have a popup blocker that does not block the new window so I assumed that popup blockers only block the popUpWin method or the popDown 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...
Thank You again oldnewbie! It worked perfectly with the movieclip. If you want credit for your help I am posting my site in the next 2 weeks so if you email me with your website or anything else just let me know.
GD
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...
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.