Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: Talking to Flash from JavaScript
From: Rebecca Lovelace
Date: Wed, 9 Feb 2000 14:30:05 GMT

Those are handy general tips, thanks.

Here's a specific question:
Why does it crash into MacsBug at native_ShockwaveFlash_TCallFrame? Is that
because the flash movie is not fully loaded so it can't access the frame it
wants to?

Rebecca

-----Original Message-----
From: jdowdellatmacromedia [dot] com [jdowdellatmacromedia [dot] com (mailto:jdowdellatmacromedia [dot] com)]
Sent: Tuesday, February 08, 2000 3:53 PM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: Talking to Flash from JavaScript


I'll be trying to pull my best guesses of intended questions out from the
description, but please advise if there was an intended question I missed,
thanks.

"What are possible causes of Netscape failures with FSCommand work?"
Netscape's LiveConnect uses Java. If Java has not been used in that
session, it will load on the first page that calls it. If Java cannot start
on that system then there may be problems.
(Classically, Netscape/Mac run without much free RAM left available can
hang when invoking Java.)

"What can be a problem when talking to a plugin in body.onload?"
The object typically won't load until after your HTML is loaded. When your
JavaScript fires off the message, there's nothing there to hear it yet.

"What are common problems when having JavaScript affect Flash variables?"
The most frequent issue seems to be targeting to the correct timeline.
Case-sensitivity is another way to not get the usual result.

"What are common problems when having JavaScript address the movie?"
The most common, hands-down, is when using IE/Mac, which doesn't support
such techniques. After that common problems include addressing the object
before it's loaded, the different Document Object Models in different
browsers, trying a complex function before trying a simple function, etc.

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/



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World's Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Talking to Flash from JavaScr, #LCARS

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]