ActionScript 3.0 :: Port Number Stripped From URL?

Sep 26, 2011

I am trying to connect to some web service on server to get a RSS feed.It connects to the web service on the server. But then afterwards, it strips the port number of the URL. For example:But then, when I try to call a method of that web service it says:o the port is stripped from the URL, can anybody tell me why this might be?I have tried connecting to this service on my local network with the same port number, then it works fine, port number not stripped

View 0 Replies


Similar Posts:


Media Server :: Number Of Connections On A 100Mbit Port?

Sep 10, 2009

If I am streaming at 256kbps how many connections can I get on a 100MBit port? I confess tnat I don't know the math

View 12 Replies

IDE :: Specify A Proxyserver (and Port Number) Using Loadvars And SendAndLoad From A Projector EXE?

Jun 1, 2009

I am developing a module that will run on a CD-Rom as a projector. It needs to post small amounts of data to an online URL to facilitate tracking.Consider this:

Code:
var myVars = new LoadVars();
myVars.username = _root.userName;
myVars.email = _root.emailAddress;[code].....This works fine, unless the user's computer is behind a corporate proxy server, which is specified in the Internet settings of the browser. My question.....Is it possible to specify a proxyserver (and port number) using Loadvars and SendAndLoad from a Projector EXE?

View 1 Replies

Media Server :: Installed FMS4 In A Different Port Number, But Its Not Working?

Oct 29, 2010

Parden me if this question was asked earlier. While installing FMS i have entered the port numbers 1935,100  instead of normal 1935,80 as i already have wamp in my default port 80, but when i try to call the localhost url, both the port [URL]..

View 2 Replies

ActionScript 3.0 :: Cannot Get The Carriage Returns And Tabs Stripped From XML

Dec 22, 2009

why i cannot get the carriage returns and tabs stripped from my XML. I guess the only drawback at this point is that i cannot form my xml file nicely and am stuck placing all my node text on one line.

So far here is what i have tried without any luck;

ActionScript Code:
var subXml:XML  = new XML();
subXml.ignoreWhitespace = true;
subXml = new XML(e.target.data);

[Code].....

I am otherwise at a loss as to why it's leaving the tabs returns etc. in my textFields when i populate them with the node data.

View 2 Replies

ActionScript 3.0 :: Serial Port Communication - Read Input Data From A Serial Port

Jul 24, 2009

In a project that I'm working on, I have to be able to read input data from a serial port. The input data will be very simplistic in nature. I'm guessing more like a on/off, yes/no, true/false style of operation.I have found some examples in other languages, but nothing in AS3 or AS2. Could anyone send any sample code or a link to a tutorial that gives me some lead way on this? Which approach is better, going with a Flash projector piece, or building it in AIR? The final piece will be on a PC based system.

View 2 Replies

Port C++ To Swf With Alchemy?

Feb 12, 2010

Alchemy allows users to compile C and C++ code that is targeted to run on the open source ActionScript Virtual Machine (AVM2).

View 1 Replies

Port 80 Socket Limitation?

Jun 28, 2009

I don't need to deploy an HTTP server and all the connections are made on port 80, the default HTTP port, which is generally not blocked by firewall.Unfortunatly at the end of my work I realized that the flash socket component has some limitation on using port 80.[URL]As nobody is interested by this report, I now think that this limitation is done on purpose by Adobe. I don't know exactly why, may be to force to use their data service product.

I can understand that. But what I am hangry about is that nowhere in the documentation of the socket component there is an information about this limitation. I guess lot of people lost time trying to reach an unreachable goal ! And most of the time you find the problem at the end of the work because local connection is working ok on port 80.

View 1 Replies

ActionScript 2.0 :: XMLSocket Over Port 80?

May 3, 2005

On this page it says "The XMLSocket.connect method can connect only to TCP port numbers greater than or equal to 1024"This makes it hard to get a chatserver to work through a firewall.BUT I recently discovered on this page that you can set up "policies" for your flash movie that allow it to run on port 80.

View 1 Replies

ActionScript 2.0 :: Generate A Random Number Between 2 Number BUT Without Generating 2 Same Number?

Jul 16, 2009

Dear Guys I Want To Generate A Random Number Between 2 Number BUT Without Generating 2 Same Number I Mean If For Example Already Generated Number "2" Next Time Did Not Generate It , Is There Any Solution

View 5 Replies

