我有一个像这样的xml代码
<root>
<render>
<head>
<transition id="fadeIn" type="fade" subtype="" dur="3s"/>
<transition id="fadeOut" type="fade" subtype="" dur="3s"/>
<layout>
<root-layout width="480px" height="360px" backgroundColor="0"/>
<region id="rootRegion" dur="15s">
<region id="background" soundLevel="100%" top="0px" left="0px" width="480px" height="360px" z-index="0"/>
<region id="foreground" soundLevel="100%" top="0%" left="0%" width="480px" height="360px" z-index="1"/>
</region>
</layout>
</head>
<body>
<par region="background" begin="0s">
<img>
<meta name="assetsource" content="stock"/>
<src>http://s3.amazonaws.com/JivoxStockImage/000003296736.jpg</src>
<width>102.49999999999999%</width>
<height>97.5%</height>
<left>0%</left>
<top>0%</top>
<clipBegin/>
<clipEnd/>
<begin>0s</begin>
<dur>15</dur>
</img>
<audio>
<meta name="assetsource" content="stock"/>
<src>http://audio.mp3</src>
<clipBegin/>
<clipEnd/>
<begin>0s</begin>
<dur>15s</dur>
</audio>
</par>
<par region="foreground" begin="0s">
<img>
<meta name="assettype" content="user"/>
<src>http://image.png</src>
<width>20%</width>
<height>20%</height>
<left>41.5%</left>
<top>25.555555555555557%</top>
<begin>2s</begin>
<dur>10s</dur>
<id>BA6B7CF0BD9080CAD7A02199483224EA61A6E08A</id>
</img>
</par>
</body>
</render>
<form>
<map formId="BA6B7CF0BD9080CAD7A02199483224EA61A6E08A" type="image" label="Logo" />
<map formId="F635A9123082A15834389030382683C55EB29E75" type="text" label="Company Name" />
</form>
</root>
这里我需要将'form'中的formId与'render'中的'id'进行匹配,并在flex中动态创建表单。
我可以通过httpservice获取xml文件。我需要知道的是如何匹配它并动态呈现表单!!
答案 0 :(得分:0)
如果我没有错,你就拥有了ID,你需要它与表格ID相匹配,表格ID再次是动态的,表格将包含基于ID的元素。
我的问题:
让我知道你是否正在考虑这个解决方案或其他什么,然后再花费更多的时间来解决这个问题。