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]

[docbook-apps] Embed Movie in PDF output from DocBook


[Previous message was truncated]

Hi All,

Could someone please comment how to include a movie in a PDF document (FO output)? (So that no internet connection is necessary to view the movie able the PDF is downloaded)

Currently I am including movies in a DocBook XML document as follows:

<!ENTITY % local.notation.class "| MOV">
<!NOTATION MOV SYSTEM "MOV">
<!ENTITY video1 SYSTEM "Mosaics/test_quicktime.mov" NDATA MOV>
<!ENTITY video1_url "file:///Mosaics/test_quicktime.mov/">


<mediaobject> <videoobject role="html"> <videodata entityref="video1" /> </videoobject>

<textobject role="fo">
<para>If you see this, the textobject is displayed with a local link to the movie
<ulink url="&video1_url;" role="_blank">movie link.</ulink>
</para>
</textobject>
</mediaobject>


Thank you,

Tristan
------------------------------
Tristan J. Fiedler
Cold Spring Harbor Laboratory

Cheers,        Tristan
------------------------------
Tristan J. Fiedler
Postdoctoral Fellow - Stein Lab
Cold Spring Harbor Laboratory


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