Flasher Archive

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


Subject: RE: FLASH: OT - Javascript help, Please
From: Branden Hall
Date: Fri, 10 Dec 1999 15:14:16 GMT

Make sure that you are using the actual name of the Flash OBJECT... its
usually the name of your flash movie followed by obj... (Thats how the
publish command does it)
Dig around in the HTML file that Flash made and see what it actually names
the object... dollars to donuts the problem is there!

--
Branden J. Hall
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Multimedia Developer/Instructor | Multimedia Developer
Fig Leaf Software | Kimmuli.com
bhallatfigleaf [dot] com | brandenatkimmuli [dot] com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=--=-=-=-=-=-=-=-=-=-=-



-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Sarah
Lamont
Sent: Friday, December 10, 1999 9:38 AM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: OT - Javascript help, Please


thanks Eric and Branden for your help!
I guess I did kind of understand it, but since I couldn't get the same
command to work for my own swf/html file, I thought I was missing
something. I guess I'll have to play around with it in my own code to
try to get it to work. Do you guys have any notions as to why it
wouldn't work for me? I pasted every single instance of the <script> in
the original doc. into my own, so that I wouldn't have missed anything
inadvertently. Then I changed the "fw_map" to the name of the frame in
my doc. where my swf was, and the "map" to the name of my swf. I changed
"_level0/bird" to
"_level0/name_of_instance_in_my_swf_that_I_was_trying_to_effect". I
don't understand why it won't work. Any ideas?
thanks a lot!
:]sarah

Eric Dunham wrote:
<snip>
> I can tell you what
> it's doing. When you click the link it does this...
> --------------------------------------------
> if (InternetExplorer)
> {
> var m = parent.fw_map.map;
> }
> else
> {
> var m = parent.fw_map.document.embeds[0];
> }
> m.TGotoFrame("_level0/bird", 3);
> --------------------------------------------


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.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...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: OT - Javascript help, Please, Sarah Lamont
  Re: FLASH: OT - Javascript help, Please, Sarah Lamont

Replies
  Re: FLASH: OT - Javascript help, Please, Sarah Lamont

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