Flex :: Swf Address Does Not Work When I Go Out Of The Flash Application?

Jan 11, 2012

I am using swfAddress 2.4 for browser navigation and everything (back and forth button in the browser) works fine as long as I stay in my flash website, but when I use back button eventually to go out of the website and then use the forth button to come back , it just takes me to the home page of my website, instead of the last page I was in my website before I hit the back button. it looks like I loose the history of my pages as soon as I go out of my flash application.

how can I make the browser navigation with swfAddress works when I go out of my flash application and want to comeback to that? and still have the history of my pages.

View 1 Replies


Similar Posts:


Flex :: Get IP Address Of An AIR 1.0 Application?

May 25, 2011

I need to find the IP Address of the system my AIR App is running. I found a similar question here. But the solution is with SDK version higher than 3.5 it seems. Can this be done using Flex 3?

View 3 Replies

Flex :: Caching Work In Web Application?

Jan 26, 2012

I'm new to Flex and want to learn about how to implement client-side caching for data that is repeatedly requested from the server.

Let's focus on a simple example to discuss caching. Take a Flex application having several screens, where each screen plots a line series (of x and y data). The user can switch between the screens, and each time a screen is visited or re-visited, numerical arrays for both x and y data are requested from the server. The values of the x and y data on the server, of course, never change.

I want to learn what techniques are available that could be used to implement caching in the browser or AIR application such that once the x and y data is downloaded the first time, the application pulls these arrays from cache when re-visiting this screen in the future.

View 1 Replies

Android :: Upgrading And Existing Flex Application Using The Mx Library To Work?

Aug 12, 2011

I am trying to make my flex app work on Android, and that involves making an AIR app to run on Android. Seeing as the flex app needs the mic, an AIR app is required. I am using flash builder 4.5 on win7 with air 2.6. The trouble seems to be that most of it is now not available. For example mx.containers is there, but not mx.containers.viewStack. I notice that there are obvious equivalents in spark for some components but not others. VBox, HBox, Canvas VDividedBox, AdvancedDataGrid and associated custom renderers are the components my application uses the most. What is the fastest way to make this work on Android, I am under time pressure. Is there a site somewhere that recommends the best way to do this, and what components can be replaced with which?

[URL]

View 1 Replies

Actionscript 3 :: Flex Application Doesn't Work Properly After Uploading To A Server?

Sep 2, 2011

I'm a C++ programmer, but I'm a newbie in Flex. I'm developing a Flex 3 application for a social network using the FlashDevelop. For debugging I'm using the stand-alone FlashPlayer (10.3 debug) downloaded from Adobe. The application is a simple audio player which shows artist/album images.

The application worked properly on both local computer and remote server until I made some layout changes in Main.mxml. I added some HBoxes and changed Image placement. After that the application still works on my local computer, but it doesn't work properly after I upload it to a server.

Application buttons are not highlighted on over/out/click events, images loaded from the Internet are not displayed, text changed dynamically is not displayed, but when I click buttons a sound file is loaded from the internet and starts playing. It looks like some events which are responsible for components displaying are not dispatched, because some part of functionality not related to displaying still works.

To make sure that this is not a server problem, I rolled back to the previous revision. All works fine.

I suppose that this is a known issue, but I have no idea what is the reason.

View 1 Replies

Actionscript 2.0 :: Get Swf Address To Work Inside A Movieclip?

Apr 8, 2009

Has anyone got swf address to work inside a movieclip? Instead of having all the frame labels on the root timeline but inside a movieclip.

View 1 Replies

ActionScript 1/2 :: GetURL Mailto E-mail Address Won't Work Across Domains?

Jul 27, 2009

It works fine on a testing domain where the flash and the html file are located in the same folder, however, this flash banner is going to be stores on a subdomain callAs soon as it's put on the live site with the flash located in the images subdomain the link stops working. I don't even get an error message; it just doesn't do anything.We tried changing the code to:

