Search:

Type: Posts; User: chetu7845

Search: Search took 0.16 seconds.

  1. how to display .swf files in editor pane?

    i need to display my .swf files in editor pane in which in my window pane consistes of dom struture and attribute ,editorpane in url bar when we browse a .swf file .then we need to display a swf or...
  2. Re: How to display .swf files in java code JEditorPane using eclips platform

    I found swf package in below link, but not working
    JavaSWF9 - Java for SWF library | A.Quarter.To.SevenA.Quarter.To.Seven
  3. Re: How to display .swf files in java code JEditorPane using eclips platform

    2894

    The above output is am getting now...actually i need to display swf image files in that window_pane and in DOM structure pane and Attribute pane Suppose i need to display properties of the...
  4. Re: How to display .swf files in java code JEditorPane using eclips platform

    Thank you so much for your help...now i can able to retrieve html files but when i choose swf files it will display in byte codes....what to do help me ???

    --- Update ---
    ...
  5. Re: How to display .swf files in java code JEditorPane using eclips platform

    Am not able to display html file also...swf files am using for the purpose of to find properties of the image i mean height,width and pixel. this is my college project as my professor expect i have...
  6. Re: How to display .swf files in java code JEditorPane using eclips platform

    ya i tried html files but i didn't get .swf files contains some images it has to be display....
  7. Re: How to display .swf files in java code JEditorPane using eclips platform

    ya,when i click on browse i can able to select the .swf file but when i select and click on open it will not display, when debug and check it has problem in below line


    if(ext.equals("swf"))...
  8. Re: How to display .swf files in java code JEditorPane using eclips platform

    problem is that file is not loading properly while when i browse..please help me
  9. Re: How to display .swf files in java code JEditorPane using eclips platform

    import javax.swing.*;
    import java.io.*;
    import java.net.MalformedURLException;
    import java.awt.*;
    import java.awt.event.*;

    public class DisplaySWF extends JFrame
    {
    public JPanel ...
  10. Re: How to display .swf files in java code JEditorPane using eclips platform

    I want to display .swf or .fla files in window_pane or jpanel when i click on browse i can able to select .swf and .fla files but when i select it and open it will not display in panel please help...
  11. How to display .swf files in java code JEditorPane using eclips platform

    Here attached my java code am trying to display .swf or .fla files from this code but am not able to retrieve .swf or .fla files some one help me....
Results 1 to 11 of 11