Re: [Flashcoders] proper way for Flash to store user passwords

2010-03-19 Thread Andrew Sinning
The session id option is great, and more user friendly, too. Mark Winterhalder wrote: On Fri, Mar 19, 2010 at 10:05 PM, Andrew Sinning wrote: Since putting the login screen in html isn't an option, then should I just make the user re-enter their password everytime, or would

[Flashcoders] mask anomaly with AS2 loaded into AS3

2010-03-31 Thread Andrew Sinning
I'm developing a project in AS2 that gets loaded into an AS3 parent movie. In my layout, I have an instance of a symbol (it has an identifier and a class). Within the onLoad function of this class, one of the movie clips is defined as the mask of another. For the instance that is initially

[Flashcoders] call AS function from html links

2010-04-06 Thread Andrew Sinning
In AS2, is there a straightforward way to use the TextFormat.url and TextFormat.target properties to call an AS function when a user clicks on a text fields? This seems like it should be a pretty basic function. I want to have some text with some hyperlinks, but the hyperlinks need to call bac

Re: [Flashcoders] call AS function from html links

2010-04-06 Thread Andrew Sinning
ript_dictionary/actionscript_dictionary073.html Slightly different, but hopefully it shouldn't be too difficult to work in? Glen Andrew Sinning wrote: In AS2, is there a straightforward way to use the TextFormat.url and TextFormat.target properties to call an AS function when a us

[Flashcoders] input TextFields in embedded swf stealing focus

2010-05-03 Thread Andrew Sinning
Our project is build in AS2. It's imported into an AS3 console written in Flex. The problem is that the input type TextFields in the embedded movie are stealing focus from the other TFs in the container console. I can tab between the TFs in my movie. If I click inside one of the TFs in the

[Flashcoders] AS2 ComboBox only showing 2 rows when embedded in Adobe Connect

2010-05-28 Thread Andrew Sinning
We've built an AS2 application that can be embedded into various LMSs, etc. Curiously, when embedded in Adobe Connect (also written in AS2), the ComboBoxes aren't rendered correctly. Rather than dropping down, the menus are displaying above the widget, even though there is plenty of room belo

Re: [Flashcoders] AS2 ComboBox only showing 2 rows when embedded in Adobe Connect

2010-05-29 Thread Andrew Sinning
lass of your own, extending the old one for polymorphism and overriding everything, and then set yourCombo.__proto__ to YourComboBoxClass.prototype. Just a hack to see if that is where the problem lies :). regards, JC On Fri, May 28, 2010 at 3:36 PM, Andrew Sinning wrote: We've built

[Flashcoders] vmode=exactfit cropping bottom under IE

2010-07-07 Thread Andrew Sinning
I'm using the swfobject to display my movie in a stand-alone window with no other html content. I'm using: width = "100%" height = "100%" scale = "exactfit" Under IE on Windows, the movie is properly sized, but there's about 15 pixels of white space added to the top of the window. As a resul

[Flashcoders] AS2 compile problems when variable name is the same as a package name

2010-07-12 Thread Andrew Sinning
I've never noticed this before. I had a variable named "view" referencing a class "view.PlainText". I kept getting compiler errors. Changing the variable name to "currentView" fixed the problem. Can somebody explain? I'm sure I've had conflicts like this before. Maybe the problem is that

[Flashcoders] OT JOB: RealBasic contract job in Minneapolis

2010-08-25 Thread Andrew Sinning
LearningWare Inc. (www.learningware.com) is looking for a RealBasic programmer for a short-term contract job. The target platform is Mac OS. Local developers only, please. You can work from home, but we would like to meet with you face to face. Thanks! Andrew Sinning LearningWare, Inc

[Flashcoders] Android development using Flash/Flex

2011-01-13 Thread Andrew Sinning
A recent comment from Anthony Pace reads "If you would prefer I help kick off the new year by asking some stupid questions, rather than Google the answers, I will gladly accommodate you. " Here's one for you guys. I'm trying to find some good literature on what the options are for developing

[Flashcoders] FlashDevelop vs Flash Builder 4

