Questions tagged [fluorinefx]

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

46 questions
13
votes
5 answers

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 because the AMF response is not encoded and that…
Dean Skelton
  • 133
  • 1
  • 5
8
votes
1 answer

RTMP library for Windows Phone

I am building a WP7 app to take photo and upload image to a third-party server using RTMP. Unfortunately, I couldn't find any sensible implementation of the RTMP client for Windows Phone 7. I have downloaded WebOrb, but it seems like the WebOrb for…
hnviet
  • 1,747
  • 1
  • 18
  • 22
5
votes
3 answers

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 established NetConnection. There is a NetStream class…
Jan Deinhard
  • 19,645
  • 24
  • 81
  • 137
3
votes
1 answer

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 problem we're having is that when IIS is restarted,…
cliff.meyers
  • 17,666
  • 5
  • 51
  • 66
3
votes
1 answer

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 FluorineFX where in the Web.config a HttpModule…
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
3
votes
1 answer

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 property that Flash didn't…
Owen Blacker
  • 4,117
  • 2
  • 33
  • 70
3
votes
0 answers

Fluorine Fx Server initialisation - c# asp.net

I am trying to set up a RTMP server in Fluorine Fx and to receive web cam stream in the Flash example. I have not been able to get any recorded files saved to the website. I have the source and I'm working in VS2010. I know which tcp/ip listener…
user30803
  • 845
  • 2
  • 11
  • 25
2
votes
2 answers

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 online community makes it seem like it could be…
William
  • 386
  • 5
  • 16
2
votes
1 answer

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 need to develop an application and I would like to…
mvbaffa
  • 1,031
  • 2
  • 10
  • 21
2
votes
1 answer

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 to connect a MessageAdapter to…
Dudi
  • 21
  • 1
  • 2
2
votes
1 answer

Why is Ninject Bind with Interception returning an interface proxy?

I'm trying to understand how Ninject.Extensions.Interception 3.0.0.8 is building dynamic proxies for my classes. I've found that when I decorate my concrete classes with an attribute that inherits from InterceptAttribute or when I directly Intercept…
Adolfo Perez
  • 2,834
  • 4
  • 41
  • 61
2
votes
1 answer

AIR/Flex .NET remoting without webserver

I have an AIR application that connects to a local .NET backend through a socket. On the backend side (written in C#), the TcpListener class is used to handle incoming messages and send responses back to the client. Currently we use XML to format…
Christophe Herreman
  • 15,895
  • 9
  • 58
  • 86
2
votes
1 answer

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.
Niels Bosma
  • 11,758
  • 29
  • 89
  • 148
1
vote
1 answer

How could new WaitHandle [] return null? Or does it?

I am using a FluorineFx 1.0.0.17 in my project and working with NetConnection to connect to a RTMP host (Flash Media Server). I am creating a RTMP monitoring probe for PRTG. There is always an error at the end of the main application process on the…
mizi_sk
  • 1,007
  • 7
  • 33
1
vote
2 answers

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 getting this to work with FlashDevelop. I have a…
Nathan Smith
  • 36,807
  • 6
  • 28
  • 25
1
2 3 4