C++ :: SSL Reverse Proxy For Legacy Application Binary Transfers On Sockets?

Nov 28, 2009

I'm struggling to find a reverse proxy http->https like for binary sockets.There is a Pound server which offers this kind of SSL tunneling but just for the http protocol.Basically I work on 4'th layer TCP/IP with binary data. Between flex/AIR client and c++ server.I can wrap sockets in C++ without problems, but this is a problem for flex side.

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Binary Sockets Ignors Data Sometimes?

Dec 16, 2009

Sometimes flash-socket ignors data which is being sent by server. I dunna know exactly if it's server-side problem(data actually aint being sent) or flash.How does flash handle numerous of data packages comming from server ? I know that flash perform all actions in single thread, but what happen when flash recive a lot of packages at same time ? Does flash serialize incomming packages and then call ProgressEvent.SOCKET_DATA for each package or just ignore those packages which cant be handled runtime ?

View 5 Replies

ActionScript 3.0 :: Flash Binary Sockets - Error 2048 Returns

Dec 1, 2009

I'm creating a Flash IRC client for a project, and it works fine locally. However, when I place the SWF on a server it returns the #2048 error. I've tried to load in a policy file with no luck.

View 9 Replies

Media Server :: SWF Verification Behind A Reverse Proxy Cache?

Mar 29, 2012

If I place an set of FMS servers behind some reverse proxy caches, will I get problem with SWF verification if the cache layer caches the .f4m meta data file with the SWF verification data? Is there any documented best practice on the requirements to build large scale deployment with security enabled?

View 1 Replies

ActionScript 3.0 :: Sockets - Flash Application And Windows Application Works For String Buffer But Not For Object?

May 6, 2011

I want adobe sockets to send "customized" class object to a server socket(WinSock2). I used socket.writeObject(myClassObj). Actually My flash application and windows application works for string buffer but not for object.

Code:
//Flash
var buffer:String = "God Bless Us";
socket.writeUTFBytes(buffer);

// WinSock2
iResult = recv(ClientSock, recvbuf, recvbuflen, 0);

Is there anything I must do before writeObject() is used.?

View 3 Replies

Php :: Push Information From A Proxy To A Flex Application?

Jul 29, 2010

So I have a PHP proxy that gets information from a website. Let's say the proxy gets the information from (www.example.com). It checks if the number of lines returned is the same as before, if not then there are more lines, it counts the difference then it need to push this information to the Flex client saying that it has new information, (x) more lines have been written.I am not really sure how to do the push mechanism on the php proxy because I am not sure how to actually push from the proxy to the client, never done it before.

View 2 Replies

Flex :: AIR Application Connecting To RemoteObject Through Proxy?

Apr 29, 2011

I am having some issues trying to make an AIR application connect to a RemoteObject when the application is run in a domain that has proxy servers for outbound connection.The error provided is as below:

