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 SkipVought 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
  • Order by date
  1. GD03

    CSS Dropdown Menu Alignment Problem with only IE7 and below

    Again I say thanks for more judgement. Please continue the stereotype.
  2. GD03

    CSS Dropdown Menu Alignment Problem with only IE7 and below

    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.
  3. GD03

    CSS Dropdown Menu Alignment Problem with only IE7 and below

    Here's the example I'm working with: http://www.doubleverify.com/home-3/ Don't mind the design, it's still a work in progress
  4. GD03

    CSS Dropdown Menu Alignment Problem with only IE7 and below

    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.
  5. 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...
  6. GD03

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

    thank you benny for your feedback.
  7. GD03

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

    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.
  8. GD03

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

    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"...
  9. GD03

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

    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...
  10. GD03

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

    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...
  11. GD03

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

    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...
  12. 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...
  13. 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...
  14. 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...
  15. GD03

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

    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.
  16. GD03

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

    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.
  17. 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...
  18. GD03

    actions of one .swf controlling actions of another .swf

    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
  19. GD03

    actions of one .swf controlling actions of another .swf

    Thank you for the help! How would I be able to go to a specific frame of a movie clip within the main swf? GD
  20. 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...

Part and Inventory Search

Back
Top