- Home /
Question by
abensur · Oct 22, 2012 at 05:14 PM ·
webplayerprogress-barweb-playerprogressbar
progressbarimage flickering
Hello,
Does anyone have a clue why my progressbarimage flickers while it loads?
heres a link to it.
Thanks!
Edited:
Heres the code:
function GetUnity() {
if (typeof unityObject !== "undefined") {
return unityObject.getObjectById("unityPlayer");
}
return null;
}
if (typeof unityObject !== "undefined") {
var params = {
backgroundcolor: "3e0000",
bordercolor: "000000",
textcolor: "c1b78a",
logoimage: "unity/webplayer/logo.png",
progressbarimage: "unity/webplayer/pb.png",
progressframeimage: "unity/webplayer/pbf.png"
};
unityObject.embedUnity("unityPlayer", "unity/travessia.unity3d", 960, 600, params);
}
Comment
Your answer
Follow this Question
Related Questions
webplayer 3.3 problem 0 Answers
Problem with WWW.progress 3 Answers
How to get the game data to the Web (webgl or webplayer) 1 Answer
Running one instance of webgl build at a time in a html page when loading webgl builds sequencially. 0 Answers
Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers