Command line package SWF Flash app for playbook Air applications:Use the Blackberry-airpackager command of the BlackBerry Tablet SDK.
Set Path=c:/program files/adobe/adobe Flash Builder 4/sdks/blackberry-tablet-sdk-0.9.1/bin;%path%
Blackberry-airpackager-package Splus.bar Splus-app.xml splus.swfDisplay: Using default Icon:c:/program files/adobe/adobe Flash Builder 4/sdks/blackberry-tablet-sdk-0.9.1/bin/. /samples/icons/blackberry-tablet-default-icon.p
Disclaimer: Anyone and organizations are welcome to repost the articles in this blog, but the original links and author information must be marked.
Link: http://blog.csdn.net/li_007/archive/2009/03/30/4037090.aspx
Pioneering little turtle -------> csdn
Today, a SwF with sound is loaded, and then another SWF is loaded when the playback is not completed. It is also a sound, and strange things have emerged, pr
Disclaimer: Anyone and organizations are welcome to repost the articles in this blog, but the original links and author information must be marked.
Link: http://blog.csdn.net/li_007/archive/2009/03/28/4032276.aspx
Pioneering little turtle -------> csdn
Next to my previous blog post a SwF class that I usually use to load avm2 and share it with everyone.
//
After the SWF file is played, A video_is_over eve
A problem occurred when I made a picture navigation result this morning:A.swf0000b.swf, B .swfli c.swf. After the effect is achieved, B's field is gone. Specifically, a successfully loads B and then loads C. When C loads in, B disappears. Code:A: loadMovieNum ("B .swf", 1 );B: loadMovieNum ("C.swf", 1 );Do not use loadMovieNum. Use loadMovie or loadMovieNum to change the level:A: loadMovieNum ("B .
1. The traditional method of Object + embedPros: Good browser compatibility is the official method Macromedia has always beenDisadvantages:A.embed tags are not compliant and cannot be verified. Of course, if you do not care about what norms are not standardized, another matter.B. Microsoft for various reasons, after SP2 restrictions on the use of IE ActiveX mode, that is, in the page ActiveX has a virtual box, the user needs to click once to normal interaction. Flash is embedded as an ActiveX in
The biggest feature of the SWF format is compact, easy to distribute, compatible with all operating systems and browsers, and there are two obvious benefits to converting PowerPoint to Flash: compressing the volume of the presentation, reducing space usage, and better compatibility, You can make the demo available on any operating system or browser platform. Usually we do this for the latter, with the Flash version of PowerPoint, we can use it on diff
This tutorial focuses on how HTML pages get the Foo parameters like Test.html?foo=mytest, and how to pass parameters to the SWF in an HTML Web page.First, use JS to get parameters in HTML Web pages.We know that HTML pages are executed on the client side, so that the parameters must be obtained using client script (such as JavaScript), which differs from the server-side script fetching parameters. The following JS code to get HTML page shape such as "T
Web page
This tutorial focuses on how HTML pages get the Foo parameters like Test.html?foo=mytest, and how to pass parameters to the SWF in an HTML Web page. First, use JS to get parameters in HTML Web pages.
We know that HTML pages are executed on the client side, so that the parameters must be obtained using client script (such as JavaScript), which differs from the server-side script fetching parameters.
The following JS code to get HTML page shap
Load this I remember is very early to learn, so today and put out the decentralized, user-friendly query use:
function Manyloadmovie (num, x, y, xscal, yscal, dis) {for (var i = 0; ivar temp = createemptymovieclip ("temp" +i, i);var L = createemptymovieclip ("Load" +i, i+num);TEMP.T = i;L.loadmovie (i+ ". swf");L._xscale = xscal;L._yscale = yscal;l._x = X+i*dis;l._y = y;T = Createtextfield ("txt" +i, i+10000, l._x, l._y, 100, 100);Temp.onenterframe =
Tags: style blog http io ar sp strong on 2014I. PrefaceBlogging in the blog Park is not self-aware has been 5 years, a start just to record the work encountered problems and solutions, later wrote the article does not self-aware of the focus on the SQL Server technical articles, in January 2014 finally summon up the courage to apply for Microsoft SQL The most valuable expert on server (MVP), and was honored to receive this award in April.Today finishing the next article, in order to make it easi
/* Xuanmu */Houjie
I want to deduct something from the SWF file and read the format of the file for the whole 2 weeks ...... -_-#However, the rule can be parsed almost now. At the beginning, it was a bit dizzy to see this structure. In fact, you can skip it, but if you write a complete SWFparser, this step cannot be skipped. Now we can finally figure out how to calculate it. Extract the algorithm from the program for your convenience.
The example is t
Generally, three types of SwF are generated: one is the compilation of the Flex mxml main application, and the other is the compilation of the as class using the flex SDK, another reason is that FLA runs and generates data in Flash cs3.
Because 3rd call methods are the same as 2nd, the first two SWF applications in the flex project are described here.
Helloworld1.mxml
Public Funct
var _swfLoader:Loader;var _swfRequest:URLRequest; var _swfPathArr:Array = new Array("00.swf", "01.swf", "02.swf"); var _swfClipsArr:Array = new Array();var _swfTempClip:MovieClip;var _loadedSWFs:int; startLoading(_swfPathArr); function startLoading(pathArr:Array):void { _swfLoader = new Loader(); _swfRequest = new URLRequest(); loadSWF(pathArr[0]);}
This article mainly introduces the usage of functions used by JS to access SWF. The example analyzes the methods and error-prone processing skills of javascript to access swf files, for more information about how to use JavaScript to access SWF, see the examples in this article. Share it with you for your reference. The specific analysis is as follows:
There hav
Address: http://blog.sina.com.cn/s/blog_66d6c8870100u37j.html
FlashPaper is a tool for converting files in other formats (such as txt, doc, pdf, jpg, and xls) into swf files;
This is a detailed and reproducible configuration for using flashpaper.exe to convert files in web applications/sites.
Previously, I found a lot of FlashPaper configurations on the Internet, and almost did not propose a complete method for repeated configuration.
This configurat
Add config to the project file XXXX. Pro+ = Qaxcontainer
Use the following code in the window to embed and play the flash
Let the QT program call the method in SWF:
Define a button in the main window of QT. The click event of the button is as follows:
Void mainwindow: on_pushbutton_clicked ()
The Interface Program defined in the flex as file is as follows:Private function Init (): void {
Define the Program Implementation
For external resources such as image loading in as3, I usually use two methods: loader and embed. Their respective features are summarized as follows: Embed: resources are embedded in the Flash compilation phase, that is to say, image resources will be compiled into SWF files. The advantage of this is that
CodeIt is concise, easy to use, and there is no loading order problem. The disadvantage is that it increases the volume of
Code
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->// SWF file generation
String export Path = "C: \ windows \ system32 \ cmd.exe ";
String swfpath = ""; // path of the flash Tool
PROCESS p = new process ();
P. startinfo. filename = shadowpath;
P. startinfo. useshellexecute = false;
P. startinfo. redirectstandardinput = true;
P. startinfo. redirectstandardoutput = true;
P. startinfo. redirectstandar
We know that the HTML page is executed on the client. To obtain parameters, you must use a client script (such as JavaScript), which is different from the method used by the server script to obtain parameters.
The following js Code retrieves an HTML webpage, such as "test.html? Foo = mytest program = flash ""? All parameters.Copy codeThe Code is as follows:
1. The following JavaScript code can be used to obtain a parameter of an HTML webpage in more detail. Copy codeThe Code is as follows:
2
This article mainly introduces the usage of functions used by JS to access SWF. The example analyzes the methods and error-prone processing skills of javascript to access swf files, for more information about how to use JavaScript to access SWF, see the examples in this article. Share it with you for your reference. The specific analysis is as follows:
There hav
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.