cancel
Showing results for 
Search instead for 
Did you mean: 

How can i open a video file in a WD app??

Former Member
0 Kudos

Hello you all...i have a question. First i have to tell what i want to do. I need to "stream" or open in runtime a video store in a server through a WD app. The video must can be played in any media player (windows media player, real time, etc). Any ones knows how can i do that???. Any documentation that's help????. Answer will be rewarded. Thanx in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Mariana,

The are two options:

(a) Provide the URL to the videofile as a LinkToURL ui element. So if a user clicks at the link, the video will be played in a new browser window.

(b) Attach the video file to the response and specify that it should open in a new window. This option is only available if you use Web Dynpro ABAP. You need to call method CL_WD_RUNTIME_SERVICES=>ATTACH_FILE_TO_RESPONSE.

Best regards,

Thomas