Re: [Flashcoders] Re: Video player fullscreening/quality

2011-02-20 Thread Latcho
Can help you out. I'm all in video. Wrote the Adidas player. for ex. http://www.adidas.com/nl/basketball/?cm_nav=cm_exnv PM me if you like: zetm...@gmail.com Cheers, Latcho Aka Stijn De Ryck On 2/18/2011 11:04 PM, Karl DeSaulniers wrote: And the videos, so I can test :) On Feb 18, 2011, at

Re: [Flashcoders] Re: Video player fullscreening/quality

2011-02-20 Thread B Shankar PEDANA
Hi, Try this..It might solve your problem. == import flash.display.StageDisplayState; function goFullScreen():void { if (stage.displayState == StageDisplayState.NORMAL) { stage.displayState=StageDisplayState.FULL_SCREEN; } else

[Flashcoders] Re: Video player fullscreening/quality

2011-02-18 Thread J.C. Berry
I am willing to pay a few hundred for successful rewriting of this. On Thu, Feb 17, 2011 at 10:05 AM, J.C. Berry jcharlesbe...@gmail.comwrote: Correction - below in bold On Thu, Feb 17, 2011 at 9:57 AM, J.C. Berry jcharlesbe...@gmail.comwrote: Hello all, I am willing to pay for successful

Re: [Flashcoders] Re: Video player fullscreening/quality

2011-02-18 Thread Karl DeSaulniers
Hi J, I'll take a stab at it. Can you send me a fla with just your video page and code in it? LMK, Best, Karl On Feb 18, 2011, at 1:30 PM, J.C. Berry wrote: I am willing to pay a few hundred for successful rewriting of this. On Thu, Feb 17, 2011 at 10:05 AM, J.C. Berry

Re: [Flashcoders] Re: Video player fullscreening/quality

2011-02-18 Thread Karl DeSaulniers
And the videos, so I can test :) On Feb 18, 2011, at 3:43 PM, Karl DeSaulniers wrote: Hi J, I'll take a stab at it. Can you send me a fla with just your video page and code in it? LMK, Best, Karl On Feb 18, 2011, at 1:30 PM, J.C. Berry wrote: I am willing to pay a few hundred for

[Flashcoders] Re: Video player fullscreening/quality

2011-02-17 Thread J.C. Berry
Correction - below in bold On Thu, Feb 17, 2011 at 9:57 AM, J.C. Berry jcharlesbe...@gmail.com wrote: Hello all, I am willing to pay for successful help with this. I am working on a Video player for our Brightcove videos and am having a problem. If I specify the height and width of the video