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


Similar Posts:


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

ActionScript 3.0 :: Flash Website And Address Bar?

Sep 19, 2009

I'd like to know can I make my flash be affected when browsers address bar changes.Sample: [url]....What do I need: flash website with subpages.I want it to call a function to change visible page into one put in the address bar, like: I click a "info" button in flash
flash shows info page and changes address bar in browser to http:[url]...info and vice versa: I put http:[url]...info into address bar flash changes it's subpage to info.I want it to be one flash file as index.php page without any reloadings, just like in[url].....

View 2 Replies

ActionScript 3.0 :: Swf Address + Arrays + Dynamic Website

Oct 19, 2010

Im trying to make a website using swfaddress, and i cant figure out how to do the dynamics with arrays, rather then putting the motion tweening in the frames. What i got so far: everything is working as long as you use the buttons on the page, each button in the menu makes the previous page go away and brings up a new page according to the button pressed (its just white square, that comes from the bottom of the screen) dynamically.

Buttons and pages are located in the first frame, then i ve got keyframes: about, gallery, etc. The problem comes up when i upload it in the internet, and i try to use the back and forward buttons in the browser, my white square windows (pages) are only capable of moving out of the page, but a new white square doesnt come up.

View 1 Replies

ActionScript 3.0 :: Implement Swf Address With Website That Uses External Swfs As The 'pages'?

Jul 18, 2011

I'm trying to implement swf address with my website that uses external swfs as the 'pages'.

[URL]

But I haven't been able to find an example file with example code that I can ferret out how to apply this to my website. I've also checked the swfaddress and while there is a link to this:[URL].Also... is it unwise to retroactively work in swfaddress to an already compiled as or should i be starting fresh, knowing that I am going to give unique urls to various buttons, that when clicked, bring up a certain 'page' or external swf?

View 8 Replies

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

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

Flex :: Get The Client's IP Address In An LCDS Service Call?

Aug 30, 2009

I'm trying to find the IP address of a client when they make a particular LCDS service call. Understanding all the issues of getting a "real" IP address and privacy concerns and so on, it is possible to find the client's IP address?

View 3 Replies

Flex :: Print Out An Object Memory Address At Runtime?

Feb 20, 2010

How to write an AS3 object's memory location for example to a label?

View 3 Replies

Flex :: Frames - Replaces The Top Level URL In The Browser Address Box With The URL

Jun 1, 2010

in my flex .swf file I check for "#/1" at the end of the URL in the browser address box (and if its present, use a local Flex SharedObject to restore a previous state). if "#/1" is not present, I call SWFAddress.setValue("1") which has the effect of appending "#/1" on the end of the URL in the browser address box, if that top level URL is also the url of the html page containing my .swf file.

My problem occurs when the html file containing the swf is in a frame, in which case calling SWFAddress.setValue("1") replaces the top level URL in the browser address box with the URL of this frame page (and then appends the "#/1" on the end of that), which then makes this frame page the top level, wiping out all the other frames. But I just want to append "#/1" on the end of whichever top level url address happens to be in the browser address box (not replace its entire content with the url of the frame page containing the swf.

View 1 Replies

Actionscript 3 :: Find System(local) IP Address In Flex?

Jan 12, 2012

I'm working on a project.In that we can register complaints to the IT department about system failure or software failure. In our company each computer is having unique system(local)IP address which is shown in the image below.

I want my complaint to be registered with that address, by which IT person can identify my system and repair it.

View 2 Replies

Flex :: Get The Broad Position Of A User Based On The IP Address?

Mar 19, 2012

Is there a way to get the broad position of a user based on the IP address? (I'm building an Adobe Air desktop app for notebook users)

View 1 Replies

Flex :: Security - Loading Policies Files From Https Address?

Jan 20, 2011

I'm having an epic amount of difficulty trying to get a result from a httprequest to a https address.I'm loading a policy file from the address but I'm still getting the 2048 security error.I load my policy file like so in my preinitilize handler.

private function preint(e:FlexEvent):void
{
Security.loadPolicyFile("https://api.soundcloud.com/crossdomain.xml");

[code]......

View 1 Replies

Flex :: Adding Google Maps Markers By An Address Instead Of Coordinates?

Apr 12, 2011

In my Flex project, can I add markers by its address instead of this:var myGeographicCoordinates:LatLng = new LatLng(myLatitude, myLongitude);for example add marker by "Paris, France"

View 2 Replies

ActionScript 1/2 :: Check If Email Address Is A Legitimate Email Address?

Nov 20, 2009

How do I check if email address is a legitimate email address? Is there any possibility in that?

View 7 Replies

Actionscript 3 :: Access Iphone Address Book With Current Flex / Air Mobile Version?

Aug 13, 2011

Is there a way to access the iphone address book with the current Flex/Air Mobile version?

View 1 Replies

Flex :: How To Benchmark A Website

Oct 14, 2009

How can i benchmark a website ? i want to define how many user can i handle simultaneously. I don't think that matters but the site is a Flex application that consumes some services provided by tomcat's servlet

View 2 Replies

Flex :: Get Contact Of A Website?

Mar 21, 2012

I am developing a desktop application in flex which uses google api to search keyword and return the results. I got the websites url, title etc relating the keyword. But i need each website contact also.

View 2 Replies

AS3 :: Flex - Restrict An Application To Only Run From Website?

Aug 5, 2009

is it possible to make a Flex-application to only run from my domain? So a user can't copy the .swf and start it locally.

View 3 Replies

Flex :: Use Google Adsense On Its Website?

Dec 23, 2010

Is it possible to use Google Adsense on a Flex website? I've read that while Flex can interpret PHP and Javascript, it can't directly load PHP or Javascript. Therefore, it can't handle the ad invocation codes.

All the "pages" of my flex site run straight down the middle with no variation. And I've got a logo at the top of the page. So, I was thinking that it might be possible to add the Google Adsense code in Flex's HTML template. As all of my "pages" have the same lay-out, content won't overlap any ads.

I also read that there are some cross-platform/cross-browser problems using DIV layers with Flex-- that in some browsers the Flash content will render on top of all other content, regardless of depth.

View 2 Replies

'Getting Started' On A Flash (Flex) Website?

Dec 11, 2011

I want to create flash website, with flex, but i don't really know how it works so can you make it clear for me.

1) First of all i want to know how URL is working with flash, because every time i load new URL will flash website be reloaded? How to solve this problem, if it is problem?

2)I want to use "Swfobject" with my flash website so this website will be Search Engines friendly and does this mean that i can easily use Adsense or Adbrite in my website?

View 1 Replies







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