How to embedded Flash within Portals ?

Hello SDNers,
Can anybody guide me how to embedd a flash image within Portals pages (JSPDynpage applications).
I hope there is a way to embed flash in Portals ? Please, provide me documents.
Any help would be highly appreciated in this regards. Looking forward to your responses.
Best Regards,
Anil.

Hi,
Embed your Flash file (.swf) to HTML file first, then check the code for that object from HTML source and copy paste that code within your .jsp file.
You can have your .swf file in KM or somewhere else in Portal OR add it to your .par file. It's up to you basically..
Hope this helps
Kind regards,
Ville

Similar Messages

  • How to view flash embedded crystal reports?

    Dear Experts,
    I created a simple flash (SWF) file using xcelsius 2008 & Crystal Report Data Consumer data connectivity.
    I embedded this flash object in a crystal report and checked the preivew. Every thing works fine in the Crystal Reports preview.
    But when I opened in my CR viewer for the same crystal report having flash file embedded, the flash files are not shown at all (checked with downloaded CR Viewer and my application viewer).
    After searching this forum and related documentation, I came to know from Crystal Reports 2008 FAQ that Crystal Reports 2008 Viewer (.NET winform viewer)- Doesnu2019t supports embedded Flash and and .NET WebForm viewers supports Crystal Reports with embedded flash.
    I tried exporting to HTML format to see whether my flash files are working. Yes it is working in HTML exported. So, is it is using .Net WebForm viewer to display HTML exported files.
    Is .Net WebForm viewer available as a seperate download?
    Thanks in advnace for your help.
    Regards
    Satish

    Hi Satish,
    The .Net WebForm viewer isn't available as a separate download. When Crystal Reports Developer is installed then the  .Net WebForm viewer gets integrated with Visual Studio automatically.
    Please try with the Crystal Reports Developer version and update us if you have any further queries.
    Thanks!

  • How to make the bookmark work within portal

    Dear all,
      as we know, when we click bookmark button, the system will generate a url with bookmark id in the address bar. But within portal, since the query is only treated as an iview, the generated url will not display in the address bar.
      another question is, when we use this bookmark address, it will leave to global ie level from the portal screen.

    This is a copy of 0QUERY_TEMPLATE that includes code to add to ie favorites. You can get the url from the document within the portal frame and add it to IE. you can do this with a singular button or multiple buttons. Similarly, you can add this logic to the 0ADHOC template in BW 3.5 and add a button there...
    <!-- Set the data provider --->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DP"/>
             <param name="QUERY" value="0D_FI_C02_Q001"/>
             <param name="INFOCUBE" value="0D_FI_C02"/>
             <param name='HELP_SERVICE' value='ZPRINTING'/>
             <param name='HELP_SERVICE_CLASS' value='Z_PRINT_HELP_SERVICE'/>
             DATA_PROVIDER:             DP
    </object>
    <!-- Output area --->
    <html>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="ZPD_QUERY_TEMPLATE"/>
             <param name="MENU_FILTER_ON_AXIS" value="X"/>
             <param name="MENU_DRILL_UP" value="X"/>
             <param name="MENU_EXCHANGE_OBJECTS" value="X"/>
             <param name="MENU_SWITCH_AXIS" value="X"/>
             <param name="MENU_HIERARCHY_DRILL" value="X"/>
             <param name="MENU_HIERARCHY_STATE" value="X"/>
             <param name="MENU_CALCULATE_RESULT" value="X"/>
             <param name="MENU_CALCULATE_VALUE" value="X"/>
             <param name="MENU_CUMULATE_VALUE" value="X"/>
             <param name="MENU_DISPLAY_DOCUMENT_SELEC" value="X"/>
             <param name="MENU_EXPORT_TO_CSV" value="X"/>
             <param name="MENU_EXPORT_TO_XLS" value="X"/>
             <param name="MENU_BOOKMARK_WITH_DATA" value="X"/>
             <param name="MENU_PERSONALIZE" value="X"/>
             <param name="MENU_CHARACTERISTIC_PROPERTIES" value="X"/>
             <param name="MENU_VALUE_PROPERTIES" value="X"/>
             <param name="MENU_QUERY_PROPERTIES" value="X"/>
             <param name="MENU_VARIABLE_SCREEN" value="X"/>
             <param name="MENU_CURRENCY_CONVERSION" value="X"/>
             <param name="MENU_ENHANCED" value=""/>
             <param name="CMENU_LABEL" value="Print"/>
             <param name="CMENU_FUNCTION" value="callPrintHelpService"/>
             TEMPLATE PROPERTIES
    </object>
    <head>
    <!-- Query description in the window title bar --->
    <title>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TITLE"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="ELEMENT_NAME" value="REPTXTLG"/>
             ITEM:            TITLE
    </object>
    </title>
    <!-- Javascript Enhancement of Printing via Context Menu--->
    <script language=javascript>
             function callPrintHelpService(parameter, cell_type, filter, parameter1, parameter2, item, dataprovider, x, y)
                      var url = SAP_BW_URL_Get();
                      url = url + "&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=ZPRINTING&DATA_PROVIDER="+dataprovider;
                      window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
    </script>
    <!-- Javascript Enhancement to choose a stylesheet--->
    <script language="JavaScript" type="text/JavaScript">
             function MM_jumpMenu(targ,selObj,restore)
                      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
                      if (restore)
                               selObj.selectedIndex=0;
    </script>
    <!-- Javascript Enhancement to mouseover is brighter-->
    <script language="JavaScript">
             function makevisible(cur,which)
                      strength=(which==0)? 1 : 0.2
             if (cur.style.MozOpacity)
                      cur.style.MozOpacity=strength
             else if (cur.filters)
                      cur.filters.alpha.opacity=strength*100
    </script>
    <!-- Javascript Enhancement to choose a stylesheet--->
    <script language="JavaScript" type="text/JavaScript">
             function MM_jumpMenu(targ,selObj,restore)
                      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
                      if (restore) selObj.selectedIndex=0;
    </script>
    <!-- BEGIN WAIT INDICATOR FUNCTION -->
    <script language="JavaScript">
             function waitIndicator()
                      if (document.all)
                               document.all('hidepage').style.visibility = 'hidden';
                      else
                               if (document.layers)
                                        document.hidepage.visibility = 'hidden';
                               else
                                        document.all.hidepage.style.visibility = 'hidden';
    </script>
    <!-- END WAIT INDICATOR FUNCTION -->
    <link href= "/sap/bw/Mime/Customer/StyleSheets/BWReports35.css" type="text/css" rel="stylesheet"/>
    </head>
    <body onLoad="waitIndicator()" class="BODY2" leftmargin=5 topmargin=10 link="#0063a4" alink="#0000ff" vlink="#455900">
    <!-- BEGIN WAIT INDICATOR -->
    <!-- add the following to the Web Template before the contents to be displayed -->
    <!-- NOTE: Change the background color and layer-background color within the DIV below -->
    <!-- to the template BG COLOR -->
    <!-- The wait indicator displays for the amount of time that it takes to render the complete -->
    <!-- html document in the browser.  Once the document is loaded, then the "Wait Indicator" -->
    <!-- is hidden -->
    <div id=hidepage style="Z-INDEX: 9999; LEFT: 5px; WIDTH: 100%; POSITION: absolute; TOP: 5px; HEIGHT: 100%; BACKGROUND-COLOR: #9dbbd7; layer-background-color: #9DBBD7">
      <table width="100%" height="100%">
        <tr>
          <td ALIGN="middle">Analyzing data...Please wait. <BR> <BR>
    <!-- change the path to the following image -->
            <IMG SRC="/sap/bw/Mime/Customer/Images/changing_infocube_final_R3.gif"></td>
        </tr>
      </table>
    </div>
    <!-- END WAIT INDICATOR -->
    <!-- Form to choose a Stylesheet --->
    <form name="form1" >
             <select name="menu1" size = '-1' onChange="MM_jumpMenu('parent',this,0)">                 
                      <option value="<SAP_BW_URL>"></option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/BWReports35.css'>">BW 3.5 Default Stylesheet</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/BWReports.css'>">BW 3.3 Default Stylesheet</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/BWReports_mediumfont_print.css'>">Black and White Stylesheet (medium font)</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/BWReports_smallfont_print.css'>">Black and White Stylesheet (small font)</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/Chrome_BWReports.css'>">Style Sheet "Chrome"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Highcontrast_BWReports.css'>">Style Sheet "Highcontrast"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/Highcontrastb_BWReports.css'>">Style Sheet "Highcontrast B"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Meadow_BWReports.css'>">Style Sheet "Meadow"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Mocha_BWReports.css'>">Style Sheet "Mocha"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/Polarwind_BWReports.css'>">Style Sheet "Polarwind"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Rosewood_BWReports.css'>">Style Sheet "Rosewood"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Sage_BWReports.css'>">Style Sheet "Sage"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/Streamline_BWReports.css'>">Style Sheet "Streamline"</option>
             </select>
    </form>
    <!-- Body consists of 3 parts: Headline, Toolbar, Items --->
    <table cellpadding="0" cellspacing="0" border="0" class="SAPBEXBorderFlexBox" width="612">
    <tr><td>
    <table width="100%" class="SAPBEXFlexBoxStdBg" cellpadding="0" cellspacing="0" border="0" >
    <tr>
    <!-- Headline: Query description --->
    <td width="600" class="SAPBEXtitle" tabIndex="0">
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="Headline"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="ELEMENT_NAME" value="REPTXTLG"/>
             ITEM:            Headline
    </object>
    </td></tr>
    <tr>
    <td  class="SAPBEXWHLoffset" style="BACKGROUND-COLOR: #ffffff"> </td>
    </tr>
    <!-- Toolbar --->
    <tr><td style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px"
             >
    <table cellspacing="0" cellpadding="1" border="0" class="SAPBEXNavLineBorder" width="450"><tr><td width="100%">
    <table border=0 cellspacing=0 cellpadding=5 width="100%"><tr>
    <!-- Display ALL --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR8*&MULTI=X&HIDDEN=&CLOSED=X'>"><IMG onmouseover=makevisible(this,0) style  ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Display Full Options" src="Mime/BEx/Icons/imo_geo_south.gif" border=0 ></A></td>
    <!-- Display table and nav block --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR1*&MULTI=X&HIDDEN=''>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="622">" src="Mime/BEx/Icons/S_B_TVAR.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Query Properties--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL DATA_PROVIDER='DP'  CMD='PROCESS_HELP_WINDOW' HELP_SERVICE='QUERY_PROPERTIES'>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Query Properties" src="Mime/BEx/Icons/b_crystal.gif" border=0 ></A></td>
    <!-- Display Infos --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR3*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="T70">" src="Mime/BEx/Icons/S_B_TXDP.gif" border=0 ></A></td>
    <!-- Back --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='BACK' DATA_PROVIDER='DP' ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR1*&MULTI=X&HIDDEN=''>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Back" src="Mime/BEx/Icons/s_geo_west.gif" border=0 ></A></td>
    <!-- List Documents--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR9*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Display Documents" src="Mime/BEx/Icons/s_f_nxtp.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Display Bar Chart--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR1GR2GR6GR7GR8NavBlock
    &HIDDEN=' CMD_3='ITEM=GR1GR2GR6GR7GR8Table&HIDDEN=' CMD_2='CMD=RESET_ITEM&ITEM=GR2Chart&WIDTH=600&HEIGHT=400&HIDDEN=&ITEM_ID=0QUERY_TEMPLATE_COLUMNSTACKED&GENERATE_CAPTION='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="657">" src="Mime/BEx/Icons/S_GISBAR.gif" border=0 ></A></td>
    <!-- Display Pie Chart--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR1GR2GR6GR7GR8NavBlock
    &HIDDEN=' CMD_3='ITEM=GR1GR2GR6GR7GR8Table&HIDDEN=' CMD_2='CMD=RESET_ITEM&ITEM=GR2Chart&WIDTH=600&HEIGHT=400&HIDDEN=&ITEM_ID=0QUERY_TEMPLATE_PIES&GENERATE_CAPTION='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="658">" src="Mime/BEx/Icons/S_GISPIE.gif" border=0 ></A></td>
    <!-- Display Line Chart--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR1GR2GR6GR7GR8NavBlock
    &HIDDEN=' CMD_3='ITEM=GR1GR2GR6GR7GR8Table&HIDDEN=' CMD_2='CMD=RESET_ITEM&ITEM=GR2Chart&WIDTH=600&HEIGHT=400&HIDDEN=&ITEM_ID=0QUERY_TEMPLATE_LINES&GENERATE_CAPTION='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="659">" src="Mime/BEx/Icons/lines.gif" border=0 ></A></td>
    <!-- Display 3D Bar Chart--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR1GR2GR6GR7GR8NavBlock
    &HIDDEN=' CMD_3='ITEM=GR1GR2GR6GR7GR8Table&HIDDEN=' CMD_2='CMD=RESET_ITEM&ITEM=GR2Chart&WIDTH=600&HEIGHT=400&HIDDEN=&ITEM_ID=0QUERY_TEMPLATE_3DCOLUMNS&GENERATE_CAPTION='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="660">" src="Mime/BEx/Icons/columns_3D.gif" border=0 ></A></td>
    <!-- Display Switch Axes --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='SWITCH_AXES' DATA_PROVIDER='DP'>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="312">" src="Mime/BEx/Icons/S_B_RESH.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Display Exceptions--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR4*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="281">" src="Mime/BEx/Icons/S_BWEXMO.gif" border=0 ></A></td>
    <!-- Display Conditions--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR5*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="282">" src="Mime/BEx/Icons/S_SUMMAR.gif" border=0 ></A></td>
    <!-- Display Dropdown Box--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR7*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style    ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Dropdown Box - Company Code" src="Mime/BEx/Icons/imo_filter_ddown.gif" border=0 ></A></td>
    <!-- Display Checkboxes--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR6*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style  ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Checkboxes - Key Figures" src="Mime/BEx/Publisher/GIFS/WebItem_Icons/CheckboxGroup_icon" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Display Variable Input --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='PROCESS_VARIABLES' VARIABLE_SCREEN='X'>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20);  moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="T76">" src="Mime/BEx/Icons/S_B_VARB.gif" border=0  valign="middle"></A></td>
    <!-- Query Definition --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='GR8QueryDesigner' HIDDEN=' '>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="320">" src="Mime/BEx/Icons/adhoc_querydesign.gif" border=0 ></A></td>
    <!-- Display Bookmark --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='BOOKMARK'>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="309">" src="Mime/BEx/Icons/bookmark.gif" border=0 ></A></td>
    <!-- Add to Internet Explorer Favorites --->
    <td class="SAPBEXNavLine"><A  href="javascript: window.external.AddFavorite(document.location, document.title)"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Add to IE Favorites" src="Mime/BEx/Icons/b_url.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Display Export Excel--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='EXPORT' FORMAT='XLS' DATA_PROVIDER='DP'>"><IMG onmouseover=makevisible(this,0) style ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="T77"> <SAP_BW_TEXT program="SAPLRRSV" key="T72">" src="Mime/BEx/Icons/S_X_XLS.gif" border=0 ></A></td>
    <!-- Display Export CSV--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='EXPORT' FORMAT='CSV' DATA_PROVIDER='DP'>"><IMG onmouseover=makevisible(this,0) style ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="T77"> <SAP_BW_TEXT program="SAPLRRSV" key="T73">" src="Mime/BEx/Icons/csv.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Suppress Repeated Texts--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL  ITEM='GR1GR2GR6Table' SUPPRESS_REPETITION_TEXTS='X'>"><IMG onmouseover=makevisible(this,0) style   ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Suppress Repeated Texts" src="Mime/BEx/Icons/S_S_NEGA.gif" border=0 ></A></td>
    <!-- Display Repeated Texts--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL  ITEM='GR1GR2GR6Table' SUPPRESS_REPETITION_TEXTS=''>"><IMG onmouseover=makevisible(this,0) style   ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Display Repeated Texts" src="Mime/BEx/Icons/S_S_POSI.gif" border=0 ></A></td>
    <!-- Display Print Preview--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL CMD="PROCESS_HELP_WINDOW" HELP_SERVICE="ZPRINTING" DATA_PROVIDER="DP">"><IMG onmouseover=makevisible(this,0) style ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Print Preview" src="Mime/BEx/Icons/S_B_LAYT.gif" border=0 ></A></td>
    </tr></table>
    </td></tr></table>
    <P> </P></td></tr>
            <TR>
              <TD class=SAPBEXWHLoffset style="BACKGROUND-COLOR: #ffffff"></TD></TR>
    <tr>
    <td  class="SAPBEXWHLoffset" style="BACKGROUND-COLOR: #ffffff"> </td>
    </tr>
    <!-- Items: 7 different Item GRoups
    GRoup 1: Table:  GR1GR2GR6GR8NavBlock + GR1GR6GR8Table
    GRoup 2: Chart:  GR1GR2GR6GR8NavBlock + GR2Chart
    GRoup 3: Infos:  GR3GR8TECommon + GR3GR8TEFilter + GR3GR8DFilter + GR3GRTEVariables
    GRoup 4: Exceptions: GR4GR8Exceptions
    GRoup 5: Conditions: GR5GR8Conditions
    GRoup 6: Checkboxes: GR6GR8Checkboxes + GR1GR2GR6GR7GR8NavBlock + GR1GR6GR7GR8Table
    GRoup 7: Checkboxes:GR7Dropdown + GR1GR2GR6GR7GR8NavBlock + GR1GR6GR7GR8Table
    GRoup 8: All
    GRoup 9: GR8GR9DocumentList
    NoGroup: Query Designer
    --->
    <tr><td style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px"
             >
    <!-- Query Designer: GR8QueryDesigner, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR8QueryDesigner"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_QUERY_DEF"/>
             <param name="HIDDEN" value="X"/>
             <param name="CLOSED" value="X"/>
             <param name="ON_EXECUTE" value="HIDE"/>
             <param name="ON_CLOSE" value="HIDE"/>
             <param name="DISPLAY_DATA_PROVIDER" value="DP"/>
             ITEM:            GR8QueryDesigner
    </object>
    <!-- Chart: GR2Chart, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR2Chart"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_CHART"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CAPTION" value="Bar Chart"/>
             <param name="CLOSED" value="X"/>
             <param name="HIDDEN" value="X"/>
             <param name="BORDER_STYLE" value="BORDER"/>
             ITEM:            GR2Chart
    </object>
    <!-- Common text symbols: GR3GR8TECommon, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR3GR8TECommon"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="HIDDEN" value="X"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T66"/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="SRDATE"/>
             <param name="ELEMENT_TYPE_2" value="COMMON"/>
             <param name="ELEMENT_NAME_2" value="ROLLUPTIME"/>
             <param name="ELEMENT_TYPE_3" value="COMMON"/>
             <param name="ELEMENT_NAME_3" value="MODTIME"/>
             <param name="ELEMENT_TYPE_4" value="COMMON"/>
             <param name="ELEMENT_NAME_4" value="MODUSER"/>
             <param name="ELEMENT_TYPE_5" value="COMMON"/>
             <param name="ELEMENT_NAME_5" value="SYUZEIT"/>
             ITEM:            GR3GR8TECommon
    </object>
    <!-- Static filter: GR3GR8TEFilter, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR3GR8TEFilter"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="HIDDEN" value="X"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T61"/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_VARIABLES" value=""/>
             ITEM:            GR3GR8TEFilter
    </object>
    <!-- Dynamic filter: GR3DGR8Filter, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR3GR8DFilter"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CLOSED" value="X"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="HIDDEN" value="X"/>
             ITEM:            GR3GR8DFilter
    </object>
    <!-- Variables: GR3GR8TEVariables, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR3GR8TEVarialbes"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="HIDDEN" value="X"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T71"/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_FILTERS" value=""/>
             ITEM:            GR3GR8TEVarialbes
    </object>
    <!-- Exceptions: GR4GR8Exceptions, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR4GR8Exceptions"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_EXCEPTION"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CLOSED" value="X"/>
             <param name="HIDDEN" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T64"/>
             ITEM:            GR4GR8Exceptions
    </object>
    <!-- Conditions: GR5GR8Conditions, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR5GR8Conditions"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_CONDITION"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T63"/>
             <param name="HIDDEN" value="X"/>
             ITEM:            GR5GR8Conditions
    </object>
    <!-- Conditions: GR7GR8Dropdown, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR7GR8Dropdown"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CAPTION" value="Dropdown - Company Code"/>
             <param name="CLOSED" value="X"/>
             <param name="HIDDEN" value="X"/>
             <param name="IOBJNM" value="0D_CO_CODE"/>
             ITEM:            GR7GR8Dropdown
    </object>
    <!-- Checkboxes: GR6GR8Checkboxes, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR6GR8Checkboxes"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_CHECBOX"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CAPTION" value="Checkboxes - Key Figures"/>
             <param name="CLOSED" value="X"/>
             <param name="HIDDEN" value="X"/>
             <param name="IOBJNM" value="DNOPDHJ2L2FK69CY8EOFV62YV"/>
             ITEM:            GR6GR8Checkboxes
    </object>
    <!-- Document List: GR8GR9DocumentList--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR8GR9DocumentList"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_DOC_LIST"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="Display Documents"/>
             <param name="HIDDEN" value="X"/>
             ITEM:            GR8GR9DocumentList
    </object>
    <!-- Navigational block: GR1GR2GR6GR7GR8NavBlock--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR1GR2GR6GR7GR8NavBlock"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             ITEM:            GR1GR2GR6GR7GR8NavBlock
    </object>   
    <!-- Data table: GR1GR2GR6GR7GR8Table--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR1GR2GR6GR7GR8Table"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             ITEM:            GR1GR2GR6GR7GR8Table
    </object>
    </td></tr>
    </table>
    </td></tr></table>
    </body>
    </html>

  • How to remove ' undefined exceptions', when export to excel within portal ?

    hi friends :
       when I export sth to excel within portal , there always appeared  'undefined exceptions' , sure . im not define excepthions but i do not wanna dislay it , coz it distoyed the the overall sense of the report , and others do not understand what's that mean
       i think it should be configured somewhere ?
       thanks very much :L

    Hello Bruce.
    I just want to clarify the situation that you are referring to...  Are you saying that when you log into the Infoview application and view a report, then click the "Export this report" button from the viewer.  Then it gives you all of the various "File Formats" that you can export to.  In that situation, you wish to only see PDF and Excel as options.
    If that is the situation that you are referring to, then there is no documented or supported way to remove the "File Formats" that can be exported to from the Crystal Reports viewer.  The Infoview application is a "black box" that is provided as-is by SAP BusinessObjects for customers to make use of.  For that reason, there is no documented way to make changes to it.
    Regards.
    - Robert

  • Can HTML affect embeded FLASH

    I am trying to find out if there is any way to have the HTML
    send informaion to the embedded FLASH file. I need to change 2
    peices of information on the FLASH file when it loads on the page
    (based on the page it comes up on.) Is there a way to have the HTML
    send a message to FLASH that says use "pic_2.jpg" or a way for
    Flash to look into the HTML to find its directive. Better yet, is
    there a way to let flash know what file it is within, and search
    the XML file based on the parameter of location? Please
    help.

    Hi adjourney,
    External images should work in the same way (via flashvars).
    You can do
    this in a two step process as you suggested, or directly via
    the
    embedding variables. I'll assume you want the simpler of the
    two so you
    would do something like this:
    The HTML embedding code would look like this:
    <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="354" height="63" id="myFlashThing" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="flashvars" value="imageFile=myImage.jpg"
    />
    <param name="movie" value="flashFile.swf" /><param
    name="quality"
    value="high" /><param name="bgcolor" value="#cccccc"
    /> <embed
    src="flashFile.swf" quality="high" bgcolor="#cccccc"
    width="354"
    height="63" name="forumLogo" align="middle"
    allowScriptAccess="sameDomain" allowFullScreen="false"
    flashvars="imageFile=myImage.jpg"
    type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    Notice that you need to include the file name two...once as a
    "param"
    and then again in the "embed" tag. This is done to compensate
    for
    differences between FireFox/Mozilla browsers and
    InternetExplorer-style
    browsers.
    In Flash, getting the image file name couldn't be easier. In
    ActionScript 2.0, this is simply available as:
    _level0.imageFile
    In ActionScript 3.0, this is available as:
    this.loaderInfo.parameters.imageFile from the class that's
    associated
    with the main movie clip (the Document class).
    Now you simply take this value and use a loadMovie or Loader
    instance to
    get your image.
    If you wanted to specify an XML file and then some identified
    within it,
    the flashvar would look something like this:
    xmlFile=data.xml&offset=5
    And this would be received as two separate values in Flash:
    _level0.xmlFile and _level0.offset (and the associated ones
    for AS 3).
    Of course this is a bit of overkill...if you're specifying a
    file and
    then hardcoding a link within that file...you might as well
    specify the
    file right off the top. But I guess that's up to you.
    Good luck,
    Patrick
    adjourney wrote:
    > It seems that through this I can change the text
    contents, but what if I wish
    > to point to an external image, and want to load that jpg
    into an empty movie
    > clip within Flash. How do I do that? I suppose I could
    assign a value to a
    > variable (say "image" = 5) and then look up the XML to
    pull the variable (grabs
    > image definition 5, and pulls the referenced image). Am
    I on the right track,
    > or am I shooting beyond capability (of my own I am sure
    - but what of Flash)?
    >
    http://www.baynewmedia.com
    Faster, easier, better...ActionScript development taken to
    new heights.
    Download the BNMAPI today. You'll wonder how you ever did
    without it!
    Available for ActionScript 2.0/3.0.

  • Embedded Flash in PHP - Need help!

    Hello everyone!
    We're having problems embedding Flash-files into our .php-files, so I thought the best place to ask for help would be the official Flash-forums :-) First of all, I'll let you know what exactly we're doing....
    We have a few flash-files which you should only be allowed to view once you're logged in and authenticated to our "portal". You can only view those files over some sort of JavaScript-Popup-Flashplayer thing (personally not too much into JS). The JS-Player requires the flash-files to be available over an exisiting URL (such as http://page.domain/flash/file.swf) - And this is where the whole problem begins...
    After hours of research and conversing with my collegues and the project-management, we decided to use the following technique to still keep those URLs for the JS-Player while preventing the user from simply accessing our "top secret flash movies" by typing in the URL in their browser...
    We move the Flash-folder to a location outside of our document root -> Flash-files can't be randomly accessed or downloaded via the URL.
    We use an Apache-plugin called "mod_rewrite" to rewrite/redirect URLs that look similar to http://page.domain/flash/*.swf to a PHP-file -> We can work with REQUEST_URI to see which flash-file the user wanted to view. Now, inside that PHP file we check wether the user is authenticated or not and either embed the flash-file into the PHP-file or redirect him to an error-page. In theory, the user could still view the flash-file over the URL (without even noticing PHP, since the URL stays http://page.domain/flash/file.swf, hence a perfect fake, no? ;-) ) and everything actually works exactly the way we wanted..........IN FIREFOX!
    Now we went live with our application and we had to realise that one of the only things we haven't tested in other browsers (this being one of them) don't work the way we want and instead of viewing/playing the film, we get to see a white window in the JS-Player, while it's trying to download a file called "filename_swf" (underscore instead of dot?) when you access the movie over the URL (http://page.domain/flash/file.swf).
    How we embed Flash into PHP:
    Headers + outputting the flash-files content....
    header('Content-Type: application/x-shockwave-flash');
    header('Expires: Thu, 01 Jan 1970 00:00:00 GMT, -1');
    header('Cache-Control: no-cache, no-store, must-revalidate');
    header('Pragma: no-cache');
    echo file_get_contents($request);
    As I said, this works just fine in Firefox, however we're sure most of our users will be using IE, in which it doesn't work at all. I personally believe we're missing some sort of header or we have to set a different header depending on the browser...so I thought the best place to ask about Flash Headers would be the actual flash forums. Maybe I'm even totally wrong and missing out something crucial and someone can point me in the right direction...
    Thanks!

    Thank you for your help.
    I have uploaded the skin to the same directory as the video.
    It's now showing. Do I have to reference it on the code?
    http://www.custommlmleads.com/test.html
    skin :
    http://www.custommlmleads.com/VIDEO/SkinUnderPlaySeekStop.swf
    Thank you

  • SRM system object within Portal: WAS settings with Webdispatcher

    Hello Portal experts,
    we have SAP EHP4 ERP system (only ABAP stack).
    In order to use some SRM functionality we installed SAP EP (EHP1) and creates a appropriate system object within portal.
    We use a  Webdispatcher, so we have to replace within WAS area the local address by the address of Webdispatcher and appropriated port (webserver:567).
    The tests of this system object looks as follows:
    The address of http://webserver:567 can be retrieved
    The problem are the results of following tests:
    http://webserver:567/sap/bc/ping
    http://webserver:567/sap/bc/webdynpro
    These errors occured because the both pathes /sap/bc/ping and /sap/bc/webdynpro do not exist on Portal/Java engine.
    Questions:
    How can we connect ABAP backend to Portal with extra Webdispatcher?
    What are the setting within WAS area?
    kind regards

    Hi Thom,
    Is your webdispatcher in front of your portal? or in front of the ICM of your Backend System?
    If the applications that you want to enable via your EP are of the type: WD for ABAP, BSP, IAC or ITS then you should also have a webdispatcher in front of your Backend System (in addition to on in front of your portal).
    Please check the following link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/9a9a6b48c673e8e10000000a42189b/frameset.htm
    On this page, scroll down to the last example. Although the image is there to explain "High Availability of the SAP Web Dispatcher" it gives you a good view on the request respond steps.
    One rule of thumb is that the EP system itself doesn't act as a reverse-proxy. In other words, if an iView points to a WD 4 ABAP application on the Backend then the actual WD4ABAP application is rendered in an iFrame.
    From a technical/connection point of view the client (browser) has 2 connections, one to the EP and 1 tot the Backend.
    Allot of people do not realize this when they start there project...
    Cheers, hope this helps you a bit....
    B

  • Embedding Flash in HTML using Dreamweaver - stopped working

    Hi all, not really sure what's going on, but I've done this many times before and it's worked fine.
    I've previously embedding Flash videos I've created in Premiere and/or converted using other software.  I simply drag and drop the Flash file where I want it and then adjust layout using code/design etc and that's it, job done.  It's always played back fine.
    Now for some reason I've tried doing it again this morning and can't figure it out.  When I preview the file it doesn't even show the video, but instead displays all the icons for the controls at once in a grid where the video is meant to be.  I've tried in IE, Firefox and Chrome, updated drivers, windows, Adobe, Flash etc all to no avail.
    I've even tried doing it in a blank HTML page in case some of the template I might have been using was interfering for some strange reason; still no luck.  What's even stranger is that a site I created last year is also now not displaying Flash (FLV) content locally, but is working fine on the server.
    Does anyone have any ideas?
    (CS5 Dw:V11 build 4993, Win7 64bit SP1)
    I've pasted the code from the blank HTML page.  It's probably something really simple that I've not noticed:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="360" id="FLVPlayer">
      <param name="movie" value="FLVPlayer_Progressive.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="scale" value="noscale" />
      <param name="salign" value="lt" />
      <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=biblical_small _flash/Welcome&amp;autoPlay=false&amp;autoRewind=false" />
      <param name="swfversion" value="8,0,0,0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="640" height="360">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="scale" value="noscale" />
        <param name="salign" value="lt" />
        <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=biblical_small _flash/Welcome&amp;autoPlay=false&amp;autoRewind=false" />
        <param name="swfversion" value="8,0,0,0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <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>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <script type="text/javascript">
    swfobject.registerObject("FLVPlayer");
    </script>
    </body>
    </html>

    Im' having a VERY similar problem with a few estra 'happy' moments. I have a blog (WP). On this simple and VERY basic blog (with almost NO plug ins) I have attempted to embed FLV videos with CS$ Dreamweaver code.
    (This code is different in CS$ than it was in earlier versions as it now calls to the FLVPlayer_Progressive.swf as the player and uses Flashvars to pass the value of the FLV. PReviously, it was four simple lines of code that pointed directly to the SWF)
    Here was my process - I encoded the files with AE and Media Encoder to end up with Transparent FLV's. These, I then setup in Dreamweaver so I could copy the embed code. On my first attempt, it worked PERFECTLY. I was testing one particular flv, got the code and inserted it into the blog page with some special CSS to position it.
    The movie played perfectly.
    Then things got weird.
    I was excited I had a solution, so I went to put another video on another page. No luck. The second page was playing the video from the first page. As if I had copied the same code, but I hadn't. I copied code that was 'pointing' to the new file, but for whatever reason, the new file would not play.
    I did EVERYTHING. I deleted all the pages and strted fresh. I deleted the FLV's and reuploaded them. I created different folders and put each flv in it and created index.html files for each (assuming possibly there was a hardcoded element in the FLVPlayer_Progressive.swf). I copied and pasted back and forth for nearly 6 hours.
    Nothing. Each time I would copy and paste code into a blog page, it would simply pull the original video.
    THEN....things got worse.
    I pulled one video off of the server, and now NONE work. I can't get ANY videos to play. Worse, I still have the 'express install' link showing.
    Ok, so here is what I am trying to figure out;
    Does the NEW DW CS4 code somehow have control over the file that is called? Further, HOW can I get more than one FLV to play across a whole blog site.
    Here is a link to one of the pages that HAS code but is calling NOTHING. And please know that I have left copies of the necessary files ALL over the server. So they are in the root, in the 'files' folder, in the talent folder and everywhere.
    Is there a conflict flash hits when there are multiple FLV's being called? Is there a way to do this? Please help....
    Thank you

  • Embeded Flash and Internet Explorer

    When try and access a page I have created with internet
    explorer composed of html with an embed .swf there is a white box
    that one has to click to then access the normal functions of the
    .swf. Is there any code to make it so this extra click to access
    the embeded flash does not have to happen? It does not happen in
    firefox or safari.

    Oh god .. here we go again .. Obviously someone has been
    living under a rock
    or on a deserted island for a few months :)
    This is due to Microsoft IE changes required to avoid
    infringing the
    (stupid) EOLAS patent. It applies to all Active-X control
    that can interact
    with the user.
    If you are viewing a web site, you cannot really do anything
    to fix it,
    except complain to the web master
    Here is a link to find information on how to fix your website
    to cope with
    the Active-X active content changes:
    http://www.justfuckinggoogleit.com?q=activecontent+IE+ActiveX+Change
    Jeckyl
    (If that does not redirect, just go to
    http://activecontent.blogspot.com)

  • How to upgrade Flash Player in Windows 8.1 Pro

    I have windows 8.1 pro with IE 11 and the news video won't be able to play online. The error message is "Sorry, Clip not found...Media not found". It gives only an option to click 'OK' and the screen stays black. I am sure the video is OK, because I can run it on Windows 7.
    I contacted Microsoft Support and they suggested I upgrade my flash player. My flash player version is 13.0.0.206 and the lasts is 13.0.0.214. I tried to upgrade and it says "Flash player is integrated in Windows 8" and no option to install it.
    I also tried uninstall Flash player with Uninstall Flash Player tool but it did not uninstall Flash even though the message said 'uninstalled successfully'.
    In brief, how do I correct 'Sorry, clip not found. Media not found' when I play online video? This is a news video, not movie or youtube and how do I upgrade Flash on Windows 8.1 with IE 11.
    Thank You.

    Hi Texan,
    Microsoft embeds Flash Player in Internet Explorer on Windows 8.x systems and you can only update Flash Player for IE by updating Internet Explorer.  Microsoft releases Internet Explorer updates whenever there is a Flash Player update (usually monthly).  To update your version of Internet Explorer go to Control Panel > All Control Panel Items > Windows Update > Check for Updates.  Since you don't have the latest version of Flash Player, it should find the 'Security Update for Internet Explorer Flash Player for Windows 8.1 (KB2957151)' released May 13, 2014.  Alternatively, the URL for this specific download is http://support.microsoft.com/kb/2957151.
    If you also have other non-IE browsers, you can install/update Flash Player by going to http://get.adobe.com/flashplayer using the non-IE browser and the page will present you with the appropriate version for the OS and browser.
    Maria

  • How to put Flash video game onto inDesign PDF file and Website page or link?!

    I am making a video game using Adobe Flash 2.0. I need to be able to show what I have through a website (my portfolio) and/or insert it into an interactive Indesign PDF file. The game needs to be able to be played and be used and tested by whoever I send the pdf file to, or whoever is would be view my the site I post it on. I have attempted many different ways to put my game onto my website (cargocollective) and Indesign, but nothing is working! I need help.
    For example I need my game to be placed on the website page, and on the pdf document as an image. When it is clicked on I need it to start so people can play the game. I don't know how to do this and I would really love and need to know how! Thanks.

    Flash should be able to publish an html page which will provide the web page code needed for embedding the swf.  The page it publishes should be sufficient for planting on a server unless you plan to dress it up with other content as well.
    As far as incorporating Flash content into a PDF using InDesign goes, you are best to ask questions about using InDesign in the InDesign forum.  Here is a link to the Overview page whee you can pick which forum applies best to your situation:
    InDesign

  • HELP! Embedding Flash with Dreamweaver CS4

    Hello i'm have issues with CS4 embedding Flash FLV's.
    It won't show up when it's on the server but it's working
    locally.
    i've uploaded all the files in the scripts folder and the swf
    skin files.
    But it still won't work server-side.
    I did not have this issue with dreamweaver CS3 as i've found
    that Dreameaver CS4 seems to
    change how the code of how the .FLV is embedded
    any ideas??
    or is anyone else having this issue?
    thanks
    Jordan
    here's is my current test page link with a sample flv video:
    http://www.lambethdesktop.com/flashtest/index.html
    i've also attached the code of the html page it has been
    embedded in.

    This script appears to be missing (or uploaded to the wrong
    folder)
    http://www.lambethdesktop.com/Scripts/swfobject_modified.js
    "chilversj" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello i'm have issues with CS4 embedding Flash FLV's.
    > It won't show up when it's on the server but it's
    working locally.
    > i've uploaded all the files in the scripts folder and
    the swf skin files.
    > But it still won't work server-side.
    > I did not have this issue with dreamweaver CS3 as i've
    found that
    > Dreameaver
    > CS4 seems to
    > change how the code of how the .FLV is embedded
    >
    > any ideas??
    > or is anyone else having this issue?
    > thanks
    > Jordan
    >
    > here's is my current test page link with a sample flv
    video:
    >
    http://www.lambethdesktop.com/flashtest/index.html
    >
    > i've also attached the code of the html page it has been
    embedded in.
    >
    >
    >
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8">
    > <title>Untitled Document</title>
    > <script src="Scripts/swfobject_modified.js"
    > type="text/javascript"></script>
    > </head>
    >
    > <body>
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320"
    > height="240" id="FLVPlayer">
    > <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    > <param name="quality" value="high">
    > <param name="wmode" value="opaque">
    > <param name="scale" value="noscale">
    > <param name="salign" value="lt">
    > <param name="FlashVars"
    >
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=http:
    >
    //theharnessedge.com/fcys/FCYS08.28.08&amp;autoPlay=true&amp;autoRewind=false"
    > />
    > <param name="swfversion" value="8,0,0,0">
    > <!-- This param tag prompts users with Flash Player
    6.0 r65 and higher
    > to
    > download the latest version of Flash Player. Delete it
    if you don?t want
    > users
    > to see the prompt. -->
    > <param name="expressinstall"
    value="Scripts/expressInstall.swf">
    > <!-- Next object tag is for non-IE browsers. So hide
    it from IE using
    > IECC.
    > -->
    > <!--[if !IE]>-->
    > <object type="application/x-shockwave-flash"
    > data="FLVPlayer_Progressive.swf" width="320"
    height="240">
    > <!--<![endif]-->
    > <param name="quality" value="high">
    > <param name="wmode" value="opaque">
    > <param name="scale" value="noscale">
    > <param name="salign" value="lt">
    > <param name="FlashVars"
    >
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=http:
    >
    //theharnessedge.com/fcys/FCYS08.28.08&amp;autoPlay=true&amp;autoRewind=false"
    > />
    > <param name="swfversion" value="8,0,0,0">
    > <param name="expressinstall"
    value="Scripts/expressInstall.swf">
    > <!-- The browser displays the following alternative
    content for users
    > with
    > Flash Player 6.0 and older. -->
    > <div>
    > <h4>Content on this page requires a newer version
    of Adobe Flash
    > Player.</h4>
    > <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>
    > <!--[if !IE]>-->
    > </object>
    > <!--<![endif]-->
    > </object>
    > <script type="text/javascript">
    > <!--
    > swfobject.registerObject("FLVPlayer");
    > //-->
    > </script>
    > </body>
    > </html>
    >

  • 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)!

  • Embedded Flash from Justin.tv on my website

    I am streaming a couple of ip camera's via Xsplit to Justin.TV. To show  the footage on my Joomla website I use the embedded flash code. My goal  is to show the video stream without any black bars above, under or at  the sides.
    I have two examples that work reasonable well:
    camera 1: resolution 640 x 480 => Xsplit setting 640 x 480 (4:3). On  my website I use the embedded flash code from justin.tv. and use  following settings : 600 x 480 (5:4) .
    camera 2: resolution 704 x 576 => Xsplit setting 704 x 576 (11:9). On  my website I use the embedded flash code and use following settings :  600 x 520 (15:13).
    Links for the footage:
    http://www.plett.tv/monkeyland-live.html (640 x 480) => jtv channel = monkeylandplett
    http://www.plett.tv/albergo-now-live.html ( 600 x 520) => jtv channel = albergolm
    My question is following:
    What happens on the way from Justin.TV to an embedded Flash video on my website.
    How does 4:3 become 5:4 and how does 11:9 become 15:13. What is the formula behind it? How does this work?
    I would also appreciate a pointer to a website that can explain this in layman's terms.
    Leslie

    Hi Chris,
    I expected an answer but my question has been on justin.tv and xsplit forum
    for two days. No reactions at all.
    Kind regards,
    Leslie

  • Which versions of Acrobat reader supports embedded Flash content?

    I was wondering which versions of Acrobat supports Flash files (or Flash content) that might be found embedded within PDF files?
    Specifically, does version 6, 7 or 8 have this capability?

    The wikipedia entry for Adobe Acrobat says this regarding Acrobat reader version 9:
    "Insert FLV (Flash) or H.264 video for direct playback in Adobe Acrobat and Adobe Reader."
    The way I read that, it says that the ability to handle pdf files with embedded flash content was introduced with Acrobat reader version 9, and did not exist in earlier versions of Acrobat reader.
    So are you sure that older Acrobat reader versions (specifically, version 6) is capable of correctly handling flash content embedded within a pdf file?

Maybe you are looking for

  • Adobe Reader Error in Opening PDF Form

    Why do I get this error message when I try to open PDF Application Form using Adobe Reader? "Error encountered while processing node xfa[0].form[0].form1[0].#subform[5].ApplicationEligibility[0]. Unable to find suitable font for Japanese encoding."

  • Reply button wont work

    I hit reply to an email or forward - no new window appears delete and junk buttons work fine also when I try to type letters - machine accepts the first two or three letters and then no more letters appear I had this problem on my old machine [ power

  • Can I purchase Apple Care after one year of warranty?

    I Purchased my iPod over a year ago. There is currently nothing wrong with it, however Ive previously had to send the iPod for repairs.(Center Button Broke)I find apple products have the tendency to break after a year or more of use!! So to keep safe

  • White space right-hand side background image

    Hello, When I see my website on a Iphone I have a white space on the right-hand side Can someone tell me how I can fix this? Best regards, Bastian

  • Is there any release plan for Flash Builder?

    Hi, does anybody know when Adobe plans to release Flash Builder 4 (at least aproximately)? Should it be this year 2010? Thanx, pyso