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.
function anfang() {
i = 1;
for (var hi in _root) {
if ((typeof (_root[hi]) == "movieclip") && (_root[p] != _root.cuepoints)) {
this.createEmptyMovieClip("hitti"+[i], this.getNextHighestDepth());
this.attachMovie("Hiarea", "hitti"+[i], this.getNextHighestDepth(), {_x:_root[hi]._x, _y:_root[hi]._y});
i++;
}
}}