ActionScript 3.0 :: Building An Executable Package?
Nov 3, 2010
I'm building an application where an administrator can choose which videos they want to include in a package and then they would build that package (executable) which they can then disseminate how they see fit.
I guess my question is: Is it even possible to have an AIR application build/create other executable files and if so, would one of you be so kind as to point in the right direction as to where to start?
View 1 Replies
Similar Posts:
Jan 14, 2011
I used Lynda for a while but all they showed was in movie object building. I wanted to learn more about package building so I quit using Lynda.
Does anyone know any places to learn more about how to build objects in package building?
View 0 Replies
Dec 18, 2009
I am having troubles passing an x and y argument into a package function that creates a projectile on stage at the tank.gun's x and y.I have attached a zip of the code I am working on.[code]
View 6 Replies
Jan 27, 2010
I'm running into this weird thing with ASDoc. It will only document one package function per package.For example.I have these two functions:
gs.util.printf
gs.util.ftrace
In these files:
gs/util/printf.as
gs/util/ftrace.as
The only function that get's documented in ASDocs is "printf". But I know it can do more than one. As an example, in the livedocs [URL] There are more than one functions documented.
View 2 Replies
Dec 19, 2011
I have an actionscript file,it has a package name,it locate C:demo directory,like follows:
package demo{
import flash.display.*;
public class ABC extends Sprite{[code]............
Then I compile above code like following command,but it raise following error:
C:>mxmlc demoABC.as
Loading configuration file C:sdkframeworksflex-config.xml
C:demoABC.as: Error: A file found in a source-path must have the same package structure '', as the definition's package, 'demo'.Where is wrong above command?
View 1 Replies
Oct 13, 2009
This is with Flexbuilder 3.2, Eclipse 3.3.2.I am moving my development environment to a new machine. Actionscript classes that compiled in the old environment now get a compile error:
A file found in a source-path must have an externally visible definition. If a definition in the file is meant to be externally visible, please put the definition in a package.I do declare the package in these classes - I think failure to declare the package is the usual reason for this error.To add to the mystery, many classes in this project compile without errors.
View 1 Replies
Jun 1, 2011
I would like to add a .exe file to flash.Example.Goto flash website click on tech support and fire remote access.exe.Is this possible.
View 4 Replies
May 31, 2011
I don't know much about this, since I have always just used FDT, FB etc. directly to compile under Win or MacOS.
Alternatively to an Android port, I understand there is (?) a version for Linux, but would this work under Android?
View 1 Replies
Dec 7, 2006
I have created an executable file from a flash movie and am wondering if it is possible to center the movie on the desktop when it autoruns.
View 1 Replies
Sep 9, 2008
I'm sure this is relatively simple but i'd like the correct process.I have a flash file that i am exporting to and exe, i'd like that exe to launch full screen instead of windowed when the end user double clicks it.How can I make this happen?
View 1 Replies
Aug 10, 2004
i have different swf files which i want to invoke it internally.so what parameters should i pass so it makes my movie executable?
View 2 Replies
May 26, 2010
I have a Flash CS3 project that uses the FLVPlayBack component to play 5 FLV files. Each of the files has between 1 and 15 navigation CuePoints embedded in the video (MOV files encoded using Flash Encoder).
When I test the app using Ctrl-Enter from the IDE all works fine.
When I test the published projector EXE on the hard disk all works fine.
When I burn all the files to CD-ROM and start the projector EXE not all is fine.
When I click on one of my buttons that will navigate to the desired cuepoint within the FLV, it acts like it is unable to find the cuepoint and thus goes to the end of the FLV file.This is very annoying and I can not find anything listed anywhere. I suspect it has something to do with buffering or something because the CD-ROM is slower than the hard drive.When playing the video all I am doing is:
vidPlayer.stop();vidPlayer.source = "name of flv file";vidPlayer.play();
When I navigate to the cuepoint I am using the following:
vidPlayer.seekToNavCuePoint(cueName);
View 1 Replies
Apr 12, 2011
I'm using InDesign to create an interactive SWF of a document.
For normal Flash projects, I can create an executable (*.exe) file that includes the Flash codec so that the viewer doesn't need to install Flash beforehand.
Can I create something similar for the SWF file created by InDesign?
I'm using CS5 Design Premium. Intermediate knowledge in InDesign, basic in Flash, will likely need clear steps.
View 2 Replies
Dec 7, 2011
Flash executable Presentation will work in Mac OS..? or the executable Presentations only for windows platform..?
View 2 Replies
Aug 14, 2009
is there any way to execute C language executable file from Flex?
View 2 Replies
Dec 3, 2010
I have a Windows app written in C++ and I need to detect if Flash is installed for IE. What's the best way to do this?
View 2 Replies
Apr 21, 2011
How to merge flash site into one executable.
Site consists of:
index.html
images
sounds
pdfs
etc.
After clicking on a merged file, index.html is needed to be opened. Adobe AIR might be useful for this, but I can only create setup executable, maybe it is possible to create just executable?
View 2 Replies
Nov 16, 2011
What is the best way to distribute an AIR app (AIR 2.5) that is packed as a Windows executable (.exe) ?
[Code]...
View 3 Replies
Oct 26, 2010
i have some question here.. Umm i want to put all of my swf and exe files into CD ROM, but i have ever seen that exe flash files can be able run on CD ROM, if i copied that files into my harddisk, that appear alert that "Please use the CD ROM to run this application".. Do you know how to do this?? is there are some script that detect if CDROM then or whatever?..
View 3 Replies
Jun 23, 2009
We need to display an HTML page within a Flash executable file. We request the members of this forum to kindly guide us on how to go about it.
View 1 Replies
Aug 25, 2011
I want to create a custom executable which is similar to the Flash Projector to play swf content. The use case for this is the following: I have Ui components on the swf which exchange messages with my c++ cli executable for sending and receiving events.
View 1 Replies
Dec 9, 2003
I'm trying to open a centered popup from a executable presentation. I'm using javascript but it opens a bigger window behind the running presentation! the presentation is fullscreen!
View 1 Replies
May 11, 2011
I have this issue with actionscript 3.0 where i can't seem to get a String to convert to executable code.Below is a part of the XML I use.
Code:
<Import>
<Row>
[code].....
View 2 Replies
Dec 9, 2003
I'm trying to open a centered popup from a executable presentation. I'm using javascript but it opens a bigger window behind the running presentation!
View 1 Replies
Nov 23, 2010
How can I find the return value of a executable which has been invoked by a AIR app using the NativeProcess API? I am using Flash Builder 4. The following c++ generated executable
festival --tts "HelloSpeak.txt"
works fine on the Windows cmd line , but on invoking by the NativeProcess API like in the example article doesn't produce the desired result. I invoke the command with the arguments on a button click handler, but there is no TTS generated output.
View 1 Replies
Sep 27, 2011
I would like to update the swf player that I specify into FDT and what Flash IDE uses to play files, namely from Flash 10 to Flash 11 for Stage3d preview. How does one do this?
View 2 Replies
Nov 23, 2011
Is there way to bundle the adobe air application with a version of AIR that installs as a single executable? Or do I need to ask the users to go to Adobe to install AIR, then install our application?Bundle adobe air app with version of AIR that installs as a single executable?
View 1 Replies
May 20, 2011
I want to make a function that's only executable if the right frame is active in the animation.In this case, the frame 1 (and make all the rest frames have it's cursor normal):
ActionScript Code:
Mouse.hide();
stage.addEventListener(MouseEvent.MOUSE_MOVE,follow);
function follow(evt:MouseEvent){
[code]....
View 1 Replies
Dec 14, 2004
I have classes witch resides in this package :com.network.interface_as. When I try to load one class from that package in another class in the same package like this:
[Code]...
View 2 Replies
Feb 28, 2012
I've been trying to find a method of increasing the resolution of an executable that runs off flash. To be specific the program is a game called 'Realm of the mad god' originally a browser game but is now also a free to play steam title, Having browsed through the config files I couldnt find anything talking about resolution and I was wondering if there are any advanced flash features that allow the user to force the application to run a specific resolution.
PS: I don't have the highest hopes but I thought if anybody knew it would be someone from the flash community.
View 1 Replies