Media Server :: Disabling Port 80 On FMS?

Jul 1, 2010

I am new to the Flash Media Server and have a question on its use of ports. Now if a server has IIS and FMS and one wished only to stream flash (VOD). Could I edit the fms.ini file and remove port 80 from adaptor.hostport?
 
In my thinking I would stream over port 1935 and would lose the ability to progressive download over port 80.Now I do not ever want to use progressive downloading so no issue so far. In addition I can now run my IIS server on port 80 for my administartor console into FMS.  All my clients are internal and thus I do not need a stream on port 80.
 
Is my thinking sound or am I misssing something?

View 1 Replies

Flash :: Port Python App To Silverlight?

Jan 9, 2010

Is there any such effort been made?

Some more info:

it's client application (gui intensive)

By porting I was thinking of cross-compiling.

View 2 Replies

Flex :: Way To Monitor USB Port With Flash?

Feb 21, 2010

I want to write an application that monitor the USB port, and when something is connected should show the contents of the drive (image viewer) automatically.there is any way to do that with Flex/Flash directly?or i might program another application in C in order to monitor the USB port and then comunicate with the front-end application with sockets?

View 2 Replies

Flash :: Fms Port Error After Installed

Mar 26, 2010

I installed fms 3.5 and actually am running apache for php in 8080 and want to make this fms service in different port and made it as 8083 while installing,

After installed when am starting fms using

./fmsmgr server fms start

it shows error message and i checked in messages file it gives already that port is used by someone

"Mar 26 03:59:51 u15393552 Adaptor[12576]: Failed to initialize listeners for adaptor admin, FMS is already running or other adaptor admin"

View 2 Replies

Flex :: Pass Data From Port To Xml()?

Mar 31, 2011

AM reading data from port in the form of bytes.my data will be like [code]...

View 3 Replies

Android :: Which Version Of AIR Should Be Used To Port Application

May 9, 2011

We have an AIR application which is running in client-server mode as a desktop application. Our application runs on AIR version-1.5;Flex version 3.5. We want this application to be ported to android. Will AIR 1.5 work with Android? if not which version of AIR should be used with Android? And also, Can I configure my Flex Builder to partucular version of AIR SDK? I am getting confused with AIR 2.0, 2.5 and recently released flex Hero SDK for mobile platforms.

View 1 Replies

Flash :: Port A C-like Enum To Haxe

Sep 22, 2011

I need to port a C-like enum to Haxe:

