I have to use Google Groups to access this group because of site
security and am unable to post an attachment.
There is some odd mojo going on as my errors vary and can not be
reproduced. Sounds like a cop-out but the deeper I dive in the more
I'm lost.
I add an activeX control for windows media player 9, but the property
node comes up "IWMPPlayer4". I finally got a video to play but when I
close and restart it fails. I select stretchtoiFit to true and this
works when video
is stopped but when I restart the window resizes.
Basic setup:
- ActiveX icon plugs in to a property node where I set:
- stretchtoFit, Fullscreen (to true) and uimode (to none)
- Inside event structure I have a load file button event where I set:
- URL (to full file path converted to string)
This worked initially with caveats above, I close and reload and get
audio only.
I don't know if there is a specific sequence these properties need to
be set in but that is my next line of attack.
Thanks for the reply and any feedback appreciated.
Gc.
Evan <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> Can you attache a simple Vi that show sthis so we can reproduce and
> try to figure it out?
> One thing to be careful of is that LabVIEW is pretty strict about the
> activeX classes etc. Like you noted you will need to be specific
> about the version of the control, because LabVIEW sees the activeX
> object as Media Player 9 not just media player.