Re: Embedding advanced flash object

2008-12-08 Thread Maarten Bosteels
Maybe this wiki page can help you, it does something very similar:

http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html

Maarten

On Sun, Dec 7, 2008 at 10:53 PM, Jeremy Thomerson <[EMAIL PROTECTED]
> wrote:

> Well, your email has a typo "wicked" - it might be that.  I've never seen
> that - maybe you need the proper XML declaration also.  Where do you get
> that error?  Stacktrace?
>
>
> Jeremy Thomerson
> http://www.wickettraining.com
> -- sent from a wireless device
>
>
> -Original Message-
> From: Ekengren <[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 this:
> 
>  
>
>  
>
>  
>
>  
> 
> I have tried to make this xml file dynamic by adding wicked:id to the image
> tags, but I get "prefix not bound to a namespace".
>
> /B
>
>
>
> Jeremy Thomerson-5 wrote:
> >
> > 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")) to get
> > your URLs.
> >
> > --
> > Jeremy Thomerson
> > http://www.wickettraining.com
> >
> >
> > On Wed, Dec 3, 2008 at 4:19 AM, Ekengren <[EMAIL PROTECTED]>
> wrote:
> >
> >>
> >> 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]
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Embedding-advanced-flash-object-tp20810220p20886232.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]
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


RE: Embedding advanced flash object

2008-12-07 Thread Jeremy Thomerson
Well, your email has a typo "wicked" - it might be that.  I've never seen that 
- maybe you need the proper XML declaration also.  Where do you get that error? 
 Stacktrace?


Jeremy Thomerson
http://www.wickettraining.com
-- sent from a wireless device


-Original Message-
From: Ekengren <[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 this:

  

  

  

  

I have tried to make this xml file dynamic by adding wicked:id to the image
tags, but I get "prefix not bound to a namespace".

/B



Jeremy Thomerson-5 wrote:
> 
> 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")) to get
> your URLs.
> 
> -- 
> Jeremy Thomerson
> http://www.wickettraining.com
> 
> 
> On Wed, Dec 3, 2008 at 4:19 AM, Ekengren <[EMAIL PROTECTED]> wrote:
> 
>>
>> 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]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Embedding-advanced-flash-object-tp20810220p20886232.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]



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



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:

  

  

  

  

I have tried to make this xml file dynamic by adding wicked:id to the image
tags, but I get "prefix not bound to a namespace".

/B



Jeremy Thomerson-5 wrote:
> 
> 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")) to get
> your URLs.
> 
> -- 
> Jeremy Thomerson
> http://www.wickettraining.com
> 
> 
> On Wed, Dec 3, 2008 at 4:19 AM, Ekengren <[EMAIL PROTECTED]> wrote:
> 
>>
>> 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]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Embedding-advanced-flash-object-tp20810220p20886232.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]



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")) to get
your URLs.

-- 
Jeremy Thomerson
http://www.wickettraining.com


On Wed, Dec 3, 2008 at 4:19 AM, Ekengren <[EMAIL PROTECTED]> wrote:

>
> 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]
>
>


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 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]