Integrating flash with java

i have a form made with flash, and form handlers made with java. So how can i make it work. i have couple java packages that make the calculations from the values given in flash form.any good websites that have info about java and flash?

hey, try getting both communicated with XML

Similar Messages

  • Integrating Flash With Java Game

    hi guys,
    i'm doing the final touch up for my RPG, i plan to put flash animation as intro before my game starts, is it possible to call .swf file directly from java itself, how am i gonna make it possible??Please advice~
    Thanks~

    here's that dhtml trick I was telling you about:
    <html>
    <head>
    <title>Example</title>
    <style type="text/css"><!--
         #tagArea {
              font: 10pt tahoma,verdana,serif;
    --></style>
    <script language="javascript"><!--
         /* edit the next two variables to your swf/applet tags
         * after trying this example out
         var swfTag = "[your swf tag here] pretend this is a <a href=\"javascript:flipTags();\">link</a> in your swf object";
         var appletTag = "[your applet tag here]";
         var swf = true;
         /* when this gets called, the switch of tags is made */
         function flipTags() {
              var tagArea = document.getElementById("tagArea");
              if (swf) tagArea.innerHTML = appletTag;
              else tagArea.innerHTML = swfTag;
              swf = !swf;
    //--></script>
    </head>
    <body>
    <div id="tagArea">
    <script language="javascript"><!--
         document.write(swfTag);
    //--></script>
    </div>
    </body>
    </html>if you're too lazy to slap all that into an html file, go ahead and jsut view it here :P

  • Integrating Excel with Java

    Hi,
    How can Excel be integrated with Java such that if a user is working on an Excel , my Java application should be able to capture all the events from Excel Sheet.
    I have looked into POI, but it seems to me , it can read and wriite to Excel from Java, but i would like that if a user is making changes to a spredsheet then my Java Application should be notified about those changes
    In short, i would like to expose front end of a web application in Execl!
    Is there any open source package that can help in doing the integration
    Kindly share your views/ suggestions

    jschell wrote:
    If you just want most of what is occuring in Excel only then there are probably events in the Excel API (OLE >probably) that allow you to modify and react to changes. In my experience figuring out how to do that is very >difficult even for small bits of functionality.Can u please explain a little more on this.
    Can i use JNI to listen to COM server, probaly if i create some proxies for Excel that use JNI to listen to COM Server.
    I found a link on the internet http://www.ibm.com/developerworks/java/library/j-bridge/
    This Java bridge can integrate COM objects into their applications. But i am not sure if i can capture the live stuff from an Excel file when somebody is editing it.
    Also i would like to know, what should be the best stratergy when i would like to expose the Front end of an application in Excel , since the application involves a lot of numbers and users are more comfortable with Excel interface, and the rest of the application you want in Java.
    Kindly share your views on this!

  • Integrating flash with swings

    Hi,
    Im looking to integrate flash with swings. This is for a desktop application, not a web based application. I was looking for some help on this, if someone could help me with it.
    Regards,
    Ghost Rider

    Flash is proprietary technology and they don't play nice with others. Same reason why you can't load an MSWord doc in a Java GUI. If Flash WAS an open technology, then perhaps someone would/could build a plugin or some way to do it.

  • Integrating Flash with Lectora 2006

    Dear all,
    Does anyone know how I can create a variable in Flash AS 2.0
    that can communicate with a SCORM wrapped Lectora course on an LMS
    (the Flash movie would be within the course as an external HTML
    object)?
    Also, how do I do the reverse and create a varible in Lectora
    (i.e. QuestionPoints) and be able to write to and increment its
    value from within the embedded Flash movie?
    Much appreciated.
    Ant.

    Flash is proprietary technology and they don't play nice with others. Same reason why you can't load an MSWord doc in a Java GUI. If Flash WAS an open technology, then perhaps someone would/could build a plugin or some way to do it.

  • Connecting Flash with Java inside a mobile phone

    Hello,
    I'm working on a TBOT project that is running on Java on
    mobile phones, and we have been pondering the possibilities of
    making the UI with Flash Lite 2.0. Currently we are thinking of
    using XML / textfiles to get the data to FL from the java, but
    sending data back to the Java client inside the mobile phone is
    something I have no experience of, and was wondering if it is
    possible even?
    Basically can a FL application connect with / contact other
    applications / services in the same mobile phone? EG. Sending data
    to somewhere in a mobile phone? Or can the Java somehow intercept
    stuff Flash lite sends out for example?
    Thank you for all your help.
    Cheers
    Niilo

    I think you will be happier if you go about it through Bluetooth. I had a dongle for my Ibook 1.2 and now my Ibook 1.33 is bluetooth enabled.
    I use Verizon and have a Motorola V710 (bluetooth) . The connection works perfect everytime! I am disappointed that this new model Verizon phone does not support Isync. To sync data from the computer to the phone. I did find that Verizon was not very helpful as they don't seem to know much about Macs. I had to find out on how to connect via Google. Good luck! Geof

  • Need help integrating flash with asp

    i am creating a dynamic site that pulls all of its content
    from and access database. i would like to make the entire page in
    flash. i have never used flash to pull any content from a datbase
    before. does any one know how to do this ? or know of a good
    tutorial? i can only seem to find tutorials for flash 8 or flash 5,
    nothing for mx2004.
    it seems like every thing i try doesnt work and no one knows
    how to help me.
    feeling very discouraged,
    -furley

    Flash has nothing to do with getting data from an Access
    database.
    You need to focus on either ASP or ASP.Net, a scripting
    language for the
    server script either JScript or VBScript, middleware usually
    ADO or ADO.Net
    and finally SQL. All of these items go together in a server
    side script that
    could work with non-Flash or Flash client interfaces. You
    should find many
    tutorials on the internet with these items as it has been
    done for nearly a
    decade.
    You also can use ColdFusion.
    For Flash, you need to learn LoadVars Actionscript class if
    you plan to
    communicate data in the URL Variables format or XML
    Actionscript class if
    you want to use XML data format. It will not really matter to
    Flash what is
    on the server side as it will only be sending and receiving
    data in either
    of those two data formats (URL Variables or XML).
    If you want to look at some Using VBScript, ASP, ADO and an
    OLEDB Connection
    examples I use for seminars in Web database you can take a
    look here:
    http://www.hosfordusa.com/ClickSystems/courses/webdb/.
    However they lack
    Flash example but would work "as is" with a Flash example.
    Once you look at some of those options, you can then form
    more specific
    questions for this forum and especially with using the
    LoadVars and XML
    Actionscript classes or the XML connector Flash component.
    Lon Hosford
    www.lonhosford.com
    Flash, Actionscript and Flash Media Server examples:
    http://flashexamples.hosfordusa.com
    May many happy bits flow your way!
    "professorfurley" <[email protected]> wrote
    in message
    news:[email protected]...
    i am creating a dynamic site that pulls all of its content
    from and access
    database. i would like to make the entire page in flash. i
    have never used
    flash to pull any content from a datbase before. does any one
    know how to do
    this ? or know of a good tutorial? i can only seem to find
    tutorials for
    flash
    8 or flash 5, nothing for mx2004.
    it seems like every thing i try doesnt work and no one knows
    how to help
    me.
    feeling very discouraged,
    -furley

  • Integrating Flash With Captivate 4

    I wonder if anyone can help me. I have searched the net and these forums but I can't seem to find any answers to my problems. I am attempting to create a quiz in Flash and put it into Captivate, (using the course builder section, I have the e-learning package). I can do this but the quiz just seems to play through and not stop. Does anyone know how to do this correctly? Is there anything I should add into the scripting? And should this be done in Flash or Captivate? Would greatly appreciate any help.
    Also is Flash the best way to try to modify or enhance Captivate? The person I'm creating this for wants something like a Raptivity Quiz in a Captivate program. So far I seem unable to create anything in Flash that will work correctly in Captivate. Again I'd be greatful if anyone could shed any light.

    Hi there
    Sure, lots of folks here create Flash Widgets and Gizmos and use them with Captivate. So it does actually work. Likely you just need to figure out the relationship. (I'm not a Flash savvy person, so I don't mix the two)
    Question here though. Captivate has its own quizzing built into the product. Why Flash? Does it do quizzing better? Or was this just someone's requirement without having any knowledge Captivate does quizzing?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • SSO Integration problem with Java version in 10g

    Hi,
    I'm following the instructions to integrate my HTML DB with 9iAS 9.0.2 SSO. The instructions tell me to download the SSO PDK and extract the file SSOHash.class then load it into my FLOWS_xxxx schema. My database version is 10g, and the loadjava fails with the following message:
    Error while testing for existence of dbms_java.handleMd5
    ORA-03113: end-of-file on communication channel
    The reason is that the function handleMD5 is no longer in the dbms_java package in 10g, it is in this package in 9i. Has anyone got a workaround to this?
    Thanks,
    Steve

    Scott,
    Actually I'm wrong about the function not being there, it is. But someone else is having the same issue, please look here:
    loadjava hangs
    Steve

  • Integrating PHP with Java

    Hi
    Is it possible to retrieve the session attributes in PHP, that are set in JSP?
    My requirement is as i login ,i shud be redirected to a PHP page and in that page i need to access the session attributes which i set on authentication.
    Any help is greatly appreciated.

    I think you'd have to have a back door to do that. Basically the only thing that your PHP and Java will have in common is the session id that will come back in a cookie or a URL rewrite. Something on the Java side would have to present a page or an API or something to allow the PHP to get all of the variables.
    But this sounds like a horrible hack. I'd encourage something easier like have the Java side put the stuff you need into a database or a flat file or something that is more naturally shared. I could see a database table that has the session id as the primary key and has all of the other things you need in it.

  • Integrating Flash into Dreamweaver

    Hello All,
    I am a newbie and just finished a Flash class. However we
    didn't hardly talk at all about integrating Flash with Dreamweaver.
    What I want to do is create an intro page that has Flash and
    then you have to click on a Button to go into the main site. I
    understand a little of Behaviors and Actionscripting so thought
    that I would do the GetURL Behavior (going off memory here) to get
    me from the Intro page to the main Dreamweaver site.
    Question is... do I export an SWF file, put that in a
    index.html page for the Intro page and then link to the main
    Dreamweaver site but have the main site not an "Index" file but
    another name...maybe main.html.
    Is this what people do? Or do they take the generated .html
    file from Flash (its published) and just use that as their intro.
    Naming it index.html. And then linking to another *.html created
    with Dreamweaver but that is not saved as index.html.
    Also, how often are people doing a PURE Flash website and not
    mixing the Flash and Dreamweaver together? Just curious.
    Thanks for clarifying.
    Computerkitten

    Hmm... looks ok to me. You should be able to place it in a
    folder without
    problem. I'd try using SWFObject to put the Flash on the page
    though - that
    _might_ fix your problem. Odd one.
    http://blog.deconcept.com/swfobject/
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Image not showing in Abobe integrated with Java WebDynPro

    Hi All,
    Image is not showing in Abobe integrated with Java WebDynPro.
    I did the following:
    Added the image field in adobe form. in URL value set the value of context node binding. Binding set to none and size set to Use Original Size.
    Then in script editor i wrote
    this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    at innitialize , javascript and client.
    I can see the image from the same url context value if image field is created directly in WebDynPro View.
    Can anyone suggest what is missing?
    Thanks and Regards,
    Nuzhat

    Try changing your line of code for this one
    this.value.image.href = xfa.record.Images.URL;
    Check that the url passed by scripting is correct with a messageBox for example.
    You can also try assigning a hardcoded url at scripting level to check if its works.
    Best regards, Aldo.

  • Getting Error while integrating Crystal reports with Java

    Hi All,
    I am getting below error while integrating crystal report with java
    [java] os.arch = x86
    [java] java.lang.NoSuchMethodError: com.crystaldecisions.Utilities.d.<init>
    (Ljava/awt/Image;I)V
    [java] at com.crystaldecisions.Utilities.af.try(Unknown Source)
    [java] at com.crystaldecisions.Utilities.af.a(Unknown Source)
    [java] at com.crystaldecisions.Utilities.af.<init>(Unknown Source)
    [java] at com.businessobjects.crystalreports.viewer.applet.g.a(Unknown
    Source)
    [java] at com.crystaldecisions.ReportViewer.ReportViewer.start(Unknown
    Source)
    [java] at ReportViewerFrame.<init>(ReportViewerFrame.java:51)
    [java] at JRCViewReport.launchApplication(JRCViewReport.java:29)
    [java] at JRCViewReport$1.run(JRCViewReport.java:50)
    [java] at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:
    178)
    [java] at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
    [java] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDi
    spatchThread.java:190)
    [java] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDisp
    atchThread.java:144)
    [java] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j
    ava:138)
    [java] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j
    ava:130)
    [java] at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Any help can be appreciated
    Kalyan

    Hi All,
    For got to mention i am using crystal reports XI release 2 with JDK1.4.
    Kalyan

  • Configuration Requirement for Integrated Planning in BI 7.0 with JAVA Addin

    Hi,
    We have BI 7.0 with Java Add-in installation newly migrated to Unicode.
    BW consultants (I am BASIS Consultant) want to use "Integrated Planning".  I already checked IMG link of it & JCO destinations mentioned there are not in J2EE engine.   Even I am not able to create b'cos current setup is not on SLD.
    I would really appreciate your help on below queries :
    1) Can I configure Integrated Planning without using SLD ?
    2) Do I need to install BI JAVA to running Integrated Planning ?
    3) Do I need to install EP & EP Core ?
    I already checked most of SDN thread but sorry couldn't able to get answer to above questions.   I have checked SAP Notes : 901022, 919850, 917950.
    Your early reply would be highly appreciated.
    Thanks & Regards,
    Narsing.

    Hi Balaji,
    Thanks for information.   One thing to update with JAVA/JAVA addin portal core components gets installed.   So I didn't installed EP.  
    Now Integrated Planner is working fine.
    Thanks for your help.
    Best Regards,
    Narsing.

  • Portal Integration with JAVA ?

    Hello All,
           I've been working in the Portal for the past 1 Year.
    The work which I've done is :
    1. Creation of BSP's in SAP
    2. Create iViews in Portal accessing these BSP Applications.( BSP , IAC, URL,BW etc )
    3. Create Roles.
    Now I'm moved to one more Project which does the Portal Integration with JAVA.
    Can any one tell me what is it and how it can be done ?
    Regards,
    Deepu.K

    Hi Deepu
    You can achieve the same,please visit the following links:-
    http://help.sap.com/saphelp_nw04s/helpdata/en/d8/6ee03fc2269615e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/d8/6ee03fc2269615e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/771fa290-0201-0010-3d93-865e66cc6d7e
    Regards
    Navneet
    Please revert incase of doubt.

