Hello everybody, I would share a problem that occurs when passing a
variable from a PHP page to flash.
The flash object is a multiple gallery slideshow. The images are
visualized by category; after visualizing the last image of every
category, the flash calls the url of the next one:

    _root.getURL(nextURL, _self");


The variable nextURL is passed from the PHP and contains the URL of
the gallery of the next category.
It is  a string and it's something like this:

    http://mysubdomain.mydomain.it/gallery.php?cat=2&lang=it


But flash gets the url only before the "&":

    http://mysubdomain.mydomain.it/gallery.php?cat=2


Please, can anybody tell me how I to pass the entire link?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to