PDA

View Full Version : Objects over - on top - of Flash object - Intrigued


Intrigued
10-08-2007, 09:47 PM
Example I did that allows objects with WindowHandle property (see: GetProperties) to be set above (z-index, z-order) the Flash object:

http://www.amsuser.com/ams/examples/ObjectsOverFlashObject-AMS6-Intrigued.apz

RizlaUK
10-09-2007, 06:07 AM
Very handy...:yes


i wonder if this method could be used to create virtual "MDI" type applications with AMS.......something i may look into soon :p

goukilord10
10-16-2007, 08:20 AM
An exelent dll however it dosent seem to work with the label object.
i tried to put a text label object over a video object.

tblProps2 = Label.GetProperties("Label1")
handle2 = tblProps2.WindowHandle
it return nil

Intrigued
10-16-2007, 08:12 PM
An exelent dll however it dosent seem to work with the label object.
i tried to put a text label object over a video object.

tblProps2 = Label.GetProperties("Label1")
handle2 = tblProps2.WindowHandle
it return nil

This only works with objects that have a WindowHandle available. This image below shows what is (should be) supported: