25
Dec
07

_depth en FLASH

la propriété _depth n’existe pas sous FLASH.

Nous pouvons néanmoins la simuler facilement:

Actionscript:
  1. getDepth = function () {
  2.  return this.getDepth();
  3. };
  4. setDepth = function (valeur) {
  5.  swapDepths.call(this, valeur);
  6. };
  7. // Addproperty
  8. MovieClip.prototype.addProperty(“_Depth”, getDepth, setDepth);
  9. Button.prototype.addProperty(“_Depth”, getDepth, setDepth);
  10. TextField.prototype.addProperty(“_Depth”, getDepth, setDepth);


0 Responses to “easyphp et url rewriting”


  1. No Comments

Leave a Reply