Search:

Type: Posts; User: Jman

Search: Search took 0.07 seconds.

  1. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    Oh, excellent, thanks for the hard work man. Really appreciate it, I can tell you now there are similarities but also big differences I can see in our code. Next problem though, this one I can't find...
  2. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    Yeah I ended up getting it working. Thanks~ I just had to puzzle it together and look harder.
  3. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    I've been up all night trying to learn to do this, and I am absolutely clueless. Can you please provide an example of what I'm trying to do. Because I'm guessing you want to take the files in the...
  4. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    Yeah, that's exactly what I wanted to go for. Ok, I'll read up on it tonight and get to you guys tommorow hopefully.
  5. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    Hey Sean, would this be an accurate tutorial to read up on for what your saying Reading, Writing, and Creating Files (The Java™ Tutorials > Essential Classes > Basic I/O) ? Skip down to "Methods for...
  6. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    Yeah, that's what I did, so I have both my jar file and SWF files in the same folder. Ahh I guess I kind of solved my own problem.....well, I hope it helps anyone else with the same problem I have.
  7. Re: [SWT-App] Loading .swf files from a runnable .jar or external folder

    It would try to search in the .jar file so it would output a string like;

    "file://C://Desktop//application.jar!//blah.swf"

    So it knew where the flash file was, it just couldn't get to it, I...
  8. [SWT-App] Loading .swf files from a runnable .jar or external folder

    Hey,

    I'm programming using the SWT Widget Library for Java in eclipse, and I'm designing a runnable Java application. I've got the application down, I just don't know how to load external .swf...
Results 1 to 8 of 8