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.
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...
...any suggestions.
function createSoundObject(){
mySound = new Sound(soundControl_mc);
}
function getkbps(seconds,bytes){
var totalBits = bytes * 8;
var totalKBits = totalBits/1024;
var kbps = Math.round(totalKBits/seconds);
return(kbps)
}
var trackDlProg:Number =...
...mp3. The code I am working with is as follows:
function createSoundObject(){
mySound = new Sound(soundControl_mc);
mySound.setVolume(volPercent*2);
}
createSoundObject();
mySound.loadSound ("1_beethoven.mp3", true);
the sound being loaded is contained within the movieclip...
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.