ActionScript 2.0 :: Centering An Executable File?
Dec 7, 2006I 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 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 have to make a project for school. It will be like a tutorial, but into an application. I already made a part of it in MXML and a bit of action script but I encountered a few problems that are over my newbie limits. So the Flex Builder 2 makes a SFW file, in the main folder of the "project". I want to make that SWF file my main executable file. I have a folder with some pics, and another folder with Action Script Files. The code lvl that I know atm is ABSOLUTE BEGINER... I don know how to make my SWF file have a specific name when I run it.Here is a picture of a training exercices that should make thing more clear:Some people told me that I should use a HexEditor and stuff. Is it ture(what u think?).
Next problem. I dont know how to make the Stage to be fix. I mean.. I dont want the stage to be resizeble. I tryed to change the stagescalemode but that wasn't it. I toke a look at the help files of Flex from the net, about the Resize action and SystemManegment, but I didn't find out what I wantend.
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.
is there any way to execute C language executable file from Flex?
View 2 RepliesWe 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 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 RepliesI have a basic XML file that is going to load 9 images into flash, img1, img2, img3, ect... All the images are different width's and height's. I'm having trouble aligning the center of the images to each other, or aligning the center of images to a certain spot on the stage. Right now the top left is aligning.
Code: Select allvar imageX:XML;
var imageList:XMLList;
var canvas:MovieClip = new MovieClip();
[code].....
I'm working on a fullscreen application that doesn't run flash on the browser. Running Flash player 10. When you open the file, I have fscommand to run fullscreen, the flash file is built at 1280 x 800, and I have an image (menu screen) that starts off the flash file. I'm trying to find a way to center the image to the native SCREEN resolution, not the flash resolution. Is that possible?
I have this code running on the menu MC:
onClipEvent(enterFrame){
this._x = Stage.width /2;
this._y = Stage.height /2;
}
I've tried other variations of this, and no luck. On my 1280x800 native resolution monitor, it's great. Tested it, and it works. However, if I run the same file on a 1920x1080 monitor, the image is on the lower right hand corner. Also, the image at the moment has a center anchor point, but I'm sure you realized by my simple code. Also, just escaping the fullscreen mode, and scaling the window also screws up the formula. So I'm not sure what I can do to make it dead center no matter the screen res, or size of window. The reason I need to do this, is also because there are times where I have to change the flash resolution, and I don't want to go into the image everytime to adjust the center.
Here's an easy one: how can I center text that I'm loading inside CDATA tags from an XML file into my .swf?
Everything I've tried in terms of tags and text-align:center divs hasn't worked. Is this possible to do without editing the .fla?
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'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 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 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);
Flash executable Presentation will work in Mac OS..? or the executable Presentations only for windows platform..?
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]...
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 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 Replies