safari flash bug help
- Started
- Last post
- 7 Responses
- xrusos
so this swf loader page won't work in safari:
http://nebogroup.com/v3/flash/he…
but it will work in IE (win/mac)yet the swf works just fine:
http://nebogroup.com/v3/flash/he…so what's up with this? it's a simple loader that loads 2 swfs. i don't get it.
here's the loader code:
(as seen on the htm page if you are using safari)onLoad = function () {
_root.createEmptyMovieClip("cont... 2);
loadMovie("top.swf", "containertop");
containertop._x = 0 ;
containertop._y = 0 ; _root.createEmptyMovieClip("cont... 1);
loadMovie("barn.swf", "container");
container._x = 0 ;
container._y = 80 ;
}now it's your turn... what do you think? how can i work around this?
- cyberthug0
the first one loaded in Safari for me...
- xrusos0
really? what version?
- XC010
using safari 1.2.1.
first link wont load
- xrusos0
yup, that's what i get, XCO1.
i don't get it. frustrating.
- xrusos0
can i get a couple more people to confirm...
if you're using safari, can you check it out and let me know which version you're using?
thanks.
(and, anyone know a workaround?)
- silentseven0
No dice on the first one but the second works fine
- xrusos0
thanks silent seven... i'm still working on a work around...
i'm thinking using the old target movie placeholder technique...
i'll get back with my findings...
anyone have a better idea?