- Facebook Graph API Development with Flash
- Michael James Williams
- 178字
- 2021-03-27 00:41:50
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "All we have to do is pass it an argument of type graph.GraphObject.
"
A block of code is set as follows:
for (var key:String in decodedJSON) { graphObject[key] = decodedJSON[key]; }
When I wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
if (decodedJSON.data)
{
//has a "data" property so we assume it is a Graph List
var graphList:GraphList = new GraphList();
}
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Compile and run your SWF, then expand the Connections box and click on posts".
Note
Warnings or important notes appear in a box like this.
推薦閱讀
- Expert Cube Development with Microsoft SQL Server 2008 Analysis Services
- 斯科特·凱爾比的零基礎攝影后期課 Lightroom數碼照片調修技法
- Photoshop CS6中文版基礎培訓教程
- Photoshop CC 服裝設計經典實例教程
- 二維計算機繪圖教程:二維CAD工程師取證全程指導
- AI繪畫實戰:Midjourney從新手到高手
- Oracle Enterprise Manager Grid Control 11g R1: Business Service Management
- 中文版3ds Max/VRay效果圖制作完全自學教程(實例培訓教材版)
- 手機/電腦雙平臺剪映短視頻后期編輯從新手到高手
- 中文版Photoshop CS5平面設計實用教程(第2版)
- PPT設計與制作實戰教程
- 從零開始:Dreamweaver CS6中文版基礎培訓教程
- Photoshop+CorelDRAW平面設計實例教程(第3版)
- 技藝非凡Photoshop+SAI繪畫創作技法揭秘
- Excel 2016 VBA入門與應用