Flasher Archive

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


Subject: Re: FLASH: Variables not working on the server! HELP!
From: John Andrew Morrison
Date: Mon, 7 Aug 2000 19:03:39 +0100

My guess is you are getting the variable in time locally but not
after the upload. I would suggest the following modification:

Frame 2:

If (whatwedo ne "")
Go to and Play (4)
End If

Frame 3:

Go to and Play (2)

Notice the stop removed from Frame 2.



JGL wrote:

> I think you are loading variables to level 10 . . . is that it?
>
> -----Original Message-----
> Hi All,
>
> Ok i've got a new problem now. I have a variable that's not working
> correctly once the flash movie and text file is uploaded to the server and
> it works perfectly locally. This happens in two different locations.
> Whatwedo is the name of the variable in the text file.
>
> Here's my code:
>
> Frame 1:
>
> Load Variables ("whatwedo.txt", 10)
>
> Frame 2:
>
> Stop
> If (whatwedo ne "")
> Go to and Play (3)
> End If
>
> Frame 5:
>
> Set Variable: "lastline" = whatwedo.maxscroll
> If (lastline > "2")
> Go to and Stop ("on")
> Else If (lastline <= "2")
> Go to and Stop ("off")
> End If
>
> When i run this locally it checks the whatwedo variable for the amount of
> scrolling which is 8 and when i upload everything...(which i've checked
> several times) it is just blank even though its pulling in the text from the
> text file.
>
> Here's the url:
>
> http://byte.speedconnect.com/dev/ideastream/ideastreamintro.html
>
> Click the idea stream green dot. Then go to the what we do section. I can
> post the fla if someone wants to look at it.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Full flasher archive now available online at:
> http://www.chinwag.com/flasher/archive.shtml
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Variables not working on the , JGL

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