Re: Flash integration

2003-02-08 Thread Terry Vogelaar
Bradley Borch heeft op zaterdag, 8 feb 2003 om 05:25 het volgende geschreven: Flash is capable of sending messages to other programs using two commands: getURL and FScommand. I've gotten both of these to work within JavaScript and Director using Lingo. Any idea how to send commands from Flash

RE: Flash integration

2003-02-08 Thread Gary Rathbone
Flash is capable of sending messages to other programs using two commands: getURL and FScommand. I've gotten both of these to work within JavaScript and Director using Lingo. Any idea how to send commands from Flash to Rev? You can run RR on a server as CGI engine and let Flash send

Re: Flash integration

2003-02-08 Thread Klaus Major
Hi Bradley, hi Terry, Bradley Borch heeft op zaterdag, 8 feb 2003 om 05:25 het volgende geschreven: Flash is capable of sending messages to other programs using two commands: getURL and FScommand. I've gotten both of these to work within JavaScript and Director using Lingo. Any idea how to

Re: get URL http:// not working with faceless CGI's

2003-02-08 Thread Jan Schenkel
--- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anyone know how to get it working? Valetia The reason why this doesn't work, is that the current cgi-server doesn't load any of the RunRev libraries -- neither the libURL library, nor the revdb library ; it's just the MetaCard engine,

Re: Home stack

2003-02-08 Thread Jim Hurley
Message: 7 Date: Fri, 7 Feb 2003 14:16:42 -0800 (PST) From: erik hansen [EMAIL PROTECTED] Subject: Re: home stack To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] --- Jan Schenkel [EMAIL PROTECTED] wrote: thanks, this makes it simple. insert the script of stack Foobar into back From then

Re: Home stack

2003-02-08 Thread Jan Schenkel
--- Jim Hurley [EMAIL PROTECTED] wrote: [snip] Eric, A minor addendum to Jan's suggestion. The following ritual works for me--employing a suggestion from Jeanne. Put the stack that is to masquerade as a home stack into the plug-in folder. Include in the stack script: on

Re: get URL http:// not working with faceless CGI's

2003-02-08 Thread [EMAIL PROTECTED]
Hi Jan, In the meantime, you should be able to achieve what you want by adding a line start using stack libURL at the start of your cgi-script. Hmm, tried that and it still doesn't work (I get an internal server error the moment that line is inserted)... Valetia

Re: get URL http:// not working with faceless CGI's

2003-02-08 Thread Dave Cragg
At 12:30 am +1000 9/2/03, [EMAIL PROTECTED] wrote: Hi Jan, In the meantime, you should be able to achieve what you want by adding a line start using stack libURL at the start of your cgi-script. Hmm, tried that and it still doesn't work (I get an internal server error the moment that line

Re: get URL http:// not working with faceless CGI's

2003-02-08 Thread [EMAIL PROTECTED]
Place the myLibUrl stack in the same location as your cgi script. Near the top of your cgi script, put the line: start using stack myLibUrl.rev Thanks Dave, that works! Thanks Jan for your time too. :-) Valetia ___ use-revolution mailing list

stackrect vs screenrect

2003-02-08 Thread Zac Elston
can someone explain this to me? this works set the rect of this stack to 0,0,640,480 set the bottomright of button "skip" to the bottomright of this stack set the loc of this stack to the screenloc this doesn't set the rect of this stack to 0,0,640,480 set the loc of this stack to the

Re: Showing/Hiding Images on mouseLeave... IMPROVED

2003-02-08 Thread John J. Theobald
John J. Theobald wrote: erik hansen wrote: I simply put a transparent graphic behind my freeform shaped button. This graphic extends beyond the borders of my button. I then put this handler in the graphic. on mouseEnter put image normalstate into image goback end mouseEnter goback is

Group disappeared (was More about images)

2003-02-08 Thread Ken Norris (dialup)
*** Date: Fri, 7 Feb 2003 22:54:31 -0800 (PST) From: Jan Schenkel [EMAIL PROTECTED] Subject: Re: More about images Hi Ken, Let's see if I got this right: - there's one large image with all the keys in their DOWN position - and you only want to show a small portion of this