Flasher Archive

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


Subject: Re: FLASH: FS_command in Flash movie
From: Roland Blattler
Date: Mon, 8 Mar 1999 06:49:08 GMT

Yet another problem solved -- lets find some more.......
 
Thanks for your reply(s). My problem was solved a few hours later when I tried a few things. It worked when I created a  new string variable and used this var to evaluate the "command" argument. John Croteau was on the right track, thanks. I have not tried the C++ solution with Delphi but I am sure that using the same approach will solve it.
 
Thanks again
 
************************
Have a nice day
************************
Roland Blattler
rbatupnaway [dot] com
Perth / Australia
 
 
-----Original Message-----
From: Roland Blattler <rbatupnaway [dot] com>
To: flasheratshocker [dot] com <flasheratshocker [dot] com>
Date: Monday, 8 March 1999 10:38
Subject: FLASH: FS_command in Flash movie

Hello all,
 
I would like evaluate the FS_command depending the value (string) passed by the Flashmovie.
 
So far the if statement
 
If (command == "C")  -- must be a string
-- do something
else
-- do something else
 
does not do the right thing and this happens with Delphi and C++. I can retrieve the "command " and "args"  and display it but I fail to evaluate it. Has anybody some hints for me, please.
 
Thanks for your help
 
 
************************
Have a nice day
************************
Roland Blattler
rbatupnaway [dot] com
Perth / Australia
 

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