Tagged Questions

FlourineFX is a remoting framework to interface between Adobe (Flash, Flex, AIR) interfaces and ASP.Net back-ends.

learn more… | top users | synonyms

12
votes
5answers
1k views

AMF and Cross Site scripting vulnerabilty confusion

I just got hammered on a Security Audit by Deloitte on behalf of SFDC. Basically we use flex and communicate via AMF. We use FluorineFX for this (as opposed to LCDS and Blaze). We are being told that ...
3
votes
2answers
455 views

How to publish an audio stream from a client with FluorineFx?

I can't figure out how to publish an audio stream from a client to the server using FluorineFx on the client. We want to stream recorded audio data from the client to the stream via the already ...
3
votes
1answer
617 views

Is there a way to “auto-deploy” ASP.NET applications after IIS is restarted?

I have an ASP.NET application that uses the Fluorine FX remoting library. When the web application initializes, it kicks off a socket server on a separate port for handling RTMP connections. The ...
2
votes
2answers
121 views

Is FluorineFX mature enough to use for a large web application?

I am in the planning stages of developing a large web application written in Flex and was wondering if anyone has actually used FluorineFX in a large production environment? The documentation and ...
2
votes
2answers
352 views

FluorineFX and WCF

andHi, I have been asking the same question in a lot of forums, including the Fluorine FX and nobody asnwered me. I am a user of FluorineFx with Flex/AIR and I have a huge legacy in WCF Services. I ...
2
votes
1answer
922 views

HttpContext.Current doesn't exist in IIS7 Integrated Mode

I just switched from Classic Mode to Integrated Mode and now HttpContext doesn't seem to exist in my ASP.NET application. I can't even add a Watch to HttpContext nor to HttpContext.Current. I'm using ...
2
votes
1answer
300 views

Fluorine TransientAttribute and Linq-to-SQL

I've found a workaround, but I had trouble earlier this week working with FluorineFx, where I had a Linq-to-SQL–generated object I wanted to send over the wire to Flash. This object contained a ...
2
votes
2answers
781 views

How to create a Consumer .NET client using FluorineFx?

I'm trying to create a .NET consumer client that will connect to a FluorineFx RTMP Service. It was very easy to create a Flex consumer client and I wish to create the same in .NET (In other words how ...
1
vote
0answers
288 views

How to configure an RTMP channel with FluorineFx in a FlashDevelop AS3 Project?

I am trying to get a RTMP messaging application working in FlashDevelop and FluorineFx. I am used to connecting with a NetConnection in FlexBuilder 3 with some hackery but I am drawing a blank ...
1
vote
1answer
349 views

FluorineFX rtmp connection timeouts

I have application server that I wrote in csharp. The server is communicating with Flash client built using FLEX 4 (Flash Builder 4.5). The communication between the server and the client is done ...
1
vote
3answers
611 views

How to install fluorinefx with support for .net framework 4.0?

I'm trying to integrate Flex and .net framework 4.0 classes, weborb is way too expensive and the only other option I have stumbled upon is fluorinefx but the installer on it's website doesn't support ...
1
vote
1answer
148 views

SQL timeout error with “faster” queries

