This project is archived and is in readonly mode.

swiff vars - problem with special chars
Reported by _reg | January 16th, 2010 @ 12:23 AM | in 2.0 (closed)
I am using swiff to load a swf movie and passing it a variable.
The variable I want to pass contains a special char (i am passing an url to a php file with a get parameter) :
vars: {
XMLFile: 'gallery.php?uid=XXX'}
The problem is mootools is url-encoding the vars so the generated object contains the following parameter :
param value="XMLFile=gallery.php%3Fuid%3DXXX" name="flashVars"
instead of
param value="XMLFile=gallery.php?uid=XXX" name="flashVars"
I am currently using a cookie as a workaround to send the parameters i want to my php file, still it would be nice if mootools was not url-encoding the vars passed to the flash movie.
Thanks.
Comments and changes to this ticket
-
fakedarren February 8th, 2010 @ 01:16 PM
- State changed from new to hold
- Assigned user set to fakedarren
To be honest with you I am not sure whether we will be supporting Swiff in future -core releases. It's pretty unlikely..... Will put on hold until I know more.
-
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »