Re: [Flashcoders] OT: Interactive conferences

2013-01-24 Thread Lee Marshall
I am thinking about switching to HTML 5. Simple question... How do you go about setting up a stage (size) in html5? Sent from my iPhone On 24 Jan 2013, at 19:01, Odie Bracy obr...@mac.com wrote: I have switched to HTML5, from Flash, for my web apps as so many of my customers want to use

[Flashcoders] Can't display multiple components

2007-09-12 Thread Lee Marshall
I am wanting to display 2 components at the same time, along with having a preloader in place. So I have put my components on frame 3, my preloading is done on frame 1. In my actionscript publish settings I have set my export frame for classes to 2 and unchecked export in first frame in the

[Flashcoders] variable scope

2007-09-09 Thread Lee Marshall
I have just created a class 'ClassA' that loads an XML file.Within that class I have a public function that navigates through the XML and populates arrays with the XML content. I am now creating another class, which will be called 'ClassB' which I plan to extend 'ClassA'. From 'ClassB' I

RE: [Flashcoders] variable scope

2007-09-09 Thread Lee Marshall
you tried the Delegate- Class? in sense something like that: import mx.Delegate(i think that path is wrong) //.. ..// Delegate.create(scope,object) cheers olee 2007/9/9, Lee Marshall [EMAIL PROTECTED]: I have just created a class 'ClassA' that loads an XML file.Within that class I have

RE: [Flashcoders] variable scope

2007-09-09 Thread Lee Marshall
Sure: I am trying to retreive kp_array in 'classB', which is in the kpLoad function. /** * ... * @author - * @version 0.1 */ import mx.utils.Delegate; class xmlHandler { public var new_array : Array; public var numKPs : Number; public var kpID_array :Array public var kp_array :Array

[Flashcoders] Function call from a function

2007-09-07 Thread Lee Marshall
I have created a Class that has 2 functions within it Function 1 loads a movie clip Function 2 removes the movieclip I have a button setup in function 1 that reads like this: target_mc.closer_mc.onRelease = function() removeMC(); };

RE: [Flashcoders] Function call from a function

2007-09-07 Thread Lee Marshall
Still not working... I think it is a scoping issue. Here's my code (Excuse the bloat, I am very much learning!) import flash.filters.DropShadowFilter; import mx.utils.Delegate; class PopupIll { //Initialise variables public static var t:MovieClip; public static var

RE: [Flashcoders] Function call from a function

2007-09-07 Thread Lee Marshall
joining the flashnewbie list for this kind of questions. http://chattyfig.figleaf.com/mailman/listinfo/flashnewbie :) On 9/7/07, Lee Marshall [EMAIL PROTECTED] wrote: I have created a Class that has 2 functions within it Function 1 loads a movie clip Function 2 removes the movieclip I have

[Flashcoders] Can't access

2007-09-06 Thread Lee Marshall
() { this.ref.removeMovieClip(); }; //swfMCLoader.removeListener(swfListen); }; swfMCLoader.addListener(swfListen); swfMCLoader.loadClip(movieName,t); } } Lee Marshall. Senior

[Flashcoders] Importing illustrator files

2007-09-02 Thread Lee Marshall
I am creating some vector based illustration in Adobe illustrator, exporting them to SWFs and the importing them into Flash. The problem is that the lines of text come in separate text fields and even now and again some characters are separate fields. Does anyone have a good routine to

[Flashcoders] Trouble getting _x position

2007-03-23 Thread Lee Marshall
); loaderBox_mc.lineTo((Stage.width/2)-bW/2, (Stage.height/2)+bH/2); loaderBox_mc.moveTo((Stage.width/2)-bW/2, (Stage.height/2)-bH/2); loaderBox_mc.endFill(); trace(loaderBox_mc._x) Lee Marshall. Senior Media Designer/Developer Transart Educational Marketing Systems Clare Hall Parsons Green St Ives Business Park