• 0

HTML embedded in SMIL


Question

Hi there...

I want to write a SMIL document that embeds a HTML document within one of its regions. Everywhere on the web there only seems to be info on embedded SMIL in HTML not the other way round.

Specifically i really need to get HTML style tables within a SMIL document.

Anyone with any ideas?

--WeeJames

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

SMIL is Standard Multimedia Integration Language. Its basically another standard markup from the W3C which offers means of presenting information. Its quite good and allows you to produce flash/powerpoint like presentations easily using a markup language.

--WeeJames

Link to comment
Share on other sites

  • 0

Can you not just call a text region - using your html document as source?

<body>

<text region="a" src="text.html" dur="10s" />

</body>

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.