How to display video on portal Via SiteStudio

Hi,
Through site-studio i have added a video. it is working fine in contribution mode. But, while trying to displaying on portal via content presenter custom template, it is not displaying anything. It shows the blank thing instead of video.
I have used the following code in content presenter template.
<af:outputText value="#{node.propertyMap['VIDEORIDCREGDEF:E3'].asTextHtml}" escape="false"></af:outputText>
other than video, everything is working fine.
Kindly suggest me where i m wrong pls.

Take a look at the discussion available for this page http://www.yonaweb.be/webcenter_tutorial/using_content_presenter_templates
(Search for 'video' on the page)

Similar Messages

  • How to display video in Java?????????????????????

    hello everybody. this is my first time i post a qestion and i hope that you will help me. I started to make a project where I have to display video when I choose from a combo box.
    I had two problems is how to display in arabic and I solved this problem.
    Second problem what pakage I need? I knew that I have to you class Player from package media?
    my question is how to download this pakage?and do I have to download JFM or other pakages.

    JMF download & installation instructions are available at
    http://java.sun.com/products/java-media/jmf/2.1.1/download.html
    JavaDocs for JMF2.1.2 at
    http://java.sun.com/products/java-media/jmf/2.1.1/apidocs/
    Also download & read the JMF2.0 API Guide available at
    http://java.sun.com/products/java-media/jmf/2.1.1/specdownload.html

  • How to Display infotype in Portals?

    Hi All,
      I have a requirement where i have to display infotype.
    For this i created transactional iview( tcode:pa20) but i must not display the selection screen for the employees.
    When the Employees login and click the link, they should be able their salary structure(infotype:9004) directly.
    How to go abt this.
    Regards,
    Mahesh.M.R

    Mahesh,
    check your other post: How to display infotype as iview in portal?
    kr, achim

  • HOW TO DISPLAY VIDEO PODCAST ARTWORK NOT VIDEO FIRST FRAME

    How do I get the photo for my video podcast to display? Feed: http://drcraigjohnson.net/podcasts/video/podcast.xml I only see the first frame of the video in cover flow. Code validates. The image is 600 x 600 per iTune specs, but testing with 300 x 300 didn't help. Thank you!

    The coverflow art equals the album coverart. That art MUST be embedded to show. It doesn't matter if you are actually listed in the iTunes store or not. Now the picture that shows in the store along with website info, customer reviews, etc. is pulled from the iTunes image tags (<itunes:image href="http://yourpictureURL.jpg" /> within your podcast xml file.
    I found the following link within the podcast maker forum with more info from a forum moderator: http://homepage.mac.com/rfwilmut/notes/faq.html#coverart
    BTW when a picture is embedded (whether using iTunes to embed or something else), the actual image, NOT a link to the image is "built into" the file whether mp3 audio or m4v video. I did extensive tests embedding a 50k picture and saw the file's size increase substantially, though not exactly matching the photo size.
    Embedding solved my video coverflow picture issue too. Changing/uploading a new image to your server will NOT change the picture shown in album coverart. Thus your "channel" can have a changeable image (the one in the iTunes tag) but each episode can have its own logo/album art.

  • How to select Video Track Headers via hotkey??

    I want to know how to select seperat tracks via the highlighted headers without having to waste time clicking them seperatel with a mouse to make a fast edit (such as CMD+K). No such info on the googles and the interweb.

    I have set up  Shortcut keys to Toggle all Video (1-9) and all Audio (1-9)
    I use the numbers:  1 - 9 for Video and Shift 1- 9 for Audio.
    I use Click Shift for Toggle ALL. ( although there is a shortcut key available for that also but I have not set up it up.)

  • How to display video thumbnails in Elements Organizer 8?

    I have a basic problem with Elements Organizer 8 and I'm really hoping someone can help me...
    I'm running 64-bit Windows 7 Ultimate on an Alienware Dimension AURORA_ALX (i7 975 @ 3.33Ghz) with 9Gb RAM.  I've installed Photoshop Elements 8 and Premiere Elements 8.  I've then transferred video clips from my Sony HDR-SR12E and now want to manage them effectively using Premiere Elements 8.  The problem I'm having is that Elements Organizer 8 isn't showing any thumbnails for the video clips I've imported (I don't have the same problem with photo files - the thumbnails for these display correctly).  Windows 7 has no difficulty with showing the thumbnails when I open the folder containing the video clips, so this appears to be an issue with the Adobe software I'm using.
    I've looked through the manual and other online resources - no joy.
    I've attached a file (Capture.jpg) that hopefully illustrates my problem.
    Can anyone help?

    Hi guys
    I have to confess that I'm completely new to Premiere Elements.
    Thank you very much for your technical input everyone - this is much appreciated.
    Barb__O, I tried to follow your suggestion, and I'm pretty sure I got the steps right, but I still didn't have any luck.  Perhaps I went wrong somewhere?
    Also, based on the decent hardware specs I listed above, should I be expecting my computer to chomp through the auto-analyse stage?  I know it's AVCHD footage but the process still seems to take forever.

  • How to display video from UDP web camera

    hi
    Im interfacing to a Sony IPELA video camera that has a built in http web server.  i can send individual HTTP commands to authenticate, to retrieve still jpeg images from the camera and to control tilt pan zoom.  but when i initiate video, there is nothing, the bits fall onto the floor.
    As a result of searching it seems that software related to web cam applications is needed.  I thought how about Labview? is there a way to make an object that will consume an RTP video stream? it can be H.264 or mjpeg or mpeg4
    thanks so much

    hi
    Sony has some boilderplate/example code that runs in visual studio, your Sony rep for this camera should be able to send you the latest.  i might be able to find the older stuff but its old
    you setup the solution file in VS and it lets you get video and set parameters from your program.  i suppose that a connection between labview and this could be made such that the .vi controls the Win32 directly, so it doesnt have to know about the Sony camera it just interfaces to the .dll  but how to get the stream object and the video in the .vi ?  would take time to figure out
    also what we did was go with http://www.intuvisiontech.com/products/panoptes.php  and now that i think about it, there is a free video software app to get the stream data but they mention it in their website, the icon has a picture of a cone?  like construction zone warning cone
    anyway these folks are very helpful
    hth

  • How to display a desktop file via a user event ?

    Hello All,
    Can anyone please suggest of a function module or any other method to display a desktop flat file through ABAP code on a user event.
    Thank you.
    Regards,
    Gaurav.

    Do you mean open a text file?  Take a look at this sample.  Point the parameter to some text file on your PC and click execute.  It should fire NotePad
    report zrich_0001
           no standard page heading
           line-size 300.
    data:
               ifile_table type table of file_table,
               xfile_table type file_table,
                return type i..
    parameters: p_file type file_table-filename
              default 'C:'.
    at selection-screen on value-request for p_file.
      clear ifile_table.  refresh ifile_table.
      call method cl_gui_frontend_services=>file_open_dialog
       exporting
          window_title       = 'Get File'
          multiselection     = space
       changing
          file_table         = ifile_table
          rc                 = return
       exceptions
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          others                  = 4.
      read table ifile_table into xfile_table index 1.
      if sy-subrc  = 0.
        p_file = xfile_table.
      endif.
    start-of-selection.
      data: file type string.
      file  = p_file.
      call method cl_gui_frontend_services=>execute
        exporting
          document            =  file.
    Please remember to award points for helpful answers. Thanks.
    Regards,
    Rich Heilman

  • How to display videos in Play Lists on iOS 6

    Under iOS 5 I was able to create play lists in iTunes and put batches of videos of the same type into separate play lists.  I then opened 'Music' on the iPhone and selected the playlist I wanted.
    Under iOS 6, Music no longer allows those videos to appear - they now appear only in 'Videos' but Videos doesn't appear to support play lists.
    Is it possible to store videos on the iPhone in different playlists any more or has the feature just been removed?

    you don't really need a MDM but it helps...
    solution is here:
    https://discussions.apple.com/message/19847523#19847523

  • How to display the time length of video (current time/ total time) ?

    Hi,everyone. I would like to ask how to display the time length of the video which show only in system example: it show the current time and total time? using AS 3.0.
    It there any information or solution to solve it? .
    I appreciate it any of you able to answer it. ^^
    Thank you.

    Hi,
    Actually I have this requirement for MAC OS 10.5. With the code you provided, I got the output as "6289375". When I changed the URL to point to my file (file:///Users/VPKVL/Desktop/MyRecord/tempAudio.wav), I am getting the below mentioned Exception:
    Exception in thread "main" javax.sound.sampled.LineUnavailableException: Failed to allocate clip data: Requested buffer too large.
         at com.sun.media.sound.MixerClip.implOpen(MixerClip.java:561)
         at com.sun.media.sound.MixerClip.open(MixerClip.java:165)
         at com.sun.media.sound.MixerClip.open(MixerClip.java:256)
         at TestWavLength.main(TestWavLength.java:13)The "tempAudio.wav" file is created by using java sound API. I am using the SSB USB Headphone Set to record the audio with the following settings for AudioFormat object:
    AudioFormat audioFormat = new AudioFormat(
              AudioFormat.Encoding.PCM_SIGNED, // the audio encoding
                                                            // technique
              48000.0F,// sampleRate the number of samples per second
              16, // sampleSizeInBits the number of bits in each sample
              2, // channels the number of channels (1 for mono, 2 for
                            // stereo, and so on)
              4, // frameSize the number of bytes in each frame
              48000.0F,// frameRate the number of frames per second
              false); // bigEndian indicates whether the data for a single
                            // sample is stored in big-endian byte order
                            // (false means little-endian)Can you please suggest where I am going wrong ?

  • How to display links in a text-field in Portal forms?

    In a database the content in a varchar2 field could include a link:
    'Shortname &lt;a ref="#" title="Full or long item name"&gt;Long name&lt;/a&gt;'
    In a Portal report this field is displayed like:
    Shortname {color:#0000ff}_Long name_
    {color}
    where the last part is a link. When pointing to this link with the mouse, the full item name is displayed. If this field is displayed in a Portal form, however, it is displayed exactly as written first:
    Shortname &lt;a ref="#" title="Full or long item name"&gt;Long name&lt;/a&gt;
    Could anybody tell how this field could be displayed as a link in Portal forms? The field itself does not need to be updated, it serves as an identifier for trailing fields in the details of a MD-form. If the long name should be displayed in the field, you would need to scroll horizontal to see the other details.

    Yes your point is clearer now. You wish to see an abridged form of a field data with the facility to see the full data when you hover on that data. just like what we see sometimes in hyperlinks.
    Both of the methods I told you work to display a modified data value* (without modifying them in the databse) and I floated them after testing. Have used slightly different functionalities in some applications a while back.
    To get the 'mouse hover' display, you may want to use the java-script event-handlers of the form elements.
    Both methods work with the premise that we do not want to change field data in DB; only displayed-data needs to be different.
    1. The idea to edit info using sql-queries or functions from default value attribute work is the main thing. how and what should we edit the data to produce is a plsql-coding problem. So for instance, for a data example like yours, the following works!
    assumption: the desired field is LINKS and is a column in PORTAL.TBL_TEST_FORMLINKS
    SELECT DECODE(LINKS, NULL,NULL,SUBSTR(LINKS,INSTR(LINKS,'>','1')+1, LENGTH(LINKS)-INSTR(LINKS,'<','2'))) FROM PORTAL.TBL_TEST_FORMLINKS
    If you need a different output or have a different requirement, then the example should be sufficient to guide you how to help yourself.
    2. The other case of javascript embedded html in an additional plsql code also works. One such example is this:
    <pre>
    BEGIN
    HTP.PRINT('<SCRIPT LANGUAGE="JavaScript1.1">
    // find the element you want to edit first;
    // hint: you may use this scheme and some basic jscript to extract the field LINKS : FORM_NAME.DEFAULT.LINKS.01
    // now use javascript to get its value; treat it to fit your requirement; and equate it back to the LINKS element;
    </SCRIPT>');
    EXCEPTION
    When Others THEN
    null;
    END;
    </pre>
    -- now follow my other instruction on FORM attributes in my second reply to see what you want to see.
    these hints should be more than enough for anyone familiar with these technologies.
    AMN

  • How to display multiple attachments in UWL item in portal?

    HI,
    How to display multiple attachments in UWL item in portal?
    I want to display more than one attachment in UWL body,present its dispalying one attachment.
    Pls help on this
    Thanks,
    Bheem
    Edited by: v bheem on Aug 4, 2009 3:10 PM

    Hi,
    Are you able to manage this! Pls do let us know if you have done any configuration changes!

  • How to display a URL in Portal

    Hi friends
    I am an XI guy trying to figure out how to display an IVIEW in the portal.
    I have a URL that I want to display in EP.
    What are the steps to do this?
    Any help will be greatly appreciated.
    Thanks
    Ram

    Hi Ram,
    You can create an URL iview and below is the link that helps you in doing that
    http://help.sap.com/saphelp_nw70/helpdata/EN/4c/eee2bedf3b4082b14a933e5ee63472/frameset.htm
    reward points if helpful

  • Adobe Connect: how to display a picture in the WebCam pod when not sharing video

    Adobe Connect: how to display a picture in the WebCam pod when not sharing video

    The WebCam pod can pause a live video showing a static image. However, I believe that you are looking to use a Share pod, where you can upload a JPG or PNG image. Just place the share pod with the image where you would have the Camera pod.

  • How to get video out to display menus and apps...

    I have a 'myvu for iPod', which is a little video screen in your glasses, and it displays "Videos" and "YouTube" clips fine but I can't seem to get it to display videos played in other applications like the 'TED' app, photos, cover art during music playback or the menus for navigation. How can I configure the IPod to play everything on the audio/video out instead of just YouTube and Videos?

    The ipod touch can only output youtube and movies at the moment on an external display.
    It's been complained about for some time
    Only thing that you can do for now is register your dissatisfaction at http://www.apple.com/feedback/
    Regards
    Paul

Maybe you are looking for