Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > Adobe Web Programming > Flash (all versions)
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Flash (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 25th, 2004, 12:56 AM
Authorized User
 
Join Date: Apr 2004
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Default flash button not causing page load event

i am using asp.net
i have a flash button in my header control and after i LOGIN (the page is supposed to postback with your information loaded)and click a button nothing seems to have happened unless i click refresh on internet explorer. It seems that the flash buttons are not causing the page load event to fire, instead it is just loading the pages from its cache. what can i do to remedy this??Thank you

rrr
__________________
rrr
 
Old July 2nd, 2004, 02:47 AM
Authorized User
 
Join Date: Jun 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to vikas
Default

Dear Olambe,
Please clean all the temp files and try again.
From your description, I gather that you have 1 or 2 txt fields for username and password. when the submit button is pressed, information regarding the user is displayed. It should not require refresh. There is an event onData for that. Could you post the code?


vikas/alakh
[email protected]
 
Old June 15th, 2007, 12:04 AM
Registered User
 
Join Date: Jun 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hello
my name is mehdi.i live in iran city of isfahan.
i am designing a project with asp.net.
i have a header flash on top of all pages in my project.
but when click on button page load event no execute.
if in flash file i use this command of my button it can execute.
on(press){
getURL("login.aspx","_blank");
}

 
Old June 22nd, 2007, 10:17 PM
Registered User
 
Join Date: Jun 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hello.
if you use this code your problem will be resolve.

<script language="javascript" type="text/javascript">
// <!CDATA[

function window_onunload() {
window.location.reload(true);

}

// ]]>
</script>

then in unload function of your page use this:

<body onunload="return window_onunload()">








Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange problem in page load event software_developer_kk ASP.NET 1.0 and 1.1 Professional 1 September 13th, 2005 12:51 PM
Page Load event qadeer05 ASP.NET 1.0 and 1.1 Basics 5 July 19th, 2004 08:57 AM
flash button not causing page load event olambe BOOK: ASP.NET Website Programming Problem-Design-Solution 1 June 27th, 2004 09:02 PM
Page Base Load event order frayed_edge BOOK: ASP.NET Website Programming Problem-Design-Solution 3 March 4th, 2004 08:37 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.