A
anu
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(press)
{
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.
From http://www.developmentnow.com/g/8_0_0_0_0_0/dotnet-framework-aspnet.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com
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(press)
{
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.
From http://www.developmentnow.com/g/8_0_0_0_0_0/dotnet-framework-aspnet.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com