all groups > macromedia flash sitedesign > december 2005 >
You're in the

macromedia flash sitedesign

group:

Flash In Internet explorer


Re: Flash In Internet explorer Chris (mudbubble)
12/29/2005 11:28:24 AM
macromedia flash sitedesign:
the browser doesnt have any direct effect on the gotoAndStop functionality inside an SWF unless the
browser is installed with an older version of the flash player - but the gotoAndStop command has
been supported as far back as flash player 1 or 2 afaik.

so we can rule out the browser being the problwm. can you supply the URL so we can see for ourselves?

I notice you using "'" in your code:

' on (release) {
gotoAndStop(1);
} '

the code should only be:

on (release) {
gotoAndStop(1);
}

******************************************
--> Team Macromedia
--> www.mudbubble.com
--> www.keyframer.com




[quoted text, click to view]
Re: Flash In Internet explorer Chris (mudbubble)
12/29/2005 11:43:25 AM
works fine in FF and IE here.

******************************************
--> Team Macromedia
--> www.mudbubble.com
--> www.keyframer.com




[quoted text, click to view]
Flash In Internet explorer Ross111
12/29/2005 3:47:22 PM
Hi,

I've made a fully flash site using this sort of actionscript

' on (release) {
gotoAndStop(1);
} '
and so on and so forth

Everything works fine in firefox but when i use it in internet explorer it
doesn't let me change the frame. its as if it isn't letting me use actionscript.

can someone please tell me if i have done something wrong,,,

p.s. remember everything works fine in firefox.
Re: Flash In Internet explorer Ross111
12/29/2005 4:40:27 PM
the website adrress is www.ross1.co.nr

AddThis Social Bookmark Button