Groups | Blog | Home
all groups > flash data integration > october 2005 >

flash data integration : query string


nkaf
10/11/2005 12:00:00 AM
hi there,
i'm working on a very simple flash data integration project,
i have been trying to send a query string without opening/reloading a browser
for instance:
http://localhost/u2/test.asp?model=UG123
i need send the above string out without reloading the browser
i have tried
on (release) { getURL("http://localhost/u2/test.asp?model=123"); }
but it reload my browser..
i have thought of using a dummy 0 px frameset
but before i try on that, i like to achive this on flash
any idea ..anyone?

thanks in adv.
bitsurs
10/13/2005 1:25:28 PM
nkaf ha scritto:
[quoted text, click to view]

MY SNIPPETS :: good luke

function load_data() {
var sendalo = new LoadVars();
var receptilo = new LoadVars();
//
receptilo.path = this; // <-this movieclip
receptilo.onLoad = function()
{
// do somthing
};
sendalo.sendAndLoad("./gestionale/data_sources_for_flash/select_news_en.php",
ricevilo, "POST");
}

AddThis Social Bookmark Button