Get meta-data from swf files

0

I'm using the SWFReader library to get some meta-data such as the size and dimensions of a swf file, the problem is that these files are inside a compressed folder and I access them using the ZipLoader library, which returns a " URL "as this blob: file: /// b436237f-0650-459f-bcee-1bdd8fd0ada5, this URL is loaded without problems in the swfobject object or the embed tag, but it does not work with the SWFReader library.

My question is how can I make that URL behave like a normal URL for the SWFReader object to recognize it, or some way to get the meta-data from the aforementioned URL.

    
asked by Richard Collao Olivares 19.04.2018 в 03:16
source

0 answers