Buenas no soy muy experto en flash y xml pero tengo un problema quiero hacer una tienda en flash con productos y para mi tienda uso www.securepay.com que fue el mas rapido que pude conseguir y ellos me envia el codigo para la carretilla que es mas o menos esto
<td class="style11"><!-- Copy and paste this code onto your webpage -->
<TABLE BORDER="0" CELLPADDING="4" CELLSPACING="2" WIDTH="100%">
<TR><TD>
<FORM ACTION="https://www.securepay.com/easyshop/addprod.asp?mMerch_ID=1234" METHOD="POST">
<INPUT TYPE="HIDDEN" NAME="fproductid" value="2">
<FONT Size=2 > <B>Purchase-Local Distributor Partner which will receive our consulting and public relations services in order to represent you in achieving distribution rights for those lines of your interest for your territory plus the use of 45 complete ERP modules: $250.00 per month during a 12 month minimum period. </B></FONT><BR>
Price: $ 250.00</font> Quantity:
<INPUT MAXLENGTH="4" NAME="fquantity" SIZE="4" VALUE="1">
<INPUT TYPE="HIDDEN" NAME="fReturnURL" VALUE="http://www.i-hightech.com/registro_ok.php">
<strong>
<INPUT TYPE="SUBMIT" VALUE="Add to Cart" NAME="ORDER"><BR> </form>
</td></tr>
</table>
<!-- End Item Code -->

Y se que para que me envie a la carretillas de securepay.com es: FORM ACTION="https://www.securepay.com/easyshop/addprod.asp?mMerch_ID=1234" y que lo tengo que poner en el xml como lo tengo abajo pero para que tome el item es este codigo <INPUT TYPE="HIDDEN" NAME="fproductid" value="2"> pero no se como ponerlo en xml para que me tome este item si alguien me puede ayudar se lo agradeceria.

<Details url="https://www.securepay.com/easyshop/addprod.asp?mMerch_ID=1234">
<Asin>1565926226</Asin>
<ProductName>Cascading Style Sheets: The Definitive Guide</ProductName>
<Catalog>Book</Catalog>
<Authors>
<Author>Eric A. Meyer</Author>
</Authors>

<ReleaseDate>15 May, 2000</ReleaseDate>
<Manufacturer>O'Reilly &amp; Associates</Manufacturer>
<ImageUrlSmall>http://images.amazon.com/images/P/1565926226.01.THUMBZZZ.jpg</ImageUrlSmall>
<ImageUrlMedium>http://images.amazon.com/images/P/1565926226.01.MZZZZZZZ.jpg</ImageUrlMedium>
<ImageUrlLarge>http://images.amazon.com/images/P/1565926226.01.LZZZZZZZ.jpg</ImageUrlLarge>

<Availability>Usually ships within 24 hours</Availability>
<ListPrice>$34.95</ListPrice>
<OurPrice>$24.47</OurPrice>
<UsedPrice>$20.97</UsedPrice>
</Details>