google-code-export / swfobject

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

swfUrl containing ut8 for swfobject.embedSWF(swfUrl...) seems to go wrong #499

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use swfobject.embedSWF(url, targetID, w, h, "9.0.50", dmv_express_install, 
flashvars, params, attributes);

(I use swfobject 2.2 from CDN)

with url = 
http://www.domain.com/flvplayer.swf?width=550&height=400&file=/var/ezwebin_site/
storage/images/media/gallery/crestron-v-panel%E2%84%A2-15%22-touchpanel-display/
2046-1-eng-GB/Crestron-V-Panel%E2%84%A2-15%22-Touchpanel-Display.jpg

This is in fact a swf accepting params in get

But as a result flvplayer.swf retrieves a bad url with is:
http://www.domain.com/var/ezwebin_site/storage/images/media/gallery/crestron-v-p
anel%99-15%22-touchpanel-display/2046-1-eng-GB/Crestron-V-Panel%99-15%22-Touchpa
nel-Display.jpg

I don't know if bug comes from swfobject or from flvplayer.swf

=> Could you tell me if we can add some utf8 get params in the swfurl for 
swfobject.embedSWF ?

Thanks for your help

Original issue reported on code.google.com by jdespa...@gmail.com on 24 Aug 2010 at 4:20

GoogleCodeExporter commented 9 years ago
This appears to be an implementation issue, not a bug. If you're still having 
problems and need help sorting them out, please post on the swfobject Google 
Group: http://groups.google.com/group/swfobject  thanks

Original comment by platelu...@gmail.com on 16 May 2011 at 11:17