2011-01-26 Thread Andrew Sinning
I've been using FD2 for a long time. I especially like the code-injection feature. I'm working with a lot of legacy Flash work that includes lots of symbols and time-lining. Compiling with FD2 and injecting into an existing swf containing the already compiled symbols is dramatically faster.

Re: [Flashcoders] Emanuele Canavesi invited you to Dropbox

2011-03-30 Thread Andrew Sinning
ailman/listinfo/flashcoders > -- Andrew Sinning LearningWare Engineer Desk: 651-289-7373 Cell: 612-296-3646 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Problem embedding and using a font variant

2011-04-11 Thread Andrew Sinning
he last time I tried to use TLF my FLA wouldn't compile because > of some error with my assets SWC and the TLF SWC. So I'd rather not go > there. > > Maybe I can fake it by tweaking the scaleX property. > > Thanks, > Matt > ___

[Flashcoders] in AS2, what is the correct way to update a DataGrid's dataProvider

2011-04-21 Thread Andrew Sinning
I have a screen with a DataGrid that displays "live" data, that is, data which is constantly changing. It's not a very large amount of data, so I just make a query to the server every 2 seconds to get the new data. When the new data comes in, the easiest thing to do would be to simply set the dat

[Flashcoders] interesting AS2 SharedObject bug

2011-05-05 Thread Andrew Sinning
I'm using an AS2 SharedObject along with Red5 to synchronize a group of user in a real-time game. I found an interesting bug. I have an array: var someArray:Array = [1,2,3]; I have a dataObject that contains someArray and some other properties: dataObject = { someProperty: 1, som

Re: [Flashcoders] CS5 text problem

2011-08-11 Thread Andrew Sinning
___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- Andrew Sinning LearningWare Engineer Desk: 651-289-7373 Cell: 612-296-3646 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] CS5 text problem

2011-08-11 Thread Andrew Sinning
to clarify: I think the reason that the "bold" setting got us is that the CS5 authoring environment does not seem to indicate how text is styled. On Thu, Aug 11, 2011 at 8:40 AM, Andrew Sinning wrote: > Hi John, > > We've been confronting similar issues the last few

Re: [Flashcoders] Switching to HaXe?

2011-11-30 Thread Andrew Sinning
Jumping into this discussion. Is anybody concerned that HaXe will die or languish, that features will be unsupported or broken on customer platforms? I don't see any major players on the list of HaXe projects (http://haxe.org/com/projects). GWT on the other hand. You get the full faith and cred

Re: [Flashcoders] Switching to HaXe?

2011-11-30 Thread Andrew Sinning
ng anywhere. > > Kevin N. > > > On 11/30/11 11:43 AM, Andrew Sinning wrote: > >> Jumping into this discussion. >> >> Is anybody concerned that HaXe will die or languish, that features will be >> unsupported or broken on customer platforms? I don't see

Re: [Flashcoders] Switching to HaXe?

2011-12-01 Thread Andrew Sinning
I'd be very interested in haXe if it included a set of interface classes for jquery widgets. I.e. a way to build HTML5 applications in AS3 (if that is the proper name for the language of haXe) without having to reference javascript classes and the DOM via an object-blind IDE. When you create an o

Re: [Flashcoders] Switching to HaXe?

2011-12-02 Thread Andrew Sinning
t;> It depends on how you want to work. haXe has jQuery support though: >> >> http://haxe.org/api/js/jquery >> >> Kevin N. >> >> >> >> On 12/1/11 1:12 PM, Andrew Sinning wrote: >> >>> I'd be very interested in haXe if it included a

Re: [Flashcoders] Switching to HaXe?

2011-12-02 Thread Andrew Sinning
; shims it contains (event normalization). > > Kevin N. > > > > On 12/2/11 8:10 AM, Andrew Sinning wrote: >> >> What I don't like about the haXe-jQuery API is that every object has >> type "JQuery".  It seems to be it would be much programmer-friendly if

[Flashcoders] non-selectable TextFields are catching onPress, stumped

