[Flashcoders] How to install local help documents in Flash Builder

2010-08-10 Thread Johan Nyberg
so it shows up inside Flash Builder? Thanks in advance. -- Johan Nyberg Web Guide Partner Engelbrektsplan 1 114 34 Stockholm 08 - 50 00 24 30 070 - 407 83 00 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/ma

[Flashcoders] Oops.. forgot to include the code. Proof of Concept - HTTPService

2009-04-02 Thread Johan Nyberg
width="200" height="300"> -- Johan Nyberg Web Guide Partner Engelbrektsplan 1 114 34 Stockholm 08 - 50 00 24 30 070 - 407 83 00

[Flashcoders] Proof of Concept - HTTPService object doesn't require crossdomain-policy file

2009-04-02 Thread Johan Nyberg
h then can read... And then I can go ahead and create my evil banner ad. ;-) I understand that crossdomain policy files are here to stay. I just don't understand why they don't allow me to access content on other domains that I can access in other ways and then pass on to Flash. -

[Flashcoders] Cross-domain policy - why is Flex more forgiving than Flash?

2009-03-31 Thread Johan Nyberg
servers cross-domain policy file. There are many situations where this is not possible, and where it would still be legitimate to read content from that site. And, as I said before, the browser doesn't need that permission. Nor does Flex, apparently. Regards, -- Johan Nyberg Web Guide

[Flashcoders] can't access XML attributes with HTTPService

2008-09-29 Thread Johan Nyberg
And here is an abbreviated version of the xml file: Kalle Anka game="Hold'em" limit="NL" stake="2/4" players="6" bigblind="400" pot="12400" hands="125" wait="

[Flashcoders] Flex IDE syntax error checking not working

2008-06-11 Thread Johan Nyberg
in the current project I'm working in, this option is greyed out. This does not seem like the right solution, though. Thanks for any help I can get on this. Johan Nyberg Designer and web developer [EMAIL PROTECTED] 08 - 50 00 24 30 070 - 407 83 00 ___

[Flashcoders] The issue of "parent" in AS3

2008-05-15 Thread Johan Nyberg
rties or methods, you have to type- cast parent to the specific class. If you have some other "cleaner" ways of doing this it would be greatly appreciated! Regards, Johan Nyberg Designer and web developer [EMAIL PROTECTED] 08 - 50 00 24 30

[Flashcoders] Error in Flex for automatically created classes

2008-02-26 Thread Johan Nyberg
clip = new Button(); break; } clip.x = column.x; clip.y = column.y; addChild( clip ); }

[Flashcoders] Flex only generates errors for my Document Class, but not in any other AS file

2008-02-26 Thread Johan Nyberg
Hi, I was wondering if anyone has encountered this problem: I use Flex as an IDE when developing flash. When I code, Flex only displays errors in my document class, but not in any other AS file. Do I have to set something in the settings? Regards, Johan Nyberg Designer and web developer

[Flashcoders] AS3 Accessing objects properties on the stage from other objects

