Posted By:
Kirti_Mistry
Posted On:
Thursday, November 2, 2006 11:54 AM
Hi Friends! I download a JFlashplayer to paly swf file. It works well. I want to add FlashPanel in one corner of JFrame as I also have some other control on a JFrame. For that I tried to setSize of FlashPanel Object by writting: FlashPanel fp=new FlashPanel(); fp.setSize(100,100); It shows a small size but you can see only a portion of movie. How can I shrink the size of flashpanel, so it can play in one corner of JFrame. I appreciate your any suggestions on this topic. Thanks Kirti
More>>
Hi Friends!
I download a JFlashplayer to paly swf file. It works well. I want to add FlashPanel in one corner of JFrame as I also have some other control on a JFrame.
For that I tried to setSize of FlashPanel Object by writting:
FlashPanel fp=new FlashPanel();
fp.setSize(100,100);
It shows a small size but you can see only a portion of movie.
How can I shrink the size of flashpanel, so it can play in one corner of JFrame.
I appreciate your any suggestions on this topic.
Thanks
Kirti
<<Less