Re: Embedding advanced flash object

2008-12-07 Thread Ekengren
that with urlFor(new ResourceReference(SomeClass.class, relative-path-to-movie.swf)) and urlFor(new ResourceReference(SomeClass.class, relative-path-to-slides.xml)) to get your URLs. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Dec 3, 2008 at 4:19 AM, Ekengren [EMAIL PROTECTED

Embedding advanced flash object

2008-12-03 Thread Ekengren
Hello, I am trying to figure out the best way to embed the flash slideshow from http://www.maani.us/xml_slideshow/index.php. The flash clip reads from a configuration file given in the movie url (data=slideshow.swf?xml_source=slides.xml) and shows images whose url are in the file. I have three

Border invalidates browser preview

2008-11-19 Thread Ekengren
As a designer I like to edit the visual design of pages in Dreamweaver and use eclipse for dynamic behaviour. I have not found any way of doing this using Border: Original static page design: div id=outer div id=inner div id=content wicket:id=content pDynamic content goes here/p