hi all
i'm trying to load a php generated XML file via the assets in site.xml
<page id="realisations" title="Réalisations" src="realisations.swf" menu="true" seo="true" depth="middle">
<asset id="xmlProjets" src="http://www.mysite.com/spip.php?page=backend_flash"/>
</page>but getting this error
Error: Unknown asset type | php?page=backend_flash
at com.gaiaframework.assets::AssetCreator$/create()
at com.gaiaframework.core::SiteModel/parseAssets()
at com.gaiaframework.core::SiteModel/parsePage()
at com.gaiaframework.core::SiteModel/parseChildren()
at com.gaiaframework.core::SiteModel/parsePage()
at com.gaiaframework.core::SiteModel/parseChildren()
at com.gaiaframework.core::SiteModel/parsePage()
at com.gaiaframework.core::SiteModel/parseTree()
at com.gaiaframework.core::SiteModel/onLoadComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()do you know how can i bypass this?
loading it directly in the page works fine..
// my first post in this forum - THANX to the Gaia team - this framework is the bomb