I've created a sample app to show the problem I'm having. When the app first comes up the MediaPlayer plugin looks fine, but when you maximize the app the MediaPlayer plugin does not resize correctly. Any help would be great.
Professional Software Development Tools
I've created a sample app to show the problem I'm having. When the app first comes up the MediaPlayer plugin looks fine, but when you maximize the app the MediaPlayer plugin does not resize correctly. Any help would be great.
Is this a known problem?
Does anybody have a fix for this?
im afarid not, its down to the way ams draws the media player plugin on the screen, i once tryed to have a resizable media player and couldent do it due to the same thing you are getting
Open your eyes to Narcissism, Don't let her destroy your life!!
Could you use the Video object as an alternative?
I tried to but the problem is I use it for video and audio and since a video object won't play an audio track (wma,mp3) then I can't use it.
Thanks for the clarification though.
edited: stupid idea, what was I thinking![]()
I need to play both video and audio in a video player. I know I could use the built in audio, but I would have to create my own slider and playback controls just for the audio. It would be nice if there was a Audio Object (like the Video Object) with it's own built in slider controls with track controls and maybe a edited display for audio. Since the video object will not play any audio I have to stick with the media player plugin.
Last edited by mindstitchdr; 04-25-2007 at 10:34 AM.
the video object DOSE play audio, it would be pretty useless if it didentSince the video object will not play any audio
EDIT:
ok i see, you want to play audio files in the video object,
its easy to make a slidebar for the audio
Last edited by RizlaUK; 04-25-2007 at 11:29 AM.
Open your eyes to Narcissism, Don't let her destroy your life!!
yeah but then I run into problems with mp3s. The wmp plugin is just too easy to use (slider,volume,controls,graghic display for audio), I just wish it would resize better.