Windows Safari 5 Bug When Using Backspace In Flash Web Application

Sep 3, 2010

I have noticed this bug when developing my flash application on a windows platform. If typing text in to a text box in a Flash swf running in Safari 5 browser on Windows then press backspace the browser will jump to the previous page in history rather than performing the function that backspace is supposed to - here is a link to another report of this apple bug.URL...

View 4 Replies


Similar Posts:


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

ActionScript 3.0 :: Flash Keyboard And Mouse Controls In Safari 5 (Windows)

Aug 19, 2010

After Apple released Safari 5, it seems that even after you focus on the Flash (by clicking on it), Safari still recognizes those commands for itself. One annoying problem is than when I am editing in text field, Safari will go to the previous page upon pressing backspace. Is it possible to overcome the problem by any AS3 code?

View 1 Replies

Actionscript :: Safari WIndows And Transparent Flash - Reducing Interference By Using Tags As Opposed To Scripts To Embed The Flash?

Jan 20, 2010

// Edit: The issue now appears to be confined to Safari for Windows.

Around the time Safari for Windows 4 came out I started hearing from users that wmode=transparent was no longer working in Safari.I have tried reducing interference by using tags as opposed to scripts to embed the Flash but with no success.An example is here: [url]... alternately embedded with script at http://hiv411.org/

All videos use wmode=transparent and are embedded via tags. All work fine in every browser I have except Safari.Code looks like so on safari.php

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="test" width="289" height="263" align="middle" id="test">[code].....

View 2 Replies

ActionScript 3.0 :: Sockets - Flash Application And Windows Application Works For String Buffer But Not For Object?

May 6, 2011

I want adobe sockets to send "customized" class object to a server socket(WinSock2). I used socket.writeObject(myClassObj). Actually My flash application and windows application works for string buffer but not for object.

Code:
//Flash
var buffer:String = "God Bless Us";
socket.writeUTFBytes(buffer);

// WinSock2
iResult = recv(ClientSock, recvbuf, recvbuflen, 0);

Is there anything I must do before writeObject() is used.?

View 3 Replies

Safari On Windows Not Caching Files?

Dec 4, 2007

Why on earth doesn't Safari on Windows use cached files...

When the movie's been downloaded and cached for IE & FF, on a refresh, Safari insist on re-downloading a fresh file from the server, again & again...

If it does, where the hell in Settings can you set it so that it'll favor cached files if they exist, rather than downloading a fresh one from the server...

View 9 Replies

Javascript :: Sending A Array Not Working In Safari For Windows

Jan 28, 2011

I am sending over a JavaScript Array to ActionScript. The JavaScript code is as follows:

[Code]....

When I run this on Safari for Windows, arrayInput is null. However, this method works fine in Safari for Mac, IE, FF, Chrome, and the variable holds the actual array.

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 :: 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

C++ :: Use Flash In Windows Application With ActiveX?

Nov 20, 2010

I known how to use flash in my windows c++ application with ActiveX.

But what it the way to do it under linux?

View 1 Replies

Flex - Application.application.nativeWindow.activate() On Windows?

Dec 8, 2009

I have an AIR application with a system tray icon. When clicked it shows and activates the app. This is working as expected when the app is hidden (docked), however if I select another application so my app is in the background clicking on the system tray icon does nothing.

Oddly I also have a contextual menu on the system tray icon, which has an option to restore, this calls the same event handler as ScreenMouseEvent.CLICK, yet works.

I expect it's something to do with the contextual menu changing the focus, perhaps it's a bug in how AIR works with the system tray, perhaps it's just something I'm missing. Would be good to know if that's the case.

View 1 Replies

Professional :: Application Not Working In Safari?

Jun 26, 2011

I've made an application and placed it on a server. In testing it works fine in both chrome and firefox but I get an error in safari. The error is #1010 a term is undefined and has no property. It points to a place in the code that is reading some data recieved from an external json data. I've used some trace statments and the data is not undefined but back in safari it fails.

View 1 Replies

IDE :: Windows Application Built With Flash Function While Other Apps Running?

Jan 13, 2009

Is it possible to build an application in flash that can then be exported as say an exe and then be used in the background while another application is running? I know that sounds complicated so let me further explain. I currently dj with an application and would like to create another application with flash that allows users to play some custom sounds (drops) while running the primary dj application. I believe someone out there already has created an application via flash that does this (have to read up on it more). But from the research I did do there is no way to interface with the flash application unless you alt-tab to it. Is there someone way to build a flash application that can be assigned windows shortcuts (say f1 funuctionality) while another windows application is running?

View 5 Replies

Flex :: Osx - Application Suspended While In The Background Using Safari On Mac?

Jun 30, 2010

Users of my Flex application report that sometimes the application is freezed when the browser window is minimized or they select another active tab over it. In this suspended state, the application receives no CPU share and all network connections it uses are closed. When the browser window is restored, the application is resumed. This happened with Safari 5 on Mac OS Leopard, with both Flash player 10.0 and 10.1. I searched a lot but I could not find any information about such behavior.Is it possible entering in suspended state to be prevented and how? Is it possible for the Flex application to be notified about going into sleep mode and wake up back?

View 3 Replies

ActionScript 3.0 :: Application Run When Windows Begin?

Feb 10, 2010

