Re: [Wicket-user] Wicket and Flash not playing well together ?

2007-03-24 Thread Landry Soules
No ! There's really no place in my code where i even mention it ! It can only be referenced by the flash code. The only thing is that the flash related stuff is in folder src/eu/kwark/main. Is it possible that Wicket somehow interfere with flash calls ? Matej Knopp a écrit : Unable to load

Re: [Wicket-user] Wicket and Flash not playing well together ?

2007-03-24 Thread Jean-Baptiste Quenot
* Landry Soules: No ! There's really no place in my code where i even mention it ! It can only be referenced by the flash code. The only thing is that the flash related stuff is in folder src/eu/kwark/main. Is it possible that Wicket somehow interfere with flash calls ? Exit from your

Re: [Wicket-user] Wicket and Flash not playing well together ?

2007-03-24 Thread Johan Compagner
how is that html file targeted in the browser? like a bookmarkable url or a mount? If i have to guess what happens is that flash player looks at the current url strips something and then appens the settings call to it. In wicket it still looks like a bookmarkable url but now with a wrong param

Re: [Wicket-user] Wicket and Flash not playing well together ?

2007-03-24 Thread Landry Soules
Thanks a lot for your answers, guys. Johan, you were right : i removed the WebApplication.mount() for my page, and everything is all right now! Thanks to your help, i won't even have to use Wireshark ;-) Johan Compagner a écrit : how is that html file targeted in the browser? like a

[Wicket-user] Wicket and Flash not playing well together ?

2007-03-23 Thread Landry Soules
Hello ! I'm working on a site that will integrate some cool flash multimedia stuff. My flash component actually consists in : one html page one swf script one mp3 file, contained in a Sound folder. one xml file (settings.xml) If i put all of these directly under webroot, it works great. But if i

Re: [Wicket-user] Wicket and Flash not playing well together ?

2007-03-23 Thread Igor Vaynberg
what does the code/markup of your page look like? -igor On 3/23/07, Landry Soules [EMAIL PROTECTED] wrote: Hello ! I'm working on a site that will integrate some cool flash multimedia stuff. My flash component actually consists in : one html page one swf script one mp3 file, contained in a

Re: [Wicket-user] Wicket and Flash not playing well together ?

2007-03-23 Thread Igor Vaynberg
i dont see you reference settings.xml anywhere, but the error says you are trying to load it. so where is the reference? -igor On 3/23/07, Landry Soules [EMAIL PROTECTED] wrote: Sorry, my post was quite incomplete. Here is the markup : ?xml version=1.0 encoding=UTF-8? html

Re: [Wicket-user] Wicket and Flash not playing well together ?

2007-03-23 Thread Matej Knopp
Unable to load class with name: eu.kwark.main.settings.xml ? It really looks like you're trying to reference packaged resource that's not there. -Matej On 3/23/07, Landry Soules [EMAIL PROTECTED] wrote: Hello ! I'm working on a site that will integrate some cool flash multimedia stuff. My