I have a strange issue where I get the following error when executing a query that returns a smaller dataset (and runs faster) than executing the same query and having it return a larger dataset (and ...
1
vote
1answer
218 views

FluorineFx Inspect AMF Header

Currently, using Flex using FluorineFx to connect .Net back end. On the flex side I am injecting a custom value into the AMF3 header. Does anyone know how to get to the AMF header on the .Net side ...
1
vote
1answer
600 views

FluorineFX C# sample to call a remote function through RTMP

Can someone help me with a sample to call a remote function through RTMP protocol? Thanks
1
vote
0answers
501 views

C# fluorine Client only working when Charles Web proxy is open

Hi: I created a console application that it should run every hour in order to push updates to a different server using FluorineFx for C# client (NetConnection). It works great, but only when I have ...
1
vote
3answers
836 views

Remote Shared Objects: Which is better, one array SO or multiple object SOs?

I'm building a multiplayer game using Flash/Flex for the client and FluorineFX (just like FCS/FMS except it is written in .NET) on the server-side. My questions are regarding the use and performance ...
1
vote
2answers
2k views

Flex/.NET: Simple chat application using FluorineFX

I'm trying to create a very simple chat application in Flex/.Net using FluorineFX but can't get it to work. <mx:VBox width="100%" height="100%" ...
0
votes
0answers
8 views

Accessing value of Fluorinfx Bytearry

Im sending flash.utils.Bytearray as array collection object to .NET. I recieve the same in .NET as FluorineFx.AMF3.ByteArray From this How can I access its value for storing in database? Any one ...
0
votes
1answer
29 views

Can Flex 4.5/4.6 (AIR) integrate with FluorineFX?

I would like to create a mobile application targeting android platform. I am planning to use FLEX 4.5/ 4.6 (AIR) and MSSQL as its database. Can FLEX 4.5/4.6 connects to a MSSQL 2005 database using ...
0
votes
0answers
61 views

how to send the set of variables(size,font,playerid..etc) to wowza(rtmp) server using c#

I creating a sample Console application to send the set of variable to wowza(rtmp)server using c# code and one important thing is ,to communicate with wowza i used FLUORINEFX DLL ,In server error log ...
0
votes
0answers
36 views

How instance a C# Generic<T> class from ActionScript RemoteObject?

It is possible instance a C# Generic class from Flex with RemoteObject and source?? remoteObject = new RemoteObject("fluorine"); remoteObject.source="Service.GenericClass`1"; //how specific the ...
0
votes
0answers
43 views

Flex .NET IIS6.0 and RTMP

We are using flex front end and .NET back end. We host web site on IIS6. We have data synchronization implemented using RTMP. Everything works fine, but sometimes we have RTMP channel disconnect and ...
0
votes
2answers
136 views

Flash builder and .Net integration using FluorineFx

I'm trying to call a simple dataservice which is written in .Net from Flash builder 4. Please tell me the steps or else any links or samples. Thank you in advance.
0
votes
1answer
220 views

Handling Server-side RtmpConnection.Invoke() when connecting with NetConnection as a client using FluorineFx

I am trying to create a basic console app in order to stress test our FluorineFx based flash remoting server. I can connect fine but the server method I am calling invokes this client-side function: ...
0
votes
1answer
108 views

Fluorine request not being made in some IE versions

We have a really strange problem with a piece of Fluorine integration we've built. We have a form with a Captcha on it; the Captcha image is populated from a .Net/AMF webservice inventively titled ...
0
votes
1answer
113 views

How to run a second ApplicationAdapter within one fluorinefx gateway

Im trying to have two ApplicationAdapters within one gateway. My instinct told me to look into config files: remoting-config.xml and services-config.xml. There are some channels defined, like: ...
0
votes
0answers
201 views

Deploying FluorineFx solution to host

I have a dead simple .NET/FluorineFX project to test remoting with Flex, and it works locally when running the development server, however, when I point the flex app to the deployed version on my ...
0
votes
1answer
231 views

c# nullable double to actionscript NaN through fluorine gateway

Is there a way in fluorine to force a nullable double to be passed to flex as NaN? (and vice versa) By default these values are passed as null, but a Number in actionscript is not nullable, so it is ...
0
votes
1answer
325 views

Old user credentials in FluorineFx after resetting a session?

We have a FluorineFx / ASP.Net application which uses forms authentication to identify the current user. To use these credentials in FluorineFx, we use FluorineContext.Current.User.Identity. When I ...
0
votes
1answer
190 views

Fluorinefx Error Emailing

Has anyone ever set up error emailing with Fluorinefx? Update: Found the answer with the SmtpAppender in log4net
0
votes
3answers
1k views

What's the best client architecture for Flash Remoting communicating with ASP.Net?

We have found the combination of ASP.Net as a server backend and Adobe Flash for the User Interface to be an excellent marriage. Up until now we have used Javascript as the communication conduit ...
0
votes
2answers
1k views

can I retrofit FluorineFX or WebORB to my C# web service?

I have a C# web service which currently communicates with a Flex app using XML. It's not streaming data or anything, but still I'd like to lower the overhead involved. I have two questions: 1) ...
-1
votes
1answer
166 views

Javascript example using FluorineFx Aperture in Adobe Air

This is my first time posting. If anything worng, please forgive me. My question is that has anyone used "FluorineFx Aperture" framework in Adobe Air using Javascript language? I would like to see ...