I am using this code :
var obj = swfobject.getObjectById("myytplayer");
console.debug(obj);
obj.playVideo();
//obj.pauseVideo();
When I run this, I get an error like:
obj.playVideo is not a function
What am I doing wrong?
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.
I solve that problem.
When i deploy my web page on iis it’s works fine. so for that problem just host your webpage and it’s works fine
tnx