SMIL Programing

Discussion in 'Programming' started by Zo0mer, Mar 10, 2009.

  1. #1
    Hi,

    I am trying to use SMIL for a project, I am trying to achieve a slidshow of 10 images.

    I have come up with the following:

    <smil xmlns="http://www.w3.org/2001/SMIL20/Language">
    <head>
    	<layout>
    		<root-layout height="500" width="500“/>
    		<region id="topleft" top="0" left="0“
    		height=“200" width="500"/>
    		<region id=“bottom” top=“200” left=“0”
    		height=“300” width=“500”/>
    	</layout>
    </head>
    <body>
    	<seq>
    		<img src="1.jpg“ dur=“3s”/>
    		<img src="2.jpg“ dur=“3s”/>
    		<img src="3.jpg“ dur=“3s”/>
    		<img src="4.jpg“ dur=“3s”/>
    		<img src="5.jpg“ dur=“3s”/>
    		<img src="6.jpg“ dur=“3s”/>
    		<img src="7.jpg“ dur=“3s”/>
    		<img src="8.jpg“ dur=“3s”/>
    		<img src="9.jpg“ dur=“3s”/>
    		<img src="10.jpg“ dur=“3s”/>
    
    	</seq>
    </body>
    </smil>
    Code (markup):





    I do not know why it is not working, I have the .jpg files in the same folder, and I am using RealMedia to try to play it.

    Thank you in advance if you can assist me with this.

    Regards.
     
    Zo0mer, Mar 10, 2009 IP
  2. ptisouthwest

    ptisouthwest Peon

    Messages:
    105
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do your lecture notes not cover it ?
     
    ptisouthwest, Mar 10, 2009 IP
  3. Zo0mer

    Zo0mer Active Member

    Messages:
    224
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #3
    I have got this far, I just need help correcting it. I have basiclly done it I think.

    Regards.
     
    Zo0mer, Mar 11, 2009 IP