2008-02-16 Thread Andrew Sinning
I've created some buttons that sit beneath some TextFields. They're not Flash buttons, but rather just clips with onPress/Release/... functions assigned to them. The TFs aren't selectable. The button choice require 2 clicks -- the first click is to select an answer, the second is to "confirm

Re: [Flashcoders] non-selectable TextFields are catching onPress, stumped

2008-02-16 Thread Andrew Sinning
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] non-selectable TextFields are catching onPress, stumped

2008-02-16 Thread Andrew Sinning
I solved this by putting a selectable TF called "defaultSelection" off to the side of the screen at _root and the using Selection.setFocus(_root.defaultSelection) in my onRelease event. Thanks for the help! ___ Flashcoders mailing list Flashcoders@cha

Re: [Flashcoders] non-selectable TextFields are catching onPress, stumped

2008-02-17 Thread Andrew Sinning
of the focusManager. Thanks. Muzak wrote: Try this: http://readlist.com/lists/chattyfig.figleaf.com/flashcoders/2/12715.html - Original Message - From: "Andrew Sinning" <[EMAIL PROTECTED]> To: "Flash Coders" Sent: Saturday, February 16, 2008 8:31 PM Subje

Re: [Flashcoders] non-selectable TextFields are catching onPress, stumped

2008-02-17 Thread Andrew Sinning
In the loaded in movie where everything takes place I'm just using the Loader and ProgressBar components. I put the focusManager code in that movie. In the shell movie that loads in this movie I'm using a DataGrid component for debugging. I tried taking it out just now, but it doesn't seem

[Flashcoders] determining url of container page

2008-02-18 Thread Andrew Sinning
How can you determine from within Flash (or php on the server when the request for the swf comes in) the url of the page within which a swf is embedded? Thanks! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.co

[Flashcoders] keeping dynamic text persistent during animation

2008-02-20 Thread Andrew Sinning
This isn't actually a coding problem, but here it goes: I'm working with AS2 in CS3. During an animation, there is some dynamic text that needs to be hidden and revealed. I have one continuous layer of text with just the initial keyframe. The font is embedded. If I put the text layer under

Re: [Flashcoders] keeping dynamic text persistent during animation

2008-02-20 Thread Andrew Sinning
Zeh Fernando wrote: Wrap the textfield with a movieclip. Then the designer can move and animate the movieclip around in any way he pleases, but you just do modifications to the textfield that's inside. But don't you still run into the same problem, because the designer has to be sure that they

[Flashcoders] over-ride trace()

2008-02-21 Thread Andrew Sinning
Is it possible to over-ride the trace() function to put the text to a field. I'm trying to debug a browser problem in AS2, and I simply don't have the patience for the AS2 debugger. Thanks! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.c

Re: [Flashcoders] over-ride trace()

2008-02-21 Thread Andrew Sinning
Cédric Tabin wrote: You also can just take a look to this firefox plugin : FlashTracer! Ha! That'd be great except that the problem is only in Explorer! ___ Flashcoders mailing list Flashcoders@chat

[Flashcoders] IE problem loading swf into mc

2008-02-21 Thread Andrew Sinning
Thanks to the folks who told me about FlashTracer! I ended up solving my problem by examinging the access logs on my server, but I'm wondering if anybody has any insight. The problem was related to the fact that I was trying to load the same external swf at the same url into two different MCs

Re: [Flashcoders] wierd easter egg?

2008-03-05 Thread Andrew Sinning
Do you think this is an Adobe egg or a gsworld egg? Allandt Bik-Elliott (Receptacle) wrote: hey this is odd i'm testing my movie at http://qsworld.co.uk/index.php?extcategory=Design&extdesigner=Darkest%20Star&extproduct=Jacket and when i tried right clicking the top right corner and selecting

[Flashcoders] LoadVars() under Director

2008-03-10 Thread Andrew Sinning
When I run an AS2 Flash movie under Director, the LoadVars() object doesn't like the percent sign (%). I have to escape it with a backslash ("\%"). Running the movie under Flash the backslash shows up. (BTW: I'm not using the decode() function, just reading in the text and parsing it manuall

Re: [Flashcoders] LoadVars() under Director

