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 problems with the urls:
1. The url of the flash file: slideshow.swf
2. The url of the configuration file: slides.xml
3. The url's of the images in the slides.xml file
The first problem was solved using ObjectContainer. The second I could solve
by using mountSharedResource() but it doesn't feel right, the flash movie
isn't shared, it belongs to one page. An alternative could be to extend
ObjectContainer to resolve parameters in the flash data url if they look
like file names (*.xml).
The third problem could again be solved by mounting, but I would prefer if
it was possible to make the config file dynamic like html pages and have
wicket autolink the urls.

Any suggestions?

Best regards
-- 
View this message in context: 
http://www.nabble.com/Embedding-advanced-flash-object-tp20810220p20810220.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to