Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWF URLs with colon don't work #23

Closed
GoogleCodeExporter opened this issue Dec 26, 2015 · 2 comments
Closed

SWF URLs with colon don't work #23

GoogleCodeExporter opened this issue Dec 26, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hi - I have URLs with colons in but the view can't handle them:

flashvars: "SwfFile=/aaaa.swf" works but "SwfFile=/aa%3Aaa.swf" doesn't.  No 
request to server made at all.

I've worked around this myself so no urgency to fix from my perspective.

Thanks for a cool viewer.

Original issue reported on code.google.com by fergus.g...@gmail.com on 1 Mar 2010 at 5:47

@GoogleCodeExporter
Copy link
Author

just encode your url with the javascript escape function and it works fine, as 
such:

SwfFile : escape("http://url.com/with/lots/of/wierd/chars.swf"),

Original comment by erik.eng...@gmail.com on 10 Mar 2010 at 7:35

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

That doesn't help - my example above was already URL encoded 
"SwfFile=/aa%3Aaa.swf"

Regards

Original comment by fergus.g...@gmail.com on 11 Mar 2010 at 12:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant