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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FSCommand and/or Javascript 1

Status
Not open for further replies.

cloo

Programmer
Jun 7, 2001
2
0
0
US
I have created a movie in a website that has an FSCommand in the last frame. It is supposed to trigger a Javascript function that replaces some images in the html body of the page. When the page loads the images that load first are black squares which make it appear that there is nothing there. The javascript simply changes the source of the image. The problem is, the darn thing only works in Explorer on a PC not Navigator. And won't work in either browser on Mac.

Could someone go to the site and look at the javascript and possibly give me some insight?

The site is: the function in question is: artpage4_DoFSCommand.
The function may not even be the problem. I don't know. help me. Thanks

Clay
 
Use the getURL command to call the javascript function instead:

getURL ("Javascript:functionName()");
In the future everything will work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top