XML functions
hi all
would beable little xml functions?
i have xml file reads in flash has button (url link) triggers printer , prints out vouchers. have the
function working print, 2 functions i'm trying acheive also;
1.)check status of printer.
2.)pop 'printing in progress' message
3.)print voucher
4.)pop 'printing complete'
so, guess i'm trying is, when button pressed functions are;
1. check status of printer
(this script i'm using check status of printer - http://127.0.0.1/print_status.cgi?display_id=1 )
2. print voucher
(this prints voucher - http://127.0.0.1/print.cgi?panel_id=123&display_id=1&voucher_skin_id=1&voucher _id=12345 )
3. showing printing in progress pop message/window ???
4. message ' printing complete'
many help!
this xml;
<item>
<title><![cdata[voucher 2]]></title>
<order>8</order>
<image><![cdata[vp02.jpg]]></image>
<shortdesc><![cdata[lorem ipsum dolor sit amet...]]></shortdesc>
<description><![cdata[lorem ipsum dolor sit amet, consectetur adipisicing elit.
<img src="images/vouchers/voucher01.jpg">
<a href="[http://127.0.0.1/print.cgi?panel_id=123&display_id=1&voucher_skin_id=1&voucher_id=12345 | http://127.0.0.1/print.cgi?panel_id=123&display_id=1&voucher_skin_id=1&voucher_id=12345]" target="">click here print voucher</a>]]></description>
<pubdate><![cdata[21th apr 2013 3rd may 2013]]></pubdate>
<removedate>20130430</removedate><!-- note: removed on date -->
</item>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment