Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash and Netscape compatability - tellTarget

Status
Not open for further replies.

AlbertAguirre

Programmer
Nov 21, 2001
273
US
As a web designer/developer I have always disliked netscape browsers. It has cost me many hours of development time that I could not charge for.
Now I really hate Netscape.

I created a Flash site for a client and everything has been working fine on IE and Netscape until I added a minor tellTarget command in an action script.

Works fine on IE, but does not in Netscape. UNBELIEVABLE!

Can I post the URL or is that against the rules here?
 
you can post the link Regards
David Byng
spider.gif

davidbyng@hotmail.com
 
Don't see why a tellTarget would cause some problems with Netscape? What tellTarget script line was it exactly?
By the way, tellTarget is deprecated, and simple dot syntax should replace it. Regards,

oldman3.gif
 
OK here is the code:

on (release) {
tellTarget ("_root.IArch") {
gotoAndPlay ("architectural");
}
}

Here is the URL:

Here is the menu path:
Click on "Architecture" then "Architectural modeling"
"Architectural modeling" should have an animated sub menu.

The animated submenu works on IE but not Netscape Communicator 4.7

What is the deal???

PS: I just found out tellTarget was depreciated. I will try rewriting it and see if that helps. Thank you!
 
Well, it works for me on IE... And I haven't re-installed Netscrap since my last hardware upgrade, so I can say with that one! Regards,

oldman3.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top