[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://myTestService.org:8080/default/message/amf'"]

View 1 Replies

Ruby On Rails :: Application To Communicate Flex Via Sockets?

Apr 10, 2012

I am building a Rails app that would nicely communicate with Flex via sockets. Currently I found only two ways of communication: Simple HttpRequest, RemoteObject. But I need something "multiplayer" style. I need Flex to talk to sockets and Rails app to grab data from those sockets do some job and push something back to a socket so Flex could read it "on the fly".

View 1 Replies

Flex :: Flash - Connect To Adobe Stratus Server In A Application From Inside A Proxy

Jan 19, 2010

I am trying to develop a P2P conferencing application in flex using RTMFP. So I have to make connection to Adobe Stratus server for Id of Flash Player instance. I am a student and behind the http proxy. I have checked in NetConnection class but, didn't find anything related proxy configuration.So, How can I configure proxy settings for my flex application.

View 1 Replies

Flash :: Uploading Images With Uploadify Run Into IO Error With Local Proxy (proxy.pac)?

Feb 21, 2010

I'm trying to upload images with Uploadify but I run into IO error. I have gotdemo and it works on my computer, so I decided to implement functionality of my application to this example step by step to catch the error and discovered that the reason of IO error is my local proxy.pac (I use FF):

function FindProxyForURL(url, host) {
if (shExpMatch(host, "*.app.local*")) {
return "PROXY 127.0.0.1:3000";

[code]....

View 1 Replies

Actionscript 3 :: OAuth Twitter Without Use Of A Proxy Server Or Server-side Script In A Flash Web Application?

Apr 19, 2011

I can't use a proxy server. Can't use google app engine etc. I can't use server side code. No php or python. I need to be able to do logins to twitter and post status updates to twitter through an Actionscript 3 web application. The biggest thing is obviously getting around twitter's crossdomain. Is there a clean ajax version of this or something?

View 1 Replies

Python :: Strange Behavior Of Sockets In Python (3.2). Client Connects To Application Using Flash?

Jul 14, 2011

I experience strange behavior of sockets in Python (3.2). Client connects to my application using Flash. Most of the time there is nothing unusual but sometimes python crashes in a way that should not have taken place - enter into infinite loops. Below I attach to the loop code and error message in the log. Python hang on bytesRecived = sock.recv(64) and receive b'' witch is visible in log.

code:
try:
buff = ''

[code].........

View 1 Replies

ActionScript 3.0 :: Movieclip Reverse Playing - Mc Goes Reverse Until The Stop()

Jun 18, 2009

So I have this mc: this.slidingMenu it's a mc of a ring shaped menu, which turn around when 2 button get clicked. When the button on the right, mc goes forward until stop(), when the button on the left mc goes reverse until the stop(). In the first case i use gotoanplay, and everything goes fine. For the second I use prevFrame, like this:

[Code]....

View 3 Replies

Flash Display In Legacy Browsers

Jul 10, 2009

I have a flash interactive (Flash Player 9) with a shadowbox (lightbox clone) display wrapper. Interactive has fullscreen capabilities and is set to wmode:transparent.Works great in FireFox 3+ and IE7.IE6 and Firefox 2 however, instead of popping up in the 640X520 shadowbox diplay box, it opens up the actual .swf file (and fills the entire window).Anyone know what the likely culprit could be? Is the shadowbox wrapper, flash parameters, or fullscreen mode?I tested other shadowbox flash files in IE6 and Firefox2 without issues.

View 1 Replies

Flash :: Converting Legacy As1/2 Code Into As3?

Jul 15, 2011

i have a .swf which i have downloaded on the internet it is a animation that i would very much like to have it in my .swf however, when i am loading it and trying to control the .swf i get a error code.TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::AVM1Movie@10d52701 to flash.display.MovieClip.

i searched the net for this error and it is because the .swf is compiled in as1/2 therefore i am unable to get it's "object" and control it.i have also decompiled the .swf and read the codes, but the codes are mostly done in as1/2 and i have no clue what it does, as i just started learning as3 , and have never touched as1/2.the below is the code decompiled, from what i understand it is used to "shift" the parts of the animation. which is a "fish" body part, to create a very smooth, swimming action. i have tried converting it to as3 code but i get errors where it cant find the variables.

function corps(objet)
{
i = 0;
for (;;) [code].............

View 2 Replies

Professional :: Flash CS5 Doesn't Export - AIl Files Or Save AS3 Legacy?

May 9, 2010

For those of you that use Flash like I do, as a drawing tool, then you may be disappointed to find that Flash CS5 no longer exports your graphics as .ai files. Your only options are .swf, .fxg, .bmp, .jpg, .gif, .png.Often I use Flash and Illustrator together. I'll draw in Flash and export to Illustrator. I mainly use Illustrator when I need text on a curved line. Then I bring that text back in to Flash.
 
It's odd because one time I just typed in .ai into the filename and it did indeed create an .ai file. However, just now, I tried to do that again and it won't work for me. ALSO... I upgrade from Flash CS3 to CS5 ultimately skipping CS4. The problem is, CS5 only let's you save to legacy CS4. So my CS3 version can't open my CS4 or CS5 files.

View 9 Replies

Media Server :: Unable To Locate An Extension Or Even A Legacy Set Of Components?

Oct 17, 2011

Are there an updated set of Flash UI Components for working with FMS 4.5?  I'm not able to locate an extension or even a legacy set of components.
 
The older component set
 
had:
ConnectorChatWhiteboardLoginOthers...

View 4 Replies

Flash :: Way Of Exporting Legacy Adobe (Macromedia) Authorware Files To XML?

Nov 9, 2010

Any programmatic way of exporting legacy Adobe (Macromedia) Authorware files to XML?I know the latest version of Authorware toolkit provides for export to XML.

View 1 Replies

ActionScript 3.0 :: External Legacy Swf's Dynamic Loading In Flash Player 10

Mar 18, 2009

I have been working on this project in flash player 9 until two days ago when we needed to implement a few features that are only available in flash player 10, such as the FileRefrence.save() method. everything worked seamlessly when I change it to 10 except for one thing, when loading an as2 swf into my app. It works fine when previewing, but when I publish, the legacy swf does not appear.
here's my loading code,

Code:
private function loadExtSwf () {
imgLoader = new Loader()
loadFile="legacySWF.swf"

[Code]....

View 1 Replies

Php :: Proxy To Get XML?

Feb 17, 2011

So I need to retrieve XML from a public API, but my app is in Flash and the public service won't implement a crossdomain.xml file. I found this PHP script online (below) for a proxy to request the URL. It works fine for URLs like:

[URL]

but the script seems to either strip or ignore any arguments on the URL, like:

[URL]

I'm PHP ignorant. Is there an easy way to have this script process those URL arguments? Here is the script:

<?php
$post_data = $HTTP_RAW_POST_DATA;
$header[] = "Content-type: text/xml";
$header[] = "Content-length: ".strlen($post_data);

[code]....

View 1 Replies

Media Server :: Using A Proxy To 3.5

Aug 18, 2010

Is it possible to use Apache to proxy/tunnel RTMP(S) traffic through to Flash Media Server?Basically, I want to tunnel RTMP traffic using HTTP through Apache.What I want to be able to do is open up an appropriate port (either 80 or 443) on the Apache server and have that proxy traffic through to Flash Media Server. The reason I ask is that I have set-up this scenario but I keep getting a "NetConnection.Connect.Failed" error message; I captured the network traffic flowing between my machine and the server and it is connecting to the server, just nothing happens after that.Do I have to connect directly to Flash Media Server?

View 1 Replies

Flash :: Get The Client-IP Even If A Proxy / VPN Is Used?

Aug 23, 2011

How do I get the clientIP from users in my regisrtationforms? It's easy to get the IP with the user isn't using a Proxy, Proxycacade or VPN. But if he uses one of those its difficult. X-Fowarded-For isn't reliable and fails within cascads.

But there are possibilities, because JavaApplets and Flash aren't using the Proxy-Services. How can I archieve to get the clientIP with those technics? I prever to use a small Flash-Code to get the IP from the client, but how to implement?Another way should be a counterpixel which is using IPv6. Most of the proxyservices only support IPv4, can I tell an image only to use IPv6?

View 1 Replies

Use A SWF As A Web Request Proxy Between Javascript And Server?

May 23, 2009

I know I can call my server directly from javascript. However, I want to do this through a non-GUI SWF file. I'm fairly new to Flash but have gotten all the CS3 tools from work. Does anyone know of any examples on:

1. how to make a web request from within flash provided the URL, post content, and timeout

2. how to call a Flash API from javascript asynchronously

3. how to detect whether the browser being used can support my SWF (I don't want it to prompt to install Flash if they don't have it yet)

I'm actually hoping someone has already done this and has a sample already built.

View 7 Replies

Actionscript 3 :: Cast A Proxy To An Interface?

Jan 30, 2011

I need ActionScript Proxy to be castable to a particular interface.

Here is an example without interface:

public dynamic class Tracer extends Proxy {
flash_proxy override function callProperty(method:*, ... args):* {
trace(method + " " + args)
}
}

[Code]...

View 2 Replies

Flex :: Use Proxy In It's HTML Control?

Mar 21, 2011

I want to use a proxy on the HTML Control found in Adobe AIR.I have tried looking at the AS3 docs on Adobe but honestly, it didn't explain the usage clearly to me and looking at Adobe's example, I can't seem to make out anything off of it.

View 1 Replies

Php :: Facebook Proxy Loader Security?

May 19, 2011

I'm using a PHP proxy script to load images from Facebook into Flash without any sandbox violations. It is taken from the guide here: [URL].. The relevant PHP code is:

[Code]...

The guide mentions that additional security measures are recommended for a real world application. What additional measures would be applicable to this? Maybe some kind of key passed from Flash to PHP?

I realise that there's nothing I can do to completely protect the Flash from being decompiled, but can I prevent the script from being used maliciously?

View 1 Replies

AS3 :: Overriding Proxy GetProperty Method

Jun 6, 2011

I've run into a peculiar problem while trying to make use of the Proxy class and override the getProperty() method. I've attached my example class code below:

package
{
import flash.utils.Proxy;
import flash.utils.flash_proxy;

[Code]....

View 1 Replies

Flash :: Proxy Error #2124?

Jul 13, 2011

I got a standard php proxy getting images cross domains.

domain/proxy.php?url=http://images.fandango.com/r85.7.3/ImageRenderer/69/103/images/no_image_69x103.jpg/135631/images/masterrepository/fandango/135631/hp7_2-3d imax poster_lo.jpg

[code].....

View 1 Replies

Flash :: Get The Proxy Server To Cooperate?

Aug 1, 2011

I'm trying to use JMeter to test our web application and I'd like to use an automated recording of tests but our UI is in flash/flex. Is there any way to get the proxy server to cooperate with the flash/flex? I do have control of both the client and server sides, though rewriting our application to redirect the flash/flex calls to another address isn't really an option. If there were an automated way...

I'm currently testing Windows client and server, but I also need to support testing on Linux client and server. If tests need to be created on one or the other and can be ported to both I could live with that.

View 2 Replies

Actionscript 3 :: How To Define Proxy Without Blaze DS

Jan 5, 2012

I have an AIR app that I need to define a proxy for because the services sit behind a firewall. We are not using BlazeDS so I can't define the proxy settings in the proxy-config.xml file. So, how do I do it? I'm guessing that I'm not the first person who has had to work behind a firewall when accessing data so I'm not sure why I can't find any documentation on the web anywhere about this.AIR says it is supposed to automatically know and use the proxy configuration from your system, i.e. default browser. In there, I don't set a manual proxy, I use the 'automatic configuration' and point it to a .dat file. Could this be where the problem is? Does AIR not know how to understand this?There's no way to set a proxy on an HTTPService component unless you are using Blaze DS or LCDS? Is this true? I'd hate to have to add that to my application just so I can get this accomplished.

View 1 Replies







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