Custom Search
Flash

Shared Objects inside Adobe Flash Media Server

Shared Objects can be said as cookie for Flash Environment. Shared Objects are responsible for storing temporary information which can be accessible to the whole flash application. In Flash Media Server Environment, shared objects can be useful for making Chat or MultiPlayer Games Application. This article will show how we can make and store data […]

Streaming FLV using Adobe Flash Media Server

Unlike progressive playing FLV file from internet streaming FLV is somewhat different. This article will discuss on streaming FLV files using Adobe Flash Media Server.

Bookmark It

Hide Sites

Connecting to Flash Media Server Application

This article will guide you how we can connect to Adobe Flash Media Server Application using Adobe Flash 8 or Adobe Flash MX 2004 Professional. To connect to remote servers using Flash, NetConnection class is used. For more information on NetConnection Class you can go through Action Script NetConnection Class
Flash Media Server uses RTMP(Real Time […]

Streaming MP3 using Adobe Flash Media Server

Unlike progressive playing mp3 file from internet streaming mp3 is somewhat different. This article will discuss on streaming Mp3 files using Flash Media Server.

Bookmark It

Hide Sites

Data Communication between JavaScript and Adobe Flash Movie

Passing data to Adobe Flash Movie using JavaScript
In Web2.0 arena we frequently use Adobe Flash Movie and JavaScript in our web page. We often has the requirement to pass data to the Adobe Flash movie at runtime. This can be achieve through communication between JavaScript and adobe flash swf move. “setVariable” is a method available […]

What is Macromedia Flash Media Server

Macromedia Flash Media Server(FMS) allows you to stream Audio/Video over the internet. Apart from streaming you can design communication application like Private Chat, Chatter Box, Video Messaging, Multiplayer Games and Multiple Chat Environment.

Bookmark It

Hide Sites

Communicate Flash Movie using LocalConnection Class

Macromedia Flash has a special class called LocalConnection that allows you to communicate between swf that resides on the same client machine and on the same domain but are performing different operation. This is useful in a scenario where you want to pass data from one swf to another without using JavaScript.

Bookmark It

Hide Sites

Loading External JPEG Image/SWF using MovieClipLoader in Flash 8/Flash MX 2004

MovieClipLoader Class provides you with a rich set of methods that allows you to load an external JPG image/swf on a MovieClip.

Bookmark It

Hide Sites

MovieClipLoader Class in Flash 8/Flash MX 2004

MovieClipLoader Class provides you with a rich set of methods that allows you to load an external JPEG image/Swf on a movieclip.

Bookmark It

Hide Sites

Streaming Media in Flash8/Flash MX 2004

Streaming media refers to the ability of a media file to play as it downloads. There are two types of streaming viz RTSP (Real Time Streaming Protocol) and HTTP. Both methods plays the media as the file downloads. The method you use depends on your streaming requirements.

Bookmark It

Hide Sites