A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: "with" action won't work on Netscape 4.7 for a mac??!!

  1. #1
    Senior Member
    Join Date
    May 2001
    Posts
    250
    I was testing my movie and found that some of the interactivity(with action) dosen't work on Netscape 4.7 for a Mac. Why?
    Heres the code i used.
    on (rollOver) {
    with (Mc) {
    gotoAndPlay (2);
    }
    }
    on (rollOut) {
    with (Mc) {
    gotoAndStop (1);
    }
    }
    Someone please help.

  2. #2
    Senior Member SJT's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    2,563
    I hate doing this but...

    You've definitely got the 5 plug-in??
    "with" wont work with the 4 plug-in, tho' some of your other stuff might, because it's still 4 compatible...
    (I know, I know you've probably already checked. Twice)

    Sorry if that's of no help whatsoever...

  3. #3
    Senior Member
    Join Date
    May 2001
    Posts
    250

    with action not working......

    Yeah that makes sense, never thought if that. I have replaced them with tell targets for now. I'll change them back when that comes. Thanx!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center