does pyswf support open .swf file with a remote url?
albertyou2 opened this issue · comments
albertyou2 commented
Hi @timknip
Thanks for your work !
My problem is to open a swf steam from a http server. i got the swf file url like 'http://xxxxx/swf'
Does pyswf support open and read swf stream from a http server?
thankyou
Tim Knip commented
I guess not ;-)
(its been a while since i checked pyswf code)
Just use urllib or whatever to pull the swf from url and run pyswf on it.
T
2017-02-27 10:37 GMT+01:00 albertyou2 <notifications@github.com>:
… Hi @timknip <https://github.com/timknip>
Thanks for your work !
My problem is to open a swf steam from a http server. i got the swf file
url like 'http://xxxxx/swf'
Does pyswf support open and read swf stream from a http server?
thankyou
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#46>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAC7pFRfUWk0e_lYrnBGH99bnIleRvCKks5rgplFgaJpZM4MM4XJ>
.
albertyou2 commented
@timknip
oK ,thank you !