Actionscript 3 :: Shared Hosting Provider For Adobe Air Socket Servlet?

Feb 14, 2012

I wrote a small Adobe Air server socket app for a small client/server application. Aside from getting a dedicated server, are there any companies out there that would ...

1. Allow running Adobe AIR on the server

2. Grant permissions on ports for socket sending/listening

View 2 Replies


Similar Posts:


Read Local Shared Object With A Servlet?

Sep 16, 2009

read a local shared object with a servlet even if there is no flash present on a page? I want to set a local shared object like a cookie, and then access it again from a page that doesn't have a flash movie.If I can't do this, is it standard to have the initial flash movie call an external javascript to set a traditional cookie that can later be read?

View 1 Replies

Php :: Securing Flex App On Shared Hosting

Oct 20, 2011

I finished a Flex app using FB4.5 and uploaded and tested it fine to a shared host. I'm now in the process of securing the app using https, but have landed in a quagmire.I forced the load of all pages to https with .htaccess so that the Flex app loads with SSL. Problem is that I get a connection failed ('BadVersion') when the app makes a data service call using the gateway.php file because of the .htaccess force (it is looking for http rather than https). I believe I can hardcode the https path in the Flash Builder class file, but I don't want prevent the app from working on my dev machine either.Also, even if the gateway.php file is called using SSL, will the following calls to the PHP files containing the actual SQL queries fail because of the forced SSL by the .htaccess directives.

Instead of using .htaccess, I have also successfully used PHP to secure the initial launch of the app with a https redirect statement in the beginning. This allows the app to work, calling the gateway.php file fine because it isn't forcing https on everything. BUT, this defeats the purpose of trying to get everything to be encrypted.Is is it necessary to have the gateway.php file launched on SSL because of transmitting in binary AMF?

View 1 Replies

Media Server :: FMS Provider With Adobe FMS?

Oct 29, 2009

I am getting frustrated becouse I tried to get my Adobe Encore Projects directly uploaded to a 3rd party streaming server. Since this seems not to be possible, I am now looking for a good provider with adobe FMS.

View 1 Replies

Php :: Make Xampp Environment Behave The Same As Remote Shared Hosting Environment?

Jul 11, 2011

i don't know how to say that in technical terms. and i think this is the reason to why i cant get good answer from Google.i have xampp on my local winxp machine. i use it for developing websites locally then upload these files to my clients shared hosting accounts.

the problem that in 2 years i have always found differences between how xampp works and how the web server work.some code work locally but dont remotely and the opposite. also flash behave differently on xampp than the remote web server.is there is a way i can get the server configuration and use it with xampp like get the server php.ini and use it with xampp?

View 1 Replies

Flex :: Contentprovider - Content Provider For Adobe Flex?

Mar 19, 2012

Does Adobe Flex have provide a Content Provider for sharing data between two applications?

If not, is there an alternative way for Flex apps to share information without being connected to the internet?

View 1 Replies

Python :: Adobe Flash And Hosting The Player With Python And WxWidgets?

Jun 15, 2011

Does Adobe Flash expose any Automation or hosting interfaces through COM or a DLL in %systemroot%system32? I'm working with Python and wxWidgets to host a flash application to monitor lunar phases.

View 1 Replies

Flash - Adobe Socket Policy File Server?

Jul 16, 2009

Has anyone been able to successfully implement a service to serve the required socket policy file to FlashPlayer?I am running the Python implementation of the service provided by Adobe at

[URL]

and using the following policy file:

<?xml version="1.0" encoding="UTF-8"?>
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only"/>
<allow-access-from domain="*" to-ports="*" secure="false"/>
</cross-domain-policy>

[code]....

View 6 Replies

Javascript :: Adobe Air Shared Database File?

Apr 21, 2011

Is it possible to install a SQLite database that is readable and writable by all users on a computer (windows or mac)?As far as I've seen in the API docs the only folders I can read/write access to are local to the specific user of the computer.

View 1 Replies

Actionscript 3 :: Socket.readInt() And C# Socket.Send() Different Values Of Int-variable?

Nov 19, 2011

When I send number (int)52 s.Send(BitConverter.GetBytes((int)872415232));, flash show me trace(socket.readInt()); 872415232 If i send 872415232, flash show 52.Why? And how it fix?

View 1 Replies

