Logo
Ace Racer

Honkai: Star Rail

Mobile English Global

Description

About Ace Racer

Ace Racer is an innovative racing mobile game. Let's become super racers and join the Speed Festival. There are various real cars from legendary car manufacturers and surreal cars with a range of customizations, every car has its own special Ultimate, let's enjoy the thrill of racing and takedown the competition!

Ace Racer - Video

//??js setTimeout(function (){ var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); },2000) //??????? var player; function onYouTubeIframeAPIReady() { player = new YT.Player('player', { height: '100%', width: '100%', //videoId:video_id, playerVars: { 'listType': 'playlist', 'list': "UUBjwbT6HQBFXzCNG0Vitleg", }, events: { //'onReady': onPlayerReady, //?????? 'onStateChange': onPlayerStateChange } }); } function onPlayerReady(event) { event.target.playVideo(); } var done = false; function onPlayerStateChange(event) { if (event.data == YT.PlayerState.PLAYING && !done) { done = true; } } function stopVideo() { player.stopVideo(); }