How to play Gif file in oracle form 6i/

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rohullah
    New Member
    • Mar 2010
    • 43

    How to play Gif file in oracle form 6i/

    Hello
    I want to display Gif file in oracle form6i,i am trying by using PictureBox as following.

    I have pictureBox name='PIC'
    And i have Button name='button1'
    I set ImageFormat property='GIF'
    this is my code
    --------------------
    READ_IMAGE_FILE ('D:\Animation\ loading_animati on.gif','GIF',' BLOCK2.PIC');
    --------------------

    its load the gif image but does not animating.
    pleas send me the full Solution.
    I Really need it, thanks
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    From what I can tell, animated gifs only work on web versions of the form. And to do it on a web version, you have to use a button and set it to iconic.

    Comment

    Working...