The following code gave the following syntax error.
it works fine in w3cschools website demo:
http://www.w3schools.com/smil/smil_media.aspParse error: syntax error, unexpected T_STRING in mycode.php on line 3
<html xmlns:t="urn:schemas-microsoft-com:time">
<head>
<?import namespace="t" implementation="#default#time2">
</head>
<body><t:audio
src="
http://www.ueog.org/media/PresentationP1.wav"
repeatCount="indefinite"
type="wav" /></body>
</html>
How can I eliminate this syntax error?
Regards,
Thurai