You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
2.3 KiB
35 lines
2.3 KiB
<HTML>
|
|
<HEAD><TITLE>DirectAnimation SDK</TITLE>
|
|
<META NAME="DESCRIPTION" CONTENT="Microsoft(r) DirectAnimation(tm) is a component of the Microsoft DirectX(r) family of APIs that provides unified, comprehensive support for animation, streaming, and integration of diverse media types, such as 2-D vector graphics, 3-D graphics, sprites, audio, and video. Because it is a COM API with an underlying engine/run time, DirectAnimation functionality can be accessed -- in different ways -- by a wide variety of programmers and authors. HTML authors can animate their Web pages by using the DirectAnimation controls and setting the control parameters, without any programming. Scripting authors using Microsoft Visual Basic(r) Scripting Edition (VBScript) or Microsoft JScript(tm) can integrate their animations with Dynamic HTML and thus animate Web page properties. Programmers using Java, Visual Basic, and Microsoft Visual C++(tm) can develop Microsoft ActiveX(tm) Controls or full applications with multimedia support and interactivity.">
|
|
|
|
<META NAME="KEYWORDS" CONTENT="animation; Dynamic HTML; multimedia; multimedia controls; animation controls; windowless controls; JScript, animation; VBScript, animation; Java, animation; animation samples; samples, animation; behaviors, animation; Sequencer control, animation; Path control, animation; Sprite control, animation; Structured Graphics control, animation.">
|
|
|
|
<META NAME="PRODUCT" CONTENT="DirectAnimation; Dynamic HTML Multimedia; DirectX Media.">
|
|
|
|
<META NAME="CATEGORY" CONTENT="Technical documentation; download; samples.">
|
|
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso8859-1">
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<META NAME="ROBOTS" CONTENT="all">
|
|
<SCRIPT LANGUAGE="JAVASCRIPT">
|
|
//<!--
|
|
var s = unescape(window.location.href); // bug in IE 4.0 munges href prop, this fixes it
|
|
s = s.substring(s.lastIndexOf('#')+1);
|
|
if (s=="")
|
|
s = window.location.search.substring(1); // for backwards compat with IE4 implementation
|
|
if (s!="") {
|
|
document.writeln("<FRAMESET COLS=\"225,*\"><FRAME NAME=TOC SRC=CONTENTS.HTM><FRAME NAME=TEXTWIN SRC=");
|
|
document.writeln(s);
|
|
document.writeln("></FRAMESET>");
|
|
} else {
|
|
window.location.href = "contents.htm";
|
|
}
|
|
//-->
|
|
</SCRIPT>
|
|
|
|
</HEAD>
|
|
<!--TOOLBAR_START-->
|
|
<!--TOOLBAR_EXEMPT-->
|
|
<!--TOOLBAR_END-->
|
|
</HTML>
|