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 in Object tag You could use FlashVars param to pass a variable with the gateway name : <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca b##version=6,0,0,0" width="540" height="400" id="FlashApp"> <param name=movie value="myApp.swf"> <param name=FlashVars value="gateway=#theGateway#&var2=#avalue2#"> ... </object> Another (better) way is to have an xml config file at the same level as your swf file, that you can load during the movie start. Benoit Hediard www.benorama.com > -----Message d'origine----- > De : Stacy Young [mailto:[EMAIL PROTECTED] > Envoy� : mardi 4 mars 2003 16:19 > � : CF-Talk > Objet : Overriding Default Flash Gateway in Object tag > > > For the lif of me I can find the reference to where I saw this...isn't > there a specific variable u can set in the OBJECT tag of a flash movie > to pass in the flash gateway? (makes it easier to test across multiple > environments) > > ThX! > > Stace > > AVIS IMPORTANT: > ------------------------------- > Les informations contenues dans le present document et ses pieces > jointes sont strictement confidentielles et reservees a l'usage > de la (des) personne(s) a qui il est adresse. Si vous n'etes pas > le destinataire, soyez avise que toute divulgation, distribution, > copie, ou autre utilisation de ces informations est strictement > prohibee. Si vous avez recu ce document par erreur, veuillez s'il > vous plait communiquer immediatement avec l'expediteur et > detruire ce document sans en faire de copie sous quelque forme. > > WARNING: > ------------------------------- > The information contained in this document and attachments is > confidential and intended only for the person(s) named above. If > you are not the intended recipient you are hereby notified that > any disclosure, copying, distribution, or any other use of the > information is strictly prohibited. If you have received this > document by mistake, please notify the sender immediately and > destroy this document and attachments without making any copy of any kind. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