2008-03-10 Thread Andrew Sinning
Turns out that there is a bug in the way the trace() function sends message to the Director message window. Flash works just fine. It's the trace -> Director interface that's broke. Andrew Sinning wrote: When I run an AS2 Flash movie under Director, the LoadVars() object doe

Re: [Flashcoders] to mac or not to mac

2008-03-14 Thread Andrew Sinning
I know you're asking for more specific info, but, hey: Just get a Mac and run Parallels or VMWare. I run XP on my Mac. I also have Vista installed under Parallels for when a customer calls up with a Vista-specific problem, but otherwise I never use it. Dave Segal wrote: It's time for me to

[Flashcoders] GUI SVN

2008-03-14 Thread Andrew Sinning
I'm not a command line guy either, but I backup my files to a ubuntu box, and I also develop my php directly on that box. I'd love to run SVN but without the command line. Is there a good GUI SVN for linux? Thanks. Claus Wahlers wrote: Dunno if that has been mentioned, but if you are NOT a c

Re: [Flashcoders] GUI SVN

2008-03-14 Thread Andrew Sinning
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] strange effects when tweening alpha

2008-03-21 Thread Andrew Sinning
Our artist made an animated character by over-lapping different body parts. Strange thing, when I fade out the character using an alpha-tween of the outer-most clip, I can see the overlapping parts at the joints. It's like the alpha is affecting the individual parts within the movieClip rathe

Re: [Flashcoders] strange effects when tweening alpha

2008-03-21 Thread Andrew Sinning
Funny thing is that even turning on cacheAsBitmap before doing the tween doesn't help. I guess I'll just have to do it faster and hope nobody notices. Huh!? Andrew Sinning wrote: Our artist made an animated character by over-lapping different body parts. Strange thing, when I fa

Re: [Flashcoders] strange effects when tweening alpha

2008-03-21 Thread Andrew Sinning
Thanks Zeh. Your solution should have been SO easy for me to implement, but it seems that setting this using AS right before doing the tween doesn't work. I had to change it in the IDE. But it works great! Thanks! Zeh Fernando wrote: Our artist made an animated character by over-lapping dif

Re: [Flashcoders] Variable scope within for loops: reusing iterator variables

2008-03-24 Thread Andrew Sinning
You are correct Jonathan, but loop blocks are delimited by brackets, so the "for ( ... )" declaration is outside of the loop block. jonathan howe wrote: I had always thought that the scope of variables declared in the initialization part of the for loop were local to the loop block __

[Flashcoders] Delete ASO Files

2008-03-24 Thread Andrew Sinning
I was getting this error "Error creating Flash movie. There was not enough memory available" when I tried to compile a project this morning. I went back to last Thursday's backup and got the same result. Then I loaded the project onto my old laptop and it compiled just fine. Finally, I ran

Re: [Flashcoders] Delete ASO Files

2008-03-24 Thread Andrew Sinning
To clarify: the comment in the live docs that mentions problems with shared libraries is in the section under "Delete ASO Files and Test Movie". Andrew Sinning wrote: The comments in the live docs mention that there are some issues with shared

[Flashcoders] Sound.loadSound ?isStreaming?

2008-03-25 Thread Andrew Sinning
I may not quite understand how to use the the isStreaming:Boolean parameter of the Sound.loadSound() function in AS2. If set to true, the sound will start playing as soon as enough data is downloaded. I got that. But what if I want to load the sound, _allow_ streaming, but _not_start_ it as

Re: [Flashcoders] Sound.loadSound ?isStreaming?

2008-03-25 Thread Andrew Sinning
Don't you think that a bit too obvious? ;-) Thanks Steven! Steven Sacks wrote: uh. mySound.loadSound(url, true); mySound.stop(); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashc

[Flashcoders] AS2 TextField tabbing

2008-04-08 Thread Andrew Sinning
I have a problem somewhere in my movie but I'm not sure where to look. Something somewhere is intercepting the TAB key and preventing it from getting to the object that handles the selection focus. If I just create a movie with four fields then tabbing is automatic, but in my project I can't

Re: [Flashcoders] AS2 TextField tabbing

2008-04-08 Thread Andrew Sinning
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] mp3 streaming interrupted

2008-04-10 Thread Andrew Sinning
I'm using AS2. In my movie, I have some external mp3 files that will start streaming and then just stop playing. It's as if the streaming suddenly stops, but this happens even if I'm playing the sound back locally. From the documentation, if looks like there are just two ways to stop a sound

Re: [Flashcoders] mp3 streaming interrupted

2008-04-10 Thread Andrew Sinning
I figured out the problem -- the array holding the pointer to the instance if the sound object was getting indexed with an empty string (""), and thus never actually getting added to the array, thus there was no persistent pointer to the instance. Andrew Sinning wrote: I'm

[Flashcoders] archived F9r28 and earlier F9r* Player installers not working under Windows

2008-04-14 Thread Andrew Sinning
I'm trying to trouble shoot some problems possibly related to a specific versions of the player. So, I've downloaded the Flash Player Uninstaller and the complete set of installers for F8 and F9 (these are the files "fp8_archive.zip" and "fp9_archive.zip"). I'm currently working under Windows

[Flashcoders] Re: looking for an object-explorer/trouble-shooting widget

2008-04-14 Thread Andrew Sinning
Clarification: I'm using AS2. Andrew Sinning wrote: I've found that the F8 debugger is completely useless for any project using more than a few hundred lines are a few classes. The Flash-Tracer widget is really helpful, but I need something more. Is there a widget anywhere tha

[Flashcoders] Re: looking for an object-explorer/trouble-shooting widget

2008-04-14 Thread Andrew Sinning
Clarification: I'm using AS2. Andrew Sinning wrote: I've found that the F8 debugger is completely useless for any project using more than a few hundred lines are a few classes. The Flash-Tracer widget is really helpful, but I need something more. Is there a widget anywhere tha

[Flashcoders] looking for an object-explorer/trouble-shooting widget

2008-04-14 Thread Andrew Sinning
I've found that the F8 debugger is completely useless for any project using more than a few hundred lines are a few classes. The Flash-Tracer widget is really helpful, but I need something more. Is there a widget anywhere that a person could use to explore the properties of objects in a movie

[Flashcoders] odd MacTel + Windows + Flash bug

2008-04-15 Thread Andrew Sinning
We're seeing a strange behavior with Firefox running under Windows on a MacTel. We're seeing it under both Parallels and VMWare. We're running WinXP with the latest FF (2.0.0.13) and the latest Flash (9.0.0.124). I'm running the latest Parallels under Leopard and my colleague is running VMWa

[Flashcoders] 3 month freelance gig in Minneapolis

2008-04-24 Thread Andrew Sinning
We (www.learningware.com) are looking for somebody with 3+ years of object-oriented AS2 and significant AS3 experience to work with us. We'll need to meet face-to-face in Minneapolis 2-3 times per week. Please contact me off-list if interested. Thanks! Andrew ___

Re: [Flashcoders] Sr. Flash Developer Position

2008-04-30 Thread Andrew Sinning
Michael, My 2 cents: Please don't stop posting jobs to this group. I am sure there are folks on this list who would welcome the opportunity. I think as long as you post each job only once you shouldn't get any complaints. Andrew Sinning Bright, Michael wrote: Sorry for the e-m

[Flashcoders] AS2 preloading images

2008-06-19 Thread Andrew Sinning
In my implementation of mvc, data objects (in the model) have external images associated with them The presentation is non-linear, and data objects can be displayed in any of several different views, depending on the context. Currently, I'm using the Loader component to load images into a spe

Re: [Flashcoders] AS2 preloading images

2008-06-19 Thread Andrew Sinning
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] how to embed br and nbsp for htmlText

2008-06-24 Thread Andrew Sinning
I'm working in AS2. I have some TextFields with html = true and I've embedded uppers, lowers, numerals, punctuation and basic latin for Arial font. The htmlText gets set dynamically. In the htmlText, I'm using " " for any two spaces in a row and for line breaks. If I don't embed the font,

[Flashcoders] sizing an arbitrary loaded swf

