[Flashcoders] swf doesn't work the same online

2010-03-08 Thread John Singleton
Hi; I built a swf that works the way I want it in Flash, but when I upload it, it acts differently! I built buttons in as3 like this: function nav(nname:String, nurl:String, myX:int, bgcolor:uint):void { myfont2 = 'Arial'; mydize = 15; mytxtcolor =

Re: [Flashcoders] swf doesn't work the same online

2010-03-08 Thread Valentin Schmidt
Hi; I built a swf that works the way I want it in Flash, but when I upload it, it acts differently! I built buttons in as3 like this: your code is corrupted: function onRollOutHandler(e:MouseEvent) { if (e.currentTarget.name == ' Home ') {

Re: [Flashcoders] swf doesn't work the same online

2010-03-08 Thread John Singleton
From: Valentin Schmidt v...@dasdeck.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Mon, March 8, 2010 1:48:18 PM Subject: Re: [Flashcoders] swf doesn't work the same online Hi; I built a swf that works the way I want it in Flash, but when

RE: [Flashcoders] swf doesn't work the same online

2010-03-08 Thread Mattheis, Erik (MIN - WSW)
@chattyfig.figleaf.com Subject: [Flashcoders] swf doesn't work the same online Hi; I built a swf that works the way I want it in Flash, but when I upload it, it acts differently! I built buttons in as3 like this: function nav(nname:String, nurl:String, myX:int, bgcolor:uint):void

[Flashcoders] swf doesn't work

2009-06-11 Thread Mendelsohn, Michael
Hi list... [CS3, dev machine has FP10 installed] I have a swf rendering problem on the pc. Two people are viewing my swf with player 9,0,16,0. When the swf initializes, there are a series of animations that occur where sprites are faded in on the stage. These two people only see the last

Re: [Flashcoders] swf doesn't work

2009-06-11 Thread jonathan howe
Michael, Sometimes things that appear to be player issues turn out to be loader issues. When you first publish for external people, it's often the first time you go over the web AND the first time you get configurations. Can you be sure the app handles the loading of those sprite assets properly,

RE: [Flashcoders] swf doesn't work

2009-06-11 Thread Mendelsohn, Michael
Thanks for responding Jonathan. My only external asset is an xml file, and I write a textfield to the stage if there's an IOError. That's not happening, and all other sprites/graphics are within this swf. It seems to me it's more of an ActionScript error, as if each chunk of code wipes out

Re: [Flashcoders] swf doesn't work

2009-06-11 Thread mark . jonkman
: Thursday, June 11, 2009 10:03:55 AM GMT -05:00 US/Canada Eastern Subject: [Flashcoders] swf doesn't work Hi list... [CS3, dev machine has FP10 installed] I have a swf rendering problem on the pc. Two people are viewing my swf with player 9,0,16,0. When the swf initializes, there are a series

RE: [Flashcoders] swf doesn't work

2009-06-11 Thread Mendelsohn, Michael
Thanks Mark, that's really helpful information. Regards, - Michael M. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders