Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
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.