Monday, November 15, 2010

How to display Videos in ADF Fusion application

Hi,

Simple post but effective by using af:media component we can display or run videos in oracle adf fusion application. af:media just like af:image accept a source parameter to the location of the file.

Here is the code snippet



standbyText="Please wait while the movie loads" id="m1"
autostart="true" playCount="0"
innerHeight="500" innerWidth="600"/>


Happy Jdeveloping,
Zeeshan Baig

2 comments:

  1. hey,

    when i play the video in apllications,first it gets downloaded and then only i can play the file.Is that the way it works or do we have an option to play it directly.

    regards
    vidit

    ReplyDelete