RE: Overriding Default Flash Gateway in Object tag

2003-03-04 Thread Benoit Hediard
You could use FlashVars param to pass a variable with the gateway name : object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca b##version=6,0,0,0 width=540 height=400 id=FlashApp param

RE: Overriding Default Flash Gateway in Object tag

2003-03-04 Thread Mike Townend
I tend to do this within the flash movie... if (_root.init == null) { _root.init = true; //Split up the url this movie is coming from //so that we can work out the gateway and component path var aryServer = _root._url.split(/);

RE: Overriding Default Flash Gateway in Object tag

2003-03-04 Thread Stacy Young
Thanks, that's what I'm doing now...but could of sworn there was a specific parameter...anyway no biggie. Thx Stace -Original Message- From: Benoit Hediard [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 10:45 AM To: CF-Talk Subject: RE: Overriding Default Flash Gateway

RE: Overriding Default Flash Gateway in Object tag

2003-03-04 Thread Chris Kief
To: CF-Talk Subject: RE: Overriding Default Flash Gateway in Object tag Thanks, that's what I'm doing now...but could of sworn there was a specific parameter...anyway no biggie. Thx Stace -Original Message- From: Benoit Hediard [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 10:45