Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Javascript/FSCommand |
From: | John Dowdell |
Date: | Tue, 19 Jan 1999 22:35:24 GMT |
At 3:07 PM 1/19/99, Brian Medendorp wrote:
>parent.dorp_main.location=url + ".html";
>and it works in other html pages, and even works in the frame with the
>flash movie (before the other scripting), but when I try to do this from
>within the DoFSCommand function, it just doesn't do anything.
This is possible. Various browsers have various restrictions on what some
frames or windows can know about other frames or windows. In some of the
Netscape versions this varies by sub-version with the restrictions upon
Java in each sub-version.
(Background: Netscape uses LiveConnect for object intercommunication, and
LiveConnect uses Java. Different versions of Netscape browsers have
different permissions on how some Netscape objects can control other
Netscape objects.)
If you find that simple "alert" type functions work well in that browser,
but that commands which reach into other frames or windows do not, then
odds are strong that your scripting is fine, and that the browser won't let
Java reach into other frames.
jd
John Dowdell, Macromedia Tech Support, San Francisco CA US
Search technotes: http://www.macromedia.com/support/search/
Offlist email risks capture by the spam filters! I may not see your
email if it's not on the list. Private one-on-one email options are
available via Priority Access: http://www.macromedia.com/support/
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
Re: FLASH: Javascript/FSCommand, Brian Medendorp
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]