How to add flash/shock wave in JEditorPane

hi,
I display an html in JEditorPane.that html contain some
shock wave and flash application.running coolly in IE/NETSCApe etc...
but not JEDITORpane.
how i add add shockwave player in JEditorPane?
pl give me ans as it urgent.
Thanks for looking the problem..

There is an IFrame control where you can place any html with Macromedia Flash embedded, or specify directl link to SFW.
VS

Similar Messages

  • How to add flash player to iPad

    How to add flash player to iPad

    Adobe has not made a version of Flash for the iPad.
    Kappy explains why. https://discussions.apple.com/message/19446567#19446567https://discussions.apple.com/message/19446567#19446567
    5 Flash Player Alternatives http://www.techshout.com/features/2011/01/flash-player-for-ipad-apps/http://www.techshout.com/features/2011/01/flash-player-for-ipad-apps/
    Top 4 browsers supports flash player on iPad and iPhone
    http://mashtips.com/flash-player-ios/http://mashtips.com/flash-player-ios/
     Cheers, Tom

  • How to add a html file into JEditorPane

    Hi
    I am doing an aplication on swing.But I don't know how to add a html file to the JeditorPane keeping the html file on the source code. i.e my html file is in my source code.Then how to add this html file to Jeditor pane.
    Thanks
    Srikant

    QuickTime requires player and plugins that most people don't have.  You'll reach a much wider audience if you use HTML5 <video> with mp4, webm and ogg files.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--help for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <style>
    video {
        max-width:100%;
        display:block;
        margin:0 auto;
    </style>
    <body>
    <h2>Use 3 File Types to support all browsers &amp; mobile devices:  MP4, WEBM and OGV.</h2>
    <h3>Online Video Converter
    http://video.online-convert.com/</h3>
    <!--begin video-->
    <video controls poster="Your_poster_image.jpg">
    <!--these are 6 sec sample videos for testing purposes. Replace sample-videos with your own files-->
    <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
    <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
    If you're seeing this, you're using an
    outdated browser that doesn't support
    the video tag. </video>
    <!--end video-->
    </body>
    </html>
    Nancy O.

  • How to add flash action

    Hi my friends:
      I want to add a flash action to captivate project,but i do know how to add.
      I want to add "getURL("FSCommand:window","closeResult close");" or "fscommand("window", "closeResult close");" to end of the project or last slide.I try to add in the javascript but not run.If we select close project when play ends and public only swf,the flash player will call IE and jump an error.

    I have a Flash Player,if i have the code ,it will close the movie.
    stop ();
    getURL("FSCommand:window","closeResult close");
    or
    stop ();
    fscommand("window", "closeResult close");
    but,if i type the code to end of the movie by open url of file.I find the captivate code is:
    function endMovieFunction(slide)
        var _loc1 = "fscommand(\"window\", \"closeResult close\");";
        getURL(_loc1, "_self");
    } // End of the function
    function endMovieFunction(slide)
        var _loc1 = "\"FSCommand:window\",\"closeResult close\"";
        getURL(_loc1, "_self");
    } // End of the function
    function endMovieFunction(slide)
        var _loc1 = "FSCommand:window,closeResult close";
        getURL(_loc1, "_self");
    } // End of the function
    so my flashplayer is not close the movie.

  • How to add flash intro into website

    I have a custom flash intro and I do not know how to add it to my website and then make it redirect to my site. I have asked numerous people but none seem to explain the steps.  Im fairly new at this so guidance would be great.  Thanks in advance!

    hmm...
    Ok here's what I would do.
    Ito make a simple "button" on the current flash project, create a new layer or select a symol in a layer to use as the anchor. Hit window -> actions and it should bring up an actions frame. In that frame put this.....
    on(release){
    getURL("INSERT YOUR FULL URL HERE");
    and that "should" do it for a button.  I've gotta do some digging for you on an auto-loader though. Someone else might be able to help out there.
    In Adobe Flash - go to file -> publish -> settings and make sure you are publsihgin the movie itself, but also publish an html file.  This will create a file with the movie embedded into it.It'll probably put it in a new folder inside the folder that you are saving the current file to.
    now, on your server - move the .html file AND the .swf into the root of your directory. Rename the .html file to something simple like test.html or whatever, and point your FF browser to that file and see if it works correctly.
    If it is all working correctly, rename your old index.html to something like index_2.html (or whatever the inserted URL from above is) and rename the file that flash published as index.html.  Now target your domain name and it should work!
    if you want to post a link to your swf file I can see if it works here.

  • ? How to add Flash text to Spry menu/tabbed panel

    Hello,
    Is there anyone who knows if it is possible to add flash text
    to a tabbedpanel or spry menubar?
    can you point me in any direction if possible or not ?
    Thanks
    -Lars

    Hello,
    Is there anyone who knows if it is possible to add flash text
    to a tabbedpanel or spry menubar?
    can you point me in any direction if possible or not ?
    Thanks
    -Lars

  • How-to add Flash Player 9 to Flash Pro CC - (PC & MAC)

    Howdy -
    I wanted to compile all of the helpful information regarding lack of Flash 9 support in Adobe Flash Pro CC.
    As you know that Flash 9 is still required for a majority of flash adverts and the DFP platform is especially critical of the flash version on a SWF creative. 
    Currently in Flash Pro CC the lowest version of flash you can save as is 10.3. Even when you do export a SWF as Flash 10.3, DFP and the DoubleClick validator reports the exported file as Flash 12.
    DoubleClick Flash Validator ( Awesome for verifying clicktags and Flash versions ):
    https://flashval-temp.appspot.com/validator/
    After numerous searches, I found this discussion on the here on the forums that properly addresses the issue and how to implement the fix on a PC & Mac:
    Can Flash Pro CC publish to flash player 9??
    http://forums.adobe.com/message/5750996
    Thanks to Kglad for providing all the information on this awesome fix.
    http://forums.adobe.com/people/kglad
    Thanks to Jarkko Syrjälä for providing the information on the MAC directories.
    http://forums.adobe.com/people/JarSyr
    For PC users you are going to need to locate the directories below:
    C:\Program Files\Adobe\Adobe Flash CC\Common\Configuration\Players\FlashPlayer9_0.xml
    C:\Program Files\Adobe\Adobe Flash CC\Common\Configuration\ActionScript 3.0\FP9\playerglobal.swc
    Note: The FP9 folder does not exist in the "ActionScript 3.0" directory, you will need to create it and place the "playerglobal.swc" located on the attached "Windows Flash CC FP9 Assets.zip".
    ======
    For MAC users you are going to need to locate the directories below:
    /Applications/Adobe Flash CC/Adobe Flash CC.app/Contents/Common/Configuration/Players/FlashPlayer9_0.xml
    /Applications/Adobe Flash CC/Adobe Flash CC.app/Contents/Common/Configuration/ActionScript 3.0/FP9/playerglobal.swc
    To navigate inside "Adobe Flash CC.app" in Finder, you need to right click it and select "Show Package Content".
    Note: The FP9 folder does not exist in the "ActionScript 3.0" directory, you will need to create it and place the "playerglobal.swc" located on the attached "MAC Flash CC  FP9 Assets.zip".
    ======
    Dropbox link to the assets: https://www.dropbox.com/sh/1sfyv5fxac1d7ob/yYYZI8Nwe4
    Below is a screen capture of my Flash CC on my MAC displaying the Flash 9 option:
    Hope this helps!
    Cheers!

    Thank you so much! This really helped! One thing to also mention is to restart Flash as the last step.

  • How to add Flash LIte 3.1 into Publish Settings in Flash CS6?

    I have Flash Lite 3.0 and 4.0 and I need to make a SWF for Flash Lite 3.1.
    Is there way to add this player to the list so it will work in CS6?
    Thanks!

    No, it doesn't work.
    I installed the CS6 update as requiested on the page but CS4 one just says "Cannot Install press Quit button" without any further details.

  • How to add Flash CS3 Pro images to acrobat pro documents

    I desparately need someone to help me. Today is 4/6/08 and I need to complete a work for my class in 2 days.
    I created a video slide in Flash and I need to comment on how I did it in Acrobat. How do I bring Flash images into the Acrobat file?

    Not sure I'd want to create something like that in Acrobat.
    Can you create it in Word and use screen captures then PDF the end result?

  • How To Add Flash Movie In Java Application

    Hello Every One
    I am facing a problem.
    I want to add a flash movie
    Plz Help Me

    Flash Player Java Edition is available - but only for old Flash V.2 :(

  • How to add Flash Playbar?

    OK, so I drag the flash icon into my html document, select
    the .swf and it plays great.
    How do I put the player (back, pause, stop) right below it?
    Paul

    You don't. See here: https://discussions.apple.com/message/22985485#22985485

  • How to add flash files on frames

    hi i want to run .swf movie clip to run on jpanel,
    could any1 assist me in doing so!

    That's not really fully supported in java. You might want to check out jflash at https://jflash.dev.java.net/ , or take a closer look at the internet explorer integration at https://jdic.dev.java.net/ .

  • Shock wave Flash(SWF)  into JPG/JPEG

    {color:#ff00ff}Hi,
    Could Please any one guide me .I am New to java.*How to convert Shock wave Flash(SWF) into JPG/JPEG*
    Using Java Coding. If possible Let me know the Coding.
    Thanks in Advance
    Balaji{color}

    Jeebus. Please repost that question in a normal color.

  • To insert hand_right shock wave flash

    Pleas let me know the following
    1. how I can insert hand_right shock wave flash in a question
    slide
    2. What is the ways to give back gound music as a continous
    loop and also from where how I can download the back gound music as
    free
    With thanks
    Pol

    Hi Pol
    I'm losing you on the Flash bit. What is hand_right? Is this
    something you created?
    Normally to insert a Flash object you click Insert >
    Animation and browse to where the object resides. Have you tried
    that?
    As for background music, click Audio > Background Audio
    followed by the Import button.
    www.FlashKit.com offers some
    music files there. I'm sure some Googling and other searching could
    reveal lots more sites offering music clips. The big issue with
    those is copyright and possible infringement. But that's a whoe
    other gnarly issue.
    Cheers... Rick

  • How to add a dropdown menu in flash document (.swf, .fla) ??

    How to add a dropdown menu in flash document (.swf, .fla) ??
    as i am developing a website for my semester proj, i need to add some flash contetn in the website..
    here is the link, http://www.mediafire.com/?wnx1jkwkkx9c118
    Check Out..
    the thing is i want a dropdown list/menu in "language selection - tab " (check the html page in above link).. plz help me out..
    Thank You,
    sairam

    For Flash questions check the Flash Forums. 
    http://forums.adobe.com/community/flash
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

Maybe you are looking for

  • Bootcamp Mounts Window's System Reserved Partition

    Bootcamp has decided to mount Window's System Reserved partition instead of the actual Windows partition. It was working fine up until this week when I decided to plug in an external hard drive. After I plugged it in and restarted into OS X, the prob

  • BAPI_ACC_DOCUMENT_POST: to post to multiple one-time customer

    Hi Expert, I am able to use function BAPI_ACC_DOCUMENT_POST to post the accounting document. In the business scenarios, we received a sum of incoming payment from various one-time customer. As long as one-time customer is concern, we have to input th

  • XML Component FileNotFoundException Error

    I am using 9iAS r2 and am trying to use the XML Component. The source for my XML is a URL, this point to Oracle Reports and is working an produces valid XML, the XSL is static (entered in the dialog box). When I try and run the XML Component I get th

  • Working with a String

    Hi! Trying to teach myself java. String cat = new String ();I was reading about a command charAt, I would like to use this command to populate an array. private static final char[] animal = {};I want put 'c' in the zero spot, 'a' in the first and 't'

  • Lights not casting shadows on objects in scene...

    I'm having a problem where my light source is not casting shadows on the objects in the scene. http://i.imgur.com/GUtMD.png The light is set to cast shadows and the objects are set to receive them. I have not been able to get the light to affect the