- 1、本文档共26页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
flash语句代码(Flash statement code)
flash语句代码(Flash statement code)
FLASH statement - commonly used sentences Daquan
1. full screen playback
Fscommand (fullscreen, true);
2. opens when full screen stops at the pin
Fscommand (fullscreen, true);
Stop ();
3. skipping playback (from the first few needles began to play)
On (press) {
GotoAndPlay? );
}
4. Click to play
On (press) {
Play ();
}
5. exit statement
If the FLASH comes with the controls, on (click), {fscommand (quit, )}
Self made button on (release) {fscommand (quit) }
6, when the mouse over the film clips, stop playing the timeline.
On (rollOver) {
_root.stop ();
}
7, stop playing video clips when you press the mouse on the movie clip.
On (press) {
Stop ();
}
8, when the movie clip press the mouse, play video clips.
On (release) {
Play ();
}
9, when the mouse slips away from the film clip, play the current timeline.
On (rollOut) {
_root.play ();
}
10, Goto: jump to a specified frame (Frame)
Scene: specifies Scene
Frame:Number, Label, Expression, Next, Frame, Previous, Frame can select Frame numbers, labels, expressions, next frames, previous frames
Expression: define expressions
Control:Go to, and, Play, Go, to, and, Stop, by selecting this item to determine whether to play or stop after the specified frame is reached
Example:
Go to and Play (1) jumps to the first frame to play
Go to Next Frame jumps to the next frame to play
Go to and Stop (intro) jumps to the frame broadcast labeled Intro
11, Play: play
Stop: stop!
Toggle High Quality: details of the toggle screen
Stop All Sounds: stop all sounds
Get URL: open the specified URL
URL: URL
Windows:_self, _blank, _parent, _top, the target used when opening the web site
Variables, on, t, Send, Send, use, GET, Send, use, POST, and the way variables are delivered
Example:
Get URL (next.asp, window=, _blank, vars=POST) opens the next.asp in the new window, and passes the arguments
12, FScommand: call command
Command: command
Arguments: parameter
Fixed commands and parameters used by For, standalone, pl
您可能关注的文档
- 2009.01国际运输与保险(2009.01 international transportation and insurance).doc
- 200901国际运输与保险(200901 international transportation and insurance).doc
- 2009—2010学年山东省荣成市第二实验中学七年级语文上学期期中质量检测试卷(2009 - 2010 school year, second experimental middle school, Shandong, Rongcheng, grade seven, Chinese language, mid-term term, quality test paper).doc
- 2007年江苏省连云港市中考语文试卷(Chinese language examination paper in Jiangsu City, Lianyungang Province in 2007).doc
- 2009—2010年第一学年关爱留守儿童工作总结(Work summary of caring for left behind children in the first year from 2009 to 2010).doc
- 2009——2010学年第一学期六年级数学期末试卷(2009 - 2010 school year, the first semester, grade six math final exam).doc
- 2009年高考地理热点(专题)试题集锦(Highlights of the 2009 college entrance examination for geographical topics (Topics)).doc
- 2009年自考《马克思主义基本原理概论》复习资料(Review the materials of Marx's basic principles of Marxism in 2009).doc
- 2009年湖北省高考数学试题答案(文数)(In 2009, Hubei province college entrance examination mathematics examination questions answer (text number)).doc
- 2009年税务系统竞争上岗试题附答案-税易网(In 2009 the tax system of competition questions with answers - tax.).doc
文档评论(0)