Flash File in Logon page

Hi there,
i want to create a new Portal Logon Page.
I want that a Flash File is playing at the Logon Screen.. top left.
I changed the umLogonTopArea.txt to the following:
<td valign="Bottom" align="left" class="welcome">
          < img src=" <% =webpath %> layout/ test1. swf" alt="" border="0" >
        </td>
But when i open the Logon Screen i see Only a RED X... it did not load the Flash File.. can somebody explain why?
Thanks
Bjoern
Edited by: bjoern bayerschmidt on Mar 19, 2009 12:36 PM
Edited by: bjoern bayerschmidt on Mar 19, 2009 12:36 PM
Edited by: bjoern bayerschmidt on Mar 19, 2009 12:37 PM
Edited by: bjoern bayerschmidt on Mar 19, 2009 12:37 PM
Edited by: bjoern bayerschmidt on Mar 19, 2009 12:37 PM
Edited by: bjoern bayerschmidt on Mar 19, 2009 12:37 PM

Hi,
Chk this code
The flash file is stored inside image folder of logon par file
<table width="749" border="0" align="center" cellpadding="0" cellspacing="0">
               <tr>
                    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="749" height="259">
                      <param name="movie" value='<%=webPath +"/images/flash_header21.swf"%>'>
                      <param name="quality" value="high">
                      <param name="menu" value="-1">
                      <param name="AllowScriptAccess" value="always">
                      <param name="WMode" value="Transparent">
                      <param name="AllowScriptAccess" value="always">
                      <embed src='<%=webPath +"/images/flash_header21.swf"%>' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="749" height="259"></embed></object>
                    </td>
               </tr>
           </table>
Regards
Baby

