"The Essence of Flash Website Construction Technology Wang Ruyi Chinese"
Classify:Web page productionViews:3046286Download:267
[Book Introduction]
​ ☆The content is rich and detailed, the language is easy to understand, and there are nearly a hundred examples in the book, allowing you to master website construction technology step by step.
☆The book comes with a Flash website case so that you can have an in-depth understanding of the Flash website construction process.
☆In-depth explanation of the application of Flash XML, Flash video technology, and reading and saving technology of Flash and database.
☆webstudio forum online support Q&A.
☆Sample website: http://sample.webstudio.com.cn
This book is divided into 12 chapters, focusing on Flash website technology. The book uses a complete "case implementation of Flash website" as the main line. In each chapter, relevant Flash technical knowledge points are explained, including Flash website structure analysis, Accurate preloading, Flash full-screen technology, Flash navigation, XML, formatted external text, sound, video, and dynamic data processing between Flash and databases. The book has nearly a hundred examples and a complete Flash website case with reusable functions. Although this book is aimed at beginner and intermediate user groups, it still has a certain scope of application. It is not suitable for readers who have never been exposed to ActionScript.
[Book List] Chapter 1 The Development of Flash Website 1
1.1 A brief history of the development of flash 1
1.2 HTML page and flash 5
1.3 The future of flash websites 6
Chapter 2 Flash Website Planning 7
2.1 Structural planning of flash website 7
2.1.1 Structure of flash website 7
2.1.2 Flash hierarchy 9
2.2 Flash website design planning 11
2.3 Content planning of flash website 13
2.3.1 Content planning form 13
2.3.2 Content planning process 14
2.4 Implementation after completion of flash website planning 14
Chapter 3 Actionscript commonly used in flash websites 21
3.1 Commonly used actionscript 21
3.1.1 getbytesloaded() and getbytestotal() 21
3.1.2 geturl() 22
3.1.3 loadmovie() and unloadmovie() 23
3.1.4 attachmovie and removemovieclip 27
3.1.5 Path 30
.3.1.6 array array 31
3.2 Loop in flash 41
3.2.1 Frame loop 41
3.2.2 for loop 43
3.2.3 onenterframe loop 44
3.2.4 setinterval loop 44
3.3 Application of easing 47
3.3.1 Static easing 47
3.3.2 Custom easing 48
3.3.3 Dynamic easing 49
3.3.4 Use external classes to set easing (tween class and easing class) 51
3.3.5 Extensible easing function 54
3.3.6 onmotionfinished 55
Chapter 4 Combination application of flash and javascript 59
4.1 Use javascript to pop up a centered form 59
4.1.1 Static link pop-up centered form 61
4.1.2 Pop up a centered form in flash 62
4.1.3 Reuse javascript functions - js files 63
4.2 Application of full-screen technology 64
4.2.1 JavaScript full-screen browser window 65
4.2.2 Flash full screen 67
Case implementation 77
Chapter 5 Creating effective preloading in flash 81
5.1 Basic types of preloader 81
5.2 Simple preloading end preloader 81
5.2.1 Progress indicator preloading 83
5.2.2 Complex preloading 85
5.3 Loading external content preload 90
5.4 Switching during preloading 95
Case implementation 102
Chapter 6 Application of xml in flash 109
6.1 XML basics 109
6.1.1 Basic structure of xml 109
6.1.2 Elements and nodes 110
6.1.3 Text node 111
6.1.4 Properties 112
6.1.5 cdata 113
6.1.6 Additional content 113
6.2 XML is associated with flash 114
6.2.1 XML and value pairs 114
6.2.2 Load xml into flash 115
6.2.3 Preload xml document 117
6.2.4 White space 119
6.3 Understanding the application of xml objects 120
6.3.1 parsing parsing xml 120
6.3.2 Loading text 126
6.3.3 Information content display 129
6.3.4 XML work display 136
6.3.5 Nested loops 140
Case implementation 1 xml news list 142
Case implementation 2 XML work case 147
Chapter 7 Website Navigation 153
7.1 Simple website navigation 153
7.2 Standard button and movieclip button event types 160
7.2.1 Button event type 160
7.2.2 Standard button events 161
7.2.3 Movieclip button event 162
7.3 Actionscript Navigation 164
7.3.1 actionscript navigation 164
7.3.2 Actionscript graphical navigation 166
7.4 xml navigation 170
Case Implementation Navigation 175
Chapter 8 Processing external content of flash 177
8.1 Loading external text files 177
8.1.1 Loadvars method 177
8.1.2 Preloading external text files 180
8.2 Formatting external text content 182
8.2.1 Textformat() method 182
8.2.2 Formatting externally loaded text 185
8.2.3 Formatting external text with html tags 186
8.2.4 Loading external html text 188
8.3 Application of Cascading Style Sheets 189
8.3.1 Textfield.stylesheet usage 190
8.3.2 Apply css cascading style sheets to external text 193
8.3.3 Applying style sheets in xml 195
8.3.4 Using cdata formatting in xml 197
8.4 Embedded fonts 199
8.5 Custom scroll bar 202
8.5.1 Text scrolling 202
8.5.2 Super scroll formula custom scroll bar 205
8.5.3 Add easing to custom scroll bars 209
Case Implementation Loading external text and custom scroll bars 211
Chapter 9 Application of Sound in Websites 217
9.1 Importing sounds 217
9.1.1 Importing sounds to the stage 218
9.1.2 Importing sounds into the library 218
9.2 Adding sound to the video 218
9.2.1 Add sound from library to video 219
9.2.2 Add sound to video from external library 219
9.3 Adding sounds to buttons 220
9.4 Synchronize sound and video 221
9.5 actionscript sound 223
9.5.1 Sound object 223
9.5.2 Loading sounds 224
9.5.3 Sound loop 226
9.5.4 Sound switch 227
9.5.5 Control volume and left and right channels 228
9.6 Publish documents containing sounds 230
Case implementation: Add sound switch 232
Chapter 10 Application of Video in Websites 235
10.1 Video formats supported by flash 235
10.1.1 Video file formats supported by flash 235
10.1.2 Various methods of integrating and transmitting video content provided by flash 236
10.2 Use the "Video Import" wizard to import videos 237
10.2.1 Select "Progressive Download" from a standard web server 238
10.2.2 Import video stream transmitted from flash communication server or fvss 239
10.2.3 Embed video in swf file 239
10.2.4 Import linked quicktime video files 241
10.3 Setting encoding video parameters 242
10.3.1 Select video encoding profile 242
10.3.2 Specify advanced encoding settings (flash professional only) 243
10.3.3 Cropping and Trimming Video 245
10.4 Editing video clips in the "Video Import" wizard 246
10.4.1 Methods of editing video clips 246
10.4.2 Import flash video files into the library 247
10.5 Change video clip properties 248
10.6 Creation of flv video 250
10.7 Actionscript controls video playback 253
10.7.1 Control playback of video imported into flash 253
10.7.2 Control playback of external flv video 255
10.8 Using media components to control video 259
10.8.1 Media component parameters (flash professional only) 260
10.8.2 Using media components to control flv video 261
10.9 Create a custom-looking flv player 263
Case implementation flv player 270
Chapter 11 Flash dynamic data processing 275
11.1 loadvars 275
11.2 Loading dynamic data 277
11.2.1 Basic principles of loading data 277
11.2.2 Loading data from text files 278
11.2.3 Loading data from xml 281
11.2.4 Loading data from the database 281
11.3 Save dynamic data to the server 294
11.3.1 General methods of saving data 294
11.3.2 Save data to text file 295
11.3.3 Save data to database 299
Case implementation 302
Chapter 12 Website Release 303
12.1 The basic process of publishing 303
12.2 Fix the problem of flash embedded in IE 304
Statement:

