Quote Originally Posted by ata_gp View Post
I've tried to use this method: <a href="some_page.htm?page=2">Goto Virtual Pagination Page, page 3</a> in a flash button, with the following code:

Code:
on (release) { getURL("some_page.htm?page=2");}
But it doesn't work, I don't know why 'cause it works fine trough html.

Thanks in advance
As long as it is loading that page with that exact URL and query string, it should work. If not, it is a problem with the Flash (action script) command itself. Perhaps the ? or = characters need to be escaped somehow. Since I am no Flash expert, unless one chimes in here, or what I have said 'gets it' for you, try asking in the Flash forum.