Hi I've been trying to use the syndication lib with js but I'm not
getting anywhere
Heres the code
<script src="xmlsyndication.swc" type="application/x-shockwave-
flash"></script>
<script type="text/javascript">
var feedObj =
window.runtime.com.adobe.xml.syndication.generic.FeedFactory.getFeedByString(aStringContaingXmlFeed);
</script>
This causes the error
TypeError: Object (result of expression
window.runtime.com.adobe.xml.syndication.generic.FeedFactory.getFeedByString)
does not allow calls.
I've not used action script libraries in a html/js app before but
tried to follow airs manual at
http://livedocs.adobe.com/air/1/devappshtml/help.html?content=ProgrammingHTMLAndJavaScript_07.html
Any ideas what I'm doing wrong?