Re: [Flashcoders] Inspectable parameters ignored in my 1st component

2007-03-18 Thread Alexander Farber
Hello Nel and others, On 3/14/07, Johannes Nel [EMAIL PROTECTED] wrote: [Inspectable(defaultValue=8, type=Number)] On 3/14/07, Alexander Farber [EMAIL PROTECTED] wrote: I'm trying to create a component representing a comic-like chat bubble and while it mostly functions fine, I have a

Re: [Flashcoders] Object.registerClass ...

2007-03-18 Thread dr.ache
Object.registerClass is the dynamic version of connecting a movieclip in your library with an external class. As far as i know, internally there is no other way, methods are bound to an object. you should look for the keyword prototyp and you will gain a wider knowledge :) Stephen Ford

Re: [Flashcoders] Object.registerClass ...

2007-03-18 Thread Ian Thomas
Stephen. Object.registerClass is used all the time in AS2 to connect library objects to implementing classes - so it's definitely relevant. Essentially, you use Object.registerClass to tell the system what type of class should be associated with a clip when it is attached via attachMovie().

Re: [Flashcoders] Inspectable parameters ignored in my 1st component

2007-03-18 Thread Michael Boski
what you want to do is add an inittext varible to hold the param until you finish initializing you text box and then push it in. this code works/ I tested it. the lines I added are 3 and have // line added MOB at the end of them. MIke boski.com import mx.core.UIComponent; /* simple

Re: Re: [Flashcoders] Resizing sw, dependently on screen resolution

2007-03-18 Thread Nicola Alexander Schlup - LuniLogic
Thanks a lot Andy, that was exactly what I needed :-). ___ 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

Re: [Flashcoders] Inspectable parameters ignored in my 1st component

2007-03-18 Thread Alexander Farber
Thanks, I see - On 3/18/07, Michael Boski [EMAIL PROTECTED] wrote: what you want to do is add an inittext varible to hold the param until you finish initializing you text box and then push it in. this code works/ I tested it. the lines I added are 3 and have // line added MOB at the end of

Re: [Flashcoders] Inspectable parameters ignored in my 1st component

2007-03-18 Thread Muzak
Implicit getter/setters are called *before* the constructor of the class. This allows you to set properties in the initObj (the last parameter) when using attachMovie var bubble = attachMovie(Bubble, bubble_mc, getNextHighestDepth(), {text:Hello World}); regards, Muzak - Original Message

RE: [Flashcoders] Object.registerClass ...

2007-03-18 Thread Joe Wheeler
Together with __Packages you can also use Object.registerClass to bind a class to a dynamically created movieclip. If used in conjunction with a static create method you can make creating extended movieclip instances real easy... // MyClass.as class com.misuseit.MyClass extends MovieClip {

RE: [Flashcoders] wordpress and flash integration

2007-03-18 Thread Joe Wheeler
Hi Kerem, If you don't use the wordpress php files you're not using wordpress - all you'd have left is a complicated data base structure and a bunch of raw data. If you really want to use flash and wordpress you need to look at ways of getting the wordpress php files to talk to flash - you can't

Re: [Flashcoders] JSON issues with Flash Lite 2.1

2007-03-18 Thread Pete Thomas
Eka, your implementation is far more robust than the official one not getting any errors now apart from some memory issues which are down to the limitations of flash lite. Thanks Pete -- Message: 12 Date: Thu, 15 Mar 2007 20:08:11 +0100 From: eka [EMAIL PROTECTED]

Re: [Flashcoders] flash cms

2007-03-18 Thread Eric Walton
Oh ok. On 3/18/07, Snepo - Arse [EMAIL PROTECTED] wrote: Eric, I'm not sure what you mean by 'not right'? The downloadable versions of Depot have no such restrictions. The demo is currently not working as we have been moving servers though al demos are available within the download.

[Flashcoders] [AD] New flash site (spiderman3 contest) written with new framework

2007-03-18 Thread Jonathan.Doklovic
Hi, I work at target and we just launched our spiderman3 contest. http://spiderman3.target.com To build this site, I used a new framework I helped develop that includes a port of the springframework for flash as well as lots of other APIs. The framework will be released as an open-source

[Flashcoders] How efficiently is the flash player

2007-03-18 Thread dr.ache
hi there. for my bachelor in media design i want to develop an interface for accessing massive data, more precisely stories people have entered in a database. My question is, how strong is the newest flash player? How many symbols can be shown at the same time before the performance goes down?

Re: [Flashcoders] How efficiently is the flash player

2007-03-18 Thread lincoln
This question isn't pointed for detailed answers as we're not sure what degraded performance means. Its all relitive towards what kind of symbols and how much crap you through onto them with blend modes and alpha. There are some obvious overall limitations (layers, alpha) to the player

RE: [Flashcoders] How efficiently is the flash player

2007-03-18 Thread Dave Watts
for my bachelor in media design i want to develop an interface for accessing massive data, more precisely stories people have entered in a database. My question is, how strong is the newest flash player? How many symbols can be shown at the same time before the performance goes down?

[Flashcoders] Rubyamf 0.8.7 Alpha. Community is needed!

2007-03-18 Thread aaron smith
Hey Everyone , I'm going to keep this short. I've had it Rubyamf in my pocket for few months. Being able to develop it here and there. I've made a big push the last week to get it to this stage. If you're not aware of it, which i'm sure you're not. It's a Flash remoting alternative. :Features:

[Flashcoders] Re: Object.registerClass ...

2007-03-18 Thread Stephen Ford
Excellent, thanks all. Makes perfect sense now.It's the dynamic version of symbol linkage in the IDE (main advantage, for my style of build, is to assign more than one symbol to a class).___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] I have small doubt

2007-03-18 Thread sirajudeen kamarul jaman
hi toeverybody, this is first time to joining the team.i have small doubt. i have one xml file that file containing two fields,student name and question.how to update the xml file from flash. Is it possible to update the xml node? thanks for ur advacne replay

Re: [Flashcoders] I have small doubt

2007-03-18 Thread Michael Boski
A server side item in asp, php etc... has to do the actual righting of the file. flash can not. On 3/18/07, sirajudeen kamarul jaman [EMAIL PROTECTED] wrote: hi toeverybody, this is first time to joining the team.i have small doubt. i have one xml file that file containing two

Re: [Flashcoders] command-line mpeg to flv conversion tool?

2007-03-18 Thread master
Here is a tool can meet you at http://www.flash-video-mx.com/flv_encoder_sdk/ master 2007-03-19 From: Sam Sent: 2007-03-17 01:27:10 To: Flashcoders mailing list CC: Subject: [Flashcoders] command-line mpeg to flv conversion tool? Anyone have suggestions or links to any command-line