views:

85

answers:

2

Hello, i am using one swf file.on click i have some background process.after finish the process i want to redirect to particular page.but its not working.what should i do to redirect to page.i am using asp.net ? reply me soon

Thanking You Samir

A: 

background process ?

in library HttpContext.Current.Response.Redirect

in other thread use event sync

you must keep response is open

Clover
if you wait swf event (like end or click) ,swf->javascript-> xmlRequest .and redirect in swf event , swf->javascipt : location.href='target url' –
Clover
A: 

Hai samir,

Try adding this <object onclick="window.open('http://www.google.com')/&gt;" or <a href="http://www.google.com"&gt;&lt;embed scr="test.swf"></embed></a>

For ref see this http://forums.asp.net/t/1322013.aspx

Pandiya Chendur