Embed .swf file to my Jframe

前端 未结 2 890
心在旅途
心在旅途 2020-12-07 06:10

I\'m having a problem in adding my swf file to my jframe. They say that i should try the JFlashplayer but it is only a trial one. Can you give me some sample code for this?<

2条回答
  •  春和景丽
    2020-12-07 06:47

    One option is to embed a web browser, and let that load Flash Player.

    See: Embed a web browser within a java application

提交回复
热议问题