Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: reload variables
From: Muzak
Date: Sat, 9 Dec 2000 04:27:06 GMT

It will only do that when in testing mode. It should work fine in a browser :-)
As an alternative, you could try it this way:

randomVar = random(10000);
loadVariablesNum ("highscore.cfm", 0, "GET");

and when working/testing in flash, don't use the GET method to avoid the 'error opening URL'

randomVar = random(10000);
loadVariablesNum ("highscore.cfm", 0);

HTH,
Muzak


----- Original Message -----
From: "avex" <listatobjekt [dot] com [dot] au>
To: <flasheratchinwag [dot] com>
Sent: Saturday, December 09, 2000 3:42 AM
Subject: Re: FLASH: reload variables


> Hi Muzak..
>
> thanks for your reply.......
> but it isn't working quite right....
> I put this code in, however it can't find the file anymore...
> I get the error:
> Error opening URL "2102"
>
> so it seems like it is loading the random part.....but not the file....
> Is the syntax correct? I tried messing with it but no luck...
>
> but i feel this could be the answer i was hoping for!
> I am getting desperate......even to the extent of trying to learn xml and do
> it that way..
>
> sighhhhhh
>
> chad



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Site Check - www.nancyhoney.c, Mats Persson
  Re: FLASH: Site Check - www.nancyhoney.c, Danny Ferry
  FLASH: reload variables, avex
  Re: FLASH: reload variables, Muzak
  Re: FLASH: reload variables, avex

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]