What steps will reproduce the problem?
1. use link("http://example.com","_self");
2. run the program
What is the expected output? What do you see instead?
Expected: Load example.com in the current window
Seen instead: example.com loads in a new window
What version of the product are you using? On what operating system?
Firefox/XP/Newest version
Please provide any additional information below.
Line 842 of PGraphics.as:
navigateToURL(request);
should be
navigateToURL(request,target); (I think)
See
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/package.html
#navigateToURL%28%29
for details
Note: I'm not an actionscript programmer... what should I compile the SWF
using so I can fix this myself?
Original issue reported on code.google.com by josephg...@gmail.com on 17 Sep 2009 at 3:58
Original issue reported on code.google.com by
josephg...@gmail.com
on 17 Sep 2009 at 3:58