Flex :: Capture Page With Google Map?
Apr 1, 2010I have a UIComponent with Google map in the continer.I need to capture this container for making a preview.[code]...
View 2 RepliesI have a UIComponent with Google map in the continer.I need to capture this container for making a preview.[code]...
View 2 RepliesI'm building a quite large Flex application as our administration tools and I need build in documentation functionality. I want this documentation to be like a wiki and as we're using Google apps I though I'd use Google sites to host the wiki pages (why reinvet the weel...).he problem is that it seem that google site uses some form of iframe javascript breakout script and that when i load the iframe the entire page is loaded with the wiki page.
View 1 RepliesI'm embedding a Flex app in a WordPress page using Matt Carpenter's great plugin. It's a map created using Google Maps' Flash API.
I'm getting an initialization failure. Is that because the API key is in the Flex app and Google can't "see" it? [code]...
How to include google search page inside of my flex web application without using iframe.
View 2 RepliesI am trying to get the number of incoming links to a page through the Google Search API. It is not working (just returning Null)
Here is the code
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init();" width="320" height="480" backgroundGradientColors="115115" backgroundGradientAlphas=".2" backgroundAlpha=".2" dropShadowEnabled="false">
[code]....
So the data return from the query is correct, and the difficulty lies in accessing the "estimatedResultCount" near the end of the JSON data.
Sorry for bothering you with questions like these, but I've never worked with Flash before, so I've got no knowledge in as3. So I'm trying to make a full flash website, and I've read some good tutorials on the net, but some of the script codes the tutorials provide doesn't work. I'm trying to link a button to a page like google, or a page on the flashsite. I just purchased Flash cs4, so that might be the reason why the tutorial codes doesn't work..
View 5 RepliesI 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 RepliesHow I can capture the Page Down key?[code]...
View 3 RepliesI have read the various posts here on SO regarding screen capturing, but none seem to be answering my situation.On our website (inside a web page), essentially here is what I would like to be able to do.
User clicks on a 'capture region of screen' button.They get some sort of draggable/sizable box they can use to define the area to capture the captured area gets converted into a (preferrably) .png image is uploaded (or at least made available to upload - maybe saved somewhere).I realize this is not doable with javascript alone.So,I am open to a Java or Flash solution, and/or even a commercial solution (a drop-in java applet that I can add to our site).
I am using Asp.net/C# to build an application , i have a requirement wherein i need to access webcam from my page and capture images of users.So i am trying to achieve this by creating flash file .
View 2 RepliesI have a website completly done with flash How can I add google maps to my contact page using AS2?
View 6 Replies[URL] here's how I've re-written the code for AS3 - the corresponding javascript code is in the html file.
Code: Select allvar testLink1:URLRequest = new URLRequest("javascript:pageTracker._trackPageview('/folder/file.html');");
testButton_mc.addEventListener(MouseEvent.CLICK, trackLink1);
function trackLink1(event:MouseEvent):void
{
navigateToURL(testLink1);
}
I am developing an app that has similar functionality as the Google Chrome new tab page. You can see it by opening Chrome and clicking the new page tab. I believe that it was written in jquery or something non-flash. Any source that I could take a look at, if you have done something similar? I will post code as I go.
View 2 RepliesI have to add GA code to a site for a client. As I search the web I see this can easily turn into a nightmare as there is no set answer for this question as all answers do not show anything but just tell that the GA code needs to be before the end of the body tag. But I need to double check this as I set all my Flash files the following way
main.swf sits inside an html page
do I still add the GA code to the bottom of the page just before the< /body> ?????
or do I code inside the fla?
Also does this method apply to AS2 and 3?
I have a flash file and am using google's suggested method for as2 event tracking like so:
getURL("javascript:pageTracker._trackEvent('Refferal', 'Join', 'Benefits for HCAs/APs');");
The problem is that instead of silently communicating, pageTracker._trackEvent() appears to return a boolean value. Every time I click the button which this is located on I leave the page I was on and end up on a page that just contains the word "true".how to get around this? It makes the flash unusable.
I would like to know if there is a way to create a calendar page on my site that will display the free Google Calendar? I have embedded code in a Myspace site before and it worked well, but have no experience with the IFrame code that Google Calendar uses. fyi- I just bought Flash a month ago and have been editing a template that I purchased to be my new website.
View 1 RepliesI am writing a Flex application for use on a private intranet with no external Internet access. I want to use Google's 3D Maps Flex API, but it must be connected to the internet to download map tiles on demand.
Is there a way to locally cache the 3D map tiles and data so that I can run this app without an internet connection? And if not, is there a 3D GIS that supports Flex integration and allows for a local map cache?
I am using Flex and with the AS3 libraries.I can make calls etc but when i get values returned in the event,they are in RawResult. I am not sure how to turn that into an arraycollection etc so i can make use of it in flex, or if there is a better way of accessing the data, generally speaking.
var friendsDoc : XMLDocument = new XMLDocument(e.data.rawResult);
var decoder:SimpleXMLDecoder = new SimpleXMLDecoder(true);[code]....
I'm doing SWF application which will run in browser. And I want to capture CTRL+F key pressing event when Flex application is in focus. In Firefox it works fine but in Opera and Safari browser captures event prior to Flex application and Find Dialog pop-ups. Is there any way for flex application to capture CTRL+F event prior browser?
View 3 RepliesIn Flash/Flex, is it possible to capture the result of 'trace' in code?
So, for example, if one part of the code calls trace("foo"), I'd like to automatically capture the string "foo" and pass it to some other function.
Edit: I'm not interested in trying to use trace instead of a proper logging framework... I want to write a plugin for FlexUnit, so when a test fails it can say something like: "Test blah failed. Here is the output:
Edit 2: I only want to capture the results of trace. Or, in other words, even though my code uses a proper logging framework, I want to handle gracefully code that's still using trace for logging.
Is there a way to know the max resolution of a webcam ? I need to capture images from webcam and send its on another notebook throught internet.
So I want to capture images at max resolution indipendently from webcam automatically without setting the resolution every time ( if I have a webcam with 1.3 MPixel, I want to capture images at 1.3 MPixel; If I have a webcam with 640x480 Pixel, I want to capture images at 640x480 Pixel; and so on... ).
I have an editable grid and would like to update values based on the edited cell and I am doing this in the itemEditEndHandler such that when they finish editing a cell I update other cells that are dependent on it. the only problem is in the itemEditEndHandler the new value has not registered yet. If I try and get the value of the cell i find that its still giving me the old value and not the new value that I have entered.
View 2 RepliesI am creating a application in which Live video streaming in publishing in mx:video object.I want to capture.
View 1 RepliesI receive my parameters as 1's or 0's to fill a datagrid full of checkboxes. The funny bit here is that the checkbox control recognizes them as booleans! But then my checkbox control has a change property in which these numbers are converted to "true" or "false".How can I convert this changes to ones and zeroes again to send them back to database?I believed the ByteArray function "writeAsBoolean" would work, but I forgot the rest of the values inside the datagrid are kept as numbers. So that function will not recognize them and my webservice will ignore them, failing to write the data.
View 2 RepliesIs there any way to capture and upload video from web cam? Video upload expectation is it much smiler to Facebook video upload from web cam.
View 1 RepliesI'm using Google Maps with Flex 3. I'm having problems clearing markers. Users can select which data they want marked on the map by selecting an item in a comboBox. I also have a button that clears the markers:
[Code]...
I'm trying to capture the redraw event for some MovieClip / Sprite objects that are in a Scroll area.Ideally, should be able to capture the event when Flash Player itself redraws the objects as can be seen with "Show Redraw Regions" in FP Debug.I've tried to use the Event.RENDER to capture this, but it even fires when the object is not visible / redrawn.
View 1 RepliesIs it possible to create create a video capture / screencast using Adobe Flex?
I would like to record any part of the users desktop (the web browser, the OS desktop, etc.) at a reasonable frame rate, record from the microphone, and then create a video file.
I would prefer doing this via Flex rather than using Java (Ex: Screencast-o-matic) or using a Windows App (Ex: Camtasia Recorder)
I'm writing a flex 4.5 application that's supposed to capture a video from a webcam and audio from microphone and save it in some video format (i don't care which format). I use VideoDisplay to display the webcam. how can I fetch and play audio in real time ? Is there a way to save the video locally without using a flash media server?
View 2 RepliesI am trying to capture the image using ActionScript through the webcam attached with the PC.
I have written following code..
protected var myCam:CameraUI;
protected function view1_viewActivateHandler(event:ViewNavigatorEvent):void
{
[Code]....
But the camera is not getting detected.. currentsState is always unsupported... Is there anything wrong...
Any other way to capture image/video for mobile devices using FlexMobileProject..?