<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "JSwiff x OpenLaszlo"]]></title>
		<link>http://forum.jswiff.com/posts/15.page</link>
		<description><![CDATA[Latest messages posted in the topic "JSwiff x OpenLaszlo"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>JSwiff x OpenLaszlo</title>
				<description><![CDATA[ Hi,<br> <br> What do you think about OpenLaszlo?<br> It generates an easy way Flash files, after processing a XML file.<br> ]]></description>
				<guid isPermaLink="true">http://forum.jswiff.com/posts/28#82.page</guid>
				<link>http://forum.jswiff.com/posts/28#82.page</link>
				<pubDate><![CDATA[Fri, 30 Sep 2005 16:56:33]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:JSwiff x OpenLaszlo</title>
				<description><![CDATA[ Sounds cool. I didn't have the opportunity yet to test it. Any experiences anybody?]]></description>
				<guid isPermaLink="true">http://forum.jswiff.com/posts/28#101.page</guid>
				<link>http://forum.jswiff.com/posts/28#101.page</link>
				<pubDate><![CDATA[Tue, 4 Oct 2005 12:27:21]]></pubDate>
				<author><![CDATA[ Ralf]]></author>
			</item>
			<item>
				<title>??: JSwiff x OpenLaszlo</title>
				<description><![CDATA[ it is like FLEX]]></description>
				<guid isPermaLink="true">http://forum.jswiff.com/posts/28#104.page</guid>
				<link>http://forum.jswiff.com/posts/28#104.page</link>
				<pubDate><![CDATA[Wed, 5 Oct 2005 11:07:05]]></pubDate>
				<author><![CDATA[ Jim]]></author>
			</item>
			<item>
				<title>Re:JSwiff x OpenLaszlo</title>
				<description><![CDATA[ Jim, if you have some experience with it, it would be great if you told us a little more (if you have enough time).]]></description>
				<guid isPermaLink="true">http://forum.jswiff.com/posts/28#106.page</guid>
				<link>http://forum.jswiff.com/posts/28#106.page</link>
				<pubDate><![CDATA[Wed, 5 Oct 2005 11:17:00]]></pubDate>
				<author><![CDATA[ Ralf]]></author>
			</item>
			<item>
				<title>??: JSwiff x OpenLaszlo</title>
				<description><![CDATA[ I haven't dev. with OpenLaszlo, but I did with FLEX.<br> <br> the process is: xml--->compile---->swf<br> <br> such as:<br> <table class="code-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>Code:</b></span></td>
		</tr>
		</table>
		<table class="code-table" align="center">
		<tr>
		<td class="code">
		<pre>
 &lt;mx:Application 
 	xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" xmlns:comp="common.component.*"
 	width="810" height="550" fontSize="12"
 	backgroundColor="#000000"
 	initialize="init_app&#40;&#41;" usePreloader="true" preloader="chineseLoading"&gt;	
 &lt;mx:Script&gt;
 	&lt;!&#91;CDATA&#91;
 function init_app&#40;&#41;{
 trace&#40;"beigin"&#41;;
 }	
 function test&#40;&#41;{
                         trace&#40;"test"&#41;;
                 }		
 	&#93;&#93;&gt;
 &lt;/mx:Script&gt; 
 &lt;mx:Canvas id="mainshow" width="810" height="550" marginRight="0" marginLeft="0"&gt;
 			&lt;mx:HDividedBox width="0" height="0" /&gt;
 			&lt;mx:Loader source="test/test_main.swf" width="810" height="550" horizontalAlign="center" verticalAlign="top" scaleContent="false"/&gt;			
 			&lt;comp:testComp id="test_comp" visible="false"/&gt;			
 &lt;/mx:Canvas&gt;
 
 &lt;/mx:Application&gt;</pre></td>
		</tr>
		</table><br> <br> user wirte this xml and process with FLEX server, it will generate a new SWF file.<br> <br> If we make a wrap, I think JSWiff also can do this too.]]></description>
				<guid isPermaLink="true">http://forum.jswiff.com/posts/28#107.page</guid>
				<link>http://forum.jswiff.com/posts/28#107.page</link>
				<pubDate><![CDATA[Wed, 5 Oct 2005 11:35:30]]></pubDate>
				<author><![CDATA[ Jim]]></author>
			</item>
			<item>
				<title>Re:JSwiff x OpenLaszlo</title>
				<description><![CDATA[ <table class="quote-table" align="center">
		<tr>
		<td class="quote"><br> If we make a wrap, I think JSWiff also can do this too.<br> &nbsp;
		</td>
		</tr>
		</table><br> Definitely. The only question is, how big this wrapper has to be :)<br> If OpenLaszlo works well, there's no need to implement a clone on top of JSwiff. In my opinion, the OS world is too full of clones.<br> BTW, one might wonder here, why is there a JSwiff when Transform can achieve about the same thing (and more)? The core of JSwiff was developed before Transform was open source. And then, in my opinion, Transform had (has) some flaws which pretty much disturb me.<br> But ok, all this is off-topic. I'm getting curious, I guess I'll give OpenLaszlo a try.]]></description>
				<guid isPermaLink="true">http://forum.jswiff.com/posts/28#109.page</guid>
				<link>http://forum.jswiff.com/posts/28#109.page</link>
				<pubDate><![CDATA[Wed, 5 Oct 2005 13:31:05]]></pubDate>
				<author><![CDATA[ Ralf]]></author>
			</item>
			<item>
				<title>??: JSwiff x OpenLaszlo</title>
				<description><![CDATA[ your sample in source-package is a simple one.<br> <br> xml2swf.<br> <br> ]]></description>
				<guid isPermaLink="true">http://forum.jswiff.com/posts/28#110.page</guid>
				<link>http://forum.jswiff.com/posts/28#110.page</link>
				<pubDate><![CDATA[Wed, 5 Oct 2005 13:39:48]]></pubDate>
				<author><![CDATA[ Jim]]></author>
			</item>
	</channel>
</rss>