ActionScript 3.0 :: 2 Flash Instances & Windows 7?

Aug 2, 2011

I'm writing a video chat application, and in order to have more flexibility in HTML design, I'm using 2 flash instances for this on my HTML page - Instance 1 - For the client's webcam and microphone (broadcaster)Instance 2 - For the partner's video (receiver)I've got this to work just fine with a Red5 server,But Windows 7 has a built in option that whenever a voice/video chat starts, it automatically reduces the sound of all OTHER applications by 80%.The problem is that Windows 7 sees these 2 instances as 2 different applications, and reduces the partner's voice by 80% !!!other posts on this matter:1) [URL]..

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Multiple Air Instances/windows?

Jan 22, 2011

I've done an Air app and now I realize I need to run two instances of it at the same time. I've searched the web and first it seemed that it was impossible, but I've found something about the invoke event. Pretty much all I've found was for flex and I just use plain flash cs5 so it's of no good to me. So far I have this function that I think is supposed so be called every time the app is launched:

[Code]...

View 1 Replies

ActionScript 3.0 :: Multiple Air Instances/windows Via InvokeEvent?

Nov 28, 2009

I've done an Air app and now I realize I need to run two instances of it at the same time. I've searched the web and first it seemed that it was impossible, but I've found something about the invoke event. Pretty much all I've found was for flex and I just use plain flash cs5 so it's of no good to me. So far I have this function that I think is supposed so be called every time the app is launched:

function invokeHandler(e:InvokeEvent) {
// insert action
}
NativeApplication.nativeApplication.addEventListen er(InvokeEvent.INVOKE, invokeHandler);

View 10 Replies

ActionScript 3.0 :: Multiple Air Instances / Windows Via InvokeEvent

Jan 27, 2011

I've done an Air app and now I realize I need to run two instances of it at the same time. I've searched the web and first it seemed that it was impossible, but I've found something about the invoke event. Pretty much all I've found was for flex and I just use plain flash cs5 so it's of no good to me. [code]If this is right, what I'm totaly missing is the "open a new instance" part.

View 5 Replies

Embed Flash Games Into Windows Forms Application.net Compact Framework Under Windows Mobile 6?

Feb 5, 2010

I want develop an application on windows mobile.In this app, i need to show some Flash games to the end user.ow should I do?embed an Flash ActiveX Control (in Windows mobile Form application) ?embed an IE control?BTW (because i do not have a windows mobile device now)Can I views flash in IE of the windows mobile device?for play flash, Macromedia Flash Player 7 for Pocket PC should be installed on your windows mobile emulator.DIT2:after practice i found following package should be installed before your windows mobile progr

Vista SP2
Visual Studio 2008 SP1
Windows Mobile Device Center

[code].....

View 2 Replies

Windows :: Flash AS3 Animation In Mac Vs Windows

Jan 12, 2010

I am working on a short animated story, which has a scrubbable timeline and chapter headings. I used TimelineMax for sequencing it. For the most part, it is working fine. I am seeing some strange behavior that pop up, though: sprites disappear, functions stop responding to user input, seams of the sprites become transparent -- all small issues but pretty hard to nail down because they happen in Mac only.

So I am wondering what is wrong with Flash, and why it misbehaves on a Mac?

View 2 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

Windows :: Flex - MXMLC Throws A Java.lang.NullExceptionPointer When Compiling In Windows (not In Mac Nor Ubuntu)

Feb 23, 2011

I'm running ant to compile a Flex application, and the build keeps failing when running it on a windows command line. Other people in my team can successfully run the very same build under mac and linux. This is the error shown in the command prompt:

[Code]...

All tokens are set in corresponding build.properties and filter .properties files (and, as I said before, it compiles perfectly under mac and linux). The windows version is 7 Ultimate, FLEX_HOME is set as an environment variable to the Flex SDK 3.5 (the 3.5.0.12683 build that comes with Adobe Flash Builder Burrito). ${compiler.fork} is set to false, to avoid an issue with the SDK and the source files being in different logic drives.

View 1 Replies

