XML in Flash

個数:
  • ポイントキャンペーン

XML in Flash

  • ウェブストア価格 ¥10,300(本体¥9,364)
  • Sams Publishing(2002/01発売)
  • 外貨定価 UK£ 40.49
  • ゴールデンウィーク ポイント2倍キャンペーン対象商品(5/6まで)
  • ポイント 186pt
  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 360 p.
  • 言語 ENG
  • 商品コード 9780672323157
  • DDC分類 005.72

Full Description

XML in Flash is an excellent introduction to creating state-of-the-art Flash applications with XML. XML is quickly becoming the most popular way to store and manage data. Flash's XML Socket makes it possible to network Flash front-ends to an application server. This allows developers to use a Flash interface for applications such as message boards, real-time chats, surveys, news feeds, and games.

XML in Flash begins by illustrating the basics of XML and the Flash XML Object. In Part I, Flash is used as a teaching aid as you learn the basics of Flash/XML integration. Part II covers how Flash works with middleware languages, such as PHP and ASP, as well as performance and optimization. You will also create a Flash message board with a database. Part III delves into the advantages of XMLSocket. Hands-on projects include creating a stock market ticker to receive XML data from servers. Finally, the appendixes include invaluable reference information on XML, XMLNode objects, and XMLSocket objects, as well as Frequently Asked Questions.

The example applications also illustrate the key concepts necessary for understanding the Flash/XML relationship. You will be able to use the applications on the accompanying Web site regardless of whether or not you spend the time to read and learn about their inner workings.

Contents

(NOTE: Each chapter concludes with Summary and So What's Next? Section.)

Introduction.
I. INTRODUCTION TO XML IN FLASH.

1. An Overview of XML in Flash.


What Is XML? Why XML? What Can Flash and XML Accomplish Together?

2. The Details of XML.


The Basics. A Familiar XML Document Type: XHTML.

3. Getting Your Feet Wet.


Importing XML into Flash. The Basics of Flash's XML Object.

4. Using XML Data in Flash.


Whitespace, Thine Enemy. Rewriting the toString() Method. Creating a Custom toHTML() Method. A Graphical Representation of XML in Flash. Interactive Display of XML In Flash.

II. FLASH AND DYNAMIC XML.

5. Importing Dynamically Created XML Documents.


Server-Side Integration. Web Server Integration Methods. A Simple Flash/XML áHello World" Example. Creating a Directory Tree.

6. Creating XML Documents in Flash to Send to the Server. Transmitting Data from Flash to the Server. Creating a Dynamic News Box or Web Log. Importing Dynamically Created XML from the Server.
7. XML/Flash with Database Connectivity.


Structuring Your Data. Structuring the Flash File. Becoming a Member of a Message Board.

8. Performance and Optimization.


Performance Problems. loadVariables() Versus XML.load(): The Cage Match. Whitespace Handling.

III. FLASH AND THE XML SOCKET.

9. Introduction to the XML Socket.


The Purpose of the XML Socket. XML Socket Advantages. XMLSocket Difficulties.

10. Socket to Me!


Connecting to the Socket Server. Socket Event Handlers. Creating a Simple XML Server. Creating the Server in Java.

11. Creating a Multiuser Chat Application.


Establishing a Protocol: Let's Play Client and Server. Examining the Flash/Server Protocol Via a Telnet Connection. Deconstructing the Flash Client. Meanwhile, on the Server Side....

IV. Appendixes.

Appendix A. The XML and XMLNode Objects.


Methods of the XML and XMLNode Objects. Properties of the XML and XMLNode Objects. Collections for the XML and XMLNode Objects. XML() (Constructor for the XML Object Prototype). XML.appendChild (also XMLNode.appendChild). XMLNode.attributes. XML.childNodes (also XMLNode.childnodes). XML.cloneNode() (also XMLNode.cloneNode()). XML.contentType. XML.createElement (also XMLNode.createElement). XML.createTextNode (also XMLNode.createTextNode). XML.docTypeDecl. XML.firstChild (also XMLNode.firstChild). XML.ignoreWhite. XML.hasChildNodes() (also XMLNode.hasChildNodes()). XML.insertBefore() (also XMLNode.insertBefore()). XML.lastChild (also XMLNode.lastChild). XML.load(). XML.loaded. XMLNode.nextSibling. XMLNode.nodeName. XMLNode.nodeType. XMLNode.nodeValue. XML.onData(). XML.onLoad(). XMLNode.parentNode. XML.parseXML(). XMLNode.previousSibling. XMLNode.removeNode(). XML.send(). XML.sendAndLoad(). XML.status. XML.toString() (also XMLNode.toString()). XML.xmlDecl.

Appendix B. The XMLSocket Object.


Methods and Properties of XMLSocket. XMLSocket() (Constructor, Not Object). XMLSocket.close(). XMLSocket.connect(). XMLSocket.onClose(). XMLSocket.onConnect(). XMLSocket.onXML(). XMLSocket.onData(). XMLSocket.send().

Appendix C. FAQ.
Appendix D. Resources.


Flash Resources. XML Resources. ASP/XML: Resources. PHP/XML Resources. Socket Servers.

Index.