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 Votes: 9 |
| » Author |
| No details available. |
| » Download |
| Download the files used in this tutorial. |
| Download (8 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!