Re: [Hypercontent-users] Embeding movies
Brought to you by:
alexvigdor
From: Carl P B. <C.P...@hu...> - 2007-03-20 12:01:37
|
Adam, So...I set things up as follows but it's actually showing the code rather that the video. Am I just going about it the wrong way? DTD <!ELEMENT rawhtml (#PCDATA)> XSL <xsl:template name=3D"rawhtml"> <xsl:apply-templates = select=3D"/cms:wrapper/cms:source/page/rawhtml"/> </xsl:template> <xsl:call-template name=3D"rawhtml"/> ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 http://www.hull.ac.uk/cms ************************************* -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of Carl P Barrow Sent: 20 March 2007 09:43 To: Adam Carl; Hypercontent-users List Subject: Re: [Hypercontent-users] Embeding movies Thanks Adam, I hadn't though of that. I'll take a look. What time is it there? Must be awfully early! ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 http://www.hull.ac.uk/cms ************************************* -----Original Message----- From: Adam Carl [mailto:ac...@co...]=20 Sent: 20 March 2007 09:39 To: Carl P Barrow; Hypercontent-users List Subject: Re: [Hypercontent-users] Embeding movies Carl, The html is strippied out by the wysiwyg editor right? I would just create another dtd element called rawhtml and tell the xsl to spit it out exactly as shown. Of couse the entry box will not show a wysiwyg editor but a user is really not supposed to change that kind of html anyway. Just a thought. Adam Adam Carl CUIT Webservices -----Original Message----- From: Carl P Barrow [mailto:C.P...@hu...] Sent: Tuesday, March 20, 2007 05:22 AM Eastern Standard Time To: Hypercontent-users List Subject: Re: [Hypercontent-users] Embeding movies Hi Alex, =20 Did you have a chance to look at the below email. I'm being asked about this a lot. =20 =20 Cheers Carl =20 ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 http://www.hull.ac.uk/cms ************************************* ________________________________ From: hyp...@li... [mailto:hyp...@li...] On Behalf Of Carl Barrow Sent: 07 March 2007 14:33 To: Hypercontent-users List Subject: [Hypercontent-users] Embeding movies =20 Hi Alex, =20 One of my users here wants to embed a move taken from YouTube into one of their web pages. The problem is that the code is stripped out when the content is saved. Where can I tell the system not to strip it out? =20 Code would be as follows: =20 <object width=3D"425" height=3D"350"><param name=3D"movie" value=3D"http://www.youtube.com/v/QF7RRBZYfko"></param><param = name=3D"wmode" value=3D"transparent"></param><embed src=3D"http://www.youtube.com/v/QF7RRBZYfko" type=3D"application/x-shockwave-flash" wmode=3D"transparent" = width=3D"425" height=3D"350"></embed></object> =20 Cheers Carl =20 ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 http://www.hull.ac.uk/cms ************************************* =20 |