Re: [Flashcoders] Problem with First Flash Movie

2009-11-15 Thread Henrik Andersson
John R. Sweeney Jr wrote: I don't know if it was your intent, but he asked for help and you really jumped down his throat telling him he doesn't know what he's doing and he is not respecting the proper way. Sorry then, I do have issues with being rude sometimes. I never said that he didn't sh

Re: [Flashcoders] Problem with First Flash Movie

2009-11-15 Thread John R. Sweeney Jr
I don't know if it was your intent, but he asked for help and you really jumped down his throat telling him he doesn't know what he's doing and he is not respecting the proper way. He did say its his first project. Cut him some slack. You, me and all of us had a first project once. I thought we wa

Re: [Flashcoders] Problem with First Flash Movie

2009-11-15 Thread Henrik Andersson
beno - wrote: So I've tried this, but still no cigar: public function Main():void { function mcHatAndFace():void { That is not a subclass, that is a sure fire sign that you don't know what you are doing. Nested functions is something only mad people and cluele

RE: [Flashcoders] Flicker feed doesn't seem to load

2009-11-15 Thread Barry Hannah
Put this code before your parsing routine: var atom:Namespace = new Namespace("http://www.w3.org/2005/Atom";); var dc:Namespace = new Namespace("http://purl.org/dc/elements/1.1/";); var flickr:Namespace = new Namespace("urn:flickr:"); var media:Namespace = new Namespace("http://search.yahoo.com/mr

Re: [Flashcoders] Problem with First Flash Movie

2009-11-15 Thread beno -
On Sun, Nov 15, 2009 at 1:33 PM, Henrik Andersson wrote: > beno - wrote: > >> when I tried to enter "Main", as is in the script below (and what is the >> class associated in the "Properties" tab for the whole Flash movie) Flash >> complains that I must use a unique name. >> > > Don't give more tha

Re: [Flashcoders] Problem with First Flash Movie

2009-11-15 Thread Henrik Andersson
beno - wrote: when I tried to enter "Main", as is in the script below (and what is the class associated in the "Properties" tab for the whole Flash movie) Flash complains that I must use a unique name. Don't give more than one symbol the same class, because it doesn't work. Use subclasses as n

[Flashcoders] Problem with First Flash Movie

2009-11-15 Thread beno -
Hi; I think I'm beginning to understand how this works but I've still got problems. I've clicked on the item I want to link (in the Flash movie), then the menu in the library panel, then "Properties", then advanced, and checked "Export to ActionScript" and "Export first frame". What confuses me is