Flash load help
- Started
- Last post
- 4 Responses
- xrusos
So this doesn't work:
http://nebogroup.com/v3/flash/he…Yet the swf does:
http://nebogroup.com/v3/flash/he…so you'd think that it's an issue with the html file right? but the flash does load, it just doesn't load the target movies into it. but the 2 movies i want to load into it both work too. so what am i missing?
- ********0
worked for me,
w2k 1.3g
- nospacebar0
Works for me too.
Could you post any preloading code for us to peek @?
- xrusos0
wow, i just loaded it in Mac IE 5.2 and it worked fine.
but Safari still won't load it. (just showing the black text - AS code)
SOOOO... i guess i'll start a new thread on safari flash loading quirks.
anyone know why this would be an issue? non-standards-compliant flash document? i don't get it.
- xrusos0
nospacebar! you are my hero! thanks for your help today on the blurry text. you can see what i'm trying to do with it here...
and i haven't worked any preloading yet. just loading it like this:
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 ;
}