Tuesday 1 December 2009

How to use and play Flash in Lotus Notes (client),

Seven easy point to play Flash in Lotus Notes.
These are as:-


1) You have to "flash player" installed on your server

2) Http services should be activated on your server.

3) Take a form called "Flash test"

4)Put your cursor where you want to open your flash file. Now from file menu crete--> object-->
new window will open in create new table of window select "Control"-->

from Object type: of window select "Macromedia Flash Paper". flash control will be add in your form
(Fix the attribute according to your flash movie width height etc.).

5) In design attribute of Files add flash file resource like file name "flashfile.swf" which you want to open.


6)Now on "Postopen" event of the form add following code.==>


Dim FlashMovie As Variant
Set FlashMovie = Source.GetObject("FlashObject")
FlashMovie.LoadMovie 0,"http://servername/databasename.nsf/flashfile.swf?OpenFileResource"


7)Save form and open it on Client. Flash movie will run.