LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




ReplyREPLY THREAD
 
Thread Tools Display Modes
  #1  
Old 03-02-2001, 03:08 PM
rh71 rh71 is offline
Registered User
 
Join Date: Oct 2000
Posts: 8
Rep Power: 0
rh71 is on a distinguished road
Unfortunately the project is on our intranet so I can't give a sample...

But it works the way I want it to thru Netscape (4.08) every time, but not in IE5.5. I've tried clearing the cache and shutting down/restarting the browser. I thought Netscape was the one with caching issues!

Anyway, details: simple search form and results page (2 separate scenes). The search scene posts the Name of the person to search for (as entered by the user in a regular input box) into Results.cfm where it then does a query on it (see script1). Then it reads values spit back from the Results.cfm file. The Flash result page is just a bunch of dynamic text boxes named appropriately calling those fields (see script2) and it works great in Netscape. In IE, it doesn't even call up the fields.

Script1:
on (release, keyPress "<Enter>") {
inputme = inputme; //name of input textbox
loadVariables ("Results.cfm", "", "POST"); //use inputme for query string
gotoAndPlay ("ShowResults"); //play next scene for results
}


Script2:
//clear all fields before populating
resultszero = "";
namebox = "";
phonebox = "";
emailbox = "";
managerbox = "";
deptbox = "";
positionbox = "";
contractbox = "";
pagerbox = "";
pinbox = "";
//load variables to populate fields
loadVariables ("Results.cfm", "");

(now this takes a good 2 seconds to process because it has to do a DB query, but it comes up correctly every time after 2-3 seconds in Netscape. In IE, it never comes up at all... all blank fields.

Any ideas or a more efficient way to code? Thanks!
Reply With Quote
  #2  
Old 03-26-2001, 03:23 AM
ontaillou ontaillou is offline
Registered User
 
Join Date: Mar 2001
Posts: 1
Rep Power: 0
ontaillou is on a distinguished road
check out the Macromedia Flash support tech note id 14743 on caching. Also Microsoft have an article. I tried what they say, but still unable to prevent the caching of SWF files!!
Reply With Quote
  #3  
Old 03-26-2001, 03:38 AM
rh71 rh71 is offline
Registered User
 
Join Date: Oct 2000
Posts: 8
Rep Power: 0
rh71 is on a distinguished road
Thanks for taking the time to reply. For some odd reason, all is fine now. I didn't change the code at all... it was just my browser acting up, but not anymore... certainly unexplained.
Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i scroll two dynamic text fields simultaneously with one button? gogozg Flash 8 6 07-31-2007 01:24 AM
dynamic text fields overlap ctopherg Flash 8 8 04-17-2007 05:02 AM
How to Create Multiple dynamic text fields in same form VirtbizGuy Newbies 2 04-14-2006 04:46 PM
DYNAMIC text fields randomly attached and attacking by typing mattock Flash MX ActionScript 0 07-10-2003 04:30 PM
Breaking apart dynamic text fields djd General Flash 3 08-13-2001 08:28 AM




All times are GMT. The time now is 01:40 AM.