on (release){
System.security.allowDomain("*");
System.security.allowInsecureDomain("*");

[code]......

View 1 Replies

Flash :: Professional Won't Work Outside The Application

Jul 16, 2011

i have created my first flash file at home and i have published it and imported it into dreamweaver, i try to preview it into a browesr and i get the error massage Adobe® Flash® Player has stopped a potentially unsafe operation. The following local application on your computer or network: /Users/greenjacket1985/Desktop/Cerberus Web Design/Scripts/expressInstall.swf

is trying to communicate with this Internet-enabled location: [URL] To let this application communicate with the Internet, click Settings. You must restart this application after changing your settings. now i ave tried everything, every button in the settings.

View 3 Replies

Professional :: CS4 Flash Form Application Doesn't Work In CS5

Jun 23, 2010

I was surprised to see the following message when opening a flash CS3 fla in CS5
 
<<
Slides and Forms documents are not supported in this version of Flash. open in a previous version.
>>
 
Is there any known work around to be able to maintain a Forms flash project in CS5?
 
How long will CS3 or CS4 be supported?

View 3 Replies

Ruby On Rails :: Redirect Does Not Work When Inside A Flash Application?

Oct 17, 2011

In my rails controller, I have a show and save action. The show is for showing the flash application. The save is for saving the flash application. When the flash application calls the rails save action I would like it to redirect to a new view in the rails app and no longer be inside the flash application.I have a redirect_to some_path in the save action. The server log shows a successful redirect to some_path, however, for the user there is no redirect and they are still stuck inside the flash application.

View 1 Replies

ActionScript 3.0 :: Can't Seem To Get The "re-type" Email Address Field Validation To Work

Jul 29, 2011

i am working on a simple sign-in form that is going to have some simple local validation before it gets validated by the database.

I am sure this is a simple line of code but I can't seem to get the "re-type" email address field validation to work. Here is a snippit of what I currently have:

ActionScript Code:
public function main():void {
subBtn.buttonMode = true;
subBtn.addEventListener(MouseEvent.CLICK, checkData)

[Code]...

View 2 Replies

Get Logo To Appear Next To The Address When Website Address Is Typed In

Jul 14, 2009

how to get your logo to appear next to the address of your web site when your website address is typed in,
for example if you look at the website address at the top of the screen you see (logo) [URL]

View 1 Replies

Flex :: Get Website's IP Address Using AIR App?

Jan 12, 2011

How do I get the IP address of a certain website using Flex 4 via an AIR application? I know that this is do-able using ping but how can I replicate the same only this time, using AS3 in Flex 4 and as an AIR application.

View 1 Replies

Flex :: Get Cell-address Of A Given Item?

Aug 31, 2009

In a flex tileList, is there a way to get the cell-address of a given item? i.e. for a given item, get the row/column location for that item in the list.

View 1 Replies

Flex :: Get Email Address From A String?

Aug 26, 2010

I am searching for a way to retrieve all emails addresses from a given string. For example: if i have the string "AB CD [ABCD@gmail.com]" i want to receive only "ABCD@gmail.com".

I guess i should use RegExp and String match function, but i am not sure how.

View 2 Replies

Flex :: Find Out User's IP Address In It?

Jan 12, 2011

I would like to get the user's IP locally without any invoking any service.

View 1 Replies

Flex :: Best Way To Validate IP Address In Adobe?

Mar 27, 2012

I'm trying to come up with the optimal solution for validating IP addresses in Adobe Flex. My current solution is to use a regexp validator and look for dotted quad numbers, see code below. For some reason this will also allow an address like "1.2.3.4.5".

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="[URL]"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
<fx:Script>
[Code] .....

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

Actionscript 3 :: Resizing Container On Resize Of Application Window In Adobe Flex/AIR Application?

Mar 4, 2011

I am working on an Adobe AIR Application. The size on Application window is 800X600 and is contains border container and border container contains many controls. What I want is to if user re-sizes the application then that container should also be re-sized according to scale. i.e If user maximizes or minimizes the window then that border container should also be maximized or minimized respectively.

View 3 Replies

Flex :: Come Back In Main Application On Click Of Logout Button Which Is In Application's Component?

Aug 4, 2011

How I will be back in Login Page after click of logout which is in application's component.

Project.mxml

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%"

[Code]....

View 2 Replies

Flex :: Delete Application Storage Directory Instance / Data When Uninstalling Any Air Application?

Dec 22, 2011

how can i delete storage directory instances or folder while uninstalling any air application. In my application when i first time run my application, application copy some data from application directory to application storage directory. now i want to delete all data and application directory folder also while uninstalling application.

I am doing that because when i launch any update then application is accessing old data which conflict with my application new features.

View 1 Replies

Flex :: Gui - Switch Between Different Applications(mxml File With Application As The Root Tag) In A Big Application?

May 16, 2010

I'm new to flex. Now I'm writing an flex application. I plan to split my application into some MXML files(Application as the root tag). How can I switch from one mxml to another?BTW, what is the best practice for design large flex application? Just one MXML Application and many MXML component or many MXML Application?

View 1 Replies

Actionscript 3 :: Using External Xml Data In A Flex Application Without Compiling The Source Into The Application?

Jul 15, 2011

I want to read xml data to a mxml application from a xml file on my filesystem. The example I found was for AIR,link2, link3. But I want to target the Flash Player runtime. If I use the the tag, I can do it; however the xml compiles into my swf. How can I retain the xml file in my release build?

View 2 Replies

Actionscript 3 :: Two Objects Created With The Same Address In Flex

May 20, 2010

I have an issue in flex which is causing a bit of a headache!

I am adding objects to an ArrayCollection but in doing so, another ArrayCollection is also picking up these changes even though there is no binding occurring.

I can see from the debug that the two ACs have the same address but for the life of me can't figure out why.

I have two Array Collections:

model.index.rows //The main array collection
model.index.holdRows //The array collection that imitates the above

This phantom data binding occurs only for the first iteration in the loop and for all others it will just write it the once.

The reason this is proving troublesome is that it creates duplicate entries in my datagrid.

public override function handleMessage(message:IMessage):void
{
super.handleMessage(message);

[Code]....

View 2 Replies

Flex :: How To Find Server IP Address Through Domain Name

Jun 1, 2010

I'm working on file transfer application where client sends files to cpp server. At client side I can give the server's domain name but not IP address cuz it may vary. How can I get my server's IP address through it's domain name. I have to put this logic into air application.

View 1 Replies

Flex :: Read MAC Address Of Machine From Adobe AIR?

Jul 29, 2010

i want to read MAC address of machine from Adobe AIR. I am using flex 3 and AIR 2.how can i do thisthe main purpose is i want to install that product in only one machine

View 3 Replies

Get Address By Passing Latlong Using Google Map In Flex?

Apr 20, 2011

when a marker is drag on google map we can get the latlong right.But i wanna get the location name whenever i drag the marker,

View 1 Replies

Flex :: Truncate Address Line 2 To 10 Characters?

Jul 28, 2011

I want to truncate address line 2 to 10 characters if a value greater than 10 characters is returned in the address validation response for address line 2. we also have address line 1 which is set to max of 40 characters, if address line 1 exceeds 40 characters and the result comes to address line 2,and if the length for address line 2 reaches more than 10 characters then i need to truncate that to 10 characters.

View 1 Replies

Flex :: SystemManager.addEventListener Of Sub Application Is Not Working In Main Application?

Mar 31, 2011

i used systemManager.addEventListener in sub application...... it is working well....but when i load sub application into main application through swfloader it doesnot working..

View 1 Replies

Ios :: Embed Adobe Air / Flex Application Inside A Standard Application

Aug 29, 2011

I have a native (Obj-C, standard Xcode project) application and I'd like to integrate a partners iOS application (or specifically, it's functionality) into it as just another view in my application. The problem is that their application is a Flex/Air app. I really don't understand the Adobe compilation process on how it gets from a bunch of flex code down to an IPA. I don't see intermediate projects, shared objects, etc on the disk to produce that IPA. It looks like it doesn't rely on the Apple tool chain... as I understand it, you can produce the IPA on Windows as well. Is there any way to build that Flex app in such a way that I can import it into Xcode so I can link against it and use it as a library from within my application? While I specifically used iOS as an example since that is the most important platform, we'll want to apply this solution to our respective Android and Blackberry 6 apps as well.

View 1 Replies







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