[Flashcoders] import statement and accessing a class in AS3

2006-07-14 Thread Fumio Nonaka
In ActionScript 3.0, a class can be accessed just by the name of the class without the import statement in a timeline. // timeline: _level0 // frame action (ActionScript 3.0) // import flash.display.MovieClip; trace(MovieClip); // output: [class MovieClip] On the other hand, a class cannot be

[Flashcoders] conflicts with the name of another class

2006-07-14 Thread Michael K
Sometimes I get this message with differnet classes. Never knew what causes it: The name of this class, 'ConnectDots', conflicts with the name of another class that was loaded, 'ConnectDots'. Anyone else? ___ Flashcoders@chattyfig.figleaf.com To

Re: [Flashcoders] allownetworking?

2006-07-14 Thread John Giotta
I'm not familiar with it. Is it a object parameter? ___ 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 Leaf Software Premier

[Flashcoders] AS3 - Missing

2006-07-14 Thread Bjorn Schultheiss
I have just read over this thread and want add my 2 cents in. There are different ways to achieve your desired results without such changes. With the list of countries why not use a HashMap for related data; var vo:Country = {className:Brazil}; // factory implementation inst = new MovieClip();

RE: [Flashcoders] Copy Paste into Firefox

2006-07-14 Thread Palmer, Jim
Thanks Jim, I don't want to give you a false sense of hope here but copy and paste is working here for me Hmm... Me too. I'm at home now on a laptop that hasn't been used in yonks and has FF 1.0.7 on it. The machines at the office all have whatever the stable build of FF last

Re: [Flashcoders] Help: Confusion and Blue with Components

2006-07-14 Thread elibol
When you call gotoAndStop(), the player needs to first enter the frame where mcParent is, this is why it works when you use onEnterFrame. My technique for this has been to add a function call on the frame that the clip resides in. I may call a function like Parent.init() on frame label

[Flashcoders] Animate Xml Nodes

2006-07-14 Thread Jose Maria Barros
Hello, Anyone know a good tutorial where i can learn how to animate xml nodes with actionscript? Example: One photo slides from top to the target destination.. Thanks in advance ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

RE: [Flashcoders] OT: Need math help

2006-07-14 Thread Danny Kodicek
I wonder if someone would be willing to help me off-list with a math problem or can refer me to a more appropriate person/list to ask this question: I have a photograph of a rectangle where the camera was slightly off-center and not parallel to the plane of the rectangle, so in the

Re: [Flashcoders] import statement and accessing a class in AS3

2006-07-14 Thread simon
Hej, jag är på semester (tillbaka igen 14/8), jag nås på 070-9949770 Hälsningar /Simon ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] call JS-Method from SWF in hidden div on IE