Windows :: Flex - FileReference: Loading A Windows-locked File?

Mar 8, 2010

I'm using Flex in Flash Player 10 on Windows, using FileReference to load a file into memory, as below.My issue is that when a file is locked by Windows, my FileReference is not giving me any feedback that the file is inaccessible--it simply never dispatches any events after my calling load().Does anyone have insight into how to tell that Flash Player is unable to open the file?

var fileReference:FileReference = new FileReference();
private function onClick():void {
fileReference = new FileReference();
fileReference.addEventListener(Event.SELECT, onSelect);

[code]....

View 1 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

Windows :: Flex - Air - Alwaysontop - Does Not Work In MAC But Works In Windows

Aug 29, 2009

i setup alwaysOnTop="true" in mx:WindowedApplication alwaysOnTop="true" tag. but this does not work in MAC but works in windows.

View 1 Replies

Windows :: Embed Windows Media Player In Flex?

Aug 24, 2010

I have a mp4 file which is to be used in an application. Currently i am in the stage of figuring out the technology to be used for this job. I am familiar with flex and am hoping that i be able to use it for the application. But i can not figure out a way to play the file in flex. I have been able to play the file only in windows media player and that required the installation of three codecs : Mp4Audio.ax, Mp4Video.ax, Mp4Src.ax.

As i see it, it will be very convenient if i could embed a windows media player plugin in flex or i could specify the audio and video codecs in the flash player

View 1 Replies

Windows :: Create A Windows Projector .exe From Flex Application Using A Mac

Feb 6, 2012

I have a flex application (.swf) and want to create a projector file. When I choose File-> create projector I get the .app file because I work on a Mac. I know I can create both projector formats for windows and mac using the export feature in Flash Professional. But this is not an option since it's Flex.Is there any other way rather than switching to windows to create the file?

View 1 Replies

Windows :: Start Air/flex Application With Windows?

Sep 21, 2009

I want to provides an option in my air/flex application. A user can check an option and the application starts when windows starts.I don't find with google how to do this, someone knows do that ?

View 1 Replies

Windows :: Windows Authentication In Flex Application?

Jul 30, 2010

does anyone have an idea or developed before windows authentication through flex application.I have a semi solution when user enters his/her AD username and password, and application send this data to web service which handles AD authentication, but this is one extra step which will give full comfort for users.

View 1 Replies

Flex :: RTMFP Direct Peer-to-peer Connection Working On Windows XP / But Not On Windows 7

Mar 1, 2012

we're having a strange problem on a project here. When we use NetConnection in combination with a NetGroup to initiate communication between two local AIR applications on Windows XP, they always both connect to the NetGroup succesfully and detect each other as neighbors. However, on Windows 7 both applications connect succesfully to the NetConnection and NetGroup both don't detect each other as neighbors.To reproduce this problem, here are two AIR applications:[code]

These applications can connect and send message to each other without a problem on Windows XP. On Windows 7 however, they cannot.Does anyone know why this wouldn't work on Windows 7 and what steps can be taken to make it work? It's critical to our project that this works.In some cases, the applications take quite a long time to detect each other as neighbors (up to 15 seconds in some cases), in other cases they detect each other immediately. Does anyone know what could cause this delay?

View 1 Replies

Flash CS3 Will Not Exit (Windows XP SP3)

Jun 2, 2009

I have installed the CS3 on a Dell workstation with Windows XP SP3 and when I try to exit when finished, Flash will not exit. It seems like it is trying but will not close. There is no error, the program just sits there. You have to right click on the program and click close to get it to close. Then the program wants to send a error.

View 1 Replies

Flash :: CS4 Not Working With Windows 7 ?

Nov 4, 2009

I have a new i5 core computer running Windows 7 64bit retail. With Kaspersky Internet Security 2010 installed Flash CS4 becomes so unresponsive that it is completely unusable. Uninstall KIS and it works absolutely fine. I've already read on another forum that someone else is experiencing the same issue with the same combination of products.

View 5 Replies

Flash :: Js Error In Windows 7 IE 8

Nov 18, 2010

I see this error pop up when using IE 8 in 64 bit mode and don't know what to do or how to fix it:
 
Webpage error details 
Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: http://cartierbuyer.com/flashdetect.js
 
As far as I know, this was installed by FLash CS4 properly. Is it now outdated?

View 1 Replies

Does Flash 4 Work In Windows 7

Jan 13, 2011

SWF generated in Flash 4 with embedded pics seem to display poorly (jagged) ONLY in Windows 7 IE - vector elements are fine.url...

View 2 Replies

Windows Service With Flash

Apr 8, 2011

I have a swf (flash) program that I projected to an exe file. I would like to run it as a windows service. I am able to install it as a service however the program does not work under local system account.If I change the log on as settings of the service to log as the current user, it works perfectly.Does anyone know why it would not work under the local system account?

View 1 Replies

Xml :: Run Windows Command From Flash?

May 18, 2011

Is it possible to delete the contents of a local XML file using a Flash CS5 document being played on the desktop and using AS3?

Ok i have done some research but still no luck. I was going to use a separate batch file with a windows command that did what I needed but since I will be calling the fscommand once a second the dos window would pop up a lot.

Are there any thirdy party plugins that will allow flash to run windows commands?

View 2 Replies

Flash :: Compile For Mac OS From Windows Using AIR?

Jul 17, 2011

im developing an application on windows using flash, compiling in AIR 2.0. This compiler lets me create a .air app or .exe app. Is any way to compile also .app apps? Like the ones who runs on a mac?

View 2 Replies

IDE :: Fonts Used In Flash On Mac Looks Different In Windows?

Nov 5, 2009

I have made an animation using a lot of text and it looks fine on my Mac, but when I test it on a Windows system it looks awful. I thought that you would get what you see on any platform using Flash, but apparently not.

I have used the font "Plantagenet Cherokee" which I don't think is a standard font in Windows. I have tried to embed the font in the library, but it doesn't seem to work..

Is there any way I can make it work in Windows without starting over?

View 1 Replies

ActionScript 2.0 :: Pop-up Windows Contained Within Flash

Dec 17, 2009

I am trying to create a pop-up within Flash, but not one that opens a new window. This site shows what I am talking about: [URL]

When you click on the examples of work, it opens a larger panel with the entire creative inside, and also includes a (X) Close button.

Was this done in Flash, or does it also require Javascript, or any other additional software/programming?

View 2 Replies

ActionScript 1/2 :: Flash Caching On Windows 7?

Sep 30, 2009

Just to warn everyone using Windows 7 that in some cases Flash uses code that seems to be cached. At a certain point in time I knew my code was OK, but still it did not work correctly. I started looking at my trace results and suddenly discovered that it outputted code that was not in my sourcefile anymore.

To solve it, I renamed all AS files and then everything worked fine again.

View 2 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

Professional :: Flash Cs4 Windows Projector?

Jan 26, 2010

Ever since I`ve changed to flash cs4, every windows projector publish I make takes a really long time to open and play an animation.I`ts just very slow. When I created stuff on flash cs3, I had no problems running published projects.
 
Can anyone help me here? It`s just that I searched for a lot of forum questions just like mine on other web sites and none could . Since your the developers os this product I would like to see what you`ve got to say about this.

View 3 Replies

Flash :: CS4 Extremly Slow On Windows 7 64-bit

Mar 3, 2010

Flash is just unusable, because of extremely slow performance. Selecting a tool or typing in actionscript takes forever. I've also noticed that sometimes (yes only sometimes), flash.exe takes alot of CPU usage, even when doing simple things like mentioned above.

At the same machine, 2 days ago, before upgrading from Vista Ultimate x64 to Windows 7 Ultimate x64, everything was working perfect.

View 1 Replies

Professional :: Can't Install Flash Cs4 On Windows 7

Mar 20, 2010

I'm running windows 7 ultimate and I'm trying to install flash cs4 professional with no luck. it always get stuck and about 93% and i get the error massage the it can't install flash cs4

View 4 Replies







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