A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Could same Mac-Flash programmers please help me with a problem?

  1. #1
    Senior Member
    Join Date
    Jan 2001
    Location
    Copenhagen
    Posts
    192

    Could same Mac-Flash programmers please help me with a problem?

    Hello guys

    I have a problem with a site, that works perfectly on a PC but sometimes doesn't work properly on a Mac.

    I've build a slidemenu, only using actionscript. You can see it here:

    http://www.dyrlov.dk/

    And if you press "portfolio" and then choose "food", you'll see that most times, the thumbnails in the slidemenu, goes on top of each other. What could be the reason for that??

    The AS that places the thumbnails are:

    Code:
    for (i=1; i<=Total; i++) {	
    	this.slidemenu["new_mc"+i]._x = this.slidemenu["new_mc"+(i-1)]._x+this.slidemenu["new_mc"+(i-1)]._width+Space;
    	this.slidemenu["new_mc"+i]._y = First_y;
    	this.slidemenu["new_mc"+i]._alpha = 25;
    	this.slidemenu["new_mc"+i].val = i;	
    	this.slidemenu["new_mc"+i].onRelease = function() {
    		loadMovie("media/portfolio/Umami/Umami"+this.val+".jpg", "cont");
    	};
    }
    EDIT: I just read on this forum, that IE for Mac can cause some problems with flash/actionscript? I guess it's only really bad when looking at the site in IE.
    Last edited by fahlsten; 08-09-2006 at 05:59 AM.

  2. #2
    First of all, very nice website mate.

    I don't see the problem you described.

    Machine: MBP
    OS: Tiger
    Browser: 2.0.4
    Plug-In: Flash 8


    To me, I totally took Mac IE off my check list. Mac crowd is only around 3 to 4%, and inside that 3 to 4%, I don't think many still use this discontinued and SUPER SUPER SUPER DUPER BUGGY browser.

    Or, I'm just a lazy person... making highend website that works for Mac IE is just plain headache.

  3. #3
    Senior Member
    Join Date
    Jan 2001
    Location
    Copenhagen
    Posts
    192
    I'm glad you like the site.

    Ok, thats good to hear, that you haven't experienced any problems. I think that most of the problems I've seen, was in IE (mac).

    Thanks for checking the site.

    Regards
    Fahlsten

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