On Mon, Mar 31, 2008 at 10:42 PM, Zviad Sulaberidze <[EMAIL PROTECTED]> wrote:
> Hi all, > > I am trying to make some primitive script, with images and videos, how > can I make nodes dynamically be above others? if there are prescribed in > .avg, latest is "upest", but I want to bring one up, when I touch (click > for now) it? > You can accomplish this with parentNode.reorderChild(oldpos, newpos). The upper-most position is the last one (parentNode.getNumChildren()-1), and the bottom-most is the first (0). This is not currently documented in the reference pages (I guess it is newer than 0.7) but the functionality is in svn. > > and question about video: any video I put in, looks terrible, not like > in normal player, do I miss something with it? > > thanks for help, > > Zviad > > _______________________________________________ > libavg-users mailing list > [email protected] > https://mail.datenhain.de/mailman/listinfo/libavg-users >
_______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
