Integrating flash videos into shopping cart

Hi everyone,
Absolute flash newbie talking here so please be patient.
I have shopping cart we sites and want to show a number of
flash videos per product. The titles may differ per product or in
some cases a product will show the same video as another product.
What I would like to achieve is the integration of a flash
player (with thumbnail list of videos) into the shopping cart.
Somewhere I can manage a list of videos and relate them to
products, and when a customer selects a product page the relevant
product videos are listed in the players thumbnail list and they
can select what they want to view from that list of relevant vids.
The things I think I do know are:
* In addition to our web server of the shop content, I will
need to have a streaming server set-up - I have started with a
hosting FMIS.
What I have no idea about is:
* Is there an off the shelf product that can do this for me?
I don't really want to become a flash expert nor buy every flash
authouring product required to build something myself. I would
really like to just purchase an off the shelf player solution with
admin tool, and encoding software to convert current videos to flv.
Any guidance is greatly appreciated and eagerly
awaited

Hi
To answer your query, Adobe muse is just a website designing software where you develop websites without writing any code, the option you looking for is more specific to the hosting provider and if you using third part hosting, you may want to get in touch with them to know how you may connect the same to their service.
By any chance, If you are hosting site with Business catalyst, you may want to refer to : Integrating Intuit QuickBooks with your site to know how you may integrate tool like Quick books to manage orders placed on your site.
I hope this helps.