Maybe you are looking for

  • How do I vertically center links in spry horizontal nav bar?

    OS: Mac OS 10.6.7 APP: Dreamweaver CS5.5 Browser: Opera, Safari, Firefox, Chrome At first, positioning looked great in Chrome and Firefox but was off in Safari and Opera. The link text appeared half on the background image and half below it. After am

  • Pb with rollback segment

    Hi guys. Am using oracle 8i and am having problems with rollbackup segment. My rbs tablespace is 35GB and will like to shrink it! Its a production db, so my question is shoudl I fire the below query? alter rollback segment SYSTEM shrink; alter rollba

  • RFC adapter Template changed

    Hi ,   I happened to change my RFC template by mistake. Could anyone please provide me with the original unchagned RFC ADAPTER template please. It will be really helpful if you can provide me RFC inbound and outbound templates. Regards Amit

  • Looking at Threads in jconsole and should I worry?

    When watching a threaded app in jconsole in the Threads Tab, I see a lot of threads, but I assume for several reasons that the ones name btpool#-# where # is a number are the ones in which my code is executing. Now when I select a thread like "main,

  • TSV_TNEW_PAGE_ALLOC_FAILED

    Dear All, First let me wish you a very happy and prosperous New Year. I have one clarification here, User was running a report with extensive selection,unfortunately the user got the error "TSV_TNEW_PAGE_ALLOC_FAILED" Then there was shortdump in ST22