Embedded flash player java application

Hello
Is it possible to embed an existing flash movie player into a
non-top-level Swing JComponent in Java (because this is the
restriction I have from sun's wonderland, where I want to implement
this player)?
Are there any tutorials or code examples for doing that?
Thanks for your help.
Kind regards,
Peter

Hello
Does nobody has experience in this? Is it not possible?
Peter

Similar Messages

  • Is it possible to implement a c# application with embedded flash player on WinCE

    I have read a great article from Mike Chambers:
    Embedding Flash Player in Windows Applications using C#. I
    think the solution works fine in PC environment, but I need to
    develop a similar C# application with embedded flash player which
    runs on WinCE environment(including Pocket PC and SmartPhone). My
    questions are:
    1. Is it possible to develop the C# application with
    embedded flash player on WinCE environment?
    2. If question 1 is possible, how can I install the
    "Macromedia Flash Player ActiveX control for PPC" into my Visual
    Studio .NET on PC environment for development?
    3. Can the "Flash Player for Pocket PC Distribution Kit"
    help to package the C# application with flash player? Do I have to
    use that to package my C# application for WinCE?

    > The the question1: should we mapping a another
    "Shockwave Flash Object"
    > com
    > object file for WinCE OS in the Visual Studio IDE, then
    we could develop
    > the
    > applicaton using Flash ActiveX Object in WinCE.
    >
    > question2: If question1 is yes, where can we find this
    com object file ?
    You cannot do this natively - .NET does not natively support
    AX controls.
    You can achieve this with CFCOM
    http://www.odysseysoftware.com/products_cfcom.asp
    or with OpenCF.NET
    http://www.opennetcf.org/ .
    OpenCF is free.
    Alternatively, it is possible to build your own COM wrapper
    using C++ but I
    don't know how to achieve this.
    Steve
    ACE - Adobe Community Expert
    My blog -
    http://stevehoward.blogspot.com/
    Authorware tips -
    http://www.tomorrows-key.com

  • HOW to play flash inside java application program

    Do java provide any API for playing flash inside java application ?Pleae give me some help about it .Thank You ..

    pingyi wrote:
    Do java provide any API for playing flash inside java application ?Pleae give me some help about it .Thank You ..bro... I found out there from the internet... but you need to purchase it.
    hope it meets your expectation...
    JFlashPlayer is a Flash Player API Java package that lets developers play and interact with Adobe? Flash Player movies within Java applications. Advanced animations can improve the user experience and add to the professional appearance of an application. JFlashPlayer allows programmers to quickly add Flash movies to their Java application development for Windows.taken from: JflashPlayer

  • Embedded flash player is not working... Unable to play the streaming videos... Browser is hanging many times!!

    Hi,
    Pls help me to fix an issue with my playbook browser. The embedded flash player is not working... Unable to play the streaming videos... Browser is hanging many times. Restart done, cleared history etc.. Still doesn't work.
    Any help would be appreciated.
    Thanks.
    Solved!
    Go to Solution.

    Hello ak_kanan, 
    Welcome to the forums. 
    Try doing the following. In the browser swipe down from the top and choose Settings, now choose Content, here where it says Enable Flash change this to Off.  Now try going to the website that was not working (it will not work again this is fine) Once on the page swipe down from the top again and this time enable the Flash setting. Now reload the page and test to see if you have the same issue. 
    Let us know how you make out. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Controlling embedded Flash player

    Hi All,
    I am working on a project whereby the embedded Flash player
    (9) needs to be controlled from code.
    The following must be accomplished:
    There is a list of .swf files stored in a XML file on the web
    server. (These .swf files are converted from .mpg movie files.)
    The Flash player needs to load the first .swf file.
    When it finishes playing the first file it must load the next
    one and start playing it automatically.
    This process needs to be repeated until the last .swf file is
    played.
    Whilst playing the .swf file corresponding text must be shown
    in a textbox on the same web-page.
    When the player finishes playing the last file it must
    restart at the first file for the second time
    and repeat the whole process the second time but now when it
    reaches a certain file for the second time
    the player must stop and ask the user a question. The user
    will type in his/her answer.
    When the answer is correct the Flash player will continue to
    play the next file else show the correct answer, mark the question
    as wrongly answered and then continue on to the next .swf file.
    After the Flash player finishes playing the last file it must
    check if any question was wrongly answered.
    If so then that .swf file will be shown again and the
    question & answer game will be repeated.
    When all questions have been answered correctly the user will
    be redirect back to the calling page.
    The current development environment for the project is C#.NET
    2.0
    Any help in accomplishing this is very much appreciated.
    Best regards,
    Arjan

    Hello ak_kanan, 
    Welcome to the forums. 
    Try doing the following. In the browser swipe down from the top and choose Settings, now choose Content, here where it says Enable Flash change this to Off.  Now try going to the website that was not working (it will not work again this is fine) Once on the page swipe down from the top again and this time enable the Flash setting. Now reload the page and test to see if you have the same issue. 
    Let us know how you make out. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Why do iPhones/iPad not support Flash Player/Java and what are my alternatives for browsing sites using these plug-ins?

    Why do iPhones/iPad not support Flash Player/Java and what are my alternatives for browsing sites using these plug-ins?

    There are also iSwifter, Photon, Skyfire, etc., some only support Flash some support Java and Flash.
    Adobe never made a version of Flash for iOS and closed their mobile flash division a couple of years ago. You can get Flash on other personal devices but you will be using a 2 year old version that has not been patched for security vulnerabilities.
    When the original iPhone was released Mr. Jobs said it would never run Java as it was old technology and a security risk. Nothing has changed since.

  • Embedding video in Java Application

    I'm a total newbie, trying to decide if Java is the way to go for our application.
    We want to be able to create an interactive application with buttons, drag & drop, data input fields, hot spots, etc
    AND also show video... windows format, apple format, flash format.
    We want our application to be deployable either as...
    1 - a standalone app... running on a system not on a network or the internet
    2 - a web app
    We want the video player to be embedded in the application and not launch a player in a seperate window... thus we want to maintain as much control within the confines of our application as possible.
    MY QUESTIONS:
    1 - Will the Java Media Framework allow us to embed movies in our application as described?
    2 - Is it fairly easy to code such in our Java application?
    3 - Any code snippets around?
    4 - Re: Standalone/CD distribution version: Can the JMF be installed along with the application so the client doesn't have to "go out and install more stuff" ??
    5 - Re: Web - must the user download and install more stuff... other than the Java Virtual Machine to have the JMF work on their system?
    6 - Is the JMF multi-platform... Windows, Apple, Unix/Linux, etc like the JVM ?
    thanks for any help on this. Will

    Yes all of what you require is doable in Java
    Try
    http://java.sun.com/products/java-media/jmf/2.1.1/solutions/index.html
    Check some of these samples
    Also for a web version check
    http://java.sun.com/dev/evangcentral/totallytech/jmf2.html
    (Haven't studied this myself - but should give you an idea or two)
    Platform-wise - check here
    http://java.sun.com/products/java-media/jmf/2.1.1/download.html
    In terms of CD distribution - you should be able to package most stuff into a Jar file
    Not completely sure as there are 'Windows Performance pack' downloads which I think toake advantage of native DLLs
    Have a read around the JMF Installation pages - should answer most of your questions

  • Embedding Flash Player in a wxWidgets app using NPAPI

    Hi,
    I'm busy working on a wxWidgets control that will be able to host a Flash Player plugin via the NPAPI (Netscape Plugin API). I've written a basic hosting component based on wxPanel, implemented the relevant NPAPI hooks and mechanisms to instantiate, configure and stream SWF data to the plugin. When executing the code under Win32/Win64, everything seems to work fine, but taking the code over to the Mac, things go a little south. I am going to try and give as much information as I can, but can post the project if needs be for further assistance.
    I understand that there are operating system specific things I have to do when hosting Netscape plugins under Mac, for example using NP_Port (when using QuickDraw) or NP_CGContext when using Core Graphics, and firing events into the plugin due to the fact that there is no concept of child windows.
    However, with all this done, I still have not been able to get the flash player to render itself. I am also seeing some differences in the plugin's behaviour when requesting data from the host via NPN_GetURLNotify().
    If anyone has any experience with this kind of work, or has an intimate knowledge of embedding the flash player inside an OS X application, I would be greatly appreciative of any advice/help you can offer.
    Thank you.

    Hi Carribus,
    I'm working on the same thing as you but using Qt and have painting working under Mac/Win. Are you trying to paint in windowed and/or windowless mode? Your problem might be with values of struct NPWindow.clipRect/.x/.y and passing to NPP_SetWindow(). If you are painting in windowed mode clipRect have to match the position of your control.
    As for NPN_GetURLNotify() I've not got around to that fully.

  • Embedding Flash in Java

    I'm relatively new to Java programming, and I'm in need of some help.
    Could someone please let me know if it's possible to embed a Flash animation in a Java application. If so, how?

    I believe there was some way using JMF. Search the forums.

  • Full screen problem, with embedded flash player in a flash player

    Hi,
    I am having an issue with the flash video player embedded within a flash player movie. The issue is that when my main flash is in Full Screen mode and I try to open that screen where embedded movie player is, when it is opened the inner movie player covers the complete screen, on the other hands it should show that embedded player in normal condition with other background stuffs.
    Can anyone guide me what step should I take to avoid this or if it is possible to do this kind of scenario in Full Screen mode or not?
    Looking forward to your prompt help.
    Best regards,
    Irfan

    likeeak wrote:
     I want to know how to disable hardware acceleration by use ActionScript 2.0
    I don't know if this is possible; perhaps you should ask in the ActionScript forum?

  • Which version? Flash Player & Java

    I am so confused with the recent scares, news, updates,  security patches and "pop ups"  telling me I need to "do".....
    What number  version of JAVA do I need and what version of Flash Player do I need. Mtn LION 10.8.2
    What's the hub-bub from the manufacturers Oracle and Adobe,  versus from apple?

    For Java 7: version "1.7.0_17"
    For Java 6: version "1.6.0_43"
    For Adobe Flash Player: version "11.6.602.171"
    Have no answer for the overhyped scare-mongering.

  • Embedding Flash Player 9 on Linux

    Hi there. I wish to view some swf movies (i.e. adverts) in my
    C/C++ app. Is there any way to embed ONLY a flashplayer inside such
    application? I don't need to embed full featured web browser, and
    such thing on linux isn't possible in any "portable" way.

    I have another question. Does flash player 9 support XEmbed
    protocol? If yes how can i launch it as XEmbed client?

  • Embeded Flash player not working

    I have a browser-based app that we are considering porting to
    AIR. The basic functionality of the app uses AJAX to pull down a
    list of videos to be displayed, then plays the video when it is
    selected. The browser-based app uses Quicktime videos, which I have
    come to learn won't work in AIR, so I'm trying to switch to a Flash
    player.
    My problem is that for the life of me, I cannot get AIR to
    play the video. I created the player in Flash, and everything works
    great there, as well as in any browser I can find. When I load in
    AIR, I see the player, but playback never starts. My
    application.xml file is very simple:
    quote:
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="
    http://ns.adobe.com/air/application/1.0"
    version="1.0">
    <id>test</id>
    <version>0.1</version>
    <name>test</name>
    <filename>test</filename>
    <initialWindow>
    <content>intro2.html</content>
    <visible>true</visible>
    <maximizable>true</maximizable>
    <minimizable>true</minimizable>
    <width>1100</width>
    <height>1000</height>
    </initialWindow>
    </application>
    and my page is also quite bland:
    quote:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "
    http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title>Demo</title>
    <script type="text/javascript" language="JavaScript"
    src="AIRAliases.js"></script>
    </head>
    <body>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="857" height="484" id="airPlayer" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="airPlayer.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#000000" />
    <embed src="airPlayer.swf" quality="high"
    bgcolor="#ffffff" width="857" height="484" name="airPlayer"
    align="middle" allowScriptAccess="sameDomain"
    allowFullScreen="false" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </body>
    </html>
    My xml file, intro2.html, airPlayer.swf and
    intro.flv are all in the same directory. Any advice would be
    appreciated.

    Hi Conrad!
    As you have no doubt already realized, using the Learning
    Interaction templates that are available in Flash MX / MX2004 and 8
    will not work at all in Presenter content.
    The coding methods conflict while playing back within the
    Breeze environment and I
    think it has to do with the _dropTarget property as part of
    the interaction's codebase. The _dropTarget method is NOT supported
    in Breeze, but the hitTest() method IS!
    I have written a few drag and drop exercises that do work
    within Breeze content, and you have to use the hitTest() method to
    accomplish it.
    As you already have discovered, the bottom line is that the
    learning components were intended to be "stand alone" objects that
    could be incorporated into a web page (or even a CD as these
    objects are nothing more than swf files). Aside from the fact that
    the prebuilt/preconfigured learning objects in flash don't always
    work in Breeze, in my mind, the bigger question here is the ability
    (or more accurately) the inability to connect these SCO's to an LMS
    for tracking. As stand alone objects, they're actually pretty
    handy...but not in Breeze.
    I realize this doesn't help much with what you're trying to
    do, but from my perspective, you're better off creating your own
    drag n' drops.
    I've got a bunch of examples to share if you'd like to take a
    look...just send me a PM or email if you're interested.
    Rob
    [email protected]

  • Safari's flash player, java and bookmarks...

    Hello, i've been using safari since i switched to mac, and it's definitely much better browser than firefox, at least for me, but so far i've faced several problems, i'd be thankful for a solutions:
    1- The latest Flash Player, which i have downloaded for my Intel Mac, but still some sites gives me errors like this:
    http://www.belkin.com/apple/matrix/index.asp?cid=1&lid=1&dock=y
    2- The java problem, or perhaps the lack. which i only faced with this site, I'm not sure if i am lacking some plugins or it's just that site not compatible with Safari:
    http://www.aramex.com/shopandship/
    the java problem is after you login, which may not be a good checkable site
    i'd like to rise another issue, about the bookmarks it's all good with the fantastic search ability, but why i cannot create some subfolders like firefox?
    if there's any suggestion about that, it would be great
    Thanks in advance.

    As far as the bookmarks go, if you choose Show All Bookmarks from the Bookmarks menu in Safari, it will take you to all your bookmarks. From the Collections list click one to select it. The contents of the collection should be displayed to the right. Click the triangle next to a folder to display its contents. The folder should still be highlighted. Choose Add Bookmark Folder from the Bookmarks menu and an untitled subfolder should be formed. You can name it and add bookmarks to it. Then choose Hide All Bookmarks from the Bookmarks menu.

  • BBC Embedded Flash Player - Playback Error

    When trying to view video content on the BBC Online websites using an embedded player, I receive the following error regardless of what browser/OS I use;
    This content doesn't seem to be working. Please try again later.
    The Flash Player detailed error information reads;
    Error code : 1024
    Severity : critical
    Description : No further playback is possible following a mediation error
    Responsibility : MediaSelector
    Could anyone advise a solution to this problem? I have Flash Player 16.0.0.305 installed.

    I have this exact same issue.  I've recently built 3 computers for friends, this one I'm typing from being the third. 
    They're all using windows 7 64bit, all have the same hardware and the same basic software. I've built them about a month apart and the first 2 work perfectly.  This last one is having nothing but troubles with the exact issues described by the O.P. except my issues are across all browsers.
    IE will play all youtube videos WITHOUT FLASH, but I can't play videos from a site like Steam.  So when I put in the newest flash player everything goes to pot.  Oddly enough though I will be able to play videos on steam, but that's because steam videos only have 1 resolution and don't try to auto-adjust.  Youtube starts to cycle through resolutions, restarting each time, before finally just quitting and giving an error message.  Again this happens in both FF and IE (I won't put the spyware known as chrome on any machine).
    I've tried every fix and solution I can find for 2 days now and I'm at my wit's end.  If I see one suggestion for hardware acceleration I'm going to snap! lol.  No spyware, no malware, tried hardware acceleration, tried the official uninstall tool, have uninstalled both browsers (diabled IE from the control panel, I realize that it can't be uninstalled per se), have deleted cookies, deleted a specific windows update that someone mentioned was corrupt. I've done the hokey pokey, sacrificed a goat, thrown salt over my shoulder, and eaten a spoonful of sugar.
    I'm about ready to try a fresh install.  I just cannot figure out why this computer is having so many problems with flash and every other computer I've done in the last year and a half (around 12) has gone smooth as silk.

Maybe you are looking for

  • How can I upgrade my 21 inch mac to speed it up

    I have had a 21 inch mac from new for approx 3 years & am now finding that the unit is slowing down considerably. The screen is still perfect & everything else works well. We have recently been in contact with Apple regarding a way to defrag the unit

  • Footer not coming end of the page in BI Publisher

    Hi All, I am developing a report in which the footer output is not coming end of the page after the tabular output per group Completion. There is a tabular group and free form group which output coming accourding to number of lines in tabular output

  • Page prints too small

    InDesgin Newbie, Day Five! CS3, v5.0.2. Doc size is 7.5 x 16.25. When I print to my Xerox 7700 on 11 x17 paper, the piece is about 1/16" short. When I print to 12 x 18 paper, it's about 1.25" short! I've checked all the settings and prefs I can think

  • Oracle 11.1.0.6 database on OEL5.2, No unixODBC RPM

    A required UNIX RPM for Oracle 11g R1 database installation is unixODBC-2.2.11. Although unixODBC-devel and unixODBC-kde RPMs are included with with the OEL5.2 that I downloaded from the Oracle site, the unixODBC RPM is not. So I downloaded the unixO

  • Was charge for a item and don't have it

    I was charge $9.95 for something I don't even know what it is. Need to talk to someone. My name is Claudia Bolding-Amoah. <Personal Information Edited by Host>