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.
(loadMovieNum("Hero.swf");)
//Fehler 1
1180: Call to a possibly undefined method loadMovieNum.
//Fehler2
Warning: 1060: Migration issue: The method loadMovieNum is no longer supported. For more information, see MovieClip.loadMovieNum()..
//Fehler 1
1180: Call to a possibly undefined method loadMovieNum.
//Fehler2
Warning: 1060: Migration issue: The method loadMovieNum is no longer supported. For more information, see MovieClip.loadMovieNum()..
function keyPressedDown(e:KeyboardEvent)
{
var key:uint = e.keyCode;
if(HP_Player.currentFrame==8 && key == 32)
{
loadMovieNum("Hero.swf");
//trace('blubs');
}
.
.
.
}