Similar Messages

  • Problem inserting Flash video into DW CS3 template

    I would like to insert some flash video into an editable
    region inside a DW CS3 template. The template I am using seems to
    work for literally hundreds of other pages I have made (none of
    which, incidentally, have any media of any kind in them).
    I have created the template and then an editable region and
    now want to insert the flash video in that editable region. All
    goes well until I hit the OK button. then I get this error--Making
    this change would require changing code that is locked by a
    template or translator The change will be discarded.
    Can anyone suggest how I might over come this error??
    Thx.
    Jane

    The problem is the detection option in the video insertion
    dialog. If you
    disable that option, you will not get the error.
    This is a problem because the detection routine requires a
    modification to
    the <body> tag (insertion of an onload event) which you
    cannot easily do in
    a template child page.
    If you really must have the detection, then you can copy and
    past the load
    call from a dummy (non-templated) page on which you have also
    done the same
    insertion. Post back with that page's body tag code, and I'll
    show you
    how....
    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
    ==================
    "Jane Smith 2300" <[email protected]> wrote
    in message
    news:fehcup$e6u$[email protected]..
    > Further to my post before--The .htm that I am trying to
    insert the Flash
    > video
    > (converted an AVI file using Flash video encoder) was
    built from a .dwt.
    >
    > The template page has several editable regions in it.
    There is also CSS.
    > formatting the document. I am trying to insert the Flash
    video into one
    > of the
    > editable regions.
    >
    > I have no problem installing the video in a page not
    built with a template
    > or
    > without css..
    >
    > Thanks for any help you can provide.
    >
    > jane
    >

  • Help inserting a flash video into my web page

    Hello!
    I'd love some help inserting a flash video into my web page. My web page is hosted by Viviti, templated, and edited online. I can add html to it, and I have the html source for my flash video. I also have uploaded the flash file to the server. Since I am very html illiterate, though, I need some help rewriting the html script so it can be published. There are two problems- firstly, no 'headers' or 'body' allowed in the script- these are already a part of the template. Secondly, I don't know how to rewrite it to refer to the uploaded files. It's also imperative that the full screen mode functions. I've pasted the source code for the flash video here. Please help!!!
    Thanks!
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Drag and drop labelling</title>
    <script language="JavaScript" type="text/javascript">
    <!--
    //v1.7
    // Flash Player Version Detection
    // Detect Client Browser type
    // Copyright 2005-2008 Adobe Systems Incorporated.  All rights reserved.
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    function ControlVersion()
         var version;
         var axo;
         var e;
         // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry
         try {
              // version will be set for 7.X or greater players
              axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
              version = axo.GetVariable("$version");
         } catch (e) {
         if (!version)
              try {
                   // version will be set for 6.X players only
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
                   // installed player is some revision of 6.0
                   // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,
                   // so we have to be careful.
                   // default to the first public version
                   version = "WIN 6,0,21,0";
                   // throws if AllowScripAccess does not exist (introduced in 6.0r47)          
                   axo.AllowScriptAccess = "always";
                   // safe to call for 6.0r47 or greater
                   version = axo.GetVariable("$version");
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 4.X or 5.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                   version = axo.GetVariable("$version");
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 3.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
                   version = "WIN 3,0,18,0";
              } catch (e) {
         if (!version)
              try {
                   // version will be set for 2.X player
                   axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
                   version = "WIN 2,0,0,11";
              } catch (e) {
                   version = -1;
         return version;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function GetSwfVer(){
         // NS/Opera version >= 3 check for Flash plugin in plugin array
         var flashVer = -1;
         if (navigator.plugins != null && navigator.plugins.length > 0) {
              if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
                   var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                   var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
                   var descArray = flashDescription.split(" ");
                   var tempArrayMajor = descArray[2].split(".");               
                   var versionMajor = tempArrayMajor[0];
                   var versionMinor = tempArrayMajor[1];
                   var versionRevision = descArray[3];
                   if (versionRevision == "") {
                        versionRevision = descArray[4];
                   if (versionRevision[0] == "d") {
                        versionRevision = versionRevision.substring(1);
                   } else if (versionRevision[0] == "r") {
                        versionRevision = versionRevision.substring(1);
                        if (versionRevision.indexOf("d") > 0) {
                             versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));
                   var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
         // MSN/WebTV 2.6 supports Flash 4
         else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
         // WebTV 2.5 supports Flash 3
         else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
         // older WebTV supports Flash 2
         else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
         else if ( isIE && isWin && !isOpera ) {
              flashVer = ControlVersion();
         return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
         versionStr = GetSwfVer();
         if (versionStr == -1 ) {
              return false;
         } else if (versionStr != 0) {
              if(isIE && isWin && !isOpera) {
                   // Given "WIN 2,0,0,11"
                   tempArray         = versionStr.split(" ");      // ["WIN", "2,0,0,11"]
                   tempString        = tempArray[1];               // "2,0,0,11"
                   versionArray      = tempString.split(",");     // ['2', '0', '0', '11']
              } else {
                   versionArray      = versionStr.split(".");
              var versionMajor      = versionArray[0];
              var versionMinor      = versionArray[1];
              var versionRevision   = versionArray[2];
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
              if (versionMajor > parseFloat(reqMajorVer)) {
                   return true;
              } else if (versionMajor == parseFloat(reqMajorVer)) {
                   if (versionMinor > parseFloat(reqMinorVer))
                        return true;
                   else if (versionMinor == parseFloat(reqMinorVer)) {
                        if (versionRevision >= parseFloat(reqRevision))
                             return true;
              return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '<object ';
        for (var i in objAttrs)
          str += i + '="' + objAttrs[i] + '" ';
        str += '>';
        for (var i in params)
          str += '<param name="' + i + '" value="' + params[i] + '" /> ';
        str += '</object>';
      else
        str += '<embed ';
        for (var i in embedAttrs)
          str += i + '="' + embedAttrs[i] + '" ';
        str += '> </embed>';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();   
        switch (currArg){     
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":     
            args[i+1] = AC_AddExtension(args[i+1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="JavaScript" type="text/javascript">
         AC_FL_RunContent(
              'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
              'width', '720',
              'height', '440',
              'src', 'Drag and drop labelling',
              'quality', 'medium',
              'pluginspage', 'http://www.adobe.com/go/getflashplayer',
              'align', 'middle',
              'play', 'true',
              'loop', 'true',
              'scale', 'showall',
              'wmode', 'window',
              'devicefont', 'false',
              'id', 'Drag and drop labelling',
              'bgcolor', '#ffffff',
              'name', 'Drag and drop labelling',
              'menu', 'true',
              'allowFullScreen', 'true',
              'allowScriptAccess','sameDomain',
              'movie', 'Drag and drop labelling',
              'salign', ''
              ); //end AC code
    </script>
    <noscript>
         <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="720" height="440" id="Drag and drop labelling" align="middle">
         <param name="allowScriptAccess" value="sameDomain" />
         <param name="allowFullScreen" value="true" />
         <param name="movie" value="Drag and drop labelling.swf" /><param name="quality" value="medium" /><param name="bgcolor" value="#ffffff" />     <embed src="Drag and drop labelling.swf" quality="medium" bgcolor="#ffffff" width="720" height="440" name="Drag and drop labelling" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
         </object>
    </noscript>
    </body>
    </html>

    What you basically need to do is copy the sections of content from the code you show into the template (assuming the template already provides the <head> and <body> sections of the page.  So in the head section of what you show, take everything starting with...
    <script language="JavaScript" type="text/javascript">
    all the way down thru...
    </script>
    , inclusive (in the head section only), and paste that into the head section of your template.
    Similarly, take everything that lies between the <body> ... </body> tags (exclusive of the body tags) and paste it into the body section of your template wherever you plan to display the Flash file.

  • Flow of  PR Header text  into Shopping Cart

    Hi Friends,
    i have one requirement , i want flow PR Header text  into Shopping Cart  in custom text box ,  can any one have any idea on this, please let me know
    Thnx
    kumar Srin

    Hi,
    I guess this is not supported in the standard SRM. Try checking the text schema customizing in SPRO.
    regards,
    Girish

  • How to jump into shopping cart from ERP

    Hi All,
    I am working on utilities report in SRM server, If I execute the report the shopping cart per product will display at the output in ALV.
    If I click on the Transaction number the needs to Jump into shopping cart.
    Could any one please suggest me how to do this requirement.
    Thanks and Regards,
    Praba

    Hi Praba,
    It might be best to provide details on where you currently are with this project, i.e. is all you are looking for the WD Component to call to open shopping cart status or do you already have this but calling it results in runtime error or similar?
    It is very important to include all the details rather than asking  something like 'suggest me how to do this requirement', this indicates to the general community that you have not even tried yourself to do this and if the issue is that you are unable to code such a task then you should raise a thread in the relevent ABAP forums.
    Regards,
    Jason

  • Inbound handler - German Signs not correct transfer into shopping cart

    Dear all,
    we use SRM 7.0 and external catalogues. After returning from all catalogues the german special characters ä, ü etc. will not be
    transferred in a correctly way into shopping cart. Since 27th of february SAP is looking for a solution. Issue is not solved. Maybe someone has experience with german catalogues and SRM 7.0
    Example for catalog structure - unicode: UTF-8 (proposal from SAP)
    10 https://www.thgeyer.de/cgi-bin/geyer.cgi URL
    40 oci_customer 124382 Fixed Value
    45 oci_login ocisap Fixed Value
    50 oci_password dn7S3 Fixed Value
    55 Pgm oci_login Fixed Value
    56 BYPASS_INB_HANDLER X Fixed Value
    57 BYPASS_OUTB_HANDLER X Fixed Value
    58 HOOK_URL Return URL
    60 ~OkCode ADDI Fixed Value
    70 ~TARGET _top Fixed Value
    80 ~CALLER CTLG Fixed Value
    Kind Regards

    Hi,
    Please delete bypass parameters and test with ISO-8859-1 codepage.
    Inbound handler converts characters from ISO-8859-1 to UTF-8.
    Delete followings.
    56 BYPASS_INB_HANDLER X Fixed Value
    57 BYPASS_OUTB_HANDLER X Fixed Value
    60 ~OkCode ADDI Fixed Value
    70 ~TARGET _top Fixed Value
    80 ~CALLER CTLG Fixed Value
    BTW, Is your SRM Unicode system?
    Regards,
    Masa

  • How do you embed a Flash video into a Flash form

    I am trying to embed a Flash video into a Flash form but the
    form displays just fine however the video does not. I have tested
    the Flash video with out the Flash form and works fine.

    Take a look at CF_PIM
    loading
    swf files in flash cfforms

  • Insert column into shopping cart status screen

    Hi,
    I need to insert a column into the shopping cart status screen table control( search results).(BBPSC04).
    Can u pls let me know whether i can achieve this by adding an append structure or standard screen modification?
    Cheers
    Rajeev

    Hi,
       Instead of modifying the std structure,try modifying the corresponding template of the service.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Capturing Tax code from info record into shopping cart

    We have a requirement where in we need to capture the tax code from the info record into the shopping cart in SRM .
    If anyone has worked on a similar requirement , could you kindly share the details related to the solution.

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • How to embed a flash video into a logo?

    Hello,
    I'm new to flash and dreamweaver and I'm slowly trying to learn it.  I have created a a flash logo for my website (http://www.emorgenstern.com) and I'm trying to extend the background color to cover the rest of top.
    In dreamweaver I have put the embedded flash video in a div class and modified the class to extend the entire length with the proper background color.  In dreamweaver everything looks right but when I upload the actual .html and .css file it does not appear right.  The actual testing link is http://emorgenstern.com/emorgen/emorgen/index.html
    Below is the code for those sections.
    Here is the .html file
    <div class= "banner">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="468" height="60"   title="banner">
      <param name="movie" value="../banner.swf" />
      <param name="quality" value="high" /><param name="LOOP" value="false" />
      <embed src="../banner.swf" width="468" height="60" loop="false" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
    </object>
    </div>
    Here is the .css file
    div.banner {
         margin:50px 0px 10px 0px;
         padding:17px 0px 0px 20px;
         border-style:solid;
         border-color:black;
         border-width:1px 0px;
         line-height:11px;
         background-color:#eee;
         width:100%;
    Any help is greatly appreciated! Thank you in advance.
    -Eric

    Your code is kind of messy.  Use the validation tools below and fix reported errors.
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/  
    HTML & CSS Tutorials - http://w3schools.com/
    Where did you get the CSS style sheet you're using?  It looks like an experiment, and not a real world CSS.  You might be better off using one of the the pre-built CSS layouts that ships with DW CS4.
    Anyway, to answer you question.  In your HTML, move your  flash code between this:
    <div id="Header">
    and this
    </div>
    In your CSS, change all this:
    /*#Header {
        margin:50px 0px 10px 0px;
        padding:17px 0px 0px 20px;
        height:33px;
        border-style:solid;
        border-color:black;
        border-width:1px 0px;
        line-height:11px;
        background-color:#eee;
        voice-family: "\"}\"";
        voice-family:inherit;
        height:14px;
    body>#Header {height:14px;}
    to this:
    #Header {
        width: 100%;
        background-color:#eee;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Flash video into Dreamweaver 5.5

    I'm not a web designer but, I'm trying to keep cost down by building my own web site.  So, I'm re-building my website with Dreamweaver 5.5.  I'm using 5 flash videos to discribe what I do.  I made the movies and edited the movies in Final Cut Pro  and saved it as a quicktime movie.  Then I took the QT movie to Adove Media Encoder 5.5 chancing it to an FLV 
    Here is my problem.  I place it using "Insert, media, FLV".  I set the size and all the junk to have it play then click, OK.  In the code I get "Content on this page requires a newer version of Adobe Flash Player."  I have the newest version on my computer.   When I check "LIVE VIEW"  I don't have the video.  I uploaded the page to my website and it only shows my placeholders as a white box.
    The ohter issue is that I used a spry menu bar for all my pages.  In the "LIVE VIEW" and looking at it in "preview" Safari it looks great.  When I up loaded it some of the text is bold (the way I wanted it) and some as plane text.  you can see all the problems at digitalmontagefilms.com
    I'm using Cyberduck because I can't get connected using Dreamweaver to yahoo.

    Hi; I fixed the spry problem>  This is the code for the memories page.
       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="400" 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_3&amp;streamName=video/papamont age3&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="400" height="400">
              <!--<![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_3&amp;streamName=video/papamont age3&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>

  • Can I set a static frame (jpg or png) image as a poster image when embedding flash video into a dreamweaver page?

    hello everybody - my subject line pretty much says it all...
    i'm looking to have my users see a single static frame (a
    poster image) that they can then click on to start playing a video.
    how do i set this in either flash or dreamweaver?
    anybody have any info?
    much appreciated!

    Will the video appear in place of the image clicked on? Or
    will it be in a
    separate window?
    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
    ==================
    "mitrzne" <[email protected]> wrote in
    message
    news:fvangc$9rd$[email protected]..
    > hello everybody - my subject line pretty much says it
    all...
    >
    > i'm looking to have my users see a single static frame
    (a poster image)
    > that
    > they can then click on to start playing a video. how do
    i set this in
    > either
    > flash or dreamweaver?
    >
    > anybody have any info?
    >
    > much appreciated!
    >

  • Embedding flash videos into Teaming 2.0 landing pages?

    Hi All,
    I was wondering whether it is possible to insert flash vidoes (swf, flv) into Teaming 2 and make them play on the landing pages and thus make them more attractive?
    Any hints would be greatly appreciated!
    Thanks, Jan

    janpop,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Material - UoM Pair issue in SRM Portal - shopping cart

    Hello Experts,
    When we try to add Pair type material in shopping cart in SRM Sandbox Portal (Material no:
    11100000000111) , it is throwing error as " Incomplete items in catalog. Only complete items were transferred" in checkout screen and item is not showing in shopping cart.
    I created some test implementation on this BADI BADI bbp_catalog_Transfer, so that it will give more log on SLG1 for this issue.
    >
    > Error in SRM - SLG1 tcode log for Pair Material while adding to shopping Cart:  PR cannot be converted to PAA ; Check units with product 0000000000000000000000000011100000000111 PR PAA 000000000
    >
    > SRM config(IMG ) for unit of measure:
    >
    > For PR ISO code - Unit of measure there are 2 entries in SRM config. Already this concept is used in SRM QA.
    >
    > One entry is PR - This also has ALE/EDI - ISO Code - PR
    > another entry is PAA - This also has ALE/EDI - ISO Code - PR
    >
    > In MDM Data manager for this material 11100000000111, if i look at the catalog item table,  There are 2 fields.
    >
    > A) Unit of Measure - Value: Pair - Look up table is UoM ISO code table
    >
    > B) Order Unit - Value : Pair - Look up table is UoM ISO code table
    >
    > In MDM Data Manager in UoM ISO Code table, If i look it, there are 3 fields.
    >
    > UoM description, UoM ISO Code, UoM Commercial Unit format.
    >
    > Value: Pair - PR - PAA
    >
    > It looks like this PR - Unit of measure value (MDM) is not able to adjust or find the right unit of measure in SRM for this material while adding into shopping cart because right now there are 2 entries in SRM for this unit of measure (PR) ISO code.
    In SRM for this material - Unit of Measure (Base unit of Measure) in Product work Bench (COMMPR01 tcode) : PAA
    In purchasing view : order unit PAA (Pair)
    This is SRM-MDM Catalog integration.
    SRM 5.5 / MDM 7.1 and SRM-MDM catalog 3.0
    Thanks in advance.
    I already posted this SRM shopping cart and i just posted to get more inputs reg. this

    you have put too many details ..
    this error is simple in the fact that there are a few mandatory fields that needs to be transferred from MDM to SRM SC
    The following fields are required fields in all cases:
    u2022 Either NEW_ITEM-DESCRIPTION[n] or NEW_ITEM-MATNR[n] must be filled. Only one of the two should be filled.
    u2022 NEW_ITEM-QUANTITY[n]
    The following fields are required fields depending on conditions:
    u2022 NEW_ITEM-UNIT[n] if NEW_ITEM-MATNR[n] has not been filled
    u2022 NEW_ITEM-CURRENCY[n] if NEW_ITEM-PRICE[n] has been filled
    u2022 NEW_ITEM-EXT_SCHEMA_TYPE[n] if NEW_ITEM-EXT_CATEGORY_ID[n] or NEW_ITEM-EXT_CATEGORY[n] are used
    u2022 NEW_ITEM-EXT_QUOTE_ID[n] if NEW_ITEM-EXT_QUOTE_ITEM[n] has been used
    u2022 NEW_ITEM-CONTRACT[n] if NEW_ITEM-CONTRACT_ITEM[n] has been used
    All other fields are optional.
    check in the catalog OCI mappings if these mandatory fields are mapped.
    if they look fine : then make sure that the values in those mandatory fields are also maintained in the SRM side
    for eg : if Prod cat of R01 is maintained and sent from MDM : then the same R01 must be present in SRM
                 if UoM ISO of EA  is maintained and sent from MDM : then the same EA (not EACH) must be present in SRM
    this will solve ur issue.
    thanks
    -Adrivit

  • Material Pair issue in SRM Portal - shopping cart

    Hello Experts,
    When we try to add Pair type material in shopping cart in SRM Sandbox Portal (Material no:
    11100000000111) , it is throwing error as " Incomplete items in catalog. Only complete items were transferred" in checkout screen and item is not showing in shopping cart.
    I created some test implementation on this BADI BADI bbp_catalog_Transfer, so that it will give more log on SLG1 for this issue.
    >
    > Error in SRM - SLG1 tcode log for Pair Material while adding to shopping Cart:  PR cannot be converted to PAA ; Check units with product 0000000000000000000000000011100000000111 PR PAA 000000000
    >
    > SRM config(IMG ) for unit of measure:
    >
    > For PR ISO code - Unit of measure there are 2 entries in SRM config. Already this concept is used in SRM QA.
    >
    > One entry is PR - This also has ALE/EDI - ISO Code - PR
    > another entry is PAA - This also has ALE/EDI - ISO Code - PR
    >
    > In MDM Data manager for this material 11100000000111, if i look at the catalog item table,  There are 2 fields.
    >
    > A) Unit of Measure - Value: Pair - Look up table is UoM ISO code table
    >
    > B) Order Unit - Value : Pair - Look up table is UoM ISO code table
    >
    > In MDM Data Manager in UoM ISO Code table, If i look it, there are 3 fields.
    >
    > UoM description, UoM ISO Code, UoM Commercial Unit format.
    >
    > Value: Pair - PR - PAA
    >
    > It looks like this PR - Unit of measure value (MDM) is not able to adjust or find the right unit of measure in SRM for this material while adding into shopping cart because right now there are 2 entries in SRM for this unit of measure (PR) ISO code.
    In SRM for this material - Unit of Measure (Base unit of Measure) in Product work Bench (COMMPR01 tcode) : PAA
    In purchasing view : order unit PAA (Pair)
    This is SRM-MDM Catalog integration.
    SRM 5.5 / MDM 7.1 and SRM-MDM catalog 3.0
    Thanks in advance.

    see MDM forum

Maybe you are looking for

  • Problem with Flash in a Hide/Show Div Tag

    What is the best way to handle Flash files on an HTML page within a <div> tag you hide and show (via javascript). It seems to reload when you hide and then show the <div> tag when using display: block. Positioning instead (move offscreen)? Visibility

  • Search box in viewer, loupe with downward triangle doesn't work anymore

    Hi, my Aperture 1.5.3 has a small problem with the viewer. On the top right there is a search box. There is a loupe and a downward triangle. This item used to do something (search presets). Now clicking on it has no effect. The search box itself stil

  • Can anyone help with a syncing question?

    So when I sync my iPod, I use the "sync only selected artists, playlists, songs, etc" option. When I'm at the screen to select my artists/genres/playlists it doesn't allow me to scroll through each section. It is stuck at the top of each list and the

  • IWeb 2.02 still crashing when updating

    I tried a while ago to update to iWeb 2 and it would crash whilst updating, i had a hellish time trying to restore the old iWeb and the domain file, luckily this time i backed them up so reverting was easy, but the problem still exists that the new i

  • Trying to convert a INDD doc into HTML/XML for Dreamweaver

    I have a CS3 IN doc...16.9 MB with READ and WRITE permissions. I have 60GB of disk available. When I try to CROSS-MEDIA EXPORT...it errors into: Exporting "myfilename.indd" as XHTML Failed. Couldn' create file "". There might not be sufficient space