Welcome, Guest. Please login or register.
Did you miss your activation email?
05/23/12, 01:49
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  Recent Tutorial Support
| |-+  Flash GuestBook Support (Moderators: Flash-db, vesa kortelainen, Ronald Wernecke, Mohsin Sumar, Jorge Solis)
| | |-+  doesn't renew main load screen
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: doesn't renew main load screen  (Read 2189 times)
Pixie
Server what's that
*
Posts: 1



View Profile Email
« on: 01/27/02, 08:53 »

Hello,

First of all my compliments for this website and its services.
Two questions:

When I enter a new message and push the submit button the main screen tells me: processing... loading new.. It stays like this and never renews the information. When I reload the page it shows the message I entered. So it does write information to the txt-file.
Can anybody help me out?

Secondly: i have put the swf file in a htm document. Visitors load the htm file to use the Guestbook. This is how it works, isn't it?

Thanks.
Bart
Logged
Flash-db
Administrator
Systems Administrator
*****
Posts: 1867



View Profile WWW
« Reply #1 on: 01/27/02, 21:47 »

This would be a problem with the Submit button code:

If possible could you copy and paste the code on the submit button here.

The submit button code should look something like this:

on (release) {
   if (Name eq "") {
      _root.Status = "Please enter your name";
   } else if (Email eq "") {
      _root.Status = "Please enter email Address";
   } else if (Website eq "") {
      _root.Status = "Please enter the URL to your website";
   } else {
      Submit = "Yes";
      NumHigh = 10;
      NumLow = 0;
      _root.GuestBook = "Processing..   Loading New... ";
      loadVariablesNum ("GuestBook.php", 0, "POST");
      _root.Status = "Your entry has been submitted.  You should see your comments appear immediatly";
      gotoAndStop (2);
   }
}


The problem could lie if you have changed the placement of the submit button relative to the input text fields - Or if you removed the Variable  "Submit=Yes".

Logged

-Jeff.
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
anything