Flex :: When Trying To Access Google Authsub From FLash Application

Jan 8, 2011

I am trying to get my Flex application to authenticate with google using the instructions here:Url...I have copied the example there and am trying to get it to work. I am running my app on a loca server so I have changed the next parameter: authSubParams['next'] =UrL...Getting the first token works fine but when I try to get the long lived token I get an error: [code]

View 2 Replies


Similar Posts:


Flex :: Use Google Checkout Function In Web Application?

Dec 4, 2010

Now I am developing a flex application (app server is apache + PHP + mysql ) what need integrate with google checkout function ,but the google checkout has not flex SDK to use ,what should I do?

View 1 Replies

Flex :: Caching - Google Chrome Does Not Refresh Application?

Apr 23, 2010

I have an online flex app that is served via an html page. Its critical that the flex app is refreshed in the user's cache every time that it changes. To help ensure that this happens, I change the name of the swf file every time that it changes. In addition, the html page contains the following lines of code:

<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">

Using these techniques, FF and IE always seem to grab the latest swf file every time. Google chrome, however, NEVER gets the latest swf file - the only way to get the update is to hit shift+refresh in chrome.

Is there a fail-safe way for me to ensure that the latest swf file is always delivered to the browser?

View 1 Replies

Flex :: Google Search Page Inside Of The Application?

Jan 28, 2011

How to include google search page inside of my flex web application without using iframe.

View 2 Replies

Flex :: Google Maps - Enable / Disable GoogleMaps In A 3 Application?

Oct 13, 2011

I'm developing an application using the Google Maps API with Adobe Flex Builder 3. Wrote the "HelloWorld" code provided by the GoogleMaps Reference...

[Code]...

everything goes well but the application consist on a cartesian plane that, optionally, could have the GoogleMap displayed on the background. The point is that I don't know how to hide the map once it is loaded. I would like to load it only if I click on a checkbox
I came here after searching over the GoogleMaps Reference for some "enable/disable map" function, but I had no luck.

View 1 Replies

ActionScript 3.0 :: Integrate Google Maps Application Into Flash?

Oct 6, 2010

I have google flex application for postcode search, How do I import the Swf file from flex into flash so I could add more movie clips like zooming effects and 3d rotation

View 3 Replies

Flash :: Open Source Flash Based Spreadsheet Application Like Google Spreadsheets?

Oct 25, 2010

Is there any open source flash based spreadsheet application like google spreadsheets?

View 2 Replies

Python :: Pass Data From Google App Engine(Python) To Flex 4 Application?

Feb 22, 2010

I am using python and webapp framework in app engine for backend and flex 4 for front end.I would like to pass a string form backend to front end, so i write the following code in the main.py:

[Code]...

View 3 Replies

Flex :: Dynamic Filtering (like Google's Or Google Finance)

Jun 21, 2010

I wanted to put a search box in my flex app that would act just like google or google finance: you start typing and a drop down list just below starts filtering the results dynamically. Does anyone know how to do this in flex? I am using flex and php so as the user types it will pull results off the server dynamically.

View 1 Replies

C# :: .net - Access Flex Application ActiveX / ExternalInterface In Separate Process?

Mar 5, 2010

I need to fetch a flex application from a process in C#.

How can i get access to the externalInterfaceAPI when the flex application is running as a Application?

EDIT: After further reading it looks like it is possible, as from what i understood, a flex stand alone application is a ActiveX "container", so what i need is to get access to the ActiveX container, and from there the externalInterface API.)

View 1 Replies

Adobe - Access Local File System From Flex Web Application?

Jan 5, 2011

I'm trying to access local file system from Flex web application. I know it is pretty difficult, but I think there must be a way. Is there a way that Flex app can use AIR components or maybe web application can call some AIR module in order to choose files and upload?

View 2 Replies

Flex Application Trying To Access Crossdomain.xml On Server When No External Domain Has Been Specified?

Apr 27, 2011

I have recently uploaded my flex applicaiton on server, it works fine on my system (localhost) but on the production server it tries to access[URL]..which is not available and end up showing "loading" eternally.

View 2 Replies

Integrate Flex Application To Access Rest Services (using Jersey) Through BlazeDS?

Feb 15, 2011

I am trying to integrate Flex application to access Rest services (using Jersey) through BlazeDS. I'm able to get Rest + Jersey working (pretty straight forward I guess) and I was able to configure Flex + BlazeDS. I'm looking for help to invoke rest services (different methods) from Flex UI based on the annotations specified such as @Path in my rest service class.

View 1 Replies

IDE :: Google Maps In Offline AIR Application?

Jan 6, 2010

I am looking into building an AIR application that will show positions of locations and associated details in layers over maps. The positions will be entered into the application as GPS coordinates. The users of this application will only need to look at one country and will not always have internet access. Is it possible to do this with Google maps?Is Google maps the best solution for this?Do you know of other packages that would offer similar functionality to Google maps in Flex/Flash?

View 1 Replies

Flex :: Access A Remote Java Class (on Spring/BlazeDS) From The Cairngorm Application?

Nov 5, 2009

I seem to be getting the following error when I try to access a Remote Java class (on Spring/BlazeDS) from the Flex/Cairngorm application. I am going crazy at the moment trying to see what is wrong

[Code]...

View 2 Replies

Media Server :: Application Is Not A Valid Signed Application Loading Access Denied

Oct 29, 2009

