Welcome

E-Meeting is a fast and reliable online conference application based on Adobe Flash Media Server. It offers many collaborative features that will simplify your business process and improve communication. Features include a/v conference, whiteboard, share files, share mouse cursors, text chat, people list, presentation panel, administration interface, and much more

E-Meeting Has Reached End of Life - Source Code Available ON SALE!

Submitted by deeptii on Thu, 2010-06-24 09:16. ::
Dear all,

Thank you for your support for the past 6 years (2004-2010). E-Meeting went through many phases of development, and even today, its features are still good compare to many of its competitors.

However, with the fast-changing technologies & web environment and the fact that I have little time to keep up with the product. I hereby announce E-Meeting has reached its end of life of development.

Demo is Now Only Available Upon Request

Submitted by deeptii on Fri, 2010-06-04 23:55. ::
Sorry for the inconvenience, but in order to save the cost of the server, I have migrated to a VPS that does not have the power to run FMS. If you would like to try out the application, please send me a request with your FMS IP, and I will send you a 30-day trial. Thank you.

E-Meeting in Maintenance Mode and 50% Discounts Being Given Out

Submitted by deeptii on Fri, 2009-11-27 10:34. ::
Hi all,

Due to several different reasons (sales, Flash technology, Adobe, etc.), E-Meeting is now in maintenance mode (critical bug fixes, minor feature improvements, etc.).

There is still a chance for E-Meeting to come back to active development mode once Flash tech, Adobe, and my own free time all come into marriage. New feature development can also be done upon request and if I have free time.

For those who are still interested in the product as it is now, a 50% discount is there for all packages.

Thank you.

E-Meeting 5.3 Released

Submitted by deeptii on Fri, 2009-11-27 10:30. ::
This is a maintenance release that contains bug fixes. If you have not received the new version, please let me know. Thank you.

E-Meeting 5.2 Released!

Submitted by deeptii on Mon, 2009-03-16 22:37. ::
The multiple whiteboard page, along with the feature to load file on each page is completed. However, you may notice the performance of loading files has decreased. Work is under way to improve that. See Demo page for the new version.

E-Meeting 5.0 Released!

Submitted by deeptii on Tue, 2009-02-10 22:28. ::
After a long time of halt in development, with popular demand of multiple whiteboard pages, it is now included with E-Meeting 5.0. However, I am still working on loading the presentation to each individual page. Expect next version to come out soon! For those who would like to quick try-out, please see the demo page. Thanks.

About the VH Screen Capture Driver

Submitted by deeptii on Sat, 2008-01-12 11:55. ::
Lately I have tested the new v2 of the VH Screen Capture Driver and found that it has problem with screen share. Please use the 1.5 stable version to continue to use the screen capture feature.

Video Settings Bug Fixed

Submitted by deeptii on Sun, 2007-10-07 17:22. ::
There was a bug that prevented E-Meeting to set optimal settings correctly, and thus causing bad video qualities. This bug has been fixed, and if you need a new fixed version sent to you, please email me. Thanks.

Fix to E-Meeting's Print Function

Submitted by deeptii on Sat, 2007-06-16 12:30. ::

A customer has reported that the print function prints a blank page. This problem seems to exist with the new version of Flash Players.

To fix this problem, open the E-Meeting FLA file and find the following text:

getURL("print:"

You will find this line of code:

getURL("print:", "_root.whiteboard_mc.drawingArea_mc");

Replace the above line with:

print("_root.whiteboard_mc", "bmovie");

Save and it's fixed.