This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

transforming macromedia flash object to html


hi, I'm new to this list.

I have a website that store document in docbook xml format. Some content are
transformed to HTML with docbook xsl stylesheet
(http://docbook.sourceforge.net/projects/xsl/). Now, there are some html
pages with embedded Macromedia Flash (swf) file. I presume the swf file
should be stored as videoobject or imageobject in docbook. But what should I
do to make it render to html embedded object in docbook xsl?  The
transformed html is like the following:

<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="800"
HEIGHT="600"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0
,0">
<PARAM NAME=movie VALUE="flash.swf">
<PARAM NAME=play VALUE=true>
<PARAM NAME=loop VALUE=false>
<PARAM NAME=quality VALUE=high>
<EMBED SRC="flash.swf" WIDTH=800 HEIGHT=600 loop=false quality=high
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash">
</EMBED>
</OBJECT>

please advise.

regards,
mingfai


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]