Actionscript 3 :: Adobe Air - Distribute Windows Executable

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


Similar Posts:


Adobe Air - Merging Flash Site Into One Executable

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

Windows :: Flex - Adobe Air - Lauch Windows Virtual Keyboard Osk.exe

Nov 25, 2011

From an Adobe Air application, I need a function to launch the Windows Virtual Keyboard (c:windowssystem32osk.exe). I tried the Native Process, but it didn't work when telling it to execute cmd.exe /C osk.exe. How should I launch the keyboard application from an Adobe Air application?

View 1 Replies

Flex :: Debug A Adobe AIR Application Which Uses NativeProcess API To Invoke A Executable?

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

Flex :: Bundle Adobe Air App With Version Of AIR That Installs As A Single Executable?

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

Actionscript 3 :: Ensure That Paths For Executable Are Added To Path For Adobe AIR Application?

Oct 4, 2011

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

Android :: Possible To Install And Play Adobe Flash Application/executable/.exe File In Ubislate 7+?

Mar 18, 2012

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 Replies

Flash :: Adobe Not Working On Windows 7 32 Bit!?

Jan 21, 2010

"The specified module could not be found C:/Program Files/Common Files/Adobe/Adobe Version Cue CS4/Client/4.0.0/VersionCue.DLL" is the message that comes up everytime I have Adobe Flash CS4 installed and right click near any file, just not in open programs. After right clicking and having this annoying message pop up, it restarts Windows Explorer. Whenever I uninstall the program everything's fine, however I want to use this product (free trial) but none of my downloads and installations of it (at least 5) have worked! I check for a VersionCue.DLL and I can't find it, also when I choose things like Action Scriptt 3.0 and 2.0 or any other selection at the start up menu, it freezes and quits!

[Code]...

View 1 Replies

Windows :: Adobe Doesn't Have A Documentation For Using Flash In VC++

Apr 4, 2010

I am trying to host a flash object inside an CAxWindow, I have managed to insert a shockwaveflash (SWF) and its working fine. I am trying to find all available API's that are available in the flash ocx. I am unable to find any documentation for the functions in the IShockwaveFlash interface.I know that Adobe doesn't have a documentation for using flash in VC++ but I was wondering if anyone can point me to a place where I can find an UNOFFICIAL documentation for flash.ocx or code samples as the only API that I could find and I'm currently using is "PutMovie".

View 2 Replies

Flex :: Windows.sendkeys Equivalent In Adobe Air?

Feb 13, 2011

Is it possible to capture user typed inputs from keyboard and overwrite user entered text with pre-defined words in Flex/Adobe Air? I'm looking for a functionality in Adobe Air something like "typinator" does.

View 1 Replies

Actionscript 3 :: Write To Windows Event Log From Within Adobe AIR?

Apr 19, 2011

Is it possible for Adobe AIR (via AS3) to write events to the OS's event log? In particular, I need an event to show up in the the Windows 7 Event Viewer. I've tried using throw to throw a custom error, but it doesn't appear in the Application Logs.I know I could create a NativeProcess to do this, but I'm hoping there's a native AIR solution.

View 1 Replies

Professional :: Get Adobe Flash 10 To Work On IE8 On Windows Vista?

Jan 31, 2011

I've tried downloading the newest Adobe Flash Player 10 on IE8 on my Windows Vista and it's not working.It downloads but when I go back to hulu.com it says I still have to download the latest version. I've tried unistalling and installing it (several times)... I've made sure that Shockwave is enabled under Internet settings... I've also tried unistalling IE8 and reinstalling without the updates... and still nothing.I even tried installing Flash 10 on IE7, still nothing worked.

I have Windows Vista 32 bit and not terribly computer savvy.Hulu works fine when I use Firefox, but it's not working on IE8. I need it to work on IE8 in order to stream video from hulu on our Wii through PlayOn TV.

View 1 Replies

Actionscript 3 :: Windows SendTo Context Menu For Adobe AIR?

Apr 6, 2012

I would like to know, if there is any way to enable the following (at least in windows):

right-click on any file in local filesystem, choose sendTo and send the file to an adobe air application (for upload purpose for example). AIR can handle that via INVOKE Event, but how can I achieve this from the windows side - how can an AIR application register itself as a sendTo Option?

View 1 Replies

Install Adobe Flash On Windows Mobile 6.5 Phone?

Apr 7, 2010

I have an htc Imagio. I cannot seem to find a Flash Player for it. how to get Flash to install on a Windows Mobile 6.5 phone?

View 1 Replies

An Adobe Flash Player 10 Windows Merge Module Available?

Apr 23, 2010

The admin guide for flash 8/9 suggests there's a .msm (merge module) for windows? I'm not seeing a merge module for flash 10. Does such a thing exist and if so where?

View 1 Replies

Windows :: Flex - Adobe Air Start Native Window Hidden?

Feb 16, 2011

How do I open a new window as hidden? (note the visible="false")

<s:Window xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
showStatusBar="false"
resizable="false"
visible="false">

If I declare a window this way, and then call this.open(false);, the window will quickly open and then hide, and then be reshown when I actually display it, I want to do this to be able to load content and fit the window to that size before showing it.

View 1 Replies

Flash :: Modify Windows Proxy Settings Via Registry In Adobe Air?

Sep 5, 2011

