Archive

Posts Tagged ‘Action Script’

Connecting to Flash Media Server Application

May 21st, 2008 Hitesh Agrawal No comments

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 Messaging Protocol) for communicating with the Client Flash Application.
Read more…

Streaming MP3 using Adobe Flash Media Server

March 6th, 2008 Hitesh Agrawal 4 comments

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

Data Communication between JavaScript and Adobe Flash Movie

February 16th, 2008 Hitesh Agrawal 1 comment

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 in javascript that is responsible for passing data from JavaScript to Adobe Flash SWF movie.
Read more…

Communicate Flash Movie using LocalConnection Class

October 18th, 2007 Hitesh Agrawal 1 comment

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.
Read more…

Categories: Adobe Flash Tags:

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

October 18th, 2007 Hitesh Agrawal 3 comments

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

MovieClipLoader Class in Flash 8/Flash MX 2004

October 18th, 2007 Hitesh Agrawal No comments

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