• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

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

New Here ,
Jul 20, 2015 Jul 20, 2015

Copy link to clipboard

Copied

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.

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 20, 2015 Jul 20, 2015

Copy link to clipboard

Copied

LATEST

[topic moved to Flash Player forum]

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines