Browser compatibility for SMIL scripts. Does it work with Firefox ?

Datta321 <[email protected]> Tue, 1 Jun 2010 06:12:55 -0700 (PDT)
Newsgroups gmane.comp.web.smil
Message-ID <[email protected]>
------=_Part_85081_13552379.1275397975051
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Can aynone let me know whether the following SMIL script, which runs in IE
will have probelms when run in Firefox (Mozilla) ?



<?import namespace="t" implementation="#default#time2">





-- 
View this message in context: http://old.nabble.com/Browser-compatibility-for-SMIL-scripts.-Does-it-work-with-Firefox---tp28741572p28741572.html
Sent from the w3.org - www-smil mailing list archive at Nabble.com.

------=_Part_85081_13552379.1275397975051
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit


Can aynone let me know whether the following SMIL script, which runs in IE will have probelms when run in Firefox (Mozilla) ?

<html xmlns:t="urn:schemas-microsoft-com:time">
<head>
<?import namespace="t" implementation="#default#time2">
</head>
<body>
<t:video src="test-chit_002.mp4" repeatCount="indefinite" type="mp4" />
</body>
</html>
<br><hr align="left" width="300">
View this message in context: <a href="http://old.nabble.com/Browser-compatibility-for-SMIL-scripts.-Does-it-work-with-Firefox---tp28741572p28741572.html">Browser compatibility for SMIL scripts. Does it work with Firefox ?</a><br>
Sent from the <a href="http://old.nabble.com/w3.org---www-smil-f11729.html">w3.org - www-smil mailing list archive</a> at Nabble.com.<br>

------=_Part_85081_13552379.1275397975051--