I want to modify windows proxy settings in adobe air. Below is my code. It doesn't work.What's wrong with it?

[Code]...

View 2 Replies

Html :: Handling JavaScript Calls To Window.open()- Not Using Native Windows - Adobe AIR

Jul 26, 2010

I am developing an Adobe AIR application which uses both native windows and floating panels. Is is possible to enable the creation of a floating window instead of a native window when a JavaScript window.open() function is called?

It is required that all of the floating windows are contained within one native window, therefore the creation of more native windows is not suitable.

I have used a Custom HTMLHost class in order to enable the creation of a native window but I can't work out a way of creating a MDI window instead. I am using the flexMDI framework for my floating panel interface.

View 1 Replies

Flex :: Adobe AIR Application To Receive Back Events From Native Windows Application?

Oct 8, 2010

I'm trying to develop a simple mxml Flex application to start Skype from the AIR/Flashplayer runtime. Is it possible to get back events from a native Windows application? In the simple example of Skype, the OS returns control to the Flex app when Skype exits. But what about native applications which have their own event model and wants to communicate with the Flex event model. For example, a Face detection system which shows "Hello" on a Flex app when the camera detects a face. Can this be done in the current Flex framework?

View 1 Replies

Windows :: Flash - Run "ipconfig" And Get The Output In Adobe AIR?

Aug 13, 2010

import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
if (NativeProcess.isSupported) {

[Code]...

The above can only run a sub-application, but how to run an independent application(command) like ipconfig and get the result?

View 4 Replies

ActionScript 3.0 :: How To Distribute Swf's

Feb 19, 2009

I have developed a sound scrubber which consists of flash file holding graphic assets and a document class.I want to distribute this sound scrubber, allowing others to pass a variable to it defining the actual sound file to be loaded. Is exporting it as a component the only way to do this ?

View 1 Replies

Professional :: Distribute To Layers Bug (CS4)?

Feb 1, 2010

has anybody a solution to this "Distribute to layers" - Bug. Every time i try to use this feature, flash is prompting a failure. As an animator, i am used to use this all the time. if i dont get this fixed, cs4 is worthless to me.

View 3 Replies

Windows :: PDF Displaying Correctly In Flex Mx:HTML Control In Windows / Reader X

Oct 28, 2011

I'm having an issue with the PDF displaying outside the viewable area of the mx:HTML control in Flex. When the application starts up - the mx:HTML is set to a certain size, but can be enlarged if the application is maximized. These are the following conditions to replicate it: Issue only happens in Windows (Windows 7, not on Mac) Issue only happens with Reader X installed (not with previous versions) Issue only happens when running the built app, does not happen in debug / development mode from FlashBuilder

[Code]...

View 1 Replies

Import From Illustrator Cannot Distribute To Layers?

Nov 4, 2009

I have created a vector design in Illustrator on a single layer and have imported it into my Flash library using the import layers to Flash Layers option. Because I created the design on a single layer in Illustrator, the design imports as a single layer in Flash. My problem is that I cannot distribute any of the individual graphics to a new layer, even after converting them to movie clips. When I select "Distribute to Layers", a new layer is created for each of the selected graphics but the layers are empty.
 
I have also tried cutting a graphic from the import layer and pasting it into a new layer but it always pastes back into the original import layer rather than the one I have selected.Is there any way around this or will I need to go back into Illustrator and create separate layers based on my needs in Flash?

View 2 Replies

CS3 :: Flash Distribute To Layer Error

Aug 25, 2010

It was working i change nothing and now when i try to distribute to layer a element i got this error:

could not complete operation because of an unknow error

View 2 Replies

Flash :: Distribute Apps On Android?

May 14, 2010

As I know Android Froyo will support Flash 10.1. I just wonder how Flash apps could be distributed on Froyo based device.

Will Google allows distribute Flash apps by Android Market?

View 2 Replies

ActionScript 3.0 :: Distribute Buttons With Loop?

Nov 11, 2009

this loop business is giving me a headache, i can't seem to get flash to recognize functions with a variable in itHere is me doing it the long way and i'm trying to figure out how to do it with a loop.I have 4 buttons going across and i'm trying to create another row of buttons under it, a total of 8 buttons.I also created a sprite called squareBtn

ActionScript Code:
//displaying buttons
//the difference in X is 34

[code]......

View 6 Replies

ActionScript 3.0 :: Distribute Buttons With A Loop?

Nov 12, 2009

I have been trying to figure out how to distribute buttons with a loop and I did it but now I don't know what the instance name is to target it.i tried using dog and that doesn't work I tried to set the instances names as _1 _2 _3 _4 but its registered as undefined.

ActionScript Code:
var dog:squareBtn;
for(var i:int = 1; i < 3; i++)
{

[code]....

View 2 Replies

ActionScript 3.0 :: Distribute A Flash Ecard?

Nov 18, 2010

best way to distribute a flash ecard ...my client has their database of client emails.

View 0 Replies

ActionScript 2.0 :: Distribute An Information To Other Scenes?

Apr 24, 2005

I have got a movie which consists of 12 scenes and in the first scene i let users to choose a mouse cursor.There are 8 Movie Clips on the scene each represents a different mouse icon.And when user chooses one of them I use this code to change the default mouse cursor

Mouse.hide()
startDrag("hand",true);

How can i pass this info to other scenes?

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved