[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