Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i put my SMIL file info Html file..

my SMIL file is..

XML
<smil>
    <head>
        <meta name="copyright" content="Nik"/>
        <layout>
            <root-layout width="500" height="300" background-color="gray"/>
            <region id="region1" letf="50" top="50" width="100" height="100"/>
        </layout>
    </head>
    <body>
        <img src="ajax-loader.gif" alt="First Image" region="region1"/>
    </body>
</smil>



so how can i show this on browser??
Posted

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900