Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

on-line

Haupt Quellenprogramme E-Bücher Downloads Mit uns in Verbindung treten Über uns

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


SMIL XHTML

Previous Next





SMIL XHTML



XHTML+SMIL

XHTML+SMIL läßt dich SMIL Code in ein gültiges XHTML Dokument schreiben. TIMING, Animation, übergang und andere SMIL Elemente zu deinen Webseiten hinzufügen. einfach beachten, daß ab heutiger Tag Internet Explorer>5.5 die einzige Datenbanksuchroutine der Wahl ist.

Eine einfache Weise des Erklärens des XHTML+SMIL Profils ist, indem sie sagt, welche SMIL Module nicht enthält
  • Plan-Modul: Das SMIL 2.0 Planmodul ist nicht enthalten. Das XHTML/CSS Planmodell liefert Planfunktionalität.



  • Verbindung des Moduls: Das SMIL 2.0 verbindenmodul ist nicht enthalten, da XHTML die Verbindung von Funktionalität liefert.



  • Struktur-Modul: Das SMIL 2.0 Strukturmodul ist nicht enthalten, während das XHTML Dokument definiert wird, um die Wirt Sprache zu sein, und also liefert die gleichwertigen Elemente und die Semantik.



  • Metainformation Modul: Das SMIL 2.0 Metainformation Modul ist nicht enthalten, da XHTML Metadatenfunktionalität liefert.



Die SMIL Module, die dann gelassen werden, sind:

  • Animation-Modul


  • Zufriedener Steuermodul


  • Mittel-Objektmodul


  • TIMING und Synchrounisierung Modul


  • Zeit Handhabungen Modul


  • Übergang bewirkt Modul


Dieses sollten Module genug sein, zum mit zu spielen, da die „fehlende“ Modulfunktionalität völlig in XHTML/CSS gestützt werden.




Namespace

Namespace elements are included with a SMIL namespace declaration:

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:smil="http://www.w3.org/2001/SMIL20">




HTML+TIME

HTML+TIME basiert auf dem (X) HTML+SMIL Profil. Es ist Implementierung Microsofts im Internet Explorer und verwendet das Verhalten des Elements time2. Ein anderes namespace wird benutzt, aber es hat viel des funcionality, das für XHTML+SMIL beschrieben wird. Das Verbinden der Elemente mit dem Verhalten time2, das ein CSS Kategorie Attribut verwendet, gibt uns diese minimale Akte:


<html xmlns:t="urn:schemas-microsoft-com:time">
<head>
<?import namespace="t" implementation="#default#time2">
<style>.t {behavior: url(#default#time2)}</style>
</head>
<body>
</body>
</html>


Unter ist die Quelle für die Darstellung Herrn Zebra, die im Einleitung Abschnittabschnitt eingeführt wurde. Der grosse Unterschied ist Bildschirmaufbau, da das SMIL Planmodul nicht enthalten ist. Stattdessen verwendete ich CSS Inline-Art, um Bildschirmaufbau zu beschreiben. Ich beschloß auch, die Textelemente mit <p> einzuschließen, anstatt, sie einzuschließen als Textakten.

 

<HTML XMLNS:t ="urn:schemas-microsoft-com:time">
<HEAD>
<STYLE>
< .time {behavior: url(#default#time2);}>
</STYLE>
<?IMPORT namespace="t" implementation="#default#time2">
</HEAD>

<BODY width="640" height="560" bgcolor="#FFFFFF">
<t:par>

<t:audio src="audio/Mr._Zebra.mp3" alt="Mr. Zebra perfomed by
Tori Amos" dur="19.6s"/>

<img class="time" src="images/zebra.jpg" alt="a zebra" width="640"
height="480" dur="18s" style="position: absolute; left: 0px; top: 0px;
width: 640px; height: 480px;"/>

<p class="time" dur="8s" style="position: absolute; left: 0px;
top: 480px; width: 640px; height: 80px; background-color:#FFFFFF" >
Hello Mr. Zebra</p>

<p class="time" begin="10s" style="position: absolute; left: 0px;
top: 480px; width: 640px; height: 80px; background-color:#FFFFFF">
Ratatouille Strychnine</p>

<p class="time" begin="13s" style="position: absolute; left: 0px;
top: 480px; width: 640px; height: 80px; background-color:#FFFFFF" >
sometimes she's a friend of mine</p>

<img class="time" src="images/sweater.jpg" alt="a sweater" begin="4s"
style="z-index:1; position: absolute; left:500px; top:360px; width:140;
height:120"/>

<img class="time" src="images/snow2_oil.jpg" alt="snow" begin="5.5s"
style="z-index:1; position: absolute; left:500px; top:240px; width:140;
height:120"/>

<img class="time" src="images/snow1_oil.jpg" alt="snow" begin="6s"
style="z-index:1; position: absolute; left:500px; top:120px; width:140;
height:120"/>

<img class="time" src="images/snow1_charcoal.jpg" alt="snow"
begin="6.5s" style="z-index:1; position: absolute; left:500px;
top:0px; width:140; height:120"/>

<img class="time" src="images/zebra_swirl80.jpg" alt="a swirled zebra"
begin="18s" style="position: absolute; left: 0px; top: 0px;
width: 640px; height: 480px;"/>

</t:par>
</BODY>
</HTML>





Previous Next

Keywords: xhtml examples, xhtml tutorial, smil player, smil tutorial, xhtml example, smil example, smil multimedia, xhtml editor, mms smil, w3c xhtml, xml xhtml, text xhtml, xhtml xslt, smil text, xsl xhtml, xhtml svg, xhtml dtd, xhtml reference, xhtml tags, xhtml cdata, xhtml namespace, xhtml template, xhtml stylesheet, xhtml attributes, xhtml javascript, embed xhtml, layout xhtml, xhtml code, xhtml tag xhtml element, xhtml document, xhtml attribute, css xhtml, using xhtml


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.