Flash mit klamm interface

aha und warum nicht?
Level #0:
Variable _level0.$version = "WIN 8,0,22,0"
Variable _level0.konto = "0"
Variable _level0.init = [function 'init']
Variable _level0.initComplete = [function 'initComplete']
Edit Text: Target="_level0.instance7"
tabIndex = undefined, html = false, backgroundColor = 16777215, condenseWhite = false,
antiAliasType = "normal",
variable = "_root.konto",
restrict = null, selectable = false, border = false, background = false,
maxhscroll = 0, styleSheet = undefined,
text = "0",
filters = [object #3, class 'Array'] [],
autoSize = "none",
textWidth = 12,
gridFitType = "pixel",
length = 1, wordWrap = false, mouseWheelEnabled = true, maxChars = null,
scroll = 1, bottomScroll = 1, borderColor = 0,
htmlText = "0",
textHeight = 27, thickness = 0, password = false, embedFonts = false,
type = "dynamic",
hscroll = 0, textColor = 39168, sharpness = 0, maxscroll = 1,
multiline = false
Edit Text: Target="_level0.instance8"
tabIndex = undefined, html = false, backgroundColor = 16777215, condenseWhite = false,
antiAliasType = "normal",
variable = "_root.result",
restrict = null, selectable = false, border = false, background = false,
maxhscroll = 0, styleSheet = undefined,
text = ,
filters = [object #4, class 'Array'] [],
autoSize = "none",
textWidth = 0,
gridFitType = "pixel",
length = 0, wordWrap = false, mouseWheelEnabled = true, maxChars = null,
scroll = 1, bottomScroll = 1, borderColor = 0,
htmlText = ,
textHeight = 0, thickness = 0, password = false, embedFonts = false,
type = "dynamic",
hscroll = 0, textColor = 39168, sharpness = 0, maxscroll = 1,
multiline = false

Das sieht doch richtig aus?!?!
 
tue ich das dort nicht?
function init() {
_root.initData = new LoadVars();
_root.initData.kid = _root.kid;
_root.initData.pw = _root.kpw;
_root.initData.onLoad = initComplete;
_root.initData.sendAndLoad("flash_login.php", _root.initData, "POST");
}
Sorrylah
 
du DEFINIERST die Funktion aber aufrufen tust du sie nie.
[OT]und sowas nennt sich "php"? Neija dann laufe ich ganz gut damit, das ich alle solche Leute nicht ernst nehme^^[/OT]
 
Danke euch fürs helfen..

[OT]und sowas nennt sich "php"? Neija dann laufe ich ganz gut damit, das ich alle solche Leute nicht ernst nehme^^[/OT]

HAHA.. Sehr lustig.. ich kann mich nennen wie ich will?!?! das muss nix damit zu tun haben was ich mache! Oder soll ich mich beschweren das du kein eis brichst?!?!
 
Zuletzt bearbeitet:
Ich empfehle dir, dir ein Buch ueber die Grundlagen des Programmierens zu Gemuete zu fuehren. Es sieht so aus, als ob du nicht wirklich verstehst was Funktionsdeklaration und -aufruf bedeutet, da hilft auch trial and error nur wenig weiter.

Aber trotzdem: du musst irgendwo init() schreiben, um die init Funktion aufzurufen. (Wenn ich das richtig sehe, musst du init beim Klick auf irgendeinen Loginbutton aufrufen - aber ich hab mir die fla nicht geladen)