enum Items
{
item1,
item2=0x00010000,
item3=0x00010001,
item4,
[Code].....

But Haxe doesn't allow default value it seems. How can I do this? My real enum has hundreds of entries and for those with default values I must preserve the values.

View 1 Replies

Flex :: Configure Port For BlazeDS?

Dec 12, 2011

I've downloaded BlazeDS 4 and installed in on my Tomcat server. How can I make it to listen to port distinct from 8080? I change port in channels configuration in services-config.xml, and my client application sends requests for new port, but they failHow can I make server listen to custom port?

View 2 Replies

Port A Flash Website To Iphone

Jan 16, 2012

I would like to know if i could download the .swf file the site uses and still be able to access the site from the file? I know this is a little complicated but i'm new here. simply, download site access site servers from computer file.

View 1 Replies

ActionScript 3.0 :: Socket Connection To Port 443?

Jul 16, 2009

I am able to establish socket connection to a remote machine by first loadind the policy file. But the same thing is not working if i am trying to connect to the same remote machine & 443 as port No. In policy file the connection is allowed to all ports.

Is there any thing else to be done. I am geting sandbox violation error.

View 1 Replies

ActionScript 3.0 :: Security Server On Port 843?

Jun 24, 2010

I have a socket server running as ROOT on an ubuntu machine on port 843 that sends:[URL]..On my home computer running the TestMovie operation, everything works. BUT, when browsing to the SWF, unless I check and answer policy requests on port 8010 nothing works.

SO, how does the master policy work? I expect that every call from xmlSocket.connect("mydomain.com", 8010) will query port 843 for a master policy. But, it appears that they don't, instead always sending a request to port 8010.

Also, on another note, for testing reasons is there an easy way to send ASII to a port in the same way as one would type into a terminal?

View 0 Replies

Media Server :: Change Port From 80 To 1935?

Oct 26, 2009

How do I change the port from 80 to 1935? I am using server 2008.

View 8 Replies

Flash :: Force A Source Port On A NetConnection?

Feb 26, 2011

I'm trying to decipher a pre-existing project and make some modifications as I go.

I have a section of code that starts with creating a new NetConnection and then streaming a media file from an external source. I see in the documentation that you can provide a destination port (via the URL), but is it possible to force Flash to use a specific source port? I couldn't find a clear way to do this in the documentation, but I was curious if anyone else has an alternate method or idea.

View 3 Replies

Flash :: Forward Port 80 To Media Server And IIS?

Apr 7, 2011

FMS and IIS are set up with separate IPs on the same server. Both are configured for port 80 because others, including 1935, are often inaccessible from certain environments. Problem is, the server's behind a router. Port 80 can only be forwarded to either the IP of FMS or that of IIS. Even if the two were on separate machines, I'd still have to deal with this.

View 1 Replies

Jquery :: Port From Flash / Flex To HTML?

Apr 24, 2011

I have a very complex social networking system built using the Adobe Flex SDK. Since we are experiencing certain performance issues, I want to move it to a "light-weight" platform, the backend is PHP so its just the UI.

What are my other options if I don't want to use Silverlight ?

I was told I could use AJAX/jQuery, which I am not familiar with - are there any GUI designers available ?What kind of GUI designer can I use to design my UI ?

View 2 Replies

Flash - What Port Should Be Assigned To Socket Call In AS3

May 18, 2011

Basically, Im learning how the socket class works in AS3, seems pretty simple, but I dont know what port to assign in the second connect() parameter, let say I wanna load a image from the web, what should I have to do to figure what port is the right one?

View 1 Replies

ActionScript 3.0 :: Socket Policy Files Via Port 80?

Jan 5, 2009

I'm trying to talk to a fully RESTful api of my own creation. The api is up and running but flash does not support PUT and DELETE, and does not recieve http status codes properly, plus a whole load of other issues with flashes anaemic http support.

To get around this I am trying to use as3httpclientlib. A 3rd party as3 http library, that uses socket connections to access the whole http protocol properly. It's a great library, unfortunately because it uses sockets flash requires implementation of the socket policy file, even though the access is all via port 80, the standard http port.

[URL]

This has given me a real headache. I can't implement the port 843 policy server as the documentation suggests because it's out of my ability level i feel. Also when the client is running it may be behind a corporate firewall that doesn't allow 843 access, so serving the policy file via the standard port seems the way forward. This is where I am stuck.

The policy file documentation says this shouldn't matter as if you cant access 843 because of your firewall you'll be unable to access non standard ports anyway, but I am accessing standard ports, only via sockets instead of URLLoader.

In the root of my server I have placed the following policy file:

Code:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>

[code]....

View 2 Replies

ActionScript 3.0 :: Choosing The Port For Working Sockets?

Dec 30, 2009

I writing a small action game in actionscript and I'm adding some mulitplayer features. I am currently using xml sockets and a small java socket server I wrote.

But I am now pondering, would my game have connection problems when people try to use ? wouldn't they need to open the port I used in their firewall and configure port forwarding in their routers ?

I did a small test over port 8080 and some remote computers running my swf connection test, they got connected but the connection was lost right away... is that a "cross domain" issue (I didn't learn the subject yet) or should I check the firewall and etc on the remote computers ?

Also, I am pretty early in the process - should I consider switching to RTMP to avoid connectivity issues ? Do commercial sites with multilayer flash action games use sockets for the connection ? Does electroserver/pulse/etc.. use sockets under the hood or RTMP ?

View 1 Replies

ActionScript 3.0 :: Drag Maps' View Port

Apr 12, 2011

i have a project that describe map of world.i need to allow the user to drag the world and all the time he'll see just part of it on the current view (view port).what I'm doing is that i make startDrag() on the view port component and after that I'm reset the view port position to the middle center of the stage since the drag changing it's position.

View 0 Replies

ActionScript 3.0 :: Signal From A Desktop Lash Application To The COM Port?

Nov 13, 2008

How do I script to connect /send a signal to the COM port of the PC from a Desktop Flash application. The Signals can be variables such as "1/2/3/4" . The signals will be send on a corresponding click in the flash application. For eg: if I click button "A" in the Flash application, it sends a signal "1" to the COM Port. If I click the Button"B", it send the signal"2" to the COM Port.

View 1 Replies







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