Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

em linha

Home Códigos de fonte E-Livros Downloads Contatar-nos Sobre nós

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
CSS 1.0
CSS 2.0
HLML
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
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
CVS
Python
Apple Script
PL/SQL Tutorial
SQL Server
PHP
.NET (dotnet)
Microsoft.Net
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
VC++
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Photoshop Tutorial
Gimp Tutorial
Matlab
Gnuplot Programming
GIF Animation Tutorial
Scientific Visualization Tutorial
Graphics
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Weblogic Tutorial
SEO
Web Site Hosting
Domain Name
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Eclipse
J2ME
JBOSS
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Cobol
Assembly Language
Mainframe
Forth Programming
Lisp Programming
Pascal
Delphi
Fortran
OOPs
Data Warehousing
CGI Programming
Emacs Tutorial
Gnome
ILU
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills
Database Tutorials
Oracle
MySQL
Operating System
BSD
Symbian
Unix
Internet
IP-Masquerading
IPC
MIDI
Software Testing
Testing
Firewalls
SAP Module
ERP
ABAP
Business Warehousing
SAP Basis
Material Management
Sales & Distribution
Human Resource
Netweaver
Customer Relationship Management
Production and Planning
Networking Programming
Corba Tutorial
Networking Tutorial
Microsoft Office
Microsoft Word
Microsoft Outlook
Microsoft PowerPoint
Microsoft Publisher
Microsoft Excel
Microsoft Front Page
Microsoft InfoPath
Microsoft Access
Accounting
Financial Accounting
Managerial Accounting


SMIL-Lima

Previous Next





SMIL-Lima



Minha primeira lima de SMIL

O código de SMIL pode ser escrito usando um texto-editor. Um editor de XML ou o editor melhor de SMIL conservá-lo-ão alguns hora e esforço. As limas devem ser funcionadas em um jogador de SMIL. Nós estamos testando no jogador Ambulant. É executa também no jogador do realone

Este primeiro exemplo “zebra dando laços” terminará acima de olhar como um animation simples do GIF a não ser que nós usemos a língua e jpg-limas de SMIL. É uma seqüência dando laços das imagens da zebra onde nós aprendemos um pouco sobre o sincronismo.

Apenas enquanto nós somos usados no HTML, SMIL têm Tag do <head> e do <body>. Não deve ser nenhuma surpresa que a cabeça contem na maior parte a meta-informação e que o corpo contem o índice e o sincronismo dos meios. A disposição é colocada na cabeça.

Vamos começar com <layout></layout>. Deve ser colocado entre o <head> e Tag de </head>, e recomenda-se que você o usa sempre a menos que você quiser ser surpreendido por como as execuções diferentes tratam do ele. Você também usará geralmente o Tag do <topLayout> que descrevem propriedades da janela para sua apresentação. o topLayout vai dentro da disposição. o topLayout tem algum atributo familiar como a altura, a largura e o backgroundColor. Você também tem o aberto e fecha atributos para descrever quando a janela abrirá ou se fechará.


<head>
<layout>
<topLayout width="640px" height="480px" backgroundColor="#FFFFFF"
open="whenActive" close="whenNotActive"/>
</layout>
</head>


Em multimedia sincronizados cronometrar é um elemento importante. SMIL 2.0 define três tipos de recipientes do tempo: par, seq e excl. o par é para o sincronismo paralelo e seq é para o sincronismo seqüencial. o excl é uma mistura dos dois anteriores uma mistura dos dois Tag anteriores, e foi introduzido com SMIL 2.0 porque era needed. Os atributos para os Tag do tempo são começam, terminam, dur (ation) etc.

Os meios objetam o atributo o mais importante são src. Apenas como no HTML este é [um URI] assim que você pode usar o nome de arquivo ou um URL. Tempo para olhar o corpo em nosso exemplo. seq tem o repeatCount do atributo ajustado a indefinido, assim que dará laços. As limas da imagem têm o atributo well-known do alt e eu usei o atributo do dur cronometrar cada duração das imagens. Desde que nós usamos seq serão jogados sequencialmente. A primeira imagem começará, e jogo por 2 segundos como seu dur é ajustado a “2s”. Então a imagem seguinte começará.


