Losing my mind, Please help FLASH!
- Started
- Last post
- 42 Responses
- ********0
duck i ve calm down a bit now, i wonder why i cant see it load offline and still works online and in flash testing
- vitamins0
Is your load movie path relative or direct?
- ********0
it goes like this
on (release) {
loadMovie("daire1.swf", "_root.load_layer2");
}
- jazmine0
is your html in the same folder as the swf?
- vitamins0
It's really not that complicated.
on (release) {
_root.load_layer2.loadMovie("mov...
}If load_layer2 is the container of the movieclip, and both the main clip and loading external links are in the same folder then is should all work.
- ********0
vitamins, still not working offline, works in flash testing
- vitamins0
Something's not right because I'm using that code now and it works for me offline.
- bigtrickagain0
try...
System.security.allowDomain...
in your .as?
- sleepyfatso0
Does your html call in AC_RunActiveContent.js or anything in order for the flash to play? Is that missing?
- bigtrickagain0
- That's if he's getting data from another domain...fyoucher1
- yeah... i figure that maybe that's why his local won't work, if he's loading resources from somewhere elsebigtrickagain
- chrisone0
Setup apache locally and test it that way.
- fyoucher10
I'll put money down it's your HTML... the path you're using to embed the SWF...
Make sure your SWF and folder path's are correct!!!! Keep in mind that if your SWF in the HTML is nested, then you have to follow the same paths when calling loaded SWF's in your Flash file. So it may work locally in the Flash Player but when it's in the HTML the file structure may be different. Make sense?
If not, just run a check. Put EVERYTHING in one folder. Change all of the HTML to be local files that are all in the same directory/folder, no parent child folders etc etc. You shouldn't be embedding the SWF;s like ../../myFlash.swf, just keep it like myFlash.swf.
Give that a shot real quick...
- that's the way it is, all in one folder, which is why it's rather perplexingacescence
- rson0
I think the best think to do is give up.
- epic_rim0
Is everyone OK here? I know some men that work downstairs that have some pretty powerful computers, some with multiple processors. I know they have worked on projects like these before, using computer code and graphics, etc. They may be able to offer advice, but I have to warn you, the way they talk just sounds silly, one of them may even be a foreigner or something because I don't understand him at all.
- Claymantis0
Paths are off... trust me
- dbloc0
are you trying to look at it on your new iPad?
- fyoucher10
Could also be how you're setting up the Flash file. In the past I've had a Flash bug appear when using XML, having assets on the stage already, and only using *** ONE*** frame in the timeline. (This was in AS2 and Flash 8).
At times, nothing would appear on the stage when viewed in a browser. Nothing. It was definitely a Flash Player bug.
I'm not sure how your file is set up, but if you have everything all in one frame in the Flash doc, try adding about 15 extra frames on the timeline and then adding a stop action at the end of the timeline.
- duckofrubber0
Well? Did you figure this out?
