A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [RESOLVED] problem Internet Explorer

  1. #1
    Junior Member
    Join Date
    Jan 2009
    Posts
    10

    resolved [RESOLVED] problem Internet Explorer

    Dear fellow-flashdesigners.

    I'm having a "small" bug with Internet Explorer.
    I was just testing a flashwebsite, and it seems that something doesn't work in IE. I tested it on Mac (both Firefox and Safari) and on Pc, and it all works except it IE.
    It concerns the movie that should play when you hit the button portfolio. (check it in Firefox first).

    ...

    Now the code behind it all;
    the movie loads in through an external swf that loads in an external flv.

    The movie on the homepage starts automatically because on the first frame of the movieclip that slides in, there is this line of code;
    invisible_mc.loadMovie("homevideo.swf");

    everything ok till there.

    But then the other one that doesn't work in IE
    Behind the button portfolio; an "on release" with this;

    _root.window_mc.container_mc.clip2_mc.invisible_mc .loadMovie("bedrijfspresentatie.swf");
    _root.window_mc.container_mc.clip1_mc.invisible_mc .unloadMovie("homevideo.swf");

    as you can see its a few levels down, but thats necessary for the sliding windows code.

    Any ideas so far on why IE doesn't play the movie?
    I'm just hoping someone had this problem before, because I seriously don't know how to fix this and I can't telly my clients this

    Hoping for some ideas,

    Marian
    Last edited by Mdeer; 05-03-2009 at 06:09 AM. Reason: privacy

  2. #2
    Junior Member
    Join Date
    Mar 2008
    Posts
    19

    IE Security issue

    It's seems to be the IE security issue.

    Check this thread out: http://www.kirupa.com/developer/flash8/flash_fix.htm

    Cheers

  3. #3
    Junior Member
    Join Date
    Jan 2009
    Posts
    10

    Talking quick reply

    Thanks for the quick reply already!
    I'll check it out later when I'm at home.

    cross my fingers on it that this is the solution
    many many thanks already

Tags for this Thread

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