Re: Embedding advanced flash object

2008-12-08 Thread Maarten Bosteels
@wicket.apache.org Subject: Re: Embedding advanced flash object Hello Jeremy, Thank you for your help, I'm now over the second bump. However the third problem is still hunting me. The flash app requests slides.xml that looks like this: slideshow slide image url='images/foo.jpg'/ /slide

Re: Embedding advanced flash object

2008-12-07 Thread Ekengren
Hello Jeremy, Thank you for your help, I'm now over the second bump. However the third problem is still hunting me. The flash app requests slides.xml that looks like this: slideshow slide image url='images/foo.jpg'/ /slide slide image url='images/bar.jpg'/ /slide /slideshow I

RE: Embedding advanced flash object

2008-12-07 Thread Jeremy Thomerson
[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 3:34 PM To: users@wicket.apache.org Subject: Re: Embedding advanced flash object Hello Jeremy, Thank you for your help, I'm now over the second bump. However the third problem is still hunting me. The flash app requests slides.xml that looks like

Re: Embedding advanced flash object

2008-12-03 Thread Jeremy Thomerson
Take a look at this response I gave a while back: http://www.nabble.com/Adding-Adobe-Media-Player-in-wicket-td19797690.html Combine that with urlFor(new ResourceReference(SomeClass.class, relative-path-to-movie.swf)) and urlFor(new ResourceReference(SomeClass.class, relative-path-to-slides.xml))