tibolan is more than likely correct. Visually, your URL is probably fine, but you would need to pass the URL so that special charactes like the ampersand (&) are encoded properly. Using your URL as an example, the reslt should look something like:
http://mysubdomain.mydomain.it/gallery.php?cat=1&lang=it<http://mysubdomain.mydomain.it/gallery.php?cat=2&lang=it> (ignore the auto formatting that google might be providing on the link. Visually what I have typed is what I intend, where & replaces any occurrence of &. There are other special characters that must be encoded as well, in the event those are arguments for your URL. Hope that helped! Vincent On Tue, Dec 30, 2008 at 7:00 AM, [email protected] <[email protected]>wrote: > > try an htmlentities() in php on your url. > > On Dec 30, 5:20 am, ifthenelse <[email protected]> wrote: > > Sorry, just a little correction: I forgot to open the quotes. > > It's not > > _root.getURL(nextURL, _self"); > > > > but > > _root.getURL(nextURL, "_self"); > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
