//    Instruction Example :     long video.width.get (objectid)


        screen.resolution.set (512,384)

        screen.set (BACK)
          pattern.display ("avo\bubble.gif")
        screen.end ()

        @video=video.load ("avo\video.mpg")
        video.display (@video,CENTER,CENTER)

        %width=video.width.get (@video)

        text.display ("The width of the video is : "+ STR (%width),CENTER,10)
        text.display ("Press a key to exit.",CENTER,350)

        keyboard.wait ()

        script.stop ()