> i insert a ActiveX , windows media player, it is hard to
> adjust the size of it
Set the sprite(activeXSprite).DisplaySize property to '4' for this. This
makes the size adjustable at authortime. Or just set the size of that
sprite's rect.
> if i make a project, i can see it just a second, then
> nothing but a white screen.
You're not opening your video correctly, or the control isn't finding the
target file. To open & play your movie, use this:
sprite(activeXSprite).Open( fullPathToYourVideo )
You also need to make sure the ActiveX Xtra is in your projector's Xtras
directory.
Hope this helps,
Rob
/*********************************
* Rob Wingate, Software Human *
* http://www.vingage.com *
* mailto:[EMAIL PROTECTED] *
*********************************/
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]