This tutorial will show you how to communicate with Microsoft Net Meeting via Flash.
I wanted to have a website where users with limited understanding of netmeeting could simply select press a button in flash and instantly be connected to me via netmeeting. Here's how I did it with a tiny piece of javascript. You shouldn't need to but if you have any problems with the javascript there are some good tutorials elsewhere on Flashkit.
Step 1.
Create a movie "mymovie" of dimensions 300 pixels by 300.
Place a button on it and insert the following code:
on (release) {
fscommand ("call", "134.226.35.105");
}
The number is your current IP address. (Type ipconfig in your dos command box to find out what your ip is)
Step 2.
Select File/PublishSettings and check the swf and html boxes. Then go to the HTML tab and in the template drop down box select Flash with Fscommand. Now publish your movie.