Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: SWF Flash files and Flash .exe files |
|
Author |
|
thomzon
Joined: 15 Feb 2007 Posts: 2
|
Posted: Thu 15 Feb '07 8:26 Post subject: SWF Flash files and Flash .exe files |
|
|
Hello,
I'm new to Apache, I have just recently installed the server on my PC (Windows XP). I'm using dynamic DNS to be able to use my home PC as my website host.
One of the things I want to do with my new website is to publish some of my flash programs. Just to see if it would work, I have tried to put some .swf files into the root directory (htdocs). Unfortunately, when me or someone else access it by entering [mywebsiteaddress]/program.swf, the page is blank.
I have also tried putting a .exe version of these flash programs. They can ben downloaded fine, but an error occurs when trying to execute them.
Is it normal ? Is there something special to configure ?
Thanks in advance for any answers! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 15 Feb '07 10:24 Post subject: |
|
|
You can try by adding this to httpd.conf
Code: |
Win32DisableAcceptEx on
EnableSendfile off
EnableMMAP off
|
|
|
Back to top |
|
thomzon
Joined: 15 Feb 2007 Posts: 2
|
Posted: Fri 16 Feb '07 17:42 Post subject: |
|
|
Hello,
Thanks for your answer! It works fine now. |
|
Back to top |
|
|
|
|
|
|