Would somebody like to create sample of flash-site powered by SAPID? You =
understand SAPID allows XML-templates creating. If you want flash-site, =
which will include managed news line and managed pages' content, you =
could use the SAPID CMS (We have developed like project =
http://cocacola.ru on Site Sapiens, which is an XML Sapiens powered =
CMS). News line will need XML represent code in the DDC.
You can create a following model of an action script:
=20
var doc =3D new XML(); // XML object id created.=20
doc.load("http://yoursite_on_sapid.com/folder/");=20
if(node.firstChild!=3Dnull) {=20
node=3Dnode.firstChild;=20
while(node!=3Dnull) {=20
if(node.nodeName!=3Dnull && node.nodeName!=3D'title'){=20
name_of_template_ddc_tag=3Dnode.firstChild.nodeValue;=20
content_of_your_template_tag=3Dnode.firstChild.nodeValue;=20
// To attach the tag content to the object
}=20
}=20
Best regards,
Dmitry Sheiko
http://www.cmsdevelopment.com |