AVConference

Video conference software for your web site.

Find out more details Launch demo


Also available as:
Joomla! 1.5 Component

AVConference moderator logged in

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. 1) Find the following line:

    <param name="movie" value="index.swf" />

    and replace with:

    <param name="movie" value="index.swf?sscode=asp" />

  2. Find the following portion of code:

    <embed src="index.swf"

    and replace with:

    <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.


Go back to Articles List