Switching between the ASP and PHP configuration file in AVConference
Prerequisites:
- Working AVConference on your web site
Introduction
With AVConference you now have the possibility to switch between the type of the configuration file type used to load the settings and make the integration with the users database.
By default the configuration file used is .php, follow the instructions below to force AVConference to use the .asp one instead.
Instructions
Open up index.html in a text editor (Notepad) and:
-
1) Find the following line:
and replace with:<param name="movie" value="index.swf" /><param name="movie" value="index.swf?sscode=asp" /> -
Find the following portion of code:
and replace with:<embed src="index.swf"<embed src="index.swf?sscode=asp"
Now repeat the 2 steps above for admin.html
Done
Now, do not forget to save and upload the modified index.html and admin.html to your web site, and load them in your web browser. Make sure you refresh properly!
Further notes
If you are in need of a good text editor we recommend Notepad2 which is freeware.
Internet Explorer uses an Active X control to show flash content. Firefox, Safari, Opera and the rest of the browsers use a plugin. This is the reason why you need to make changes in 2 palces. One for IE, the other one for the other browsers.


