ASP.net - Flash Postback problem : Please Help

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Feb 2008
Posts: 21
Reputation: itshibu is an unknown quantity at this point 
Solved Threads: 0
itshibu itshibu is offline Offline
Newbie Poster

ASP.net - Flash Postback problem : Please Help

 
0
  #1
Nov 12th, 2008
Hi,

I am making a small project in asp.net. I designed my menus are in flash bar and opening urlds in an iframe. It working fine. but unfortuantely once i opening url first time it going the load event [Postback] but if i am trying to open another page and coming back to first page there is no load event occuring. so that i am missing the excution that i put in page ispostback.

here is the htm structure of my work.

i tried to make redirect concept with redirect.aspx. ie; just trying to pass redirect.aspx?pages=page1.aspx. but the same thing is repeating. if i am trying delete the cookies it work fine one time.

Kindly help me

  1. <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Flash_Menu.aspx.vb" Inherits="ABC.Flash_Menu" %>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head runat="server">
  6. <title>My Project</title>
  7. <style type="text/css">
  8. html, body {
  9. height: 100%;
  10. }
  11. .style2 {
  12. font-family: Verdana, Arial, Helvetica, sans-serif;
  13. font-size: x-small;
  14. }
  15. </style>
  16. </head>
  17. <body style="margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;" bgcolor="#BFDBFF">
  18. <form id="form1" runat="server">
  19. <table bgcolor="#BDDFFF" width="990" height="100%" align="center" border="0" cellspacing="0" #cellpadding="0" bordercolor="#FFFFFF" >
  20. <tr>
  21. <td align="center" valign="top" bordercolor="#000000" style="border:thin">
  22.  
  23. <!-- Flash Object -->
  24.  
  25. <object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
  26. width="990" height="170">
  27. <param name="movie" value="MainMenu.swf" />
  28. <param name="quality" value="high" />
  29. <embed src="MainMenu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
  30. type="application/x-shockwave-flash" width="990" height="170"></embed>
  31. </object>
  32.  
  33.  
  34. </td>
  35. </tr>
  36.  
  37. <tr height="71%">
  38. <td align="center" valign="top" >
  39. <iframe height="100%" frameborder="0" width="100%" name="cwindow"></iframe>
  40. </td>
  41. </tr>
  42.  
  43. </table>
  44. </form>
  45. </body>
  46. </html>
Last edited by peter_budo; Nov 12th, 2008 at 5:53 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 21
Reputation: itshibu is an unknown quantity at this point 
Solved Threads: 0
itshibu itshibu is offline Offline
Newbie Poster

Re: ASP.net - Flash Postback problem : Please Help

 
0
  #2
Nov 12th, 2008
I found a solution
Response.Expires = 0

it working
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC