how to use fs command
--------------------------------------------------------------------------------
hi...
i am having a flash template and i am working on asp.net. in my flash template i have buttons.now i want these buttons to direct to diff pages which i have crated in asp.net. so in my action script window i have wriiten this code for one of the buttons:
on fs_command(pres s)
{
getURL("newpage .aspx","_self", "POST");
}
is tihs correct???and where and what should i write in asp.net using the fs command?what event should be called and what code should i write to get these buttons working for me....thanking in advance.
--------------------------------------------------------------------------------
hi...
i am having a flash template and i am working on asp.net. in my flash template i have buttons.now i want these buttons to direct to diff pages which i have crated in asp.net. so in my action script window i have wriiten this code for one of the buttons:
on fs_command(pres s)
{
getURL("newpage .aspx","_self", "POST");
}
is tihs correct???and where and what should i write in asp.net using the fs command?what event should be called and what code should i write to get these buttons working for me....thanking in advance.
Comment