I built a couple working examples that upload an image to the server and display it on the page without refreshing. One approach was the iframe method, and the other was ... |
I am looking for an Java API to extract and control content from an flash (.swf) file. Are there any existing open source APIs which can help me do that?
... |
I am trying to upload a lot of files from a browser to a webserver that I have total control of. I've tried to use SWFUpload, but the problem is that ... |
is there non-blocking io in flash? I need it for my live chat project.
If not, please tell me what thing need if i make a live chat with the web cam ... |
I'm trying to find something that will let users upload multiple files to a website. The requirements are that it let them easily select multiple files (preferably with something like check ... |
I will make a video chat website, but coming from PHP and Python for the web i have no experience with video steaming.
What do you recommend? Java or Flash? What's more ... |
HI..
i have a swc file i have added file to my project using
http://interactivesection.files.wordpress.com/2008/11/use_flash_code_library_in_flex.jpg
how can i use this component in my flash builder project.
thanks
|
|
Is there a way to know the original width and height of an swf file with java ?
int width, height;
// my stream contains an image or a swf file
InputStream stream = ...
|
I have a requirement to run flash file from java application so that it can be used any where as a runnable jar file. Also this should be in pure Java ... |
I stumbled upon the need to find out (inside Java code) which files are dynamically loaded by an SWF-file. Is there any possibility to get a list of paths of every ... |
Has anyone successfully used the Transform SWF for Java library from [Flagstone Software][1]
[1]: http://www.flagstonesoftware.com/transform/index.html to edit an existing swf file. Mainly what I want to accomplish is load ... |
I want to a framework to pass objects between Java and AS3 using sockets. It should be something with good performance (not XML, JSON). I have looked into AMF but all ... |
I would like to know if it's possible to edit a file from within the browser. I know where the file is and I know its format. I would like to ... |
I have a requirement to run flash file from java application so that it can be used any where as a runnable jar file. Also this should be in pure Java ... |
I'm using JBoss/Tomcat and JSP to serve up Flash (swf) files, but I'm running into a little difficulty. The Flash file plays fine when the browser is running on the same machine as the server; but, is a no-show when I access the web page from a different machine -- though the rest of the page (such as it is) is ... |
|
Hi Guys, I am a student very new to Java Programming. I have this java code copied from my school on my flashdrive. I opened the .java file from the flash drive using Eclipse and when I tried to "run" the program, it's prompting me to choose run as "ant build" and not showing the actual file names. I am not ... |
I have a java application and i want to be able to run a flash animation file. Now i was wondering if it is possible that i host my flash file on a webserver and then call the webserver to load the flash file for me. If it is possible can you please highlight some of the steps that i need ... |
Whenever I save a jgrasp file to my flash drive, it is fine. However, once I take it out and put the flash drive back in the computer and try to open the file, the contents of the file are just all 0s (like 00 00 00 00 00 00 00) all in one line. Does anyone know what the problem ... |
|
I know the server's implemented in Java, but really, if the Flash application is giving you an error it's basically a Flash problem. My best guess from what little I know of Flash is that you might need to set up a crossdomain policy or somesuch: [http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14213|http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14213] That may be completely wrong; you should track down some actionscript/flash experts to help ... |
java.io.IOException : create process c:\FlashDemo.swf error=193 - FlashDemo.swf is my flash file to be run - MyFlash.java is the Java application in c:\MyFlash.java - FlashTest.bat is the batch file for flash file FlashDemo.java The contents of FlashTest.bat are :- SETLOCAL c:\FlashDemo.swf Here is the source code :- import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.border.*; import java.io.*; //import java.util.*; public class ... |
|