yevon-cn / flexpaper

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

Document URLs with non ascii chars #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have some swf files like Geschäftsbrief.swf which do not load inside
flexpaper. The loading symbol in the upper right corner is running forever.
The problem seems to be this "ä" inside the filename. I use urlencode() on
server side PHP to produce something that should work but it does not. 

On the server the file looks like: Geschäftsbrief.swf but I can open it
via FireFox with /Geschäftsbrief.swf without a problem.

Any Ideas?

Original issue reported on code.google.com by hier.mai...@gmail.com on 18 Mar 2010 at 4:31

GoogleCodeExporter commented 9 years ago
will take a look at why

Original comment by erik.eng...@gmail.com on 21 Mar 2010 at 7:52

GoogleCodeExporter commented 9 years ago
I checked the same think in a plane Loader in Flex and it seams to be a problem 
there
already - I get a IO Error wenn opening an URL with such special chars. So I 
guess
there is nothing you can do about that issue :(

Original comment by hier.mai...@gmail.com on 21 Mar 2010 at 7:56

GoogleCodeExporter commented 9 years ago
I got a similar problem in Ver1.4.0  but in chinese filename.
I use encodeURI() and it works partly, file A with filename A it works well and 
file B with filename B doesn't. After exchanging the names of the files, file A 
with filename B still works, and file B with filename A still not. So I think 
it maybe a problem due to pdf2swf tool.

Thanks a lot for your job.

Original comment by yudayea...@gmail.com on 22 Oct 2010 at 7:36

GoogleCodeExporter commented 9 years ago
Fixed in repository, due for release in FlexPaper 1.4.1

Original comment by erik.eng...@devaldi.com on 8 Dec 2010 at 8:09