26
votes
2answers
10k views

Do websockets allow for p2p (browser to browser) communication?

To clarify when I ask about browser to browser communication I mean without a server in between forwarding message. I would like to implement something like this for a game. If p2p in websockets ...
5
votes
8answers
10k views

Embedding Flash Player in a C++ or Java application?

I would like to embed Flash Player directly inside a C++ or Java application. I found an article that describes how to do this for C#: http://www.adobe.com/devnet/flash/articles/stock_history03.html ...
4
votes
4answers
7k views

Embedding Flash / Flex component into Java app

I'm working on some Flex spike in my company. We are basically evaluating different scenarios etc. What solution would you recommend for embedding Flex components into Java app? Flex <-> Java ...
0
votes
2answers
7k views

Embed .swf file to my Jframe

I'm having a problem in adding my swf file to my jframe. They say that i should try the JFlashplayer but it is only a trial one. Can you give me some sample code for this?
20
votes
10answers
1k views

Why do applets have such a low adoption level? [closed]

Why do applets have such a low adoption level, compared for example against Flash? Is it because they are technological disadvantages, or is it just an issue of popularity?
35
votes
9answers
23k views

Best way to upload multiple files from a browser

I'm working on a web application. There is one place where the user can upload files with the HTTP protocol. There is a choice between the classic HTML file upload control and a Java applet to upload ...
7
votes
6answers
2k views

Save Java2D to SWF (flash)

I'm trying to save the output of an vector image drawin in Java2D to an SWF file. There are great libraries for saving java2D output as things like SVG (BATIK) and PDF(itext) but I can't find one for ...
0
votes
1answer
1k views

Is it possible to have flash access a generic TWAIN Scanner?

Is it possible to have flash access a generic twain scanner from my web-application, save the file and upload it into my application? I have done some searching through google but wasn't able to find ...
5
votes
5answers
2k views

Getting java and flash to talk to each other

I have an application written in java, and I want to add a flash front end to it. The flash front end will run on the same computer as the java app in the stand alone flash player. I need two way ...
6
votes
4answers
7k views

Does a Javascriptable FTP Upload Java/Flash Applet exist?

To be able to upload large files from a HTML page to a FTP server, I am looking for a Java/Flash FTP upload applet. I really like the way dhtmlxVault works, but I need it to upload to a FTP server ...
0
votes
1answer
773 views

Is there any way to play flash in javafx WebView? [closed]

I need to play video content from web in my javafx app(for win), could i solve this prolem with WebView or is there any other suitable control?
2
votes
4answers
4k views

Actionscript to java source converter

is there a tool which can convert actionscript3 source code to java source?
1
vote
1answer
1k views

SWF Flash Uploader invalidates JSESSIONID. Any idea to restore Session from server side or client side?

I am using SWF Uploader to upload files. I am using java in server side. Flash is invalidating Java Session automatically. SWF team didn't found any fix till now. After some searches, i have found ...
0
votes
1answer
41 views

XMLHttpRequest from saved page in hard disk

I saved a page on a hard drive then I opened it and wanted to connect from a saved html file to the server website on the Internet. When trying to do a HTTP request using XMLHttpRequest from a file ...
0
votes
1answer
464 views

how I can display Flash animations in Swing components?

I am trying to develop an application with eclipse (java swing) and I wonder if I can add Flash animations in the JButton or JPanel

1 2 3 4
15 30 50 per page