Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
References to the third party scripts can be made in app.json file if we used sencha command to deploy. However mine was not that case so adding them in index.html worked fine.
Instantiation of the player can be done anywhere. But to make sure the instantiation was done after the DOM part of the html code was executed, go to the view in which html was written and write the javascript part in a painted function.