I have develop an aplicacation with Flash CS4 and as3, in adobe air, I would like to know if adobe air have any property so that applications runs when windows starts

View 1 Replies

Flex :: Osx - AIR Application Controlbar For Windows & MAC

Oct 10, 2010

In my flex AIR application(with systemChrome=false & showFlexChrome=false) I am using ApplicationControlbar as the title bar with title text, close, max, min, button. It work fine on windows platform. But I have problem on MAC platform. My application shows close, max, min buttons on right & title text on left. But my requirement is on windows it should be like it is & on Mac the title bar should show close, max min buttons on left.

I tried to identify the platform on which the application is running but I was not able to get that. I don't know how but creating two css & applying accordingly would work but don't know how to implement it.

View 1 Replies

Actionscript 3 :: Get Cd/dvd Drive Or Flash Drive Name By In AIR Application(in Windows)

Jun 4, 2011

I am creating an AIR application using flex3 and actionscript3. there, i need to display dir content of cd drive/usb drive entered by user. how can i get cd/dvd drive name by actionscript3

View 1 Replies

Add Scroller In Main Application/Windows Of Flex?

Jun 21, 2010

I am new to Flex. I am trying to add a scroller in my main application/windows. Is that possible? I found out it is possible to add scoller bars in DataGrid, like horizontalScrollPolicy="on". How to implement it in containers like Group,Panel and etc?

View 2 Replies

Flex :: How To Set Application To Open In Browser Windows

Oct 18, 2011

The things is, I've build an application in flex which suppose to be for web but when I'm running it through the Flash builder, it opens up flash player app instead of opening in a web browser. I've tried to do "run as webapplication" but failed.

View 2 Replies

ActionScript 3.0 :: AIR- Interacting Native Windows Of An Application?

Apr 9, 2009

1. Is there any way to send events from one native window of an application to another native window of the same application? For ex. a login window pops up when the app starts in the main window. Once the login is successful, an event should be posted to the main window, so that it starts displaying other things. Right now, I am posting an event, but it is not reaching the main window (nothing shows up in trace and breakpoint is not hit in the main window).

2. Is there a way for any window to grab focus? For ex. the login window above grabs the focus till the creds are keyed in. I mean, the user should not be able to select the main window at all till this window is active.

View 3 Replies

Actionscript :: Flex - Change The Application Windows Size?

Jan 6, 2010

I am embedding the swf into a c# winform, now what I want to do is when I click a button inside the swf, the swf's size is changed. I have tried to use the stage class but failed, the system said the width/height property is not implemented:

protected function button1_clickHandler(event:MouseEvent):void
{
stage.width = 100;

[code].....

View 1 Replies

Windows :: Use Multiple WebBrowser Tabs For 1 Flex Application?

Sep 13, 2010

I'm developing a flex application to view charts and statistic data about real-time stock price. The requirement is that 1 user can view multiple windows (or panel, or canvas) of multiple stock symbols at the same time. I want to have 1 button, when I click at that button, a new panel will be pop up in a new WebBrowser tab. 1 user can open 5 or more panels like that in 5 more webbrowser tab to see 5 different stocks. And all 5 panels must be managed by the main Application. So that the Application can send stock price data to those 5 panels.

View 2 Replies

Actionscript 3 :: Cascade Pop Up Windows (i.e. Offset The X And Y Position) In A Flex Application?

Dec 2, 2010

I have a simple Flex (Flash Builder) application which pops up a new window when a user clicks on a map. The user can make subsequent clicks on the map to have additional pop up windows appear, each of which currently pop up on top of the initial/previous pop up window(s) (i.e. at the same X and Y position). I want to modify the application in such a way that each new pop up window will be rendered slightly offset from the previous pop up window. A coworker has suggested I try to find a way to leverage existing window cascading functionality in Flex, but so far I've not found anything which can manage this for you. Is there such a solution cooked into Flex already, or should I roll my own by calculating the new pop up window's X and Y position based on the last pop up window's X and Y position?

View 1 Replies

C# :: Get User's Session Outside Of Facebook Application From A Windows Service Or Desktop App

Jan 17, 2011

I've a flash facebook application, i can take the session info from flash client and send the session information to server.

I need to check if the user connected to the server via facebook application or not. That's why i need to get the user's session from facebook page directly by my server.

How can i do it? I use C# for all database and communication system. Flash interface does only application responsibilities.

View 1 Replies

ActionScript 2.0 :: Backspace Key Won't Detect?

Mar 27, 2005

If I put in some code like this...

Code:
this.onKeyDown = function():Void {
trace (Key.getCode());
}
Key.addListener(this

...it doesn't detect anything when I press the backspace key, or the enter key. What is wrong? How do I detect these?

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

ActionScript 2.0 :: Backspace For Dynamic Text?

Jul 16, 2006

im makeing a dynamic input field my code looks like this

Code:
on(keyPress "a") {
box.text += "a";

[code].....

View 3 Replies

Flex :: Keyboard - Button Acting Like A Backspace?

Jul 27, 2009

How would you make a button event call a function which acts like a backspace keyboard event delete.I tried faking the dispatch keyboard event "keyup" "keydown" with keycode 8 and keynumber 8 without success.No other way than doing it by hand with begin and end select index plus substr ?I have a textinput i just want to add a button acting like a backspace.

View 2 Replies







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