marconiduarte / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

? is grabbed from query string when calling swfobject.getQueryParamValue() with arguments #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call swfobject.getQueryParamValue() and store vale in variable
2. alert value

What is the expected output? 
That the querystring will be returned as a single string with valid 
name/value pairs 

What do you see instead?
The beginning of the querystring value has a "?" inserted at the front 
invalidating the 1st variable name.

What version of the product are you using? 
2.1

On what operating system?
N/A (OSX or Vista)

Please provide any additional information below.

test page here:
http://www.misterhee.com/tests/params/params.html?foo=bar&abc=123&var3=test

Original issue reported on code.google.com by aran.rhee@gmail.com on 13 Jan 2009 at 3:58

GoogleCodeExporter commented 9 years ago
See also: 
http://groups.google.com/group/swfobject/browse_thread/thread/de7a42e28d64c042

Original comment by bobbyvandersluis on 13 Jan 2009 at 11:12

GoogleCodeExporter commented 9 years ago
when calling swfobject.getQueryParamValue() a possible Question mark is now 
stripped

Original comment by bobbyvandersluis on 3 Apr 2009 at 1:00

GoogleCodeExporter commented 9 years ago
Included in the SWFObject 2.2 beta1 release

Original comment by bobbyvandersluis on 16 Apr 2009 at 3:05