Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
_root.my_btn.onRelease = function(){
_root.createEmptyMovieClip("mc1",1);
_root.mc1.onEnterFrame = function (){
if (_root._currentFrame==79){
_root.stop();
delete _root.mc1.onEnterFrame;
}else {_root.play();
}
}
}
stop()
_root.my_btn.onRelease = function(){
_root.createEmptyMovieClip("mc1",1);
_root.mc1.onEnterFrame = function (){
if (_root._currentframe==25){
_root.stop();
delete _root.mc1.onEnterFrame;
}else {_
root.play();
trace (_root._currentframe+1);
}
}
}