Flasher Archive

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


Subject: Re: FLASH: OT - Javascript help, Please
From: Kilroy
Date: Fri, 10 Dec 1999 18:20:26 GMT

Hmm with =out haveing it here infront of me to playaround with I would say,
try changing
m.TGotoFrame("_level0/numbers", m.TCurrentFrame("_flash0/numbers")+1)
with
m.TGotoFrame("_level0/numbers", m.TCurrentFrame("_level0/numbers")+1)
or
m.TGotoFrame("_level0/numbers", (m.TCurrentFrame("_level0/numbers")+1))

if those dont work, its not in your javascript I dont think......

you also might want to check your embed coding for the swf... I noticed that
you didnt have the <object> set up, so I dont think IE will find it with out
a ID=numbers tag in there.... could be wrong, but I always build it out to
be safe. also I didnt check, but do you have the liveconnect set to true?
I dont think netscape will allow you to talk to an applet unless liveconnect
is functioning.....


----- Original Message -----
From: Sarah Lamont <slamontat2mtc [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Friday, December 10, 1999 10:
Subject: Re: FLASH: OT - Javascript help, Please


Branden or anyone who can help -
I'm sorry to keep bugging you, but I have gone through my code about 17
thousand times, and CANNOT figure out for the life of me what I have
done wrong for it not to work. The Netscape Javascript editor box is
also not giving me any errors, so I can't figure it out. I have uploaded
my [very] simple file at:
www.2mtc.com/animation/NumbersIndex.html
if you have a minute do you think you could possibly check out the code
for any problems? I just want to be able to go to the next frame of the
swf (which is simply a 5 frame length animation, of the numbers 1-5,
with a stop action on each frame) by clicking the words on the bottom
frame.
I will be indebted to you for life if you can help!
thanks!
:]sarah

Branden Hall wrote:
>
> Heh heh.. actually.. what I was refering to is kinda both...
> okay... when you embed a plugin into a page you are creating an object(a
> programming term for a special type of data that contains both data, and
> functions) that Javascript can play with. In both your embed tag and your
> object tag there exsists something akin to a name property in which you
> specify what the name of this new object will be. You can then directly
> play with this object using Javascript and call the functions that are
> automatically built into it like Tgotoframe.. :-)
>
> --
> Branden J. Hall


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, Branden Hall
  Re: FLASH: OT - Javascript help, Please, Sarah Lamont

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