This is a discussion on Can you add dynamic text from php to a flash button? within the PHP Language forums, part of the PHP Programming Forums category; Any ideas? Im looking to give the flash button a name based upon the variables in php. Marc...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
monomaniac21 wrote:
> Any ideas? Im looking to give the flash button a name based upon the > variables in php. > > Marc Just print out the variable as FlashVars, then dynamically set the label of the button with ActionScript. See this TechNote: http://www.macromedia.com/cfusion/kn...fm?id=tn_16417 |