Similar Messages

  • How to display flash file in adf pages

    how to display flash file in adf pages need help

    Thanks all,
    It is resolved.
    the code i am using to display a flash is below.
    <f:verbatim>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version
    =10,0,0,0" width="300" height="300" id="11gR1_aniH_grey" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="wmode" value="transparent" />
    <param name="movie" value="mx2004demo.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#4d5c64" />     
    <embed src="../Images/mx2004demo.swf" quality="high" width="300" height="300" name="mx2004demo.swf" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" wmode="transparent"
    pluginspage="http://www.adobe.com/go/getflashplayer" />
         </object>
    </f:verbatim>

  • Flash file missing from page/layout difficulties

    Aloha,
    I'm working on posting a new site and have a few problems
    that are holding me back! First, when tested online via DW, the
    flash movie I have in center of page plays (and is placed)
    perfectly. After uploading the page
    http://reefcheckhawaii.org to
    my server however, the flash file doesn't appear. However, it can
    be accessed at
    http://reefcheckhawaii.org/flashfiles/HOMEPAGE.swf
    My tech support for the server said I had it in the wrong folder
    and that I should move it "using code." Any recommendations on how
    I can get the file placed where it should be to properly function?
    My second difficulty as evident by the page posted, is with the
    layout. I cannot seem to keep the banner image cells at the top of
    the page aligned properly when I add the 4-row table on the right
    hand bottom side of page. If I try to "remove table hts" before
    adding the lower table, the banner image at top also gets botched
    up! Please help, I'm stuck! Many thanks in advance!

    http://www.wsrestoration.com/Scripts/AC_RunActiveContent.js
    This file is NOT on the server. That's why you do not see
    your Flash.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "AAzz44" <[email protected]> wrote in
    message
    news:fjlb4d$3bp$[email protected]..
    > Hi,
    >
    > Im also having the same problem. Actually things where
    working great with
    > the
    > original site I built in Front Page, but I switched over
    to Dreamweaver
    > awhile
    > back and finally updated my site. Ever since than I
    can't get me Flash
    > file to
    > show. It works fine in the preview (in dreamwaver) but
    not on the web. All
    > the
    > files are on the server and the coding looks ok. I can't
    figure this one
    > out
    > and its driving me crazy.
    >
    > Here is my site:
    >
    >
    http://www.wsrestoration.com/
    >
    > Mike
    >

  • Problem with displaying flash file in UIX page

    Hi everybody
    I would like to use a flash file (.swf file) above all my UIX pages.
    I want to put falsh file in the UIX template file (.uit file) so that
    when I create pages based on template, it will be shown on the top of all pages .
    Does anybody know if there is a solution for doing this ?
    Which UIX tags can be used ?
    Best Regards
    Navid

    Add tht html namespace like
    <templateDefinition xmlns="http://xmlns.oracle.com/uix/ui" xmlns:ui="http://xmlns.oracle.com/uix/ui" xmlns:html="http://www.w3.org/TR/REC-html40"
    targetNamespace="http://www.example.org"
    Then you can add you flash contents at appropriate place.
    Like
    <html:OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    WIDTH="100%" HEIGHT="100%">
    <html:PARAM NAME="movie" VALUE="TLT-intro4.swf"></html:PARAM>
    <html:PARAM NAME="quality" VALUE="medium"></html:PARAM>
    <html:PARAM NAME="bgcolor" VALUE="#000000"> </html:PARAM>
    <html:EMBED src="TLT-intro4.swf" quality="medium"
    bgcolor="#000000" WIDTH="100"
    HEIGHT="100"
    TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </html:EMBED>
    </html:OBJECT>
    So you should get your flash working that way. Rest everything is same as getting it work in html.
    Regards,
    Vijay V

  • Where to find the css file for logon page customization

    Hi All,
    I am doing the logon page customization but i am not finding the stylesheet to change the background colors.
    While testing it is taking the default css stylesheet.
    Can anyone suggest from where to edit the css file?
    With Regards
    Ashutosh

    Dear Ashutosh
    You can find the css folder under the logon par file.
    Please find below reference for modifying the PAR file:- http://help.sap.com/saphelp_nw04s/helpdata/en/bb/1bb8428e05c86ae10000000a155106/content.htm
    A fast and easy Portal logon page customizing
    Modifying The Logon Par(or customising the Logon Screen)
    Customizing Portal Logon Screen
    Portal Customizations Intro - Login Part 1
    Portal Customizations Intro - Login Part 2
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • To Display SWF file or Flash file in Web Page Composer (WPC)

    Hi,
    I am goning to add & display 'swf file or flash file' in <b>Web Page Composer</b>.
    But it is not allowing me to do so.I tried by three ways
    1} to upload this file directly from local machine & to add in WPC
    2}By using linklist option
    3}By creating KM Document iview;which contain swf  file.& then adding that iview in wpc.
    but at last it is not displaying though allowing to add it in WPC.

    Vishal -
    First... we are all new to WPC!
    Second, no I don't think you need to create a new container.  I think that you just need to add the swf type as an allowed type for the container.
    So...
    Figure out which container you are trying to add the flash file to (as you mentioned, A1, A2, etc).
    Navigate to:
    Sys Admin --> Sys Config --> Knowledge Mgt --> Content Mgt --> WPC --> Containers.
    Edit the container you want to use.
    There will be a box named Allowed Mime Types.
    In here, select the "swf" mime type (make sure the check box is checked). Then Save.
    At my company, we had the WPC ramp up from SP12, and are now on SP13.
    I'm not sure what you get if the first time you had WPC is SP13, but for us I see two default A1 (and A2...B1..C4...etc) containers -- one that has "default" in the name and one that has "def" in the name.  From what I see, SP13 WPC uses the one with "def" in the name, not "default".  So, make sure you modify the one with "def" in the name.
    After you make this change, you should see "swf" in the list inside the container when you are editing a page.
    Is this clearer?  I wish I could attach a screenshot.

  • 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

  • Adding a button/link in the portal logon page

    Hi,
    I am new to the portal related things. I am a web dynpro developer and familiar with the Java coding.
    Now, i got a requirement to modify the portal logon page as below:
    Need to insert one extra button/hyper link to reset the password.
    when user clicks on this button, i need to call an RFC in R/3 by passing the entered user name. That RFC will generate a new password and send a mail to the respective email address(maintained in a custom table in R/3 itself).
    If the user-id is wrong i need to show the error message returned from the RFC.
    If the return-code of RFC is success, then need to show an information message conveying that the password reset was successful and refer to your mail inbox.
    Please suggest me the best approach on this scenario.
    I already imported the PAR file for logon page and can see the project in NWDS.
    Note: we are using EP 7, NW2004s and R/3 is ECC 5.0
    Thanks & Regards,
    Kiran Chennapai

    The Funktion Prem is suggesting can be turned on/off through the UME Properties which can be changed through the Config Tool.
    More help under : http://help.sap.com/saphelp_nw04/helpdata/en/0b/50ad3e1d1edc61e10000000a114084/content.htm
    Regards,
    Kai

  • Swf flash files are not displaying neatly within table cells.

    The latest version of Firefox (3.6.12) The website I have design now shows thick lines underneath the flash files. URL Below. The table of pictures should be neat, instead the cells in which the flash files are contained are increasing in height and breaking apart the table . This does not happen in previous version of Firefox, Internet Explorer & Google Chrome.
    Is there anything i should be doing different when inserting flash files into web pages that have complex tables? Or is this a problem with Firefox?
    http://www.arnoldwills.co.uk/Master_Home.html

    Add a rule object { display: block } to the stylesheet. An object is an inline element by default.

  • Embedding .swf file into web pages

    What's the best way of embedding a flash file into web pages?
    After Microsoft introduce something about the active object (need
    to click on the Flash file first on IE to activate it) it seems
    like the best way is to use 'FlashObject'. Is there any other
    better way? Thanks a lot.

    SWFObject, which
    used to be FlashObject.

  • Add page on logon page from third party system and from KM

    Hi All,
    I have one requirement where i need to embade other html file in logon page of Portal.
    Where the pages will come from othere server as well as from KM.
    VS

    Hi ,
    Hey "It seems it solved my problem"  ?????
    still having any problem ... do let me know....
    well i don't remember that i replied to your question .....
    Any way  say thanks to SDN Support Team who work hard to give us such a nice platform to share our issues.
    Cheers SDN Support Team.
    As you wrote that you have tested on local system .. now try on portal and let me know that its working or not.
    Suppose if rendering of  page taking time then try to use ajax or some java script function to embed the page
    which leads to quick load.
    Regards,
    Piyush

  • .swf file in html page with WebLogic Server in Netscape

    I am not able to embed .swf (flash) files in html page when accessed thru' Weblogic server in Netscape Ver. 5 and below but supported in Netscape6.0 and IE. When run as html page without WebLogic server, it is working well. Please suggest a solution for this problem to my mail id.

    I've had a quick trawl round the web, but can't find an answer to this specific problem - will let you know if i discovr anything.
    Lots of people seem to have problems because the relative url address has to be in relation to the html page, not the loading swf. All my files are in the same folder, so it;s not that. Also, the problem occurs whether running from my hard drive or web server.

  • Flash files using php

    I'm working on a site using php. When I place flash files in
    the page, I can view it with no problems. It's another story when I
    load everything up on a server. All I see is a white box where the
    flash movie is. I'm using Dreamweaver CS3 on a MacBook Pro. Any
    advice I can get would be much appreciated.

    You have a number of problems on that page.
    1. The Flash in the banner appears but the Flash in the body
    does not. I'm
    not sure why, but will examine further.
    2. The menu will fall behind the Flash element in the body
    when it expands.
    This will render your site non-navigable.
    3. Because you have used all-javascript menus, your site will
    not be
    spiderable by search engines, since they cannot find the
    links in the
    submenus when it is embedded in the javascript.
    4. Also, because of those menus, you render your page
    non-accessable, since
    screen assistive devices do not render javascript. In
    addition, anyone
    coming to your site with javascript disabled will not be able
    to navigate
    it.
    You can maybe deal with #1 by reading this -
    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    As for the rest, you should always have redundant, plain text
    navigation
    available on your site (or a plain text link to a sitemap
    page). But there
    are ways to do those menus where none of this is a problem -
    I'd rather see
    you use those methods than this one (which is also a ton of
    code).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jeremygouine" <[email protected]> wrote in
    message
    news:[email protected]...
    > Here is the link:
    >
    >
    http://glowingtreeproductions.com/BCS/media.php
    >
    > This is not the particular page it is going on, but it
    should suffice for
    > the
    > moment. I have a friend who got it working, but he said
    he didn't do
    > anything
    > I wasn't already doing. So, I have no clue. The biggest
    problem for me
    > is I
    > can't get any Flash files to work when they are uploaded
    on my server. I
    > appreciate all the help I can get.
    >

  • Auto save Flash file / Save target as

    Is there a way to put a Flash file on a page and
    automatically prompt the user to "save target as" when they click
    on the link? I am posting the file and a link below to the Flash
    file. I'm hoping to set it up so that when the user clicks on the
    link, they are automatically prompted to "save target as", but not
    sure if this is possible. Help, suggestions? Thanks in
    advance.

    ip the file you want to be downloaded - then point to the
    zipped file.
    --> Adobe Certified Expert *ACE*
    --> www.mudbubble.com
    --> www.keyframer.com
    flash nubee wrote:
    > Is there a way to put a Flash file on a page and
    automatically prompt the user
    > to "save target as" when they click on the link? I am
    posting the file and a
    > link below to the Flash file. I'm hoping to set it up so
    that when the user
    > clicks on the link, they are automatically prompted to
    "save target as", but
    > not sure if this is possible. Help, suggestions? Thanks
    in advance.
    >

  • Flash File

    I'm making a website with a flash file that opens when you
    first visit the website and it covers the whole screen, how do i
    make this disapear after it plays. Also is there a way to only make
    it play the first time someone visits my sit? (only play when home
    page is reached first time, not every time the user revisits the
    home page). Anything would be a huge help.

    Once simple way is to create a copy of your index page call
    it home.html and
    within the site make the links point at that page. Modify the
    flash file for
    that page to prevent it from playing. Another way is to use a
    preloader
    sequence which uses scripting to tell if a movie has been
    played ie is it at
    frame 1 or frame 100. If at 100 don't play if at 0 do.
    Your other problem can be cured within the flash coding as
    has been
    suggested.
    check out the flash and swish scripting forums
    cheers
    Ian
    "Waterboy550" <[email protected]> wrote in
    message
    news:e8pori$ian$[email protected]..
    > I'm making a website with a flash file that opens when
    you first visit the
    > website and it covers the whole screen, how do i make
    this disapear after
    > it
    > plays. Also is there a way to only make it play the
    first time someone
    > visits
    > my sit? (only play when home page is reached first time,
    not every time
    > the
    > user revisits the home page). Anything would be a huge
    help.
    >

