Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Re: How to display .swf files in java code JEditorPane using eclips platform

    Those requirements are NOT part of standard java. You will need to use packages from other sources to do it.
    Several links have been provided to other sites that might be useful for you.


    New...
  2. Re: How to display .swf files in java code JEditorPane using eclips platform

    What packages and classes do you have for displaying swf files? There are none in standard java to do that.

    What packages and classes do you have that will get that information from a swf file?
  3. Re: How to display .swf files in java code JEditorPane using eclips platform

    Don't browsers require a plugin for swf, etc?
  4. Re: How to display .swf files in java code JEditorPane using eclips platform

    First work on getting something simple like an html file to display.
    Make sure you get the full text of any error messages by calling the printStackTrace() method in the catch blocks.
  5. Re: How to display .swf files in java code JEditorPane using eclips platform

    Did they display as you expected?

    Why do you think java will display swf files?
  6. Re: How to display .swf files in java code JEditorPane using eclips platform

    What is supposed to be displayed?

    Have you tried the code with a simple html file to see if it is displayed?
  7. Re: How to display .swf files in java code JEditorPane using eclips platform

    Please explain what it means to "load properly".

    Why do you think the code you have posted is capable of displaying swf files?
  8. Re: How to display .swf files in java code JEditorPane using eclips platform

    Please edit your post and wrap your code with code tags:


    YOUR CODE HERE

    to get highlighting and preserve formatting.

    Does it say anything in the API doc for the classes you are using about...
  9. Re: How to display .swf files in java code JEditorPane using eclips platform

    What classes and packages are you trying to use to display those types of files?

    Post your code here in line (not as attachment) if you have questions about it.
  10. Re: How to display .swf files in java code JEditorPane using eclips platform

    Please explain what "not able to retrieve" means?

    Post the code with the problems here on the forum. Be sure to wrap the code with code tags.
Results 1 to 10 of 10