I'm also using this workaround for the activation problem

AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.
cab#version=7,0,19,0','width','150','height','30','src','image_lib/navButton
s?myURL={$menu_channel_id[menu]}&buttonLabel={$menu_text[menu]}','quality','
high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','i
mage_lib/navButtons?myURL={$menu_channel_id[menu]}&buttonLabel={$menu_text[m
enu]}' ); //end AC code

Looking at this syntax can you show if this can be done on the
AC_FL_RunContent function.

Thanks ahead,
T

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tan
Sent: Sunday, July 16, 2006 3:13 PM
To: 'Flashcoders mailing list'
Subject: RE: [Flashcoders] Flash Query String Problem

You might want to pass in escaped value for myURL before it is passed into
Flash so that Flash would not get confused.  Depending on how the URL is
generated, in javascript you can easily write it as escape(myURLvalue).

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sunnrunner
Sent: Sunday, July 16, 2006 5:04 PM
To: 'Flashcoders mailing list'
Subject: [Flashcoders] Flash Query String Problem

Hello,

I have a button flash file. This file needs two parameters that are passed
in through the query string. 

Here's my query string. 
navButtons.swf?myURL={$menu_channel_id[menu]}&buttonLabel={$menu_text[menu]}

here is the URL that is being passed in

domain.com/index.php?c=21&a=35&w=2&r=Y

the ampersands are making flash think these are separate variables to pass
into flash. Is there a way to make flash send in the above link as a whole
without chopping it up into several separate variables.

I would use some other method besides a query string but, I really need this
to work with it.

Hope that makes sense!

Thanks,
T



_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to