We have an application that works no problems on our server with FMS in test mode. As soon as we enter our FMS license key we get this error: "application is not a valid signed application loading access denied".We removed the license key and it works again, but with user limits obviously, so this is not an acceptable fix.

View 5 Replies

Jquery ::Best Development Framework For A Google-Maps-ish Web Application?

Dec 31, 2011

I am starting a project in which I hope to create a web application with similar elements to Google Maps, such as zooming, panning, displaying tiles, etc. The idea would be for it to have a very fluid and dynamic feel.Some possibilities that I have encountered are:

-Flash

-Silverlight

-HTML5

-Google Web Toolkit

-Javascript/jQuery

Being proficient in C# and .net, I feel that Silverlight may be the easiest for me to work with. I am worried however with regards to the penetration of Silverlight (this is a consumer-facing application). I am not asking to implement Google Maps into my web application. Rather I am attempting to create a new similar website (not mapping, but similar concepts).

View 3 Replies

C# :: Using Flash Api To Access WebCam In An ASP.NET Application

Jun 4, 2010

I'm trying to play with live web cam using asp.net with C#. I want to access/stream web cam content using flash then send the captured streams using Real-time Transport Protocol.

View 1 Replies

Security Error Trying To Access Google Checkout

Mar 30, 2010

I'm trying to integrate a Flex app with Google Checkout and code that runs fine on my local machine is throwing a Security Error when I test on my site.[code]...

View 2 Replies

ActionScript 3.0 :: Access HTTPS Url From Flash Application?

Jun 2, 2009

I have a standalone flash application which needs to access a [url]... for authentication purpose. BUt I am not able to connect to the URL.

View 5 Replies

Flex :: Google Earth API For Flash?

Nov 15, 2010

are there any Flash/Flex API for Google Earth like the Map API? i haven't seen an API in Google earth API official page. or is there any way to use all the features of its javascript API with actionscript/flex.

View 1 Replies

Professional :: Write A Snazzy Little Flash Application For SIP Access?

Jun 8, 2011

Now I know I'm not the only one seeking the ability to write a snazzy little Flash Application for SIP access. I am, however, the only one willing to start a neat little open source project to help, people like me, use SIP to its full potential.
 
So here it goes, I'd like (and hope) to write a SIP client for two projects. The first is a for-profit endeavor for the company I work for, and the second is a not-really-for-profit webservice I own that would have its customers benefit from on-site VoIP call. Since they both require the same thing, I'm willing to open it up as an open source project to allow it to continue growing.

[Code]...

View 2 Replies

Flash :: Google Oauth Crossdomain.xml With Flex?

Mar 29, 2011

I am trying to get the RequestToken with flex from

[Code]...

View 3 Replies

Flex :: Google Maps For Flash Is Deprecated?

Sep 11, 2011

Since Google has announced that it is deprecating Google Maps for Flash, I am need of some alternatives.elaborate here in order to get the best pick of the maps, since the google maps for flash will be deprecated in next 3 years. Let's get here the best opinions of the peoples - which maps which is build on the Flash platform shall be used instead ?

View 1 Replies

Flex :: Lighter Version Of Google Analytics For Flash?

Nov 23, 2009

40k of compiled code seems like a lot to me to be making some straightforward flash-javascript calls and makes GA unsuitable for banner ad work as well.

Does anyone know if there is a 'lite' version of Google Analytics for Flash?

View 5 Replies

Flash :: Flex - Google Maps API Custom Content

Oct 31, 2010

I am creating a little map app where you are given information, video and images regarding different campuses in a university. I am using the customContent method to insert video player object into the infoWindow but when I do this it gets rid of my text content and becomes the only visible thing to the user. How Can I work around this and have both text and video in the infoWindow? Demo link

[Code]...

View 1 Replies

Flex :: Google Maps For Flash Throws RTE In New Polyline()

Dec 3, 2010

I'm getting the following error with Google Maps API: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.maps.overlays::Polyline() Specifying the second constructor parameter does not help.

View 1 Replies

Flash - Have Access To The Logged In User Throughout A Flash Application?

Mar 7, 2012

I need to have access to the logged in user throughout a flash application. Therefor I'm concidering making the 'user' variable global.

I usually try to avoid global variables, but it seems quite suitable in this case and I'm not the first to concider the active user as a global. I know that systems like drupal also uses a global variable for the logged in user.I want to know if stackoverflow thinks of this as bad practice or if there are better alternatives.

View 3 Replies

Create A Flash Application Where Users Will Have Access To 10, 5 Seconds Audio Loops

Oct 8, 2010

I want to create a flash application where users will have access to 10, 5 seconds audio loops. They can choose any 4 tracks to make a 20 second track. I then want that mp3 to be stored somewhere or flash to create to a file which can be sent to friends in facebook where they can listen to that beat. There will be a little button at the bottom saying 'click here' to make your own beat.

View 1 Replies

ActionScript 3.0 :: Give An Application Folder FullControl Access By Code (Flash)?

Jul 17, 2010

i finished air application and it is need a local permission for the installed folder ( C:Program FilesAppName ) as i am generate xml ( desktopFileStream.writeUTFBytes(newXMLStr); )  from the application and its need local permission.first time i run the application i got ( error 3001 indicates a file or directory permissions issue ); when adjusted the permission for the current user ( manually ) to fullcontrol, its work great and perfect. how to give my application folder FullControl access by code ( AS3Flash )? as i can't ask each user to give my app folder manual permission.

View 5 Replies







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