Hallo,
mein Flashpreloader in AS3 funktioniert nicht.
Ich habe eine Ladeanimation, und im letzten Bild, vor dem richtigem Film, habe ich diesen Code eingesetzt:
Code
[COLOR=#000000][FONT=Courier New][COLOR=#007700]if([/COLOR][COLOR=#0000bb]this[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]framesLoaded [/COLOR][COLOR=#007700]== [/COLOR][COLOR=#0000bb]this[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]totalframes[/COLOR][/FONT][FONT=Courier New][COLOR=#007700]) [/COLOR][/FONT]
[FONT=Courier New][COLOR=#007700]{ [/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000bb]gotoAndPlay [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000bb]103[/COLOR][/FONT][FONT=Courier New][COLOR=#007700]); [/COLOR][/FONT]
[FONT=Courier New][COLOR=#007700]}else{ [/COLOR][/FONT]
[FONT=Courier New][COLOR=#0000bb]gotoAndPlay [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000bb]1[/COLOR][/FONT][COLOR=#007700][FONT=Courier New]); [/FONT][/COLOR]
[FONT=Courier New][COLOR=#007700]} [/COLOR][/FONT][/COLOR]
Die Ladeanimation beginnt zwar immer von neuem, springt aber auch nie zum richtigem Film. Hat es was damit zu tun, dass der Film recht groß ist und Ton hat.?
Danke