OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]