All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn

Latest courses

See more
  • [Web front-end] Node.js quick start
    [Web front-end] Node.js quick start
    This course is specially designed for beginners and aims to help students quickly master the basic knowledge and core technologies of Node.js. The course starts with the installation and environment configuration of Node.js, and gradually analyzes its asynchronous programming model, module system and event-driven mechanism in depth. Through a wealth of practical cases, students will learn how to use Node.js to build an efficient and stable web server, process HTTP requests and responses, and perform file operations and database interactions. In addition, the course will also introduce typical application scenarios of Node.js in front-end development, helping students quickly improve their practical capabilities and easily cope with the challenges of front-end development.
  • Complete collection of foreign web development full-stack courses
    Complete collection of foreign web development full-stack courses
    This course is a comprehensive tutorial covering HTML, CSS, JavaScript, Vue.js, React, Flutter and mobile APP development. From basic web page production to complex front-end and back-end interactions, to practical development of mobile applications, the courses are rich in content and highly practical. Through a series of practical projects, students will gain an in-depth understanding of and master various development skills and quickly grow into full-stack development engineers. Both beginners and experienced developers can benefit from it. Through the study of this course, you will have the ability to independently develop web applications and mobile applications, laying a solid foundation for future career development.
  • Go language practical GraphQL
    Go language practical GraphQL
    This course is designed to help learners master how to use Go language to implement GraphQL services. The course starts with the basic knowledge of GraphQL, and deeply analyzes the characteristics and advantages of its data query language. Then, combined with the characteristics of the Go language, it explains in detail how to build a GraphQL server, process requests, define data patterns, etc. Through rich practical cases, learners will learn how to integrate GraphQL in actual projects to improve the flexibility and efficiency of data interaction. The course is suitable for developers with a certain foundation in Go language and is a must-have for building efficient and modern APIs.
  • 550W fan master learns JavaScript from scratch step by step
    550W fan master learns JavaScript from scratch step by step
    This course is specially designed for beginners and is taught by Google bosses. The course starts from the basic knowledge of JavaScript and gradually deepens, covering syntax, functions, objects, event processing, etc. Through vivid cases and practical exercises, students can quickly master the core skills of JavaScript. The boss will personally answer students' questions and share programming experience, allowing students to grow into JavaScript masters in a relaxed and pleasant atmosphere. Whether you are a novice at programming or a developer looking to improve your skills, this course will be your best choice for learning JavaScript.
  • Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours
    Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours
    This course takes you on a programming journey. Starting from scratch, this 6-hour course will guide you through the fundamentals and advanced concepts of Python. Whether you're a beginner or an experienced programmer looking to improve your skills, Mosh's in-depth explanations and clear teaching methods will get you up to speed with Python quickly. Learn more about variables, data types, conditionals, loops, functions, objects, and modules and solidify your understanding with hands-on exercises. This course is ideal for learning Python and preparing you for a variety of career fields. Mosh's expertise and passion for education will give you the confidence to start on your path to becoming a proficient Python developer.