flash « Development « Java I/O Q&A





1. SWFUpload Examples/Information and Java    stackoverflow.com

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 ...

2. Java API to extract content from Flash (swf) file    stackoverflow.com

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? ...

3. Upload large files with browsers without having it hanging (preferably with flash)    stackoverflow.com

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 ...

4. is there non-blocking io in flash?    stackoverflow.com

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 ...

5. Multiple file uploader with previews    stackoverflow.com

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 ...

6. Java vs Flash for webcam access    stackoverflow.com

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 ...

7. how to use swc file in flash builder project    stackoverflow.com

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

8. How to know the original size (width and height) of a swf file with java?    stackoverflow.com

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 = ...

9. Can we run flash file from java through pure java code?    stackoverflow.com

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 ...





10. Analyse SWF-Files with Java    stackoverflow.com

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 ...

11. Editing SWF files using Transform SWF for Java from Flagstone    stackoverflow.com

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 ...

12. AS3 to Java serialization    stackoverflow.com

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 ...

13. Is it possible to edit a file on computer from within a browser?    stackoverflow.com

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 ...

14. Can we run flash file from java through pure java code    bytes.com

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 ...

15. Serving up a Flash file    coderanch.com

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 ...

16. adding flash file to a button!    java-forums.org





17. New to java - Issues with running the .java file from flash drive    java-forums.org

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 ...

18. running flash files...    forums.oracle.com

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 ...

19. problem saving jgrasp file to flash drive    forums.oracle.com

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 ...

20. how to run flash file    forums.oracle.com

21. Flash 9 policy-file-request PLEASE HELP!!!    forums.oracle.com

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 ...

22. To Run Flash file in Java application    forums.oracle.com

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 ...

23. jdic exception while calling flash files    forums.oracle.com