Maybe you are looking for

  • SAP Service Not Starting in BI 7.0

    Hi All, Today morning my BI 7.0 server restarted twice automatically, then I started the server in last known good configuration after that when I tried to start the server from SAP MMC it didn't started and when i checked the sap service in services

  • How to turn a pdf file into excel document and keep original format

    I Have an excel bid form that i use all the time ,then i convert it into a PDF  And once in a while i need to add something to it  I paid for acrobat but when i try to turn the PDF back into an excel document the format is changed , the columns are i

  • Trouble With a Wi-Fi Network

    Here's my situation, Y've got a password to access to a Wi-fi Network at my school, Then, When i put the password and Tap Rejoin, It start loading, But it never stoping... It give me only a Ip Address and the Subnet. So i don't have the Router and DN

  • Oracle report output in MS Excel sheet version used oracle apps 11.5.9

    Hi guys, I need ur help........plz tell me how to convert rdf report output in excel sheet format currently it come in pdf format. actually oracle apps version 11.5.9 there is no option for xml publisher report that's why i m facing prob. used: repor

  • Loading FXG fragments inside FP10

    Hi all, I want to consider an application where fragments of FXG (xml design markup as generated by, say, Illustrator) are stored in a database, then loaded by ActionScript code running inside FP10 in the browser and rendered. For example, the FXG co