<body>
<!-- Zebra transformation looped-->
<seq repeatCount="indefinite">
<img src="images/zebra.jpg" alt="a zebra" dur="2s"/>

<img src="images/zebra_oil.jpg" alt="a zebra as an oil
painting" dur="1.0s"/>
</seq>
</body>
 




Como um toque do revestimento nós adiciona a informação da língua e um título ao Tag de começo do <smil>. Abaixo está a lima completa olhará o gosto:


<?xml version="1.0"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.0//EN"
"http://www.w3.org/2001/SMIL20/SMIL20.dtd">
<smil xmlns="http://www.w3.org/2001/SMIL20/Language"
xml:lang="en" title="SMIL template">
<head>
<layout>
<topLayout width="640px" height="480px" backgroundColor="#FFFFFF"
open="whenActive" close="whenNotActive"/>
</layout>
</head>

<body>
<!-- Zebra transformation looped-->
<seq repeatCount="3">
<!-- Duration in seconds, using different time formats -->
<img src="images/zebra.jpg" alt="a zebra" dur="2s"/>
<img src="images/zebra_swirl80.jpg" alt="a zebra with a
swirl effect" dur="1"/>
<img src="images/zebra_swirl120neg.jpg" alt="a zebra with a
large swirl effect" dur="1000ms"/>
<img src="images/zebra_fuschia.jpg" alt="a zebra colorized
fuschia" dur="00:00:01"/>
<img src="images/zebra_lime.jpg" alt="a zebra colorized
lime green" dur="00:01"/>
<img src="images/zebra_oil.jpg" alt="a zebra as an oil
painting" dur="1.0s"/>
</seq>
</body>
</smil>
 


IE 6.0
basic_IE.html




Previous Next

Keywords: smil-files, how to play smil, smil file format, windows media player files, smil file extension, smil file type, smil windows media, smil file, streaming video files, smil files, windows media files, media player files, streaming audio files, playing smil files, play smil files, how to open files, play smil file, smil format, smil player, smil extension, smil audio, smil media, ogm files, play smil, smil video, smil mac, codec files, smil mp3, freeware files, mkv files, asf files, rmvb files, asx files, ogg files, avi files, rm files, mov files, mpc files, wmv files, wav files, cda files, vcd files, srt files, smil playlist, m4a files, m2v files, dat files, vob files, 3gp files, mp4 files, sound files


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
CSS 1.0 Quiz
CSS 2.0 Quiz
HLML 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
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
CVS Quiz
Python Quiz
Apple Script Quiz
PL/SQL Quiz
SQL Server Quiz
PHP Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
VC++ Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Photoshop Quiz
Gimp Quiz
Matlab Quiz
Gnuplot Programming Quiz
GIF Animation Quiz
Scientific Visualization Quiz
Graphics Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Weblogic Quiz
SEO Quiz
Web Site Hosting Quiz
Domain Name Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Eclipse Quiz
J2ME Quiz
JBOSS Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Cobol Quiz
Assembly Language Quiz
Mainframe Quiz
Forth Programming Quiz
Lisp Programming Quiz
Pascal Quiz
Delphi Quiz
Fortran Quiz
OOPs Quiz
Data Warehousing Quiz
CGI Programming Quiz
Emacs Quiz
Gnome Quiz
ILU 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
Database Quizes
Oracle Quiz
MySQL Quiz
Operating System Quizes
BSD Quiz
Symbian Quiz
Unix Quiz
Internet Quiz
IP-Masquerading Quiz
IPC Quiz
MIDI Quiz
Software Testing Quizes
Testing Quiz
Firewalls Quiz
SAP Module Quizes
ERP Quiz
ABAP Quiz
Business Warehousing Quiz
SAP Basis Quiz
Material Management Quiz
Sales & Distribution Quiz
Human Resource Quiz
Netweaver Quiz
Customer Relationship Management Quiz
Production and Planning Quiz
Networking Programming Quizes
Corba Quiz
Networking Quiz
Microsoft Office Quizes
Microsoft Word Quiz
Microsoft Outlook Quiz
Microsoft PowerPoint Quiz
Microsoft Publisher Quiz
Microsoft Excel Quiz
Microsoft Front Page Quiz
Microsoft InfoPath Quiz
Microsoft Access Quiz
Accounting Quizes
Financial Accounting Quiz
Managerial Accounting Quiz

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