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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-29-2003, 09:40 AM
Lefevre Lefevre is offline
Registered User
 
Join Date: Jan 2003
Posts: 8
Rep Power: 0
Lefevre is on a distinguished road
Rolleyes LoadVars(): Mac vs Windows

Hi everybody,

Does anyone know if the "LoadVars();" function has different characteristics depending whether its played in Mac or windows?

I have developed a movie on a Mac running OS X which fetches data from a database via a jsp page and the LoadVars object. When the user presses the "next button" a new set of data is fetched and displayed. Words fine on loaded into a browser on a Mac but when run on a windows machine the same set of data is displayed repeatedly.

the site is here:

http://www.doc.ic.ac.uk/~djl201/LearnEnglish.html


Pressing the start/next button calls the getData function. Relevant code is here:



newData = new LoadVars();

function displayData()
{
for (var j=0; j<4; j++)
{
words[j]=this[wordIds[j]];
sentences[j]=this[sentenceIds[j]];
}
sortWords();
amendSentences();
_root.gotoAndStop("main");
}

newData.onLoad = displayData;

function getData(level)
{
newData.load(dataURL +"level=" + level);
_root.gotoAndStop("waiting");
}


Can anyone identify the cause?

Many thanks,

Lefevre.
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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adobe Warns Users Of A Critical Vulnerability On Mac, Windows, Linux, Solaris and Android along with version 10.3.183.5 FlashMove General Flash 0 08-13-2011 02:06 PM
64bit Flash Players for Windows, MAC, and Linux FlashMove Members Cafe 0 09-20-2010 09:12 PM
Video of Flash multi-touch on Windows and Mac FlashMove Advanced Flash 0 01-12-2010 08:52 AM
popup windows on MAC portland General Flash 0 08-28-2005 10:10 AM
Is Windows just superior to Mac for playing .flv? karma-lab Flash Video 0 08-07-2005 09:36 PM




All times are GMT. The time now is 02:31 AM.