[Flashcoders] loadSound() crashes dev. env.

2007-12-24 Thread J.C. Berry
var myradio = new Sound(); myradio.loadSound('http://www.live365.com/play/sosdradio',true); Hello all, I am getting started on an audio streaming movie, but just the loadSound() method is crashing the Flash 8 development environment. Is it the stream or do I have a problem with the Flash 8 dev.

[Flashcoders] Re: loadSound() crashes dev. env.

2007-12-24 Thread J.C. Berry
Just FYI, I am running Flash 8 on a Win 2K PC. On Dec 24, 2007 9:06 AM, J.C. Berry [EMAIL PROTECTED] wrote: var myradio = new Sound(); myradio.loadSound('http://www.live365.com/play/sosdradio',truehttp://www.live365.com/play/sosdradio%27,true ); Hello all, I am getting started on an audio

[Flashcoders] Moving groups of objects

2008-07-22 Thread J.C. Berry
Hi all, I hope this is not too basic, but are there any tutorials and/or hints on how to move multiple objects as a group with AS (preferably AS2)? Whenever you could throw me a line I would appreciate it! Thanks so much. -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] I

[Flashcoders] Re: Moving groups of objects

2008-07-22 Thread J.C. Berry
Oh, as to specifically what I am trying to move: I have an empty movieclip on the stage I am using to load in different images, also dynamically attach button symbols, and dynamically create a textfield. I would like to move all these things one item. Thanks so much! -- Jonathan Berry, M.A. IT

Re: [Flashcoders] Moving groups of objects

2008-07-22 Thread J.C. Berry
movieclip f1.button1 // button clip create text field f1.button1.text1 // text create movieclip f1.button1.rect1 // rectangle and then you can move f1._x+=10 or f1._visible=0 Gabino - Original Message - From: J.C. Berry [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

[Flashcoders] Transition Out direction

2008-07-30 Thread J.C. Berry
Hello all, This is a short question. I have searched for it for a few days now, but have not even seen a hint of an answer. (I think perhaps the answer lies in understanding the Transition Manager better?) What I need is to direct which way a Transition Out goes. There is a Transition In

[Flashcoders] Re: Transition Out direction

2008-07-31 Thread J.C. Berry
Am I just dense on this? Please help! On Wed, Jul 30, 2008 at 3:00 PM, J.C. Berry [EMAIL PROTECTED] wrote: Hello all, This is a short question. I have searched for it for a few days now, but have not even seen a hint of an answer. (I think perhaps the answer lies in understanding

Re: [Flashcoders] Rede social une usuários do mundo acadêmico

2010-05-31 Thread J.C. Berry
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com portfolio: http://www.mindarc.com

Re: [Flashcoders] Rede social une usuários do mundo acadêmico

2010-05-31 Thread J.C. Berry
://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com portfolio: http://www.mindarc.com

Re: [Flashcoders] Quick Question

2010-06-13 Thread J.C. Berry
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com portfolio: http://Client:maz...@www.mindarc.com

[Flashcoders] Help with first class

2010-07-07 Thread J.C. Berry
); } } } } } -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Help with first class

2010-07-07 Thread J.C. Berry
function DynaBtnRollOverHandler(e:Event):void { // handle event } and cityNum should be a property on DynaBtn so that you can use (e.target as DynaBtn).cityNum to recall the correct number best a On 7 July 2010 14:40, Kerry Thompson al...@cyberiantiger.biz wrote: J.C. Berry wrote

Re: [Flashcoders] Help with first class

2010-07-07 Thread J.C. Berry
Thanks so much Kerry for taking the time. I really appreciate it. On Wed, Jul 7, 2010 at 1:04 PM, Kerry Thompson al...@cyberiantiger.bizwrote: J.C. Berry wrote: Thanks, Kerry and allandt. I will take your recommendations, allandt. Kerry, when you said that I would end up with only

[Flashcoders] Help with addChild

2010-07-15 Thread J.C. Berry
should be a property on DynaBtn so that you can use (e.target as DynaBtn).cityNum to recall the correct number best a On 7 July 2010 14:40, Kerry Thompson al...@cyberiantiger.biz wrote: J.C. Berry wrote: I wondered if I could bother you to review the code below and make comments

Re: [Flashcoders] Help with addChild

2010-07-16 Thread J.C. Berry
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com portfolio: http://Client:maz...@www.mindarc.com

Re: [Flashcoders] Help with addChild

2010-07-16 Thread J.C. Berry
of the Year -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto: flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of J.C. Berry Sent: Friday, July 16, 2010 2:08 PM To: Flash Coders List Subject: Re: [Flashcoders] Help with addChild You are right. But do

Re: [Flashcoders] Help with addChild

2010-07-16 Thread J.C. Berry
MYMAP DOC CLASS- package{ import fl.controls.TextArea; import fl.containers.ScrollPane; import fl.controls.Button; import flash.display.*; import flash.events.Event; import flash.events.MouseEvent; import flash.net.URLRequest; import flash.net.URLLoader; import

Re: [Flashcoders] Help with addChild

2010-07-16 Thread J.C. Berry
timeline, not the stage. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com

Re: [Flashcoders] Help with addChild

2010-07-16 Thread J.C. Berry
Global Agency Report Card 2009 - Gold Medal Winner The Holmes Report Global Agency of the Year PR News Agency of the Year -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto: flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of J.C. Berry Sent: Friday, July 16

Re: [Flashcoders] Help with addChild

2010-07-16 Thread J.C. Berry
experience with strong typing voiding out an array and when I took off the :Array it worked. Not sure why. Just a thought. Karl On Jul 16, 2010, at 4:49 PM, J.C. Berry wrote: Didn't I try that with var myPopoutObj:myPopout = new myPopout(e.target,this.btnNum, this.cityList); addChild

Re: [Flashcoders] Help with addChild

2010-07-16 Thread J.C. Berry
On Jul 16, 2010, at 5:15 PM, J.C. Berry wrote: Hey thanks, Karl, but did you say you tested that and it worked? On Fri, Jul 16, 2010 at 2:59 PM, Karl DeSaulniers k...@designdrumm.com wrote: Hi JC, I think this should be var myPopoutObj = new myPopout(e.target,this.btnNum, Per his

[Flashcoders] Video player fullscreening/quality

2011-02-17 Thread J.C. Berry
); //stage.fullScreenSourceRect = new Rectangle(0,97,478,269); } } Thanks much in advance. -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com portfolio: http://Client:maz...@www.mindarc.com

[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

[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

[Flashcoders] Flash-to-HTML 5 conversion tool released

2011-03-08 Thread J.C. Berry
http://www.pcworld.com/businesscenter/article/221578/adobe_launches_flashtohtml5_conversion_tool.html For Webkit currently. -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com portfolio: http://Client:maz...@www.mindarc.com

[Flashcoders] F4V progressive download?

2011-04-01 Thread J.C. Berry
Media Encoder). Any help would be greatly appreciated! -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com portfolio: http://Client:maz...@www.mindarc.com