2008-10-02 Thread Andrew Sinning
I'm using AS3. After loading in an arbitrary swf using the Loader class, getRect and getBounds don't necessarily reveal the internally defined boundaries of the loaded swf, rather they seem to return the boundaries of the stuff inside the loaded swf which can be either smaller or larger than t

Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-02 Thread Andrew Sinning
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-02 Thread Andrew Sinning
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-02 Thread Andrew Sinning
header, so you would actually have to do a lot of work to figure out what size the swf should be masked at. Steve On Thu, Oct 2, 2008 at 7:36 AM, Andrew Sinning <[EMAIL PROTECTED]>wrote: I'm using AS3. After loading in an arbitrary swf using the Loader class, getRect and get

Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-02 Thread Andrew Sinning
ize is not directly available in AS code. I believe it is only in the swf file's header, so you would actually have to do a lot of work to figure out what size the swf should be masked at. Steve On Thu, Oct 2, 2008 at 7:36 AM, Andrew Sinning <[EMAIL PROTECTED]>wrote: I'm using

Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-03 Thread Andrew Sinning
Thanks Juan. I have a question about the internal class SwfRect that's at the end of the SwfHeader class. I'm really new to AS3, so this will sound like a really dumb question: Where does the internal class SwfRect go? It's outside of the package. Can it be in the same file? Does it need

Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-05 Thread Andrew Sinning
Hi Juan Pablo, I just got back to this problem and tested your SwfHeader class. From the few tests that I've run, this returns exactly the same dimensions that the LoaderInfo class does. I'm still stuck. Here's an example of a swf on YouTube: http://www.youtube.com/v/C7PH3GVj104 The Lo

Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-07 Thread Andrew Sinning
Hi Ian, Some of what I'm seeing is that quite a few of the swfs that I happen to be loading contain their own internal scaling functions. Most typically I'm seeing are swfs that automatically scale to stage.stageWidth and stage.stageHeight. This is for the most part easy to detect, but there

Re: [Flashcoders] sizing an arbitrary loaded swf

2008-10-07 Thread Andrew Sinning
ave no way to get at that scaling. I'm just guessing here. :-) But AFAIK, loaderInfo.width and .height are correctly returning the width and height encoded into the SWF header. They do give you the stage size. Ian On Tue, Oct 7, 2008 at 1:39 PM, Andrew Sinning <[EMAIL PROTECTED]> wrot

[Flashcoders] AS2 onRollover in child of parent clip with onRollover defined

2008-10-17 Thread Andrew Sinning
Working on an old project in AS2. I have what is essentially a button inside of a button. I'm using movieClips, actually. The coding is very primitive. Anyway, the parent movieClip has handlers for onPress, onRelease, onRollover, etc. These are assigned at runtime. I'm trying to add the inne

Re: [Flashcoders] AS2 onRollover in child of parent clip with onRollover defined

2008-10-17 Thread Andrew Sinning
) See? So Background and Button are both children of Container; onRollover is set on Background and on Button. But bear in mind that when you go from Background to Button, onRollOut will be fired on Background. You might have to code around that. HTH, Ian On Fri, Oct 17, 2008 at 4:33 PM, Andrew

[Flashcoders] AS2 FlashDevelop -- Warning unsupported #include

2008-10-22 Thread Andrew Sinning
In FlashDevelop working with AS2, I get a "Warning unsupported #include". The warning refers to the line #include "Version.as" in mx.transitions.Tween, mx.transitions.easing.Strong and mx.transitions.easing.Bounce I never use a "#" in front of my includes, but these are mx files and the

Re: [Flashcoders] AS2 FlashDevelop -- Warning unsupported #include

2008-10-22 Thread Andrew Sinning
Thanks for all the input on this topic! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] correct way to set onRease of an arbitrary button