ActionScript 3.0 :: AIR Shared Object Shared Between Flash & AIR?

Mar 13, 2009

I created a very simple experiment to attempt to access the same shared object in Flash Player and AIR.

A Flash SWF creates a local shared object.

A AIR application (being tested from CS3 or installed) opens the same shared object.

The data does not persist. Is this theoretically possible?

View 1 Replies

URL Of Servlet In AC_FL_RunContent?

Nov 16, 2009

The instructions I read for using AC_FL_RunContent, say to leave off the file extension of the swf file, e.g.: AC_FL_RunContent(..., 'movie', 'some'); So that it will embed some.swf. However, I need to serve the swf from a servlet, e.g. /blah/SomeServletName. How can I do that? I tried changing the javascript of AC_RunActiveContent.js, so it doesn't manipulate the file extension. In other words, so I could use:

AC_FL_RunContent(..., 'movie', 'some.swf'); But, it displays nothing if I use the servlet path, instead of a path that looks like a file name, e.g.: AC_FL_RunContent(..., 'movie', '/blah/SomeServletName');

View 1 Replies

Actionscript 3 :: Xml : Sending XML To Servlet?

Oct 7, 2003

I have an ActionScript File sending XML to my servlet. I am only getting empty arrays on output.output is:

java.io.StreamCorruptedException: invalid stream header
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:764)
at java.io.ObjectInputStream.(ObjectInputStream.java:277)
at myDungeonAccessor.myDungeonAccessorServlet.doPost(myDungeonAccessorServlet.java:82)

[code]....

View 2 Replies

Actionscript 3 :: Cannot Get The Shared Whiteboard To Be Shared?

Aug 18, 2010

I am building a shared whiteboard and I cannot get the shared whiteboard to be shared. I have successfully created a shared method and I see the shared object in the Admin Console that it is there and connected but can't see the drawing on a different browser. I am posting the entire actionscript code.

