Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   I Sell Pagerank   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 10-23-2007, 03:17 PM   #1 (permalink)
Inactive
 
Join Date: 10-23-07
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

almog00 is liked by many
help controlling flash with java

Hi, I am web master I was asked to control a flash
based navigation menu Thur JavaScript for work.
we wanted to control the flash menu Thur JavaScript.
IE: to go to a certain frame when the html page loads.
I got it working using JavaScript but I am havening
problems one in IE7 it does not load on the first time
once I refresh it does, sometimes the links inside the
flash menu don't work, but what is driving me crazy is
in Firefox it loads fine but when I go back and forth it
does not work. Also its not working at all in safari.
can someone please help me. the code is at the bottom
thanks
Code:
<SCRIPT language=JavaScript> var movieName = "vdo_menu5"; function thisMovie(movieName) { // IE and Netscape refer to the movie object differently. // This function returns the appropriate syntax depending on the browser. if (navigator.appName.indexOf ("Microsoft") !=-1) { return window[movieName] } else { return document[movieName] } } function movieIsLoaded (theMovie) { if (typeof(theMovie) != "undefined") { return theMovie.PercentLoaded() == 100; } else { return false; } } function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } addLoadEvent(playgtr3); addLoadEvent(function() { }); function playgtr3() { if (movieIsLoaded(thisMovie(movieName))) { thisMovie(movieName).TGotoFrame("_level0/buttSet",15) } } </SCRIPT> <TBODY onload="playgtr3()">
almog00 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
images off? Java Script off? Flash off? Kymberly Web Usability 19 07-22-2008 11:57 AM
Controlling IFRAMES :: How do you hide the side bars? templateteacher Coding Forum 2 03-24-2004 07:02 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 03:40 PM.
© Copyright 2008 V7 Inc

Click Here