Re: playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Dwi Ardi Irawan

hi3x...thnx for the answer...
in my mind i thought there is a tapestry component...
so we just put out movie in that component
hi3x...
sorry for bothering

Daniel Jue wrote:

AFAIK, this has nothing to do with Tapestry.  It has to do with
embedding the link to the video in plain old html.  For instance, you
could just use the HTML embed tags in a Tapestry Hello World program.
Now if you want to store things in the WEB-INF directory, you might
have to define the file as an asset.  But for your project you can
probably just leave the file in a non-protected directory (outside of
WEB-INF)

Find a website that does what you want, and look at the code via the
view source on your browser.  Or save the page and open it up in
dreamweaver/eclipse.

Not to sound arrogant, but this is a very easy thing to do.  It's
almost the same as embedding a picture in html, just uses different
tags and some more parameters.

Google is your friend!

On 12/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:

Isn't that partially the point of the "class" you are taking? ;) (I
don't remember the specifics, I'd probably do a simple google search
for an answer. )

On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
> could you give me a little example (code) ... if you don't mind
> thnx very much
>
> Jesse Kuhnert wrote:
> > I think you want to use the html "embed" object don't you? Been a 
long

> > time since I played with anything like that but I think that's how
> > it's done.
> >
> > On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
> >> not, downloading
> >> but...i just want to play a movie (.mpeg file)...inside the 
browser ?

> >> is there any such component like that in tapestry
> >> just like playing wmp (windows media player) in the browser...
> >>
> >> CMIIW
> >>
> >>
> >>
> >>
> >> Andrea Chiumenti wrote:
> >> > do you mean downloading a mpg file ?
> >> >
> >> > On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
> >> >>
> >> >> i have a campus project
> >> >> does anybody knows how to play mpeg file in tapestry app?
> >> >>
> >> >> thnx
> >> >>
> >> >> 
-

> >> >> 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]
> >>
> >>
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.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]





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



Re: playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Daniel Jue

AFAIK, this has nothing to do with Tapestry.  It has to do with
embedding the link to the video in plain old html.  For instance, you
could just use the HTML embed tags in a Tapestry Hello World program.
Now if you want to store things in the WEB-INF directory, you might
have to define the file as an asset.  But for your project you can
probably just leave the file in a non-protected directory (outside of
WEB-INF)

Find a website that does what you want, and look at the code via the
view source on your browser.  Or save the page and open it up in
dreamweaver/eclipse.

Not to sound arrogant, but this is a very easy thing to do.  It's
almost the same as embedding a picture in html, just uses different
tags and some more parameters.

Google is your friend!

On 12/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:

Isn't that partially the point of the "class" you are taking? ;) (I
don't remember the specifics, I'd probably do a simple google search
for an answer. )

On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
> could you give me a little example (code) ... if you don't mind
> thnx very much
>
> Jesse Kuhnert wrote:
> > I think you want to use the html "embed" object don't you? Been a long
> > time since I played with anything like that but I think that's how
> > it's done.
> >
> > On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
> >> not, downloading
> >> but...i just want to play a movie (.mpeg file)...inside the browser ?
> >> is there any such component like that in tapestry
> >> just like playing wmp (windows media player) in the browser...
> >>
> >> CMIIW
> >>
> >>
> >>
> >>
> >> Andrea Chiumenti wrote:
> >> > do you mean downloading a mpg file ?
> >> >
> >> > On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
> >> >>
> >> >> i have a campus project
> >> >> does anybody knows how to play mpeg file in tapestry app?
> >> >>
> >> >> thnx
> >> >>
> >> >> -
> >> >> 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]
> >>
> >>
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.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: playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Jesse Kuhnert

Isn't that partially the point of the "class" you are taking? ;) (I
don't remember the specifics, I'd probably do a simple google search
for an answer. )

On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:

could you give me a little example (code) ... if you don't mind
thnx very much

Jesse Kuhnert wrote:
> I think you want to use the html "embed" object don't you? Been a long
> time since I played with anything like that but I think that's how
> it's done.
>
> On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
>> not, downloading
>> but...i just want to play a movie (.mpeg file)...inside the browser ?
>> is there any such component like that in tapestry
>> just like playing wmp (windows media player) in the browser...
>>
>> CMIIW
>>
>>
>>
>>
>> Andrea Chiumenti wrote:
>> > do you mean downloading a mpg file ?
>> >
>> > On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
>> >>
>> >> i have a campus project
>> >> does anybody knows how to play mpeg file in tapestry app?
>> >>
>> >> thnx
>> >>
>> >> -
>> >> 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]
>>
>>
>
>

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





--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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



Re: playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Dwi Ardi Irawan

could you give me a little example (code) ... if you don't mind
thnx very much

Jesse Kuhnert wrote:

I think you want to use the html "embed" object don't you? Been a long
time since I played with anything like that but I think that's how
it's done.

On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:

not, downloading
but...i just want to play a movie (.mpeg file)...inside the browser ?
is there any such component like that in tapestry
just like playing wmp (windows media player) in the browser...

CMIIW




Andrea Chiumenti wrote:
> do you mean downloading a mpg file ?
>
> On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
>>
>> i have a campus project
>> does anybody knows how to play mpeg file in tapestry app?
>>
>> thnx
>>
>> -
>> 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]







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



Re: playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Jesse Kuhnert

I think you want to use the html "embed" object don't you? Been a long
time since I played with anything like that but I think that's how
it's done.

On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:

not, downloading
but...i just want to play a movie (.mpeg file)...inside the browser ?
is there any such component like that in tapestry
just like playing wmp (windows media player) in the browser...

CMIIW




Andrea Chiumenti wrote:
> do you mean downloading a mpg file ?
>
> On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:
>>
>> i have a campus project
>> does anybody knows how to play mpeg file in tapestry app?
>>
>> thnx
>>
>> -
>> 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]





--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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



Re: playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Dwi Ardi Irawan

not, downloading
but...i just want to play a movie (.mpeg file)...inside the browser ?
is there any such component like that in tapestry
just like playing wmp (windows media player) in the browser...

CMIIW




Andrea Chiumenti wrote:

do you mean downloading a mpg file ?

On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:


i have a campus project
does anybody knows how to play mpeg file in tapestry app?

thnx

-
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: playing movie (.mpeg) in tapestry app ?

2006-12-04 Thread Andrea Chiumenti

do you mean downloading a mpg file ?

On 12/4/06, Dwi Ardi Irawan <[EMAIL PROTECTED]> wrote:


i have a campus project
does anybody knows how to play mpeg file in tapestry app?

thnx

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