i need to operate smell web server in my application play flash swf files in my embedded browser , this application will be distributed to local users to desktop users what is the best way to implement it in desktop application i mean ports / local host ?
Asked
Active
Viewed 163 times
1 Answers
0
If you simply want to show something in your embedded browser there's no need to set up a local web server, just point it to appropriate local files that will be located in your application's directory (using the file:// protocol).

Matteo Italia
- 123,740
- 17
- 206
- 299
-
i have to,im using distend api that give me flash services and it have to be called from server (its youtube Chromeless Player) – user63898 Jun 13 '10 at 09:47