Hi there FLASH-DB GURU'S
Firstly - it's awsome that this site exist's for newbies like myself to learn
I am dealing with the GUESTBOOK V1 PHP/TXT backend
I have the GUESTBOOK SWF being drawn into my flash site and I figured out how to get the entries to show by changing - THIS CODE
loadVariables ("GuestBook.php?NumLow="+NumLow+"&NumHigh="+NumHigh+"&R="+random(999), 0);
to - THIS CODE
loadVariables ("GuestBook.php?NumLow="+NumLow+"&NumHigh="+NumHigh+"&R="+random(999), this);
Now the entries are showing up
HOWEVER
I have to refresh the page to get the newest entry to display
I ask the GURU'S to shed some light on my issue
Thank you