# Embedding some HTML into flash

**URL:** https://forum.kirupa.com/t/embedding-some-html-into-flash/150451
**Category:** web dev
**Created:** [June 7, 2005, 6:24pm UTC](https://forum.kirupa.com/t/embedding-some-html-into-flash/150451 "2005-06-07T18:24:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![imported\_newbie\_geek](https://avatars.discourse-cdn.com/v4/letter/i/b5e925/32.png) [@imported\_newbie\_geek](https://forum.kirupa.com/u/imported_newbie_geek)
#### Post date: [June 7, 2005, 6:24pm UTC](https://forum.kirupa.com/t/embedding-some-html-into-flash/150451/1 "2005-06-07T18:24:54Z")

</div>

hey all,

been a while since i have posted, but here i am, in need of help.

I am building a flash site with a store in it

[http://www.anointment.net/](http://www.anointment.net/)

and i need to link it to a 3rd party e-commerce site,

[http://www2.clicshop.com/En/products.html](http://www2.clicshop.com/En/products.html)

the trouble is, that this site give me this HTML code to drop into the site:

**\<!-- HTML CODE FOR PRODUCT Celtic Sea Salt Bath - Tantra 16545347–\>  
\<FORM NAME=“Form16545347” METHOD=“POST” ACTION=“[http://www2.clicshop.com/Scripts/Cart/Add.asp](http://www2.clicshop.com/Scripts/Cart/Add.asp)”\>  
\<IMG SRC=“[http://www2.clicshop.com/Scripts/Logs/VoirPhoto.asp?StoreID=25969&CategoryID=240773&ItemID=16545347&Show=0&Language=2&U=gopigirlgirl](http://www2.clicshop.com/Scripts/Logs/VoirPhoto.asp?StoreID=25969&CategoryID=240773&ItemID=16545347&Show=0&Language=2&U=gopigirlgirl)”\>  
\<TABLE BORDER=“0” CELLPADDING=“3” CELLSPACING=“0”\>  
\<TR\>\<TD COLSPAN=“2”\>  
\<FONT FACE=“ARIAL” SIZE=“2”\>\<B\>$CAD 10.00\</B\>\</FONT\>\</TD\>\</TR\>  
\<TR\>  
\<TD\>\<SMALL\>\<FONT FACE=“Arial”\>Quantity\</FONT\>\</SMALL\>\</TD\>  
\<TD\>\<INPUT MAXLENGTH=“4” NAME=“Q” SIZE=“5” VALUE=“1”\>\</TD\>\</TR\>  
\<TR\>  
\<TD COLSPAN=“2”\>  
\<INPUT BORDER=“0” SRC=“[http://www2.clicshop.com/Template/ClicShop/Eng/GenereMagasin/Template1/Images/item\_add.gif](http://www2.clicshop.com/Template/ClicShop/Eng/GenereMagasin/Template1/Images/item_add.gif)” TYPE=“IMAGE”\>\<BR\>  
\<A HREF=“[http://www2.clicshop.com/Scripts/Cart/View.asp?b=25969&Language=2](http://www2.clicshop.com/Scripts/Cart/View.asp?b=25969&Language=2)”\>\<IMG SRC=“[http://www2.clicshop.com/Template/ClicShop/Eng/GenereMagasin/Template1/Images/item\_cart.gif](http://www2.clicshop.com/Template/ClicShop/Eng/GenereMagasin/Template1/Images/item_cart.gif)” BORDER=“0”\>\</A\>\<BR\>  
\<A HREF=“[https://www2.clicshop.com/Scripts/Checkout/Checkout.asp?b=25969&Language=2](https://www2.clicshop.com/Scripts/Checkout/Checkout.asp?b=25969&Language=2)”\>\<IMG SRC=“[http://www2.clicshop.com/Template/ClicShop/Eng/GenereMagasin/Template1/Images/item\_checkout.gif](http://www2.clicshop.com/Template/ClicShop/Eng/GenereMagasin/Template1/Images/item_checkout.gif)” BORDER=“0”\>\</A\>  
\</TD\>\</TR\>\</TABLE\>  
\<INPUT TYPE=“HIDDEN” NAME=“Language” VALUE=“2”\>  
\<INPUT TYPE=“HIDDEN” NAME=“Item” VALUE=“16545347”\>  
\<INPUT TYPE=“HIDDEN” NAME=“b” VALUE=“25969”\>  
\<INPUT TYPE=“HIDDEN” NAME=“URLEnd” VALUE=“Panier”\>  
\</FORM\>  
\<!-- END OF CODE FOR PRODUCT Celtic Sea Salt Bath - Tantra 16545347–\>**

Which obviously generates a little HTML cell, rather useless for a flash0only site. I am not terribly adept with HTML, is there anyone that can extract from this what URL i need to have linked to the flash - shopping cart to send users to the correct page in clic-shop? Is this even doable? Is this a magic ASP-based problem that i will never be able to strangle to the ground?

Thanks!
