Quote:
Originally Posted by fris
Is it possible to pass a variable used by a php script in actionscript, even though its not defined in the actionscript, but in the actual external php script?
Im trying to pass the wordpress plugin path to a video plugin that requires a script, normally it has to be put in the root directory, I want it in the plugin directory instead.
any help is greatful.

|
You can actually call a javascript function that uses ajax to retrive the value from php.
http://snipplr.com/view/2946/call-an...ript-function/