la propriété _depth n’existe pas sous FLASH.
Nous pouvons néanmoins la simuler facilement:
Actionscript:
-
getDepth = function () {
-
return this.getDepth();
-
};
-
setDepth = function (valeur) {
-
swapDepths.call(this, valeur);
-
};
-
// Addproperty
-
MovieClip.prototype.addProperty(“_Depth”, getDepth, setDepth);
-
Button.prototype.addProperty(“_Depth”, getDepth, setDepth);
-
TextField.prototype.addProperty(“_Depth”, getDepth, setDepth);
0 Responses to “easyphp et url rewriting”
Leave a Reply