Asked By
jeremy ngo
20 points
N/A
Posted on - 04/14/2012
I created a simple JScript button that is embedded in HTML that will play and embed music. It works fine on all kinds of devices but not in iPhone. What do you think I'll do to solve this problem.
Here is my JScript:
function FFFFSound(soundobj) {
var thissound= eval("document."+soundobj);
thissound.Play();
}
JScript Button Does Not Work In iPhone
Hello there!
Have you enabled your Javascript in your iPhone. Seeing your jscript, it should be fine though. If you did not yet enable your Javascript, here is how.
Go to your settings.
Select Safari.
Turn on your Javascript.
After that, do again your Javascript jscript and it should be fine then.Â
Try to not embed to HTML.Â
Thanks.
-Francis-