Help Regarding playing slideshow in jsp

HI,
In my project i want to do the slide show of the uploaded photos.
Im saved the image links in the database and tried to pass those values to the slide show array.
But it s not working properly
Im using the following javascript and jsp codings:
<%@ page import="java.sql.*,java.io.*,java.util.*,java.util.Date" %>
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
var browserName = navigator.appName;
var browserVer = parseInt(navigator.appVersion);
var browserOK = (((browserName == "Netscape") && (browserVer >= 3)) ||
     ((browserName == "Microsoft Internet Explorer") && (browserVer >= 4)));
var slideURL;
var slideDelay = 2000;
var curSlide = -1;
var curTimeout;
function showSlide1(name1) {
slideURL = Array(name1);
showSlide();
function showSlide() {
     if (browserOK) {
     curSlide = ((curSlide + 1) % slideURL.length);
          document.images["slideImg"].src = slideURL[curSlide];
          curTimeout = setTimeout("showSlide()", slideDelay);
     } else {
          alert("This page requires Netscape 3.0+ or IE 4.0+");
function goNext() {
     if (browserOK) {
          clearTimeout(curTimeout);
          showSlide();
function goPrev() {
     if (browserOK) {
          clearTimeout(curTimeout);
          curSlide = (((curSlide - 2) + slideURL.length) % slideURL.length);
          showSlide();
</SCRIPT>
</HEAD>
String name=(String)(session.getAttribute("theName"));
Connection con=null;
Statement st=null;
String sql=null;
ResultSet rs=null;
try
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con=DriverManager.getConnection("jdbc:odbc:foto");
st=con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
sql="select * from album_bookmark where username='"+name+"'";
rs=st.executeQuery(sql);
while(rs.next())
//out.println(rs.getString(2));
}catch(Exception ert){out.println(ert.toString());}*/
%>
<BODY ONLOAD="javascript:showSlide1('rs.getString(2)');">
<CENTER>
<IMG NAME="slideImg" SRC="" width="150" height="150">
<BR><BR>
<INPUT TYPE="BUTTON" VALUE="<< Previous Slide" onClick="goPrev()">
<INPUT TYPE="BUTTON" VALUE="Next Slide >>" onClick="goNext()">
</CENTER>
</BODY>
</HTML>
Can u tell how to do this and where im did mistake?
thanx in advance

Is this JSF code?
Besides of mixing up business code in presentation code, i thing you are missing some jsp start tags, because ....
(for example)
</SCRIPT>
</HEAD>
String name=(String)(session.getAttribute("theName"));
Connection con=null;

Similar Messages

  • Help regarding HTML Textarea in JSP

    I have a textarea in my JSP where if the text entered is </TEXTAREA> it considers it to be the code to end the Textarea.
    The code i have used is :
    <TEXTAREA cols="30" name="<%=fieldName + template.getFieldId()%>" ><%=fieldValue%></TEXTAREA>
    When the form is saved with the text ' </Textarea> abcd ' in the textarea then the page if retrived after saved is scrambled.

    You will want to escape those nasty < and > characters that are in your text.
    Turn them into &lt; and &gt; in your HTML and you should be ok.
    (plug time for JSTL and EL again)
    Using <c:out > tag in JSTL automatically escapes these nasty characters for you, unless you ask it not to.
    Struts provides a similar tag I believe.
    Good luck,
    evnafets

  • Aperture unable to play slideshows since updating to Yosemite and 3.6

    Hi,
    I updated yesterday to Yosemite and to Aperture 3.6 accordingly, and Aperture has been unable to play slideshows since then. It crashes abruptly whenever trying to play a slideshow from a project (though NOT from an album - weird). Same happens on iPhoto.
    Any similar experience anyone ?
    Best regards to all,

    Hi Leonie (and Frank),
    Tried Frank Caggiano's options : it turns out the problem did NOT occur under another user. It did not occur either when creating a new library. In that new library, I stuffed a project with some 270 raw photos (those from one of the very projects that caused Aperture to crash under my usual library) and launched a slideshow from that project ==> no problem.
    So my guess is that something went awry with my usual library. Do not know how I could fix that.
    Hereunder the crash log (50-some first lines) I got in the report after Aperture crashed.
    Many thanks again to both of you for your helpful insight.
    Best regards,
    Process:               Aperture [338]
    Path:                  /Applications/Aperture.app/Contents/MacOS/Aperture
    Identifier:            com.apple.Aperture
    Version:               3.6 (3.6)
    Build Info:            Aperture-500021000000000~3
    App Item ID:           408981426
    App External ID:       731142774
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Aperture [338]
    User ID:               501
    Date/Time:             2014-10-29 19:46:43.985 +0100
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:        7CF861CA-C411-F426-2BC2-1CBA5F22697E
    Time Awake Since Boot: 530 seconds
    Crashed Thread:        22  MRRenderer <MRRenderer: 0x600000db8480>: Render 216x143
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 000000010d310000-000000010da49000 [ 7396K] r-x/rwx SM=COW  /Applications/Aperture.app/Contents/MacOS/Aperture
    Application Specific Information:
    Performing @selector(a_slideShow:) from sender NSMenuItem 0x6000000bde20
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib        0x00007fff9396552e mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x00007fff9396469f mach_msg + 55
    2   com.apple.CoreFoundation      0x00007fff97acbb14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation      0x00007fff97acafdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation      0x00007fff97aca838 CFRunLoopRunSpecific + 296
    5   com.apple.HIToolbox           0x00007fff8b77543f RunCurrentEventLoopInMode + 235
    6   com.apple.HIToolbox           0x00007fff8b7751ba ReceiveNextEventCommon + 431
    7   com.apple.HIToolbox           0x00007fff8b774ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    8   com.apple.AppKit              0x00007fff8f1b0821 _DPSNextEvent + 964
    9   com.apple.AppKit              0x00007fff8f1affd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    10  com.apple.Aperture            0x000000010d77ca81 0x10d310000 + 4639361
    11  com.apple.AppKit              0x00007fff8f4b4d27 -[NSApplication _realDoModalLoop:peek:] + 666
    12  com.apple.AppKit              0x00007fff8f4b32d6 -[NSApplication runModalForWindow:] + 119
    13  com.apple.Aperture            0x000000010d3adcb2 0x10d310000 + 646322
    14  com.apple.Aperture            0x000000010d3ae376 0x10d310000 + 648054
    15  com.apple.Aperture            0x000000010d4f37bb 0x10d310000 + 1980347
    16  libsystem_trace.dylib         0x00007fff8d48fcd7 _os_activity_initiate + 75
    17  com.apple.AppKit              0x00007fff8f37f5e7 -[NSApplication sendAction:to:from:] + 410
    18  com.apple.prokit              0x000000010eb6abf6 -[NSProApplication sendAction:to:from:] + 101
    19  com.apple.Aperture            0x000000010d77daa6 0x10d310000 + 4643494
    20  com.apple.AppKit              0x00007fff8f39972a -[NSMenuItem _corePerformAction] + 382
    21  com.apple.AppKit              0x00007fff8f399447 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114
    22  libsystem_trace.dylib         0x00007fff8d48fcd7 _os_activity_initiate + 75
    23  com.apple.AppKit              0x00007fff8f3e6ce6 -[NSMenu performActionForItemAtIndex:] + 131
    24  com.apple.AppKit              0x00007fff8f3e6c56 -[NSMenu _internalPerformActionForItemAtIndex:] + 35
    25  com.apple.AppKit              0x00007fff8f3e6aa2 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 107
    26  com.apple.AppKit              0x00007fff8f38f03b NSSLMMenuEventHandler + 724
    27  com.apple.HIToolbox           0x00007fff8b74f32c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1260
    28  com.apple.HIToolbox           0x00007fff8b74e76e SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    29  com.apple.HIToolbox           0x00007fff8b763286 SendEventToEventTarget + 40
    30  com.apple.HIToolbox           0x00007fff8b798795 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 428
    31  com.apple.HIToolbox           0x00007fff8b7cbe8d SendMenuCommandWithContextAndModifiers + 59
    32  com.apple.HIToolbox           0x00007fff8b7cbe34 SendMenuItemSelectedEvent + 188
    33  com.apple.HIToolbox           0x00007fff8b7cbd06 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 96
    34  com.apple.HIToolbox           0x00007fff8b7d38b1 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 702
    35  com.apple.HIToolbox           0x00007fff8b7d349e _HandleMenuSelection2 + 446
    36  com.apple.AppKit              0x00007fff8f314e6e _NSHandleCarbonMenuEvent + 277
    37  com.apple.AppKit              0x00007fff8f1b0b90 _DPSNextEvent + 1843
    38  com.apple.AppKit              0x00007fff8f1affd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    39  com.apple.Aperture            0x000000010d77ca81 0x10d310000 + 4639361
    40  com.apple.AppKit              0x00007fff8f1a3f73 -[NSApplication run] + 594
    41  com.apple.prokit              0x000000010eb6c39a NSProApplicationMain + 333
    42  com.apple.Aperture            0x000000010d3200b4 0x10d310000 + 65716
    43  com.apple.Aperture            0x000000010d31fa44 0x10d310000 + 64068

  • I am using Windows 8.1. Lightroom 5.6 keeps crashing whenever I preview or play slideshow with music. Crash error " Adobe Photoshop Lightroom 64-bit has stopped working. A problem caused the program to stop working correctly."

    Please help:
    I am using Windows 8.1 with Lightroom 5.6 64-bit.
    Lightroom crashes whenever I preview or play slideshow with music.
    There is no issue if I preview or play without music.
    The length of the slideshow is 1 hour and 35 minutes.
    Thank you for your help
    C K See

    I have the same problem
    Lightroom 5.6 crashes when I enter the printmodule.Windows 8.1 64-bit

  • Reader 9 and X won't play slideshow background music

    I have been using Reader 8 satisfactorily, for years, to play slideshows I have made, over many years, using Adobe Album 2.0... admittedly an old program... perhaps 10 years old. Typically I have installed background music in my slideshows. Reader 8 never hesitates to play the slideshows and the music, like a champ.
    Two years ago I installed Reader 9 and had to reverse that installation back to version 8, because Reader 9 wouldn't play the background music.
    Today I installed Reader X, in the hope that it would play the background music, but this was not the case.
    I have verified the presence of Quicktime n my computer, and changed preferences in Reader X to play sounds using Quicktime.  I checked a box that was unchecked, that says to play embedded music.  (Adobe Reader X, Edit, Preferences, Multimedia (Legacy)).
    Can anyone vouch for Adobe Reader X's abilty to play slideshow music?
    Any help appreciated.  I'd like to adopt Reader X, but I also want my music to play.  Can I re-compile those slideshows, somehow?
    John
    Using Windows XP Home + sp3

    Front Row in Mac OS X 10.5.x has been broken the whole time. It used to work fine in Mac OS X 10.4.x (Tiger). Front Row will not play an iTunes playlist during a slideshow if the playlist contains more than one song. You can use a playlist that only has one song in it, but then you might as well just choose a single song instead of a playlist! I would suggest you send Apple some Mac OS X feedback:
    http://www.apple.com/feedback/macosx.html
    For what it's worth, iPhoto seems to work fine with slideshows and iTunes playlists with more than one song.
    -Doug

  • Keynote cannot play slideshow...

    Hi. I hope someone can help me with this problem. Thanks in advance!!!
    I've been trying to play slideshow in keynote but it keeps going to slide 4 and then quits the slideshow. No matter what I try, it just doesn't want to play from the start or let me move to the next slide. Please help me out!
    Thank you.

    Littlequi,
    I just had the same thing happen to me. Here is what I believe is happening-- somehow you hit the command to record the slideshow, and you have been recording ever since. So under the File menu, choose "Clear Recording" and see if things don't go back to normal. Just spent an hour trying to figure this out!
    -S

  • I cannot play slideshow that I chose pictures and music.

    Hello, I have a problem that I cannot play slideshow with music. As you know that we can play slideshow without creating any slideshow album. I just picked up some pictures that I want to play with music and then I clicked the play button for slideshow. But, nothing happened to me. I clicked several times. It was useless. So I recreated my library, build new thumb nails, uninstall iPhoto6, and reinstall iPhoto6. But, it was same. I also checked chmod of my photo library. But, one of interesting things is that I can play slideshow through making slideshow album. But, I cannot change my music. It is another problem. Please help me!

    It's apparent that the problem is with your primary account. Another user developed this method to determine if one of the preference files in your account is the culprit.
    Trouble Shooting Preferences
    Go to HD/Users/Your_name/Library. Move the Preferences folder (in its entirety) to the Desktop and make a second copy of it so you have Copy A and B. Now try the the process again and determine if problem is fixed.
    If the problem IS fixed, then go to the new Prefs folder that the OS will have created and open it up.
    Open Copy B on the Desktop and select all of the items inside. Drag them into the open new library folder. When the Copy window comes up check the Apply to All check box and then click on the Don't Replace button as seen here. That will keep the new files created and bring back all of the others.
    If the problem is NOT fixed, trash the new Prefs folder and move the intact Copy A folder back to the Library folder .
    Another user fixed her problem earlier today with the method.
    MBP 2.16Ghz; G5 Dual Core 2GHz, 2G RAM ea, 250G HD; G4 Dual 1Ghz, 1.5G RAM;   Mac OS X (10.4.9)   22" LCD, 710G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod, 2G Nano

  • Regarding Lightroom Slideshow module: When I click on the preview button I get the following error: An internal error has occurred: ?:0: attempt at index a nil value. This occurs with any group of images I select in my catalog.

    Regarding Lightroom Slideshow module: When I click on the preview button I get the following error: An internal error has occurred: ?:0: attempt at index a nil value. This occurs with any group of images I select in my catalog.

    Jeannine,
         If you follow the advice of the previous poster Julie Kmoch and then gradualy add presets back in one at a time you might be able to find the one that is causing the issue. I may be guessing, but I believe the issue has something to do with either an incompatible Preset setting (eg a older preset in newer version of LR) or a corrupt Preset.
    Say you bought LR2 and imported a bunch of Presets from the internet, cuz 'Hey these effects are cool and I don't have to recreate the wheel', and then you upgraded to LR3 (not a clean install) and now one of the Presets that calls a certain slider setting or value that is different in LR3 doesn't work anymore. This might be why it throws the error, but again I am just speculating.
    Location of LR Preset folder in Windows Vista/ Windows 7
    C:/Users/<YourUserName>/AppData/Roaming/Adobe/Lightroom/Develop Presets
    If you do not see the folder AppData, you may need to change the settings in Windows Explorer to 'Show Hidden Files and Folders'. To do that in Windows Vista/ Windows 7, open a Windows Explorer window, Click on Organize, then Foler and Search Options. Then click on the View tab and select the option button next to Show hidden files, folders and drives.
    Hope this helps a bit,
    Glenn

  • No Music in Exporting a self playing slideshow to Quicktime.

    I exported a self playing slideshow to QuickTime in order to burn DVD inToast.
    I selected the Include Audio button but when I played back the file the music did not play. I noticed the export made two files - The video files and a seperate audio file. How do I combine the two files to burn a DVD to play on an HDTV screen?

    How do you rehearse timings o produce a self-playing movie?? I am struggling to have a self playing movie that has all different timings within it. Any help would be greatly appreciated.
    Thanks so much. Antony

  • Can I customise the link 'play slideshow' ?

    I have customised all my text in my website, but I cannot change the default 'play slideshow' and also page numbers in my slideshows. The default looks awful compared to the rest of my text. Is there any way to change this?

    I have not really used the play slide show button at all, but I might be able to help you on your problem
    it depends on wether the slideshow button is an image or not. there might be an image that was placed in there that has the world play slide show
    also there could be an automatic implemented text that is already put with the image
    the only way I can think of changing this is maybe get the image after you publish it from your folder and edit the text in an editor, or maybe you will be able to find the text and be able to edit just that
    hope this helps a bit
    go to your idisk and open the file with text editor and look for the image of play slide show or text and change it if you want too

  • Need help regarding Java decoding of IMAP attachment (IOStream related ques

    Hi ,
    I need some help regarding the processing of an IMAP attachment , It is a basic IOStream related question I guess.
    I have some attachment to a mail , I try to fetch it using javamail and read the content and write it to a file , I was able to do it successfully when I was using stream.read( tempBuffer) function but when I started using stream.read( tempBuffer, 0, m_maxDataSize ); it is giving me following exception
    java.io.IOException: Error in encoded stream: needed at least 2 valid base64 characters, but only got 1 before padding character (=), the 10 most recent characters were: "/59PT/eXQ="
         at com.sun.mail.util.BASE64DecoderStream.decode(BASE64DecoderStream.java:259)
         at com.sun.mail.util.BASE64DecoderStream.read(BASE64DecoderStream.java:148)
    ***Here is the snippet of code that is running this:***
    m_contentObj = m_message.getContent();
    if(m_contentObj instanceof InputStream)
         System.out.println(" Content is type of InputStream");
         InputStream stream = (InputStream) m_contentObj;
         byte[] tempBuffer = new byte[m_maxDataSize];
         stream.skip( m_currPos );
         int bytesRead=stream.read( tempBuffer, 0, m_maxDataSize );
         System.out.println(" Read the following no of bytes from the Object::"+bytesRead);
         m_currPos+=     bytesRead;
    Please suggest what to do.
    Thanks & Regards
    Saurabh

    BUMP, just incase its been missed by a new board member

  • My iPad mini was working very fine from last 9 months....but suddenly today I found it discharging from 100% to 34% though I didn't use it at all...and also found my mini is slightly heated up at the bottom..any help regarding this would be greatful

    My iPad mini was working very fine from last 9 months....but suddenly today I found it discharging from 100% to 34% though I didn't use it at all...and also found my mini is slightly heated up at the bottom..any help regarding this would be greatful

    Same thing happened to me with my peruvian credit card in the peruvian app store, I want to buy an app, but it says that my credit card is "not supported in the Peruvian app store"

  • Help regarding :Video Segmentation & Summerization

    hello friends,
    I am doing my project on above topic and I am trying it with Java.
    Is it possible doing it in Java.
    What Techniques I'm using are:
    1.Java(JMF)
    2.Oracle 9i(Inter-Media)
    3.Matlab
    This project concludes of four parts
    1.Segmentation (Video to Image conversion)
    2.Comparison (Copare frame using algo.)
    3.Extraction (remove duplicate frames based on algo)
    4 Summarization (Collect frames and form a new content based video)
    Is It possible in Java? How?
    Seeking for help regarding this .
    Thank you.

    This project concludes of four parts
    1.Segmentation (Video to Image conversion)
    2.Comparison (Copare frame using algo.)
    3.Extraction (remove duplicate frames based on algo)
    4 Summarization (Collect frames and form a new content based video)So, compressing that into a simple question instead of a convoluted one... you just want to remove duplicate frames from a video and save it to file?

  • Help Regarding Xi integrating with Seibel System.

    HI @,
    I have to intergrate a seible system with R/3 but I haven't worked on the same before.
    I need help regarding seibel inetrgartion scenarions and various adapters that can be used in that conditions.
    Documents on Seible Integration will b really helpful.
    Regards

    It would be better to go for the iway adapter for this integration requirement. The other documents can be obtained direclty from iway
    Regards,
    Prateek

  • Help regarding MBeanServerConnection queryName function

    Hi guys, i recently start using JMX and i need some help regarding queryName function. I want to get a specific set of objectNames, not all of them.
    I have the following List of Beans
    ObjectName = WowzaMediaServerPro:loadBalancer=LoadBalancer,loadBalancerServers=LoadBalancerServers,serverId=14b69d-eee40f3d6467,name=LoadBalancerServer
    ObjectName = WowzaMediaServerPro:loadBalancer=LoadBalancer,loadBalancerServers=LoadBalancerServers,serverId=40-a0b2-f1dfb314406f,name=LoadBalancerServer
    ObjectName = WowzaMediaServerPro:loadBalancer=LoadBalancer,loadBalancerServers=LoadBalancerServers,serverId=98-4af4-9147-bf45fb49c044,name=LoadBalancerServer
    ObjectName = WowzaMediaServerPro:loadBalancer=LoadBalancer,loadBalancerServers=LoadBalancerServers,serverId=c-4bf6-9c42-d5c3acea6662,name=LoadBalancerServer
    ObjectName = WowzaMediaServerPro:loadBalancer=LoadBalancer,name=LoadBalancerListener
    ObjectName = WowzaMediaServerPro:loadBalancer=LoadBalancer,name=LoadBalancerRedirector
    ObjectName = WowzaMediaServerPro:mediaCache=MediaCache,name=IOPerformance
    ObjectName = WowzaMediaServerPro:mediaCache=MediaCache,name=MediaCache
    ObjectName = WowzaMediaServerPro:mediaCache=MediaCache,name=PendingReadAheadRequestTracker
    ObjectName = WowzaMediaServerPro:mediaCache=MediaCache,name=PendingWriteRequestTracker
    ObjectName = WowzaMediaServerPro:name=Connections
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,name=Connections
    ObjectName = WowzaMediaServerPro:name=HandlerThreadPool
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,name=HandlerThreadPool
    ObjectName = WowzaMediaServerPro:name=IOPerformance
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,name=IOPerformance
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,name=IOScheduler
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=chat,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=default,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=file,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=live,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=live-lowlatency,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=live-record,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=live-record-lowlatency,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=liverepeater-buffer,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=liverepeater-edge,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=liverepeater-edge-lowlatency,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=liverepeater-edge-origin,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=liverepeater-origin,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=netconnection,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=record,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=rtp-buffer,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=rtp-buffer-lowlatency,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=rtp-buffer-record,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=rtp-buffer-record-lowlatency,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=rtp-live,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=rtp-live-lowlatency,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=rtp-live-record,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=rtp-live-record-lowlatency,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=rtpout,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=shoutcast,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=shoutcast-buffer,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=shoutcast-buffer-record,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,streamTypes=StreamTypes,streamTypeName=shoutcast-record,name=Properties
    ObjectName = WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,name=Properties
    ObjectName = WowzaMediaServerPro:name=Server
    ObjectName = WowzaMediaServerPro:name=ServerNotifications
    My question is that , how can i get those rows that contains "WowzaMediaServerPro:loadBalancer=LoadBalancer,loadBalancerServers=LoadBalancerServers"?
    Please help

    Hello ,
    There should be a number of BRF+ tutorials available in SCN which discuss the FDT APIs. You can have a look at them to get an idea of the various APIs available and their uses.
    For your usecase, you should do the following.
            lo_fdt_function         TYPE REF TO if_fdt_function,
            lo_fdt_result           TYPE REF TO if_fdt_result,
    * Get function handle
          CALL METHOD lo_fdt_factory->get_function
            EXPORTING
              iv_id       = lv_function_id
            RECEIVING
              ro_function = lo_fdt_function.
    where lv_function_id is the GUID of the BRF+ function . You can either make it a constant , or you can use a FDT API to get the function GUID from the BRF+ application name and function name.
    *   Set function context
        TRY.
            CALL METHOD lo_fdt_context->set_value
              EXPORTING
                iv_id    =
                ia_value =
    This is one way to set the input context ( pass the input to the BRF+ function to process ). There are other ways to do this as well. Which one you use would depend on the kind of input you want to pass.
    * Execute BRFPLUS function
      TRY.
          CALL METHOD lo_fdt_function->process
            EXPORTING
              io_context = lo_fdt_context
            IMPORTING
              eo_result  = lo_fdt_result.
    * Get result output
      TRY.
          CALL METHOD lo_fdt_result->get_value
            IMPORTING
              ea_value =
    Another direct way of doing it would be to use the method PROCESS of the class CL_FDT_FUNCTION_PROCESS.
    I have not gone into much explaination here , but it should provide you an idea of how you can go about it.Read the SCN docs on the APIs to get a better idea , or better still if you can get hold of a copy of the BRF+ book by Carsten Ziegler , you will get an end to end explaination of all BRF+ APIs in it.
    Regards,
    Indranil.

Maybe you are looking for