<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "id vs object refs"]]></title>
		<link>http://forum.jswiff.com/posts/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "id vs object refs"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>id vs object refs</title>
				<description><![CDATA[ Hi Ralf,<br> <br> Great thing you've got going here!<br> <br> I've been look at your 'hello world' tutorial, and the source and have a question?<br> <br> Is there some compelling reason for going with id's instead Objects refs? Why not have the id's generated on serialization?<br> <br> Using Object ref's would allow the usage of eg. the facade pattern for eg. compression (asset check-out's) , and (al most trivial) deep cloning of partial dom structure into another dom.<br> <br> I know this kind of usage is not your primary concern, but such easy .swf manipulation features increase the usabilty of the jswiff even more :o)<br> <br> best regards<br> <br>    -michael<br> ]]></description>
				<guid isPermaLink="true">http://forum.jswiff.com/posts/36#118.page</guid>
				<link>http://forum.jswiff.com/posts/36#118.page</link>
				<pubDate><![CDATA[Fri, 7 Oct 2005 14:09:24]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:id vs object refs</title>
				<description><![CDATA[ Hi Michael,<br> the IDs for each SWF character result directly from the SWF format, each character defined in a Define.... tag must have a characterId, which is a positive number. Currently, JSwiff is not (much) more than a 1:1 Java<->SWF (and XML<->SWF) mapping. Working with these IDs IS a pain in the backside... I'll seriously consider your suggestion, it would simplify things a lot. I'm not sure I will be able to completely eliminate the IDs (I guess they will still be there in the Define.... tags - hopefully just under the hood), but it sure would be an improvement.<br> The downside will be that the change will break the API, but I think the (or at least some) users will forgive me when they see that this improves usability a lot.]]></description>
				<guid isPermaLink="true">http://forum.jswiff.com/posts/36#119.page</guid>
				<link>http://forum.jswiff.com/posts/36#119.page</link>
				<pubDate><![CDATA[Sat, 8 Oct 2005 13:25:29]]></pubDate>
				<author><![CDATA[ Ralf]]></author>
			</item>
	</channel>
</rss>