2008-02-19 Thread Johan Nyberg
rame_mc.width ) { this.inputBubble.x = x; this.inputBubble.bubble_mc.scaleX = -1; this.inputBubble.txt.x = - this.inputBubble.bubble_mc.width + 20; } In this case my document class is called PokerHandComp. Regards, Johan Nyberg Designer and web developer [EMAIL PROTECTE

[Flashcoders] Errors in Flex when not declaring objects in the Document Class

2008-01-25 Thread Johan Nyberg
the internal namespace. When I declare them, I get a conflict in Flash saying: 1151: A conflict exists with definition hiddenPictures_mc in namespace internal. If anybody has a solution to this problem, it would be greatly appreciated! Regards, Johan Nyberg Designer and web developer [

[Flashcoders] Timeline instance problem

2007-08-06 Thread Johan Nyberg
ng to make this work. I am grateful for any help I can get regarding this! Regards, /Johan Nyberg -- Johan Nyberg Web Guide Partner Sergels Torg 12, 8 tr 111 57 Stockholm 070 - 407 83 00 ___ Flashcoders@chattyfig.figleaf.com To change your su

[Flashcoders] Scripting for objects that appear later on the timeline

2007-06-11 Thread Johan Nyberg
oughts on this? Is there a better solution? Regards, /Johan -- Johan Nyberg Web Guide Partner Sergels Torg 12, 8 tr 111 57 Stockholm 070 - 407 83 00 ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search th

[Flashcoders] ASDT code hinting / auto completion

2007-05-09 Thread Johan Nyberg
I have a hard time getting the code hinting to work in the ASDT in Eclipse. I have MTASC installed, and I've tried setting the classpath to all these different paths, but to no avail: C:\Program Files\Macromedia\Flash 8\en\First Run\Classes C:\Documents and Settings\Johan Nyberg\

[Flashcoders] Reference problem

2007-05-07 Thread Johan Nyberg
ing):Void { trace("hej"); } private function onLoadUpdatesXML(success:Boolean, results_obj:Object, xml:XML):Void { if (success) { //trace(updates.liveUpdate[1].title[0].value); } else { trace("XML Problem " + success); } }

[Flashcoders] Any good XML api out there?

2007-05-03 Thread Johan Nyberg
e the thing you want to use if you're looking for specific data inside the XML - I just want to put all the data in an Array or Object... For example: I would like it like this: root[track[n]["artist"]] Regards, /Johan -- Johan Nyberg Web Guide Partne

[Flashcoders] Class for movie - best practice question

2007-04-24 Thread Johan Nyberg
case I've missed something. ;-) I'veput my main code on the first frame of the _root timeline for too long, and want to move it into a class. Regards, /Johan Nyberg ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

[Flashcoders] Basic "class for swf"-question

2007-04-23 Thread Johan Nyberg
case I've missed something. ;-) I've put my main code on the first frame of the _root timeline for too long, and want to move it into a class. Regards, /Johan -- Johan Nyberg Web Guide Partner Sergels Torg 12, 8 tr 111 57 Stockholm 070 -

[Flashcoders] Parameters to constructor of class that extends MovieClip

2007-03-30 Thread Johan Nyberg
Is it possible to send parameters to the constructor of a class that extends MovieClip, i.e. when the movie clip that is linked to that class is loaded? -- Johan Nyberg Web Guide Partner Sergels Torg 12, 8 tr 111 57 Stockholm 070 - 407 83 00

[Flashcoders] Thanks!

2007-03-22 Thread Johan Nyberg
I just wanted to extend my gratitude towards the people that helped me understand the scope issue when extending a function inside a class that is triggered by a text field, and tipping me off about the Delegate class. Thanks! -- Johan Nyberg Web Guide Partner Sergels Torg 12, 8 tr 111 57

[Flashcoders] Problem extending inherited function

2007-03-21 Thread Johan Nyberg
regardless of what calls the function?! Regards, /Johan -- Johan Nyberg Web Guide Partner Sergels Torg 12, 8 tr 111 57 Stockholm 070 - 407 83 00 ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or sear

[Flashcoders] Problems with Key event

2007-03-21 Thread Johan Nyberg
works.. But not Delete, Home, End, PageUp, PageDown, Enter, etc.. What am I doing wrong??? -- Johan Nyberg Web Guide Partner Sergels Torg 12, 8 tr 111 57 Stockholm 070 - 407 83 00 ___ Flashcoders@chattyfig.figleaf.com To change your subscription option

[Flashcoders] Text moving behind masks

2007-03-20 Thread Johan Nyberg
When I move text behind a mask, it gets blurry on every other pixel. I've tried a thousand ways to solve this problem: ensuring the txtfield is whole pixels, using no bitmap rendering, but nothing works. Anybody? -- Johan Nyberg Web Guide Partner Sergels Torg 12, 8 tr 111 57 Stockholm

[Flashcoders] chinese characters

2007-03-20 Thread Johan Nyberg
Anybody know how to get chinese characters into Flash? I've googled like crazy, but to no avail. I send the text from the html-page via FlashVars to some dynamic text fields in the fla. I have no problem embedding other characters sets like Cyrillic for example. -- Johan Nyberg Web

[Flashcoders] TextField variable and arrays - please help!

2007-03-15 Thread Johan Nyberg
ly, like this (which doesn't work): for(var i:Number=0; i<=100; i++){ mc = settings_mc.winner_mc.container_mc.attachMovie("txt30DynDark","col0_"+i+"_mc",100+i); _root["winner"+i+"PercentPayout"] = "_root.winnerPerce

[Flashcoders] Text blurry when behind a mask

2007-03-15 Thread Johan Nyberg
Anybody know how to solve this annoying problem? Whenever I put text behind a mask, and then move the text - like for example if you want to make a simple scroller - the text gets blurry. Even when I use bitmap text. On the odd pixel the text is blurry, on the other sharp. -- Johan Nyberg

[Flashcoders] Make a connection between a TextField and an array

2007-03-14 Thread Johan Nyberg
attachMovie("txt30DynDark","col0_"+i+"_mc",100+i); _root["winner"+i+"PercentPayout"] = "_root.winnerPercentPayout["+i+"]"; } Grateful for help with this. -- Johan Nyberg Web Guide Partner Sergels Torg 12, 8 tr 111 57 Stockholm 0

[Flashcoders] Easy to learn and use 3d program

2006-10-27 Thread Johan Nyberg
Hi, I'm looking for an easy to learn and use 3d program to create content for Flash. What are your suggestions? I want to do fairly simple animations, but I need something that are a bit more complex than say, Xara3d. -- Varmfrontsgatan 1 128 34 Skarpnäck 070 - 407 83 00 08 – 37 16 73 ___

[Flashcoders] Streaming AND looping of mp3:s

2006-10-16 Thread Johan Nyberg
Hi, anybody know if there is a way to loop a streamed mp3? /Johan Nyberg ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig

[Flashcoders] Smoothing on mported jpegs and moving on to web services

2006-10-10 Thread Johan Nyberg
(yes, top domain) as the web service, but that didn't do it either. Suggestions? Regards, /Johan Nyberg ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listi

[Flashcoders] Allow smoothing on imported jpeg:s

2006-10-10 Thread Johan Nyberg
Hi everybody, anybody know if there is a way to use the "allow smoothing" functionality on imported jpeg:s? I want to be able to rotate imported jpeg:s, but they look awful, and there doesn't seem to be a way to switch on allow smoothing with action script. Is there a work-around? -- Varmfron