Avoid redrawing flash with postback
-
-
I have web site with Macromedia Flash menu. After clicking on each menu item I would like to display different page, but I want to avoid redrawing flash control after each postback. What is the best way to achieve this ? I dont want to use frames.
hi friend I am not sure about this but using AJAX may solve this problem so each time you click menu item the page will not refreshed from the server and you can avoid redrawing flash control.
Prakash Mishra(Banglore,India)
-
hi friend I am not sure about this but using AJAX may solve this problem so each time you click menu item the page will not refreshed from the server and you can avoid redrawing flash control.
Prakash Mishra(Banglore,India)
-
Yes I was thinking about this as probably the best solution, but I'm not sure how to implement this. I was hoping somebody points me to some good tutorial as I colud not find any.
You can't find a tutorial on Ajax techniques? 17 million of them here...[^]
"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF
"This time yesterday, I still had 24 hours to meet the deadline I've just missed today."
-
You can't find a tutorial on Ajax techniques? 17 million of them here...[^]
"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF
"This time yesterday, I still had 24 hours to meet the deadline I've just missed today."
Well all tutorials on Ajax I found show how to get some data asynchronnly. But there is none to show how to asynchonnly redraw whole page except some part (for example my flash menu). I'm not wery strong in ASP.Net, I do mostly Winforms development so I need "good description" :).