Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Integrating Flash and NetMeeting with JavaScript
Author: Kieran Mc Nally
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.
| » Level Intermediate |
|
|
Added: : 2001-10-19
Rating: 8.44 Votes: 9
Hits: 3139
|
| » Author |
|
No details available.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (8 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|