colinlin1982 / maashaack

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

update system.URI and core.uri do deal with [[IMPORT]] in flash #195

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
the problem

when you have a loader.swf that load a loadee.swf
in an isolated ApplicationDomain that you authorize with 
Security.allowDomain( "loader.domain.com" )

your loadee.swf loaderinfo.url become
http://www.loader.com/[[IMPORT]]/www.loadee.com/path/to/the/file.swf

which is bad as the URI parsing will not know how to parse that

the good thing is that in this particular case it can give you the referrer
accessing your loadee.swf

Original issue reported on code.google.com by zwetan on 19 Mar 2010 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 24 Sep 2011 at 5:12

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 24 Sep 2011 at 5:22