0

Unable to make use of <flash /> in latest ZKoss (5.0.6)

asked 2011-03-14 09:41:37 +0800

juwian gravatar image juwian
96 1 3

I have the latest version of ZKoss (5.0.6) and I don't seem to be able to include flash using <flash src=".." />. I now get a:

java.lang.NoSuchMethodError: org.zkoss.zul.Flash.smartUpdate(Ljava/lang/String;Ljava/lang/String;)V

with a zul page having

<flash src="http://www.zkoss.org/Steps/learn.swf" height="300" width="800" />

(taken from ZK demo)

Any ideas?

I also noted that the flash component no longer supports parameters/attributes/variables, how come?

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2011-03-15 05:21:40 +0800

mjablonski gravatar image mjablonski
1284 3 5
http://www.jease.org/

Hi!

Just tested, works for me without problems with 5.0.6... can you double check that you've don't messed your jar-files when updating?

Cheers, Maik

link publish delete flag offensive edit

answered 2011-08-03 14:38:48 +0800

lbetanzo gravatar image lbetanzo
9 1

<flash src="/img/Movie2.swf" height="100" width="100%"></flash>

it is happening to me to I canot see anything any suggestions

link publish delete flag offensive edit

answered 2011-08-03 17:18:01 +0800

TonyQ gravatar image TonyQ
642
https://www.masterbranch....

Would you want you check your path of flash file first?

It works well for me.



index.zul
<zk>
<flash src="http://www.zkoss.org/zkdemo/widgets/multimedia/flash/learn.swf" height="300" width="800" />
</zk>

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-03-14 09:41:37 +0800

Seen: 418 times

Last updated: Aug 03 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More