
Welcome Guest
|
#1
|
|||
|
|||
|
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.
|
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |





