nem kell több Flash topic, elég a linkben levő.
-
#586
ami neked kell ha php kimenetet szeretnél formázottan megjeleníteni flashben
adat = "";
_root.loadVariables("load.php");
_root.onData = function() {
textb.htmlText = adat;
};
function scu() {
_root.onEnterFrame = function() {
textb.scroll--;
};
}
function scd() {
_root.onEnterFrame = function() {
textb.scroll++;
};
}
function del() {
delete _root.onEnterFrame;
}
nekem így teljessen hibátlanúl mnűködött :c)