2007-03-12 Thread Andrew Sinning
(Putting aside whether or not this is best practice design, as I'm just trying to get my head around this.) I've put three buttons in _root.questionInterface called button_1, button_2, etc. Elsewhere I have defined a class Question. When an instance of Question is displayed, it needs to modi

[Flashcoders] class files have stopped compiling?

2007-03-12 Thread Andrew Sinning
I was working along editing my class files in TextEdit and everything was working just fine, then I read that I could open my class files in Flash. So I closed out TextEdit and opened up my class files. These are in a folder "classes" in the folder containing my fla. I've defined "classes/"

Re: [Flashcoders] class files have stopped compiling?

2007-03-12 Thread Andrew Sinning
Merrill, Jason wrote: have you tried Control > Delete ASO files ? I'm running MX04 Professonal. I don't see this command. Must be in F8. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyf

Re: [Flashcoders] class files have stopped compiling?

2007-03-13 Thread Andrew Sinning
manually deleting the files, using the extension, nothing worked. Here's what did work: I added the absolute path to the classes folder for my fla to the Class Path. No more problems. Jah wrote: "i think an extenstion was published ... for MX 2004" this is what he speaks of: http://www.ado

Re: [Flashcoders] correct way to set onRease of an arbitrary button

2007-03-14 Thread Andrew Sinning
Thanks so much to everyone weighing in on this topic. It's been a long time since I got to do any significant work in Flash. Now that we're finally starting to put the maintenance and updating of our existing (Director) products behind us, I'm really looking forward to becoming proficient wit

[Flashcoders] need to send on(rollOut) to button component

2007-04-18 Thread Andrew Sinning
I have configured a group of button components so that only one can be selected at a time and so that each button becomes not enabled after it is selected. The problem is that since the button.enabled = false happens before the on(rollOut) event, later on when it is re-enabled it displays its

[Flashcoders] Fixed: need to send on(rollOut) to button component

2007-04-19 Thread Andrew Sinning
nabled = 1; button.onRollOut(); Andrew Sinning wrote: I have configured a group of button components so that only one can be selected at a time and so that each button becomes not enabled after it is selected. The problem is that since the button.enabled = false happens before the on(roll

[Flashcoders] mc alpha not effecting static text

2007-04-24 Thread Andrew Sinning
When I change the alpha of a movie clip, the alpha of static text inside the clip remains at 100%. It looks just fine within Flash, but in the Player it stays at 100%. I'm using MX04. Thanks. ___ Flashcoders@chattyfig.figleaf.com To change your subs

Re: [Flashcoders] mc alpha not effecting static text

2007-04-24 Thread Andrew Sinning
Totally weird. If I change my static text fields to #dynamic and embed the characters then the alpha works. This is exactly the opposite of what it says in this article here: http://www.connectedpixel.com/blog/fonts/embedding What the heck? Andrew Sinning wrote: When I change the alpha

Re: [Flashcoders] mc alpha not effecting static text

2007-04-24 Thread Andrew Sinning
Figured it out: I don't have the font's installed on this machine. duh. Andrew Sinning wrote: When I change the alpha of a movie clip, the alpha of static text inside the clip remains at 100%. It looks just fine within Flash, but in the Player it stays at 100%. I'm usin

[Flashcoders] Twin Cities freelance AS coder needed

2006-10-20 Thread Andrew Sinning
nch.asp?db=qrtquizlist.mdb&quizID=186&anon=true -- from the ground up. Your job will be to build the browser/flash part of the project. We are LearningWare Inc -- www.learningware.com. Please contact me off-list <[EMAIL PROTECTED]> for more info. Please include your phone number. Regards

Re: [Flashcoders] format alert text

2007-04-25 Thread Andrew Sinning
Have you considered using a modal pop up? function modalWin(url, width, height) { if (window.showModalDialog) { window.showModalDialog(url,"name","dialogWidth:"+width+"px;dialogHeight:"+height+"px");
   } else {
   

[Flashcoders] how to access custom TitleBackground (skinTitleBackground) of Window

2007-05-18 Thread Andrew Sinning
I've created a TitleBackground movieClip by following the instructions in the MX04 online help "To set the title of an Window component to a custom movie clip symbol" (below). Now I'd like to make a call to a function inside of that clip or access properties within that clip directly. The windo

Re: [Flashcoders] how to access custom TitleBackground(skinTitleBackground) of Window

2007-05-19 Thread Andrew Sinning
e header, you'll need to have a movieclip (instance name 'title_mc') that contains a textfield (instance name 'text') inside your custom TitleBackground. The textfield might get affected by the stretching of the TitleBackground though, so not sure how well this will work out

[Flashcoders] jFlash and other web-based, non-browser options

2007-05-20 Thread Andrew Sinning
What are the options for delivering Flash over the web, but outside of the browser? Has anybody used jFlash (a module that allows you to use Flash content in stead of Swing within Java)? Our objective is to deliver an interactive IRC/remote-control which will float over other windows. We'd l

Re: [Flashcoders] jFlash and other web-based, non-browser options

2007-05-20 Thread Andrew Sinning
Sounds like a good exe shell for Flash, but it requires an exe, i.e. Admin rights. The advantage of Java is that end users in corporate and other environments can typically run Java apps without Admin rights. Steven Sacks wrote: mProjector Andrew Sinning wrote: What are the options for

Re: [Flashcoders] jFlash and other web-based, non-browser options

2007-05-21 Thread Andrew Sinning
Ian Thomas wrote: You don't need admin rights to run an .exe file. Typically, you need admin rights to run an _installer_, but if your app is a single self-contained .exe then there's no need for an installer. That's certainly news to me. Everything I have ever built has been broken down in

[Flashcoders] how to get CDATA into an XML object

2007-06-19 Thread Andrew Sinning
I can't figure out how to put CDATA into an xml object. Whether I use createTextNode( ) or create the xml with the CDATA directly, the XML object wants to scrub my input string: My goal is to store away the htmlText of TextField inside of an xml object. // textField is a TextField object var

Re: [Flashcoders] how to get CDATA into an XML object

2007-06-19 Thread Andrew Sinning
tring = ''; str+=''; str+=''; str+='Formatted content of a text field.'; str+=''; var xml:XML = new XML(""); trace(xml.toXMLString()); regards, Muzak - Original Message - From: "Andrew Sinning" <[EMAIL PROTECTED]>

Re: [Flashcoders] how to get CDATA into an XML object

2007-06-19 Thread Andrew Sinning
How can I "load in a schema that has a CDATA node" if AS2 doesn't support it? Where do I get the valid schema? In theory, the following is creating an xml object with a CDATA node, but it doesn't appear to work: var xmlRecord = new XML(""); var child = xmlRecord.firstChild; trace("nodeType :

[Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-24 Thread Andrew Sinning
Our artist has built a set of graphics using Flash. Now I need to derive a set of algoriths to reproduce the different graphic elements at any scale or hue. Is there any way to "get" curve, gradiet, and fill data about the various layers of a movie clip using AS2? What about AS3? My goal is

Re: [Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-25 Thread Andrew Sinning
onscript is an option for you, you could "export" your data to Actionscript also using other detours, e.g. exporting to 'easy to parse' vector formats like old Illustrator formats and importing/converting them afterwards to Actionscript. hth, Matthias 2007/6/24, Andrew Sinning

Re: [Flashcoders] how to "get" controls and anchors of curve, gradients, etc.

2007-06-26 Thread Andrew Sinning
if Flash would save directly as SVG (does Flash CS3?) your workflow would include using SVG. ;-) You're probably right about old Illustrator format. It is near to be human readably though, isn't it? At least it is (well) documented. You might want to ask Burak (the ASV Guy) yourself, what A

[Flashcoders] how to call method in sub-class instace?

2007-06-29 Thread Andrew Sinning
How do you get a super-class instance to call an over-riding method in a sub-class? I'm using AS2. I'm parsing data into an object. The parser method is generalized, so it should be in the super-class, I think... But there are exceptions in the sub-classes. The call to start loading the da

Re: [Flashcoders] how to call method in sub-class instace?

2007-06-29 Thread Andrew Sinning
I had a typo in the name of the overriding method in the sub-class! Once I figured that out it worked exactly as explained in by Moock.. Thanks. T. Michael Keesey wrote: On 6/29/07, Andrew Sinning <[EMAIL PROTECTED]> wrote: How do you get a super-class instance to call an over-

<    1   2   3   >