package
{
import flash.display.Sprite;[code]......

View 3 Replies

ActionScript 3.0 :: Call A Servlet From Flash?

Aug 1, 2009

how to call (or) pass access to a Java servlet using Flash [i.e., ActionScript 3.0 code]?

View 1 Replies

Actionscript 3 :: File Sending XML To Servlet

Apr 29, 2010

I have an ActionScript File sending XML to my servlet. I am only getting empty arrays on output. Anyone know what Exactly I'm doing wrong? output is:

[Code]...

View 1 Replies

Use Servlet As My Backend Using A Flex Application?

May 8, 2011

I have developed a Flex application. I have also developed a Java servlet program for an Access database using Tomcat. How can I use that servlet backend for my Flex application using HTTPService ?

View 1 Replies

ActionScript 2.0 :: Syntax For Calling A Servlet?

Feb 24, 2011

syntax for calling a servlet with parameters in query string to load an XML file into flash?

Current code (Not Working):
xml.load("<project_name>/<servlet_name>?parametr1="+variable1+"&parametr2=" +variable2+"&parametr3="+variable3+"",)

View 0 Replies

Flex :: Actionscript 3 - Flex Socket And Erlang Socket Communication

Jun 29, 2011

I'm creating a client-server game. My client is a flex based game, and my server is erlang server. At the beginning, when I test directly my flex client in flash player, I can establish a connection easily to my erlang server through socket connection. And both can exchange data with no problem. The problem rise when I deploy my flex app at Apache http server, and running it using a browser by calling [URL] my flex socket sends message requesting for a crossdomain policy to my erlang server. So I create an xml message that represent a crossdomain policy, and send it back to my flex app as a response for that request.

Yet still I can't establish any permanent socket connection between my flex client and my erlang server. I know this because I add listener on my flex socket that will modify its internal state to CONNECTED, if a connection between client-server has established.

View 2 Replies

Media Server :: Way To Connect Java Servlet To FMS?

Nov 5, 2009

Is there any way to connect Java servlet to FMS?I would like to send comand from servlet via HTTP to FMS?(Something like communication to Flash media server using administration API)The best way for me would be connecting (writing) to SharedObjects, but I would be happy with any connection at all.(I read some about ColdFusion, but there would be too much modification on my servlet.)

View 4 Replies

Flex :: BlazeDS Servlet Not Responding Through Proxy?

Jan 25, 2010

I have a problem using Flex with BlazeDS on a Tomcat 5.5 through a Proxy (Apache). I already searched for it but didn't find answers which solved my problem. I hope you guys can help me out. Our scenario is the following: Flex-App using BlazeDS to communicate with our Dataservice on a Tomcat 5.5.The Webapp is balze enabled and the services config contains channel definitions like the following:

<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
<endpoint url="http://xxx.xxx.xxx.xxx:8180/myDataService/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint">
</channel-definition>

[Code]...

View 2 Replies

Java :: Send Objects From Flex To Servlet?

Dec 6, 2010

This is my method in actionscript

var urlVars : URLVariables = new URLVariables();
urlVars.myname = byteArr;
var urlReq : URLRequest = new URLRequest('MyServlet');

[Code].....

How do I recieve the byte array on servlet ?

Also the byteArr above comes from java side,

byte[] byteArr = aMethodWhichReturnsaPDFByteArray();
HttpServletResponse response = FlexContext.getHttpResponse();
ServletOutputStream os = null;

[Code].....

View 3 Replies

IDE :: Search List Or Data Provider?

Feb 12, 2009

I am having trouble searching through a list component and/or dataprovider to see if an item already exists. Basically i am adding items to the list when a item is dragged on to the list. But i want to check to see if an item is already added so not to duplicate items. any ideas would be great.

View 1 Replies

ActionScript 3.0 :: Update Data Provider?

Nov 26, 2011

As i understand datagrid only is used as a form to present the loaded data in.So when we add new row to component or try to modify the value in cell and save it (xml file), we won't see those changes in saved file. So can some one explain to me or direct me to tutorial on how to update data in dataprovider, and how to save it to xml file.

View 2 Replies

ActionScript 3.0 :: FlashAir - Sending ByteArray Via POST To Servlet

May 9, 2009

The is my first attempt to build an air app, so the solution to my problem may hopefully be simple.

I need to send a byteArray to my servlet via a post request. In my original code, the byteArray is containing a png pic.

I'm running flash cs 4 demo...

When i'm running this code as an Air 1.1 file, i'm getting Error #2044: unhandled IoError:..text=Error #2032: Stream Error URL localhost

import flash.net.*;
import flash.events.*;
import flash.events.HTTPStatusEvent;

[Code].....

But if i'm running the same file as an as3 file flashplayer 10, everything is perfect, and no errors occurs...

View 1 Replies

Flex :: Session Management With Java Servlet Using Httpservice

Jun 14, 2010

I am new to Flex. I am just wondering how to manage session and cookies for logging in, logging off in Flex? I am using Flex HttpService and Java servlet.

View 1 Replies

Java :: Send An Array Of Objects From Flex To Servlet?

Apr 29, 2011

I have a collection of Objects in an ArrayCollection in my flex page.

What is the best approach to send this data to a Java Servlet?

The object in the ArrayCollection is a VO that consists of an id and message for now. I want a solution that is scalable in case more properties are added later on.

View 1 Replies

Actionscript 3 :: Pass A Date Object From Flex To A JSP Servlet?

May 3, 2011

I am passing some parameters as POST to a Servlet from my Flex WebApplication. I am able to pass and retrieve strings properly. I used new Date().getTime() in my flex code and tried passing the timestamp variable hoping to parse it at the servlet and convertit into a java.util.Date object. But i am getting a NumberFormatException when i try to parse the variable from the string that i got from request.getParameter.

View 1 Replies

Ajax :: Flex - POST To Servlet: Null Parameter

Jun 27, 2011

I'm working on a flex application and I need to call some data with a synchonous method. After some research, I've found a code from adobe that use ajax and external interface. That great. the code from adobe

When I send data with the GET method, the servlet read the parameters and print some infos (to check). But when I send data with the POST method, the servlet recieve the request, but the parameters disappeared.

[CODE]...

View 1 Replies

Retrieve Data Sent By Flash 4 HttpService, In The Servlet Side?

Nov 28, 2011

I'm using Flash 4.0 as UI tier, and I'm trying to send data to the server side, which runs on Tomcat. I wrote a servlet that the calls are directed to it. But I do not understand how can I see the data that was sent from the flash tier. to clarify, hereby example:

Flash tier:

<fx:Declarations>
<s:HTTPService
id="setCustomerDataService"

[Code]....

how can I retrieve "data" from Flash, in my Servlet?

View 1 Replies







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