Html page flashes WHITE behind flash object when loading - UGH

every time the html page loads or reloads, there is a white flash on the screen behind the imbedded flash element.
I hate that.  Is there a way to get that out?  Every thing is coded #000000 for black every where.  I even added my previous flash flash fix which for unknown reasons is never automatically put in the code:
<param name="bgcolor" value="#000000">
http://www.stevezavodny.com/blogs/10May/enter.html
Thanks anyone who can help out !
CS3, Mac OSX.6.3,  MacPro Octo 2.26 etc.

Is the stage colour set to "Black' in the flash file? If yes, then this should be the behavior of the browser.

Similar Messages

  • Index.html pages in local sub-directories will not load automatically when sub-directory name entered into address field, followed by a forward-slash

    I am in the process of designing a website-on-a-CD. In order to make things easier for my clients, I decided to organize this site into local sub-directories with an index.html page in each one. However, when I try to enter the local sub-directory name, followed by a forward-slash, the index page does not open automatically. Instead, I get a raw directory listing that includes the index.html file, and anything else that is present within it. I would like to know if there is any way to force this page to load automatically within Firefox from a local storage medium as it would load from a web-server.

    You need to use file:// as the protocol instead of C:/. The latter may never work (C:\ might).
    Where is the main HTML located ?
    Easiest if to store the images in a sub folder of the location because you can't go back via ../ beyond that root location for security reasons.
    See:
    *http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • Page Flashes Yellow when Page Loads

    Hi, I actually have a web guy doing a site for a client of
    mine, but when the site loads, the whole background flashes bright
    yellow and subsequently each page flashes yellow before it loads as
    well, but only once. Web guy took out the SWF animations I sent him
    and the flashing stopped. I've given SWF animations to other web
    designers and this hasn't happened. Would someone be kind enough to
    look at the site and let me know if they have any ideas. It's still
    a work in progress. Here's the link:
    http://www.trendmultimedia.com/arrowhead3/index.html">website[/L]

    In the site CSS, there is this:
    body {
    background-color: #FFFF00; /**this is yellow**/
    Change it to dark blue.
    Also, that page has some html errors including 2
    </body> </body> tags at the
    end of the document. Only one end of body tag is required.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Mediadude8" <[email protected]> wrote in
    message
    news:gbg5r6$14q$[email protected]..
    > Hi, I actually have a web guy doing a site for a client
    of mine, but when
    the
    > site loads, the whole background flashes bright yellow
    and subsequently
    each
    > page flashes yellow before it loads as well, but only
    once. Web guy took
    out
    > the SWF animations I sent him and the flashing stopped.
    I've given SWF
    > animations to other web designers and this hasn't
    happened. Would someone
    be
    > kind enough to look at the site and let me know if they
    have any ideas.
    It's
    > still a work in progress. Here's the link:
    >
    http://www.trendmultimedia.com/arrowhead3/index.html
    >

  • Read values on HTML page(flash embedded) using Java code

    Hi,
    we can normally parse a HTML and can get values on a web page using java code.
    is the same possible with HTML page indluding flash?
    my basic need is to read values on webpage displayed by flash
    thanks
    R

    flash can communicate with javascript using the externalinterface class.

  • Create new HTML page with white background.

    When I create a new HTML page the background color in Design view is yellow. Dreamweaver Preferences and Page Properties do not show yellow. What to do?
    FredF

    I'm totally stumped as to why the default color is yellow. I do know that
    the website where I'm the webmaster, all the pages have a yellow background
    ( http://281st.com ).  But what that has to do with a new HTML default
    background page color in Dreamweaver I'm not knowingŠŠŠ
    The reason is the background color is hard wired in the body like this:
    <body bgcolor="#FFFFCC" style="text-align: center">
    Now if you are relying on your styles then you are going to be totally stumped because you won't be looking at your HTML code.  In fact most people won't remember to look at HTML code because they assume that because your work is quite proficient, you are not likely to embed styles in your HTML code. 

  • HTML page with FLASH object doesn't reload upon a redirect

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

  • Embed external HTML page in Flash

    Does anybody know how to embed an external HTML page into Flash? I am envisioning something like an iFrame, but can't really figure how this would work. I've attempted using a scrollpane, but it didn't work at all.
    Any suggestions?

    you can display it in a popup window or in the same window or in an iframe in the same html page that displays your swf.
    When you say this, do you mean I can create an iFrame on the same html page that displays my swf, and have it be dynamically populated by what the user clicks on the swf?
    yes, exactly.
    use getULR() (as2) or navigateToURL() (as3) with the 1st parameter being the html page you want to display and the 2nd parameter being the iframe "name" property.

  • Flash file in html page

    Hey guys, i made an flash swf and i want to put it in an html page and upload it. But when i go to the page i cant see nothing, here is the file:
    http://triplew.com.gr/cathedral/try.rar
    Whats wrong? I save it first to the www folder (wamp server local) and then i upload it to the site.

    thank you the problem was at the flash version problem solved

  • Strange behaviour when embedding HTML page in Air

    Hi,
    I'm trying to embedd a HTML page to a Air application.
    The HTML page has a simple Flex application (TestFlex4Project.mxml) with a button that changes one HTML element on the web page (TestFlex4Project.html) using ExternalInterface. If I run the Flex application using the HTML page it works just fine and when I click the button the HTML ellement is changed and the mouseover- and onclick events works. If I embedd the HTML page in an Air application the mouseover- and onclick events does not work any more. Why?
    If I use Aternative 1 in the HTML code (instead of using Aternative 2 in the HTML code where I'm editing the innerHTML property) the mouseover- and onclick events works when the HTML page is embeded in Air. Why?
    Even more strange is that if I remove the line [<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />] from the HTML page the Flex application dose not show at all when embedded in Air. Why?
    You can try the online sample here and the files here.
    The application looks like this:
    And if you click the button and click the upper most text you will recieve a message like this:
    But not when I use innerHTML and embedd the HTML page in Air. Can anyone please help me with this issue. Is it a bug or what am I doing wrong? I need to change some HTML elements using innerHTML.
    Thanks!!
    The code for TestFlex4Project.mxml is like this
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
    width="100%"
    height="100%">
    <fx:Script>
      <![CDATA[
       function buttonClickHandler(event:Event):void{
       ExternalInterface.call(" function(){SetHTML();}")
      ]]>
    </fx:Script>
    <s:HGroup verticalAlign="middle">
      <s:Button label="Edit HTML Element" click="buttonClickHandler(event)"/> 
    </s:HGroup>
    </s:Application>
    The code for TestFlex4Project.html is like this
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8"/>
    <title>Test Flex 4 Project</title>
    <meta name="description" content="" />
    <script src="js/swfobject.js"></script>
    <script>
      var flashvars = {
      var params = {
       menu: "false",
       scale: "noScale",
       allowFullscreen: "true",
       allowScriptAccess: "always",
       bgcolor: "",
       wmode: "direct" // can cause issues with FP settings & webcam
      var attributes = {
       id:"TestFlex4Project"
      swfobject.embedSWF(
       "TestFlex4Project.swf",
       "altContent", "100%", "100%", "10.0.0",
       "expressInstall.swf",
       flashvars, params, attributes);
       function Message(){
       alert("Message!")
    function SetHTML(){
       //Start Alternative 1
       NewHTML.innerHTML = "Dynamically changed text"
       NewHTML.style.cursor = "pointer"
       NewHTML.style.color = "#ff0000"
       NewHTML.onclick = function(){
        Message();
       NewHTML.onmouseover = function(){
        this.style.fontWeight = 700;
       //End Alternative 1
       //Start Alternative 2
       var HTMLStr='<p style="cursor:pointer; fontWeight:300; color:#ff0000" onClick = "Message()" onMouseOver = "this.style.fontWeight=700">Dynamically changed text</p>'
       NewHTML.outerHTML=HTMLStr
       //End Alternative 2
    </script>
    <style>
      html, body { height:100%; overflow:hidden; }
      body { margin:0; }
    </style>
    </head>
    <body id="Body">
    <p id="NewHTML">This text will change when you click the button!</p>
    <p style="cursor:pointer; fontWeight:'300'; color:#ff0000" onClick = "Message()" onmouseover = "this.style.fontWeight='700'">Default text</p>
    <div id="altContent">
      <p><a href="http://www.adobe.com/go/getflashplayer">
       <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
       </a>
      </p>
    </div>
    </body>
    </html>
    The code for the Airapplication is like this
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication
    xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/mx"
    width="800"
    height="566">
    <mx:HTML id="HTMLObject" location="TestFlex4Project.html" width="100%" height="100%"/>
    </s:WindowedApplication>

    Hi,
    I'm trying to embedd a HTML page to a Air application.
    The HTML page has a simple Flex application (TestFlex4Project.mxml) with a button that changes one HTML element on the web page (TestFlex4Project.html) using ExternalInterface. If I run the Flex application using the HTML page it works just fine and when I click the button the HTML ellement is changed and the mouseover- and onclick events works. If I embedd the HTML page in an Air application the mouseover- and onclick events does not work any more. Why?
    If I use Aternative 1 in the HTML code (instead of using Aternative 2 in the HTML code where I'm editing the innerHTML property) the mouseover- and onclick events works when the HTML page is embeded in Air. Why?
    Even more strange is that if I remove the line [<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />] from the HTML page the Flex application dose not show at all when embedded in Air. Why?
    You can try the online sample here and the files here.
    The application looks like this:
    And if you click the button and click the upper most text you will recieve a message like this:
    But not when I use innerHTML and embedd the HTML page in Air. Can anyone please help me with this issue. Is it a bug or what am I doing wrong? I need to change some HTML elements using innerHTML.
    Thanks!!
    The code for TestFlex4Project.mxml is like this
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
    width="100%"
    height="100%">
    <fx:Script>
      <![CDATA[
       function buttonClickHandler(event:Event):void{
       ExternalInterface.call(" function(){SetHTML();}")
      ]]>
    </fx:Script>
    <s:HGroup verticalAlign="middle">
      <s:Button label="Edit HTML Element" click="buttonClickHandler(event)"/> 
    </s:HGroup>
    </s:Application>
    The code for TestFlex4Project.html is like this
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8"/>
    <title>Test Flex 4 Project</title>
    <meta name="description" content="" />
    <script src="js/swfobject.js"></script>
    <script>
      var flashvars = {
      var params = {
       menu: "false",
       scale: "noScale",
       allowFullscreen: "true",
       allowScriptAccess: "always",
       bgcolor: "",
       wmode: "direct" // can cause issues with FP settings & webcam
      var attributes = {
       id:"TestFlex4Project"
      swfobject.embedSWF(
       "TestFlex4Project.swf",
       "altContent", "100%", "100%", "10.0.0",
       "expressInstall.swf",
       flashvars, params, attributes);
       function Message(){
       alert("Message!")
    function SetHTML(){
       //Start Alternative 1
       NewHTML.innerHTML = "Dynamically changed text"
       NewHTML.style.cursor = "pointer"
       NewHTML.style.color = "#ff0000"
       NewHTML.onclick = function(){
        Message();
       NewHTML.onmouseover = function(){
        this.style.fontWeight = 700;
       //End Alternative 1
       //Start Alternative 2
       var HTMLStr='<p style="cursor:pointer; fontWeight:300; color:#ff0000" onClick = "Message()" onMouseOver = "this.style.fontWeight=700">Dynamically changed text</p>'
       NewHTML.outerHTML=HTMLStr
       //End Alternative 2
    </script>
    <style>
      html, body { height:100%; overflow:hidden; }
      body { margin:0; }
    </style>
    </head>
    <body id="Body">
    <p id="NewHTML">This text will change when you click the button!</p>
    <p style="cursor:pointer; fontWeight:'300'; color:#ff0000" onClick = "Message()" onmouseover = "this.style.fontWeight='700'">Default text</p>
    <div id="altContent">
      <p><a href="http://www.adobe.com/go/getflashplayer">
       <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
       </a>
      </p>
    </div>
    </body>
    </html>
    The code for the Airapplication is like this
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication
    xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/mx"
    width="800"
    height="566">
    <mx:HTML id="HTMLObject" location="TestFlex4Project.html" width="100%" height="100%"/>
    </s:WindowedApplication>

  • Desktop wallpaper published to HTML in Flash

    How do I change the alignment of the published html file on
    my Desktop when displaying on single monitor?
    I created a 1024 x 768 image in Photoshop; saved it as PNG
    file and imported it in Flash 8. I added a few buttons to it and
    published the file in SWF and HTML so that I could use the HTML
    file as my Desktop background. The published file size is also 1024
    x 768. When I apply the HTML file as my desktop background, the
    image on the desktop is pushed down and right leaving a 1/4" border
    at the top and left side of the screen, cutting off the bottom and
    right side of the image. However, when I publish the file in
    animated GIF or just set the PNG image as my Desktop background,
    they align correctly on the Desktop. I only experience this issue
    when publishing to HTML from Flash. When I extend my Desktop to
    dual monitors, the HTML wallpaper is aligned properly on the left
    monitor (does not extend to the monitor on the right).

    Just searched and found the answer by orangetractor.
    The getURL command works, but not offline. Upload files to
    server and test; it works then.
    getURL("pagename.html#anchorname");
    anyone else think its weired that it will work online and not
    off?

  • Having to Double-Click Flash Objects in Browser to use

    Hello,
    Has anyone else experienced the annoying Double-Clicking of
    Flash objects in your browser?
    In other words, a Flash object will load and play just fine
    in my browser, but I have to click it once to activate it then
    click again to use buttons.
    I'm assuming this might be a security setting for my browser,
    but I can't figure it out.
    Can anyone assist?

    Ok - you really just need to use the search function here -
    soon this thread will contain replies
    from everyone telling you to search first - because this is
    asked literally everyday and often
    several times per day - yet, it seems to be the least
    searched topic - just google it or search the
    forum - been asked and answered several times per day for
    months - not flaming, just trying to help
    because so often, questions have already been answered here
    many times and searching is just plain
    quicker.
    go here:
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    (it is the google groups archive of this forum)
    and type in "active content"
    over 1600 returns.
    It is the reult of a Eolas vs Microsoft patent lawsuit that
    was top web/tech news just a couple
    months ago. Tons of resources on it - search google or
    adobe.com or microsoft.com.
    good luck
    --> **Adobe Certified Expert**
    --> www.mudbubble.com
    --> www.keyframer.com
    Wallpe70 wrote:
    > Hello,
    >
    > Has anyone else experienced the annoying Double-Clicking
    of Flash objects in
    > your browser?
    >
    > In other words, a Flash object will load and play just
    fine in my browser, but
    > I have to click it once to activate it then click again
    to use buttons.
    >
    > I'm assuming this might be a security setting for my
    browser, but I can't
    > figure it out.
    >
    > Can anyone assist?
    >

  • Multiple .SWFs in one HTML page

    Hi all,
    I'm trying to post multiple .swf objects into one html page.  The first .swf object plays fine, but the second one does not load.  I've searched all over for the answer, but I do not know what to do (plus, I'm a Flash noob).  My page is http://users.wpi.edu/~cdaley_jw/animation.html, so please feel free to check out my code.
    Dreamweaver tells me that swfobject.registerObject does not exist, or something like that, but I see this code being used elsewhere.  I have swfobject.js in my main folder, too.  I haven't the slightest clue what I'm missing.
    Thank you very much,
    Chris

    I'd suggest you get the second .swf working BY ITSELF on a separate, new, blank page before worrying about how to get two working on one page. Your problem may have nothing at all to do with the fact that there are two .swfs on the page.
    Looking in the cach after downloading your page,
    http://users.wpi.edu/~cdaley_jw/Daley_Christopher_Walk_Cycle.swf
    is downloading... but it's only the player, not the .flv file that it's looking to load and play.
    http://users.wpi.edu/~cdaley_jw/Daley_Christopher_Walk_Cycle.flv
    does exist on the server at the address above but is not being called by the video player... the .swf. So the problem may be that the url to the .flv is wrong in the .swf or is missing completely.
    You'll have to fix that first and then worry about 2 swf on one page. So step back, get that second .swf working on a page all by itself, then move on.
    Best wishes,
    Adninjastrator

  • How do I publish an existing HTML page?

    Hello,
    This might sound a bit basic...possibly because I am not that smart...
    I have an NT file system - with in it there is an HTML page with icons and other html pages that are linked (relative links). There are other .html pages and images needed in this area.
    I have set up a community and want to point to the existing HTML page on that file system - so when a client goes to that community, that HTML page opens up automatically in a portlet.
    The path if Q:\Public\Health\Mainpage.html
    I want mainpage.html to open up with the Health Community is selected.
    So I made the community, and community page. The was going to place a publisher portlet on it - but do not want the clients to se e a blank page with a portlet linking to Q:\Public\Health\Mainpage.html, but instead see Mainpage.html.
    What is the best way of doing this - set up a web service? If so - which one?
    Suggestions for a pre-exisiting website residing on a file system?
    Thanks,
    V
    Computers are like Old Testament gods; lots of rules and no mercy. ~Joseph Campbell
    Edited by vivekvp at 05/07/2008 10:19 AM

    I would serve up the documents with IIS or Apache and create a standard web service remote portlet to the document.
    Another option is to copy and paste the contents of the document into a content item with a long text property. Then use a presentation template which just emits the html from the content item.
    Create a published content portlet for that content item. The good part is that you can edit the document in the portal. The downside is that if someone edits the mainpage.html on the q drive, you will have to copy their changes back into the content item.

  • Embedding HTML page as attachment

    I am sending a mail in html format. This HTML page contains some images and some links. Link in the html page refers to another html page. When clicked on this link, this referred html page should be opened in a browser window.(Html link cannot be web URL like http://...) . Inorder to do this I have embedded the images and html page with my mail. But when the link is clicked on the html, nothing is happening.(I can save the referred HTML page by selecting Save Attachments menu. That means the html page is available with mail) . How can i refer the attached html page? Please help

    I guess you need to refer it using the cid:##### where ##### is some content id, as reference and use the same id as Content-ID: header for your attached html page.
    check RFC2111 at http://www.ietf.org/rfc/rfc2111.txt
    The following message points to another message (hopefully still in
    the recipient's message store).
    From: [email protected]
    To: [email protected]
    Subject: Here's how to do it
    Content-type: text/html; charset=usascii
    ... The items in my
    previous message, shows how the approach you propose can be
    used to accomplish ...

  • JavaHelp to point to specific HTML Page

    Hi,
    Does anybody know how to display JavaHelp to point to a specific HTML page??? i.e when my JavaHelp opens, i want to display a component specific JavaHelp or rather a specific HTML page
    Help needed urgently on this
    Thanks
    kavita

    Hello,
    From your GUI, you need to request a topic ID; let's call this "optionsHelp". Then create a map file, which uses XML syntax, and link the help page to the topic ID with something like this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE map PUBLIC
       "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN"
       "http://java.sun.com/products/javahelp/map_1_0.dtd">
    <map version="1.0">
       <mapid target="optionsHelp" url="help/options.html"/>
    </map>
    Note that this is separate from the helpset file. I believe you use HelpBroker.enableHelpOnButton(Component, mapID, helpSet) to setup the help action for a button. [All this info was taken from the .pdf JavaHelp spec and whitepaper]
    Hope you get it to work!

Maybe you are looking for

  • Intrastat files are empty (even the countryfile)

    After working  a few days with SBO 2007A (after upgrading from 2004) all my Intrastat files are empty (we have upgraded on 01/08, last wednesday (06/08) the files were still there and on thursday morning (07/08) they were ale gone). The Intrastat Add

  • I have found an ipod 160gb with serial number

    It has serial number and an engraving that says "RACING IS LIFE AV JR 7/11" on the back, i found it near my house in downtown st petersburg, FL. how can i find it's owner? it has been a while since we found it but i'm sure no less it's owner would ap

  • How to create authorization in BI 7.0 objects

    Dear Friends, how to create authorization in BI 7.0 objects. Pls any body help. tghjis is morevhelpful for me Regards Ramana

  • JAAS: Swing & Web implementation

    Hi, I want to use the JAAS mechanism in 2 applications: one of them is a swing application and the other is a web application. I would like to use the same interface for both applications. I implemented it in the "swing way": using my own callbackHan

  • Approve in email notification

    Hi, Oracle Workflow has the standard functionality of approving the from a mail, where the user has to login to E-BS and then approve. I would like to develop a functionality where the user just click a button in the mail and the workflow gets approv