2006-07-14 Thread Kevin Newman
In my experience with trying to work out a magic fix for the eolas patent (http://www.unfocus.com/projects/patentMagic/), I have found that in IE, with swfs at least (but possibly all objects) objects that are set with display: none, do not even load in the background, never mind execute

Re: [Flashcoders] setInterval and loadMovie

2006-07-14 Thread Flash Mel
Thanks guys, got it working! Cheers, fM. On 7/10/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: You orphaned a running interval. You need to make sure you clearInterval first. You could put it in the onUnload of your loaded movie, or you could clear the interval in that swf just

RE: [Flashcoders] conflicts with the name of another class

2006-07-14 Thread Mike
I find this happens when two classes import each other. Just compile again and the error goes away. Weird little bug that will hopefully go away in Flash 9. (I'm assuming you don't actually have two classes both named 'ConnectDots'.) -- T. Michael Keesey -Original Message- From: [EMAIL

Re: [Flashcoders] Debug Player issue

2006-07-14 Thread David Rorex
Worst case scenario, just use one of the many flash logging/tracing apps (or write your own simple one real quick), and simply do a global search replace of trace( to DebugLogger.out( (or whatever the name of their trace command is) -David On 7/12/06, Andy Makely [EMAIL PROTECTED] wrote: My

Re: [Flashcoders] allownetworking?

2006-07-14 Thread Rajat Paharia
It's an embed parameter like allowScriptAccess. embed allownetworking=internal... - rajat On 7/13/06, John Giotta [EMAIL PROTECTED] wrote: I'm not familiar with it. Is it a object parameter? ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] part of text is not visible...!

2006-07-14 Thread John Giotta
The only thing I can ask is if the textfield is wide enough in width to display all text. Flash 6 introduced the property TextField.autoSize making it easier to adjust dynamic textfields width at runtime to compensate for value text-width. However, Flash 5, TextField.autoSize did not exist. So

RE: [Flashcoders] OT: Need math help

2006-07-14 Thread Danny Kodicek
I wonder if someone would be willing to help me off-list with a math problem or can refer me to a more appropriate person/list to ask this question: I have a photograph of a rectangle where the camera was slightly off-center and not parallel to the plane of the rectangle, so in the

Re: [Flashcoders] AS3 Reference Library PDF?

2006-07-14 Thread Charles Parcell
Any word on the PDF John? While I have found the HTML version, it is not very printer friendly at all (and neither is the one on livedocs). A PDF version would be greatly appreciated. After all you guys are Adobe now and PDF is part of your thing. I am really surprised that it wasn't released

Re: [Flashcoders] setInterval and loadMovie

2006-07-14 Thread Tony Trapp
Hey Steven just wanted to tell ya I miss the old site you guys had back about 4 years ago and also the update you guys did. Very good stuff!!! Tony Trapp - Original Message - From: Flash Mel [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent:

Re: [Flashcoders] allownetworking?

2006-07-14 Thread Josh Santangelo
It seems to be new for AS3. http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/ wwhelp.htm?context=LiveDocs_Partsfile=1590.html -josh On Jul 12, 2006, at 6:30p, Rajat Paharia wrote: MySpace has recently started writing this into all Flash embeds:

Re: [Flashcoders] jigsaw puzzle piece algorithm

2006-07-14 Thread Guntur N. Sarwohadi
Hello Hans, I would like to thank you in advanced for helping me this far.. I currently have the jigsaw drawing algorithm in hand, yay! It's looks nicer now :D.. and it does 'blend' when it sticks to other pieces tightly. One good thing is that I use the bevel filter and I thought it wont looked

[Flashcoders] Flash Remoting on Flash 8

2006-07-14 Thread Rui Duarte Silva
Hi, I'm having a problem regarding Flash Remoting on Flash8. I've already posted a question before on this group, but received no answer that solved the problem (I'm hoping there is one that does :) ). Is there a way to isolate connection level errors and determine its type (HTTP10, HTTP500,

RE: [Flashcoders] Animate Xml Nodes

2006-07-14 Thread Merrill, Jason
Xml is just string data, you cannot animate it. Worry about getting the data in Flash and THEN creating objects on the stage based on that data, THEN animating those objects. Three separate issues. To animate the object instance, read up on the tween and transition classes, or get a third party

RE: [Flashcoders] Abstract classes in AS3?

2006-07-14 Thread Nivesh Rajbhandari
Hi, Regarding: - 2) Have methods which are not attached to specific class instances. That's a bit like static methods no ? I was incomplete. I should have said, Have *bundled* methods which are not attached to specific class instances. That is, I want to be able to have

Re: [Flashcoders] Flash lite 2 questions

2006-07-14 Thread Eskil Janson
Thanks! I will check out the lists. Most phones are not connected to the net, thats why I want to use mms. I like AS2 but I think the Interactive Object and Event model in AS3 is more suitable for cross platform development, and would prefer it for mobile apps if possible. Best Regards

Re: [Flashcoders] Flash SQL

2006-07-14 Thread mike cann
this doesnt sound like a good idea as anyone can download your .swf and decompile it then change that SELECT * statement to a DROP statement with ease. On 12/07/06, Jose Maria Barros [EMAIL PROTECTED] wrote: Now im working on a project that involves SQL Server, ASP , XML and flash..and i think

RE: [Flashcoders] import statement and accessing a class in AS3

2006-07-14 Thread Geoffrey Williams
You must always import your classes in external AS files. In Flash, the flash.* sub packages are automatically imported. This is working as intended. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fumio Nonaka Sent: Thursday, July 13, 2006 1:50 PM To:

Re: [Flashcoders] allownetworking?

2006-07-14 Thread Alan Queen
Restricts browser communication. This property affects more APIs than the allowScriptAccess property. The allowNetworking property supports the following values: all: No networking restrictions. Flash Player behaves normally. This is the default. internal: SWF files cannot call browser

Re: [Flashcoders] allownetworking?

2006-07-14 Thread David Rorex
must have just been indexed by google then, a quick search points me to livedocs, and then a search on livedocs finds this page: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1590.html allowNetworking String Restricts browser

[Flashcoders] Eclipse Assistance (beginner)

2006-07-14 Thread Flash Mel
Ok, so I just got Eclipse installed yesterday. I've been using SciTEFlash forever and it has served me well. But I needed a better way of managing my projects and the projects of the other flash developer here. ANYWAY...now that I have Eclipse installed I am a bit confused as to to setting up

[Flashcoders] timeline effects, overide final alpha?

2006-07-14 Thread lists
Hi all, I have a problem and I cannot imagine nobody else has had it before, yet I can find no mention of it anywhere. I have searched the archives, adobe forums and google. When you apply certain timeline effects (for me, a transform) you get a dialogue with various options in it. One of these

RE: [Flashcoders] Eclipse Assistance (beginner)

2006-07-14 Thread Andy Stone
There's a ton of resources out there. You can find tutorials at a few of sites below... http://www.gotoandlearn.com/ http://www.ultrashock.com/ http://www.flashkit.com http://actionscript.org http://www.kirupa.com http://www.moock.org/asdg/codedepot/ http://www.sephiroth.it/tutorials.php I Hope

Re: [Flashcoders] Abstract classes in AS3?

2006-07-14 Thread Nicolas Cannasse
2) Have methods which are not attached to specific class instances. That's a bit like static methods no ? I was incomplete. I should have said, Have *bundled* methods which are not attached to specific class instances. That is, I want to be able to have groups of static methods. Static

Re: [Flashcoders] Abstract classes in AS3?

2006-07-14 Thread Nicolas Cannasse
Where can I find the source code of HaXe written in HaXe itself. I think is one of the important milestones for a compiler, the possibility to compile the compiler with itselves :) Not always. The AS3 compiler is not written in AS3. Haxe is using OCaml which is IMHO the best language to

RE: [Flashcoders] Eclipse Assistance (beginner)

2006-07-14 Thread Steven Sacks | BLITZ
If you liked SciTE, you should check out Flash Develop. http://www.flashdevelop.org/community/ It launches in like 2 seconds and has tons of great features. It's still in development, but it's coming along nicely. It supports all the file types you edit when working in Flash. Sorry for

Re: Re: [Flashcoders] Php Host

2006-07-14 Thread Jamie D
I'm using http://hosting.media72.co.uk can't really fault them, their support has often responded and had the issue resolved within 15 minutes and I've never had a ticket open more than 5-6 hours. A much better experience than my previous two hosts. Jim

Re: [Flashcoders] OT: Need math help

2006-07-14 Thread Duncan Reid
I'm not going to pretend to know what you guys are talking about, but you may be able to garner some useful info from this Distort Image class... http://sandy.media-box.net/blog/distortimage-20-the-fastest-way-to-freely-distort-image-with-flash-in-actionscript.html dunc On 7/13/06, Danny

[Flashcoders] In the List Component how to add more than one icon in one item (eg. Yahoo Messenger's Address Book)

2006-07-14 Thread Santhakumar K
flashcoders, I am developing a appliction which should have more than one icon in one item (eg. Yahoo Messenger's Address Book). Anyone can help me in this regard. Thanks, santhakumar -- Santhakumar K Chennai India ___