[swfmill] declaring moredimensional arrays?

Timo Dinkler tdinkler at meuter.de
Mon Jul 24 08:02:44 EDT 2006


hello,

i'd know how to declare multidimensional arrays using swfml wich  
would save me a lot of pref-file-parsing. since now i used sth. like  
this vor onedimensional arrays wich worked out fine:

<?xml version="1.0" encoding="iso-8859-1" ?>
<movie width="550" height="400" framerate="31">

<DoAction>
	<actions>
		<PushData>
			<items>
				<StackString value="arrayData"/>
				<StackString value="four"/>
				<StackString value="three"/>
				<StackString value="two"/>
				<StackString value="one"/>
				<StackInteger value="4"/>
			</items>
		</PushData>
		<DeclareArray/>
		<SetVariable/>
		<EndAction/>
	</actions>
</DoAction>

</movie>

and i got exactly something like with actionscript:

arrayData = new Array("one", "two", "three", "four");

how do i modify to get more dimensions? and what about the "<array  
name='arrayData'/>"-tag that i read about in an archived post?
thanx alot!

timo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20060724/1d66c339/attachment-0001.htm


More information about the swfmill mailing list