ActionScript 2.0 :: Making Movie Executable?
Aug 10, 2004i 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 Repliesi 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 Repliesi 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 Repliestrying to make a movie clip follow a custom drawn vertical line, the movie clip follows the cursor but only the y axis
I have added an example of what i mean and the file i need it to happen to
ps the vertical line needs to be hidden.
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 RepliesI 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?
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 RepliesI'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 RepliesI'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?
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);
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.
Flash executable Presentation will work in Mac OS..? or the executable Presentations only for windows platform..?
View 2 Repliesis there any way to execute C language executable file from Flex?
View 2 RepliesI 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 RepliesHow 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?
What is the best way to distribute an AIR app (AIR 2.5) that is packed as a Windows executable (.exe) ?
[Code]...
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 RepliesI 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 RepliesI'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 RepliesI 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].....
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 RepliesHow 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.
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 RepliesIs 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 RepliesI 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]....
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.
I wok on desktop Adobe AIR application. It creates .DMG for mac os builds. It is actually command line application. What I want is the ability to call it from command line - add it .../*.app/Content/MacOS to $PATH. Is there any standard way to do it with AIR ? I need it to work on Windows as well.
View 1 RepliesI want to send data generated by a flash module into an external executable in windows. From what I've learnt about interprocess communication, I think it is appropriate to use pipes in this case. I am using Flash professional CS5 and when a 'trace' command is used inactionscript the ouput will be displayed in the output window in flash professional. I think Flash pipes the data into the output window and if so is it possible to obtain the handle to that pipe. Is there a way by which I can write the output from flash player itself when the trace commands are executed or the data generated on an event directly into the buffer of a pipe.
View 1 RepliesI have written a jquery/javascript editor in FLEX 3 and actionscript 3. It has syntax checking facility. I will write a syntax checking parser either in C or in java. Here, I will include executable file only with flex code. That executable file should accept fully qualified file name as input parameter and it produce compilation result as output, that i need to display in flex.
Please anybody provide suitable solution that how to add executable file in flex, that will accept input parameter and produce output.
I have developed a small adobe flash application (a parent .exe file which loads several child swf files). I can play it in almost any computer. My question is: Can I install and run the application in Aakash or Ubislate 7+ ?
View 1 RepliesWhat action script would i need to make a button in one movie clip goto and play a frame in another movie clip? Im not very good at flash but i've been trying my usual codes but it dont work..
View 2 Replies