Narrowcasting flash xml

Dotoalgob

New Member
I like to develope a presentation software. I Use powerpoint to show a presentation, but Powerpoint has no way to interact with a CMS system.That's why I like to develope a Flash application who read slides in a directory. I think I use a external xml file with the folowing content\[code\]<slide><name>Picture</name><url>images/photo,jpg</url><time>10</time><type>image</type></slide><slide><name>Video</name><url>images/vid.mpg</url><time>10</time><type>video</type></slide><slide><name>Promo</name><url>images/promo.swf</url><time>10</time><type>swf</type></slide> \[/code\]Does anyone has some experience with this kind of projectThank you
 
Back
Top