Skip to main content
Participant
July 20, 2015
Question

how to run a swf file without broswer on linux server(centos 6.5)?

  • July 20, 2015
  • 1 reply
  • 1170 views

I create a swf file(compiled by flex_sdk-4.0 on centos); in the swf file, ,it runs like:

     (1) it loads a thirdparty swf file by flash.display.Loader Class, then call some function from the thirdparty swf and return some information.

     (2) it send some information by http protocol(tornado http server).

Now, I put the swf file on apache server, I can access the file with broswer by url (http://127.0.0.1:80/my.swf) on win7, and the tornado server can accept information that I want.

But, when I call the swf file with curl http://127.0.0.1:80/my.swf on centos(no broswer), but it doesn't work, tornado server accept nothing.

PS. the swf file entrance class extends flash.display.Sprite.

somebody can tell me what's wrong? why it doesn't work on linux server, and how can I fix the problem.

thank you.

    This topic has been closed for replies.

    1 reply

    pwillener
    Legend
    July 21, 2015

    [topic moved to Flash Player forum]