`
孤独舞者
  • 浏览: 85954 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

java 中播放flash(flashpanel)

    博客分类:
  • java
阅读更多
什么也不说上代码片段:
{
try {
flashFilePath = "**.swf";
    flashPanel = new FlashPanel(new File(flashFilePath));
   } catch (FileNotFoundException e1)
{
e1.printStackTrace();
} catch (JFlashLibraryLoadFailedException e1)
{
e1.printStackTrace();
} catch (JFlashInvalidFlashException e1)
{
e1.printStackTrace();
}
}

然后在有一个就是:

{
FlashPanel.setRequiredFlashVersion("6"); flashPanel.setFlashCallObject(jLabel3);
flashPanel.setVariables("myGreeting=hi&myNumber=1&myVar=good%20job");flashPanel.setBounds(0, 0, 260, 60); flashPanel.setBounds(0, 0, 260, 60); flashPanel.play();
jLabel.add(flashPanel);
}
简单的flashpanel就行了
不过不知道flahspanel有什么用处。
触发加不上加上了也是 从flash那里得到的出发。
在这里加一个透明的层再加触发也不支持。。。。。


对了flashpanel的jar包下载地址。。我找找找,,想想貌似是有真么一个东西
import com.jpackages.jflashplayer.FlashPanel;
ok就这么多了。。。
0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics