You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Mark Alcocer Flores <su...@yahoo.com> on 2003/09/10 06:16:34 UTC

Flash in Tapestry

To whom it may concern,

Hello dear brethren,
I would like to know how can I embed a flash movie
inside a tapestry page. I tried to embed the movie as
an asset, i also try to treat the movie as an image
and finally i embed the movie directly in the html
code. Any suggestion will be hapily receive.

Thanks

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


RE: Flash in Tapestry

Posted by "Howard M. Lewis Ship" <hl...@comcast.net>.
This is an excellent candidate of a reusable component; an equivalent to the Image component, but
used for inserting Flash movies.  Just a thought.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

> -----Original Message-----
> From: Geoff Longman [mailto:glongman@intelligentworks.com] 
> Sent: Wednesday, September 10, 2003 9:49 AM
> To: Tapestry users
> Subject: Re: Flash in Tapestry
> 
> 
> Look for old messages by Roberto Saccon. I believe he created 
> a component to embed flash stuff.
> 
> Although, his messages are in the sourceforge archives. 
> subject line: "problems with flash integration".
> 
> Geoff
> ----- Original Message -----
> From: "Adam Greene" <ag...@romulin.com>
> To: "Tapestry users" <ta...@jakarta.apache.org>
> Sent: Wednesday, September 10, 2003 8:28 AM
> Subject: RE: Flash in Tapestry
> 
> 
> > You have to embed it as an <OBJECT>, ie:
> >
> > <OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
> >
> codebase='http://download.macromedia.com/pub/shockwave/cabs/fl
> ash/swflash.ca
> > b#version=5,0,0,0' WIDTH=420 HEIGHT=345>
> >
> > <PARAM NAME=movie VALUE='introduction2.swf'>
> > <PARAM NAME=loop VALUE=false>
> > <PARAM NAME=quality VALUE=best>
> > <PARAM NAME=bgcolor VALUE=#FFFFFF>
> > <EMBED src='introduction.swf' loop=false quality=best 
> bgcolor=#FFFFFF 
> > WIDTH=420 HEIGHT=345 TYPE='application/x-shockwave-flash'
> >
> PLUGINSPAGE='http://www.macromedia.com/shockwave/download/inde
> x.cgi?P1_Prod_
> > Version=ShockwaveFlash'></EMBED>
> > </OBJECT>
> >
> > -----Original Message-----
> > From: Mark Alcocer Flores [mailto:superpchead@yahoo.com]
> > Sent: Wednesday, September 10, 2003 1:17 AM
> > To: tapestry-user@jakarta.apache.org
> > Subject: Flash in Tapestry
> >
> >
> > To whom it may concern,
> >
> > Hello dear brethren,
> > I would like to know how can I embed a flash movie
> > inside a tapestry page. I tried to embed the movie as
> > an asset, i also try to treat the movie as an image
> > and finally i embed the movie directly in the html
> > code. Any suggestion will be hapily receive.
> >
> > Thanks
> >
> > Mark
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: 
> tapestry-user-help@jakarta.apache.org
> >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: 
> tapestry-user-help@jakarta.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Flash in Tapestry

Posted by Mark Alcocer Flores <su...@yahoo.com>.
Thanks for the adivice. I appreciate.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Flash in Tapestry

Posted by Geoff Longman <gl...@intelligentworks.com>.
Look for old messages by Roberto Saccon. I believe he created a component to
embed flash stuff.

Although, his messages are in the sourceforge archives. subject line:
"problems with flash integration".

Geoff
----- Original Message -----
From: "Adam Greene" <ag...@romulin.com>
To: "Tapestry users" <ta...@jakarta.apache.org>
Sent: Wednesday, September 10, 2003 8:28 AM
Subject: RE: Flash in Tapestry


> You have to embed it as an <OBJECT>, ie:
>
> <OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
>
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
> b#version=5,0,0,0' WIDTH=420 HEIGHT=345>
>
> <PARAM NAME=movie VALUE='introduction2.swf'>
> <PARAM NAME=loop VALUE=false>
> <PARAM NAME=quality VALUE=best>
> <PARAM NAME=bgcolor VALUE=#FFFFFF>
> <EMBED src='introduction.swf' loop=false quality=best bgcolor=#FFFFFF
> WIDTH=420 HEIGHT=345 TYPE='application/x-shockwave-flash'
>
PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
> Version=ShockwaveFlash'></EMBED>
> </OBJECT>
>
> -----Original Message-----
> From: Mark Alcocer Flores [mailto:superpchead@yahoo.com]
> Sent: Wednesday, September 10, 2003 1:17 AM
> To: tapestry-user@jakarta.apache.org
> Subject: Flash in Tapestry
>
>
> To whom it may concern,
>
> Hello dear brethren,
> I would like to know how can I embed a flash movie
> inside a tapestry page. I tried to embed the movie as
> an asset, i also try to treat the movie as an image
> and finally i embed the movie directly in the html
> code. Any suggestion will be hapily receive.
>
> Thanks
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


RE: Flash in Tapestry

Posted by Adam Greene <ag...@romulin.com>.
You have to embed it as an <OBJECT>, ie:

<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=5,0,0,0' WIDTH=420 HEIGHT=345>

	<PARAM NAME=movie VALUE='introduction2.swf'>
	<PARAM NAME=loop VALUE=false>
	<PARAM NAME=quality VALUE=best>
	<PARAM NAME=bgcolor VALUE=#FFFFFF>
	<EMBED src='introduction.swf' loop=false quality=best bgcolor=#FFFFFF
WIDTH=420 HEIGHT=345 TYPE='application/x-shockwave-flash'
PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash'></EMBED>
	</OBJECT>

-----Original Message-----
From: Mark Alcocer Flores [mailto:superpchead@yahoo.com]
Sent: Wednesday, September 10, 2003 1:17 AM
To: tapestry-user@jakarta.apache.org
Subject: Flash in Tapestry


To whom it may concern,

Hello dear brethren,
I would like to know how can I embed a flash movie
inside a tapestry page. I tried to embed the movie as
an asset, i also try to treat the movie as an image
and finally i embed the movie directly in the html
code. Any suggestion will be hapily receive.

Thanks

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org