ouyang789987 / swfobject

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

file names with unicode looking points breaks #458

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get a swf file and rename it to: EN_300x250_TEL_Q1_2010_SLO_05.swf
2. embed the swf in a page using swfobject.embedSWF(filename)

What is the expected output? What do you see instead?
the swf should load normal, but instead nothing loads. there isn't even a
request to the server (nothing in apache log, and firebug doesn't show the
network traffic for that file).

What version of the product are you using? On what operating system?
using v2.2

Please provide any additional information below.
It appears that swfobject looks at the file name with "300x250" and
interprets "0x250" as a utf8 character ("ɐ" i think).

Original issue reported on code.google.com by yoel....@gmail.com on 16 Apr 2010 at 3:03

GoogleCodeExporter commented 9 years ago
This issue can be resolved! Thanks.

Original comment by yoel....@gmail.com on 16 Apr 2010 at 3:24

GoogleCodeExporter commented 9 years ago
I tested in Firefox, Safari, Chrome, and IE with no issues. Closing this ticket.

Original comment by platelu...@gmail.com on 16 May 2011 at 5:51