[Flashcoders] animation pack

2006-02-09 Thread Fredrik
Hi 

For about a year ago I found a website with an animation package, it also
had a flash file were you could transform the animation. It had a curve
window where you could control the easing and then get the function for the
animation.

Does anyone know what I am talking about?
If some one knows, what url is it?

Regards

//Fredrik

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] [Off Topic] Adobe web site

2006-02-09 Thread nik crosina
Is it just me and my 2Mb connection or are parts of the Adobe website
now so slow that it is practically inaccessible?

E.g. I simply cannot get more
ofh'ttp://www.adobe.com/products/main.html' than the top portion of
the desing down to where it says in big letters 'products' with the
dotted line below, then download simply stops

?
--
Nik C
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] [Off Topic] Adobe web site

2006-02-09 Thread Nick Weekes
Its your connection dude.  

You tried other high profile sites?  Got any bandwidth limiters accidentally
turned on?  Any way of testing your download speed?  

(here in the uk there are plenty, for example
http://www.adslguide.org.uk/tools/speedtest.asp)

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of nik crosina
Sent: 09 February 2006 08:23
To: Flashcoders mailing list; Lingo programming discussion list
Subject: [Flashcoders] [Off Topic] Adobe web site

Is it just me and my 2Mb connection or are parts of the Adobe website
now so slow that it is practically inaccessible?

E.g. I simply cannot get more
ofh'ttp://www.adobe.com/products/main.html' than the top portion of
the desing down to where it says in big letters 'products' with the
dotted line below, then download simply stops

?
--
Nik C
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] 32bit gradient mask performances

2006-02-09 Thread Christian Giordano
Hi guys, I recently wrote a class to handle this kind of effects in 
animation context, so applied to movieclips NOT bitmaps, but when the 
masks I handle start to be bigger the performance sucks. It's obvious 
but I'm just wondering if there is a better way that the one I'm using.


Here my procedure:

- draw with draw api a gradient fill in a movieclip (mask_mc), 
0x00ff to 0x

- create a new BitmapData (mask_bd) to copy the content of the gradient mask
- draw mask_mc in mask_bd
- create a new BitmapData (image_bd) to contain the movieclip to be masked
- draw the movieclip in image_bd
- create a new BitmapData (picture_bd) to contain the final result
- copy image_bd to picture_bd using mask_bd as mask

Of course doing this operation every frame with large images sucks, is 
there a way to skip some steps?


Here the actual result:

http://nuthinking.com/f8/gradient_mask.html


thanks a lot, chr

--
___
{ Christian Giordano's site and blog @ http://cgws.nuthinking.com }

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Outsourcing

2006-02-09 Thread Anggie Bratadinata

JesterXL wrote:

I'm assuming the USA is a developed country.

LOL

Yes.  Tons of work is outsourced; it's the same with manufacturing; if the 
same job can be done cheaper in the long run, outsourcing is a good idea. 
There is a high demand for Flash, yes, but a higher demand for Flex is on 
the horizon, mainly because bigger projects are typically done with Flex, 
and as such, companies are needed to take responsibility with those projects 
vs. individuals.


I've been working remotely for a couple of webdesign firms in US and 
Australia and I think the reasons they take me in are my rates which is 
a lot cheaper, my eyes, and technical skill. Also, we knew each other 
very well, way before they take me into their projects.


I'm wondering, what more does it takes to push myself further into the 
outsourcing world? Certifications, perhaps?



--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
www.ibshastautama.com
www.nextrand.co.id
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] cart....

2006-02-09 Thread stone larsen
yes, this is a paid gig of course.

9 

stone larsen [EMAIL PROTECTED] wrote: Did I lose any interest in producing a 
cart?

  
-
Brings words and photos together (easily) with
 PhotoMail  - it's free and works with Yahoo! Mail.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Buttons

2006-02-09 Thread CARABUS plus
Good morning,
 
There is two buttons on the same level wich launch a function :

btn2.onRelease=btn1.onRelease =function () {
play (); 
}; 

I put a button at the level40 and it doesnt work, do you ssee why ?

_level40.btn2.onRelease=btn1.onRelease =function () {
play (); 
}; 

Thank you



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] hiding datagrid columns?

2006-02-09 Thread Srishti Bhatia
yes,the user selects the checkboxes labelled with the column names in a
pop-up window.
Only,those column names should be made visible in the datagrid present on
the stage.
  Any suggestion would be highly appreciated.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dave
Mennenoh
Sent: Wednesday, February 08, 2006 7:55 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] hiding datagrid columns?


Could you set the column's width to 0? Are you trying to hide on a button
click or something?

Dave -
www.blurredistinction.com
www.macromedia.com/support/forums/team_macromedia/


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s)and may 
contain confidential or privileged information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] 32bit gradient mask performances

2006-02-09 Thread Ben Smeets
Just a small hand here, the performance actually is quite ok on my pc?  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Christian Giordano
Sent: donderdag 9 februari 2006 10:23
To: flashcoders
Subject: [Flashcoders] 32bit gradient mask performances

Hi guys, I recently wrote a class to handle this kind of effects in
animation context, so applied to movieclips NOT bitmaps, but when the
masks I handle start to be bigger the performance sucks. It's obvious
but I'm just wondering if there is a better way that the one I'm using.

Here my procedure:

- draw with draw api a gradient fill in a movieclip (mask_mc),
0x00ff to 0x
- create a new BitmapData (mask_bd) to copy the content of the gradient
mask
- draw mask_mc in mask_bd
- create a new BitmapData (image_bd) to contain the movieclip to be
masked
- draw the movieclip in image_bd
- create a new BitmapData (picture_bd) to contain the final result
- copy image_bd to picture_bd using mask_bd as mask

Of course doing this operation every frame with large images sucks, is
there a way to skip some steps?

Here the actual result:

http://nuthinking.com/f8/gradient_mask.html


thanks a lot, chr

--
___
{ Christian Giordano's site and blog @ http://cgws.nuthinking.com }

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Buttons

2006-02-09 Thread Danny Kodicek



Good morning,

There is two buttons on the same level wich launch a function :

btn2.onRelease=btn1.onRelease =function () {
play ();
};

I put a button at the level40 and it doesnt work, do you ssee why ?

_level40.btn2.onRelease=btn1.onRelease =function () {
play ();
};


I'd imagine that it's working but playing its own parent rather than the 
level where you wrote the function (or vice versa: what were you hoping it 
would do?). Have you tried this?:


var thisFunction=function () { play ()}
_level40.btn2.onRelease=btn1.onRelease=thisFunction

If not, then try adding a trace(this) and see what you get

Danny 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] 32bit gradient mask performances

2006-02-09 Thread Christian Giordano
Just a small hand here, the performance actually is quite ok on my pc?  


it's a question? :) btw, since I'd like to make a more scalable as 
possible method, it would be nice having better performances.


best, chr

--
___
{ Christian Giordano's site and blog @ http://cgws.nuthinking.com }
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] SWF to Image format at runtime.

2006-02-09 Thread Alias
If you're targeting FP8, go here:
http://www.kaourantin.net/2005/10/more-fun-with-image-formats-in-as3.html

If not, you're unfortunately SOL.

HTH,
Alias

On 2/9/06, hidayath q [EMAIL PROTECTED] wrote:
 Hi guys,

 I want to convert the whole SWF file into a jpg format at runtime.will a swf
 file be embedded in PDF file? can anyone answer my question.

 Regards,
 S.Hidayath
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] 32bit gradient mask performances

2006-02-09 Thread Ben Smeets
Yeah but more in the sense of The performance is fine here, so are you
sure you are having a problem? :D

But get your point though. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Christian Giordano
Sent: donderdag 9 februari 2006 11:45
To: Flashcoders mailing list
Subject: Re: [Flashcoders] 32bit gradient mask performances

 Just a small hand here, the performance actually is quite ok on my pc?


it's a question? :) btw, since I'd like to make a more scalable as
possible method, it would be nice having better performances.

best, chr

--
___
{ Christian Giordano's site and blog @ http://cgws.nuthinking.com }
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] animation pack

2006-02-09 Thread Hubert Cumberdale
On 2/9/06, Fredrik [EMAIL PROTECTED] wrote:

 Hi

 For about a year ago I found a website with an animation package,

http://www.alex-uhlmann.de/flash/animationpackage/
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] animation pack

2006-02-09 Thread Fredrik
That's the correct site thank you

//F

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jim Tann
Sent: den 9 februari 2006 11:16
To: Flashcoders mailing list
Subject: RE: [Flashcoders] animation pack

Im not sure what package you are talking about but FUSE
(http://www.mosessupposes.com/Fuse/) is a good animation package that
was built on the Zigo engine (http://laco.wz.cz/tween/). 

Hope these are what you need.

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Fredrik
Sent: 09 February 2006 08:20
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] animation pack

Hi 

For about a year ago I found a website with an animation package, it
also
had a flash file were you could transform the animation. It had a curve
window where you could control the easing and then get the function for
the
animation.

Does anyone know what I am talking about?
If some one knows, what url is it?

Regards

//Fredrik

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] animation pack

2006-02-09 Thread Fredrik
Thanks for the reply, this is the one iam using today.
I just wanted the other version to

//F

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Hubert
Cumberdale
Sent: den 9 februari 2006 12:32
To: Flashcoders mailing list
Subject: Re: [Flashcoders] animation pack

On 2/9/06, Fredrik [EMAIL PROTECTED] wrote:

 Hi

 For about a year ago I found a website with an animation package,

http://www.alex-uhlmann.de/flash/animationpackage/
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] hiding datagrid columns?

2006-02-09 Thread Srishti Bhatia
thanks for the help provided.
Actually,can anyone tell me how to know that which are 
the checkboxes labelled with the column names which the user 
has selected in the pop-up window? 
i mean which checkboxes have been ticked? 
Should the event handler(click) be on the checkbox ? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nathan
Derksen
Sent: Wednesday, February 08, 2006 9:43 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] hiding datagrid columns?


Use removeColumnAt() and addColumn()/addColumnAt()

var dataArray:Array = new Array();
dataArray.push({foo:1, bar:2, baz:3});
dataArray.push({foo:1, bar:2, baz:3});
dataArray.push({foo:1, bar:2, baz:3});
dataArray.push({foo:1, bar:2, baz:3});
dataArray.push({foo:1, bar:2, baz:3});
dataArray.push({foo:1, bar:2, baz:3});
dataArray.push({foo:1, bar:2, baz:3});
dataArray.push({foo:1, bar:2, baz:3});
dataArray.push({foo:1, bar:2, baz:3});

myDG.dataProvider = dataArray;

myDG.removeColumnAt(2);
// Later call the following to get the column back:
myDG.addColumnAt(2, baz);

Note that the third column of data is not removed from the data  
provider when you call removeColumnAt(2), it just removes the visual  
representation of the data.

Nathan
http://www.nathanderksen.com


On Feb 8, 2006, at 1:47 AM, [EMAIL PROTECTED]  
[EMAIL PROTECTED] wrote:

 Does anyone know a way to hide a datagrid column.
 The information contained in this electronic message and any  
 attachments to this message are intended for the exclusive use of  
 the addressee(s)and may contain confidential or privileged  
 information. If you are not the intended recipient, please notify  
 the sender or [EMAIL PROTECTED]
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s)and may 
contain confidential or privileged information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Is it possible to do a karaoke app in flash?

2006-02-09 Thread Jorge Rego

Hi list,

I'm concerned  about the syncs (audio instrumental with text hilights) 
and about the recordings (voice via mic) to mp3 or wav.

I'd very much appreciate any pointers ...

Regards

--
Jorge Rego

Interacções do Futuro
http://www.inter-futuro.pt

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is it possible to do a karaoke app in flash?

2006-02-09 Thread Danny Kodicek
When you say 'app' are you talking about online or offline? I don't think 
Flash can do recording, but offline at least, you could do it with Director 
using an Xtra and embed the Flash into it. Online I think you're going to 
have some trouble!


Danny

- Original Message - 
From: Jorge Rego [EMAIL PROTECTED]

To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 12:13 PM
Subject: [Flashcoders] Is it possible to do a karaoke app in flash?


Hi list,

I'm concerned  about the syncs (audio instrumental with text hilights)
and about the recordings (voice via mic) to mp3 or wav.
I'd very much appreciate any pointers ...

Regards

--
Jorge Rego

Interacções do Futuro
http://www.inter-futuro.pt

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is it possible to do a karaoke app in flash?

2006-02-09 Thread Jorge Rego

My first goal is offline, but i migth need it online as well.

I don't mind to do it in Director ... which Xtra are you talking about?
Can we talk off list?


Danny Kodicek wrote:
When you say 'app' are you talking about online or offline? I don't 
think Flash can do recording, but offline at least, you could do it 
with Director using an Xtra and embed the Flash into it. Online I 
think you're going to have some trouble!


Danny

- Original Message - From: Jorge Rego [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 12:13 PM
Subject: [Flashcoders] Is it possible to do a karaoke app in flash?


Hi list,

I'm concerned  about the syncs (audio instrumental with text hilights)
and about the recordings (voice via mic) to mp3 or wav.
I'd very much appreciate any pointers ...

Regards




--
Jorge Rego

Interacções do Futuro
http://www.inter-futuro.pt

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] reference or scope problem... all the instances share the same values :S

2006-02-09 Thread parakalo
i would appreciate very much if someone can help me with this one.
i coded four classes. one main class, one for nodes, one for connections, and 
one for groups
first of all 20 nodes are created. for each of them, a random number of tags 
(letters) between 1 and 3 is created
then connections between nodes are created each time one of them shares a tag.
now i would like to identify groups of nodes that are not connected neither 
directlly or indirectly with other groups of nodes... here's the problem
I create the first group with the two nodes of the first connection in the 
array. Then i go through all the connections generated and try to see if the 
nodes belongs to the first group.
if not a new group is created. my problem is that all the groups created have 
the elements of the first group instance. some scope or reference problem, i 
can't figure it out :S
i now the code is quite extense but here it is...
thx in advance



class Main
{
var nodes, connections, groups;
var nr_nodes;
var tagsArray = new Array(A, B, C, D, E, F, G, 
H,I,J,K,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z);
var nrconnections=1;
var nrgroups=1;

function Main()
{
nr_nodes=20;
this.init();
}   

function init()
{
nodes = new Array();
connections = new Array();
groups = new Array();
this.create_initial_nodes_and_connections();
} 

/*Create initial nodes ans connections*/
function create_initial_nodes_and_connections()
{
for (var j=1;j=nr_nodes;j++) { 
var random_nr_tags = random(3)+1;
this[node_+j]= new Node(); 
this.generateTags(random_nr_tags,j);
this.insertNode(this[node_+j]);
}
this.generate_connections();
}   

function generateTags(n,no) {
for (var i=1;i=n;i++) {
var random_tag = random(25)+1;
this[node_+no].setTag(tagsArray[random_tag],i);
}
}   

function generate_connections() {
for (var i = 1; i = nodes.length; ++i)
{
for (var j = i + 1; j = nodes.length; j++)
{   
this.compareTags(i,j);
} 
}
this.init_groups();
}   

/* Create first group with the nodes of the first connection in the 
connections array */
function init_groups() {
this.insertGroup(this[group_1]);
this[group_+nrgroups]= new Group(this[Connection_1].node1, 
this[Connection_1].node2);
nrgroups++;
this.identify_groups();
} 

function identify_groups()
{   
for (var i = 2; i = connections.length; i++)
{
var no1_tmp = this[Connection_+i].node1;
var no2_tmp = this[Connection_+i].node2;
trace(id + no1_tmp.myID);
for (var j=1; j= groups.length; j++)
{
trace(checking group + j)
var k= 
this[group_+j].checkIfBelongsToGroup(no1_tmp.myID,no2_tmp.myID);
trace(result k=  + k)
// 1 - Belongs, but both nodes already created
// 2 - Doesn't belongs and create new group
// 3 - Belongs and add one of the nodes 

switch(k) 
{
case true: 
break;
case false:

this.insertGroup(this[group_+nrgroups]);
this[group_+nrgroups]= new 
Group(this[Connection_+i].node1, this[Connection_+i].node2);
   
trace(creating group  + 
nrgroups);
nrgroups++;
break;
default: 

this[group_+j].insertInGroup(k); 
trace (insert in group + j);
break;
}   
}
}
}

/* Compare tags between two nodes and create connection */
function compareTags(node1,node2)
{   
for 

Re: [Flashcoders] haXe Beta 1 Release

2006-02-09 Thread A3D

Nicolas Cannasse wrote:


Hi lists,

I'm pleased to announce the first Beta release of haXe available now on
http://haxe.org

haXe is a new programming language that can be used for Flash
development but also ServerSide and JavaScript development.

Some haXe features that you might like :

* haXe is available for Flash Players 6-7-8. It will support also
Flash 8.5 in the near future, bringing you Flash newest feature without
needing to learn a new language everytime.

* haXe is very conservative about Flash API. You can use all the Flash
API like you were used to do in ActionScript.

* porting your code from AS2 to haXe is very easy, and you should
notice additional performances when running it.

* haXe have automatic Delegate creation. That means that you don’t
need to worry about which context your methods will be executed in.

* haXe has a Flexible Type System. It’s not dynamicly typed since we
want to be able to scale easily and let the compiler do a lot of checks
when we modify the source. It’s not staticly typed either and you don’t
have to type every variable you’re using.

haXe Beta 1 should work very well for Flash development, and will even
improve in the upcoming weeks.

You can visit now the haXe website on http://haxe.org

Best,
Nicolas
Motion-Twin


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 


Great job! Thank you so (very very) much … I Love it.

A3D
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Work in London

2006-02-09 Thread James Deakin
Hi Guys,

I hope nobody minds me asking but I'm snowed under with work at the moment.
I'm currently building three projects at the same time. A huge Flash fronted
(of course) CMS driven site for a high profile company. some stand alone
(Flash based) software using Mprojector and another big project. I and my
business *Definition www.justdefine.com need some really good London UK
based coders to help us out. Is anyone in London and in need of some (really
prestigious) work.

James Deakin

Definition
T: +44 (0)7977 006 887
E: [EMAIL PROTECTED]

www.justdefine.com

-
Check out our latest work!
www.confessionsonadancefloor.net/dancinggame/
www.justdefine.com/neworder/
www.rda.tv
www.justdefine.com/interpreter/
www.foxstudioclassics.co.uk/

*Definition is a trading name of Just Define Ltd.
This email and contents are confidential and are for the intended addressee
only. If you have received it in error, please delete it immediately and
inform *Definition. All information and intelectual property are protected
under copyright law.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] reference or scope problem... all the instances sharethe same values :S

2006-02-09 Thread j.c.wichman
Hi,
If you do var myArray = new Array(); myArray will be static and shared by
all instances.
Flash bug.. :) maybe that information helps..
Greetz
Hans

 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of parakalo
 Sent: Thursday, February 09, 2006 1:43 PM
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] reference or scope problem... all the 
 instances sharethe same values :S
 
 i would appreciate very much if someone can help me with this one.
 i coded four classes. one main class, one for nodes, one for 
 connections, and one for groups first of all 20 nodes are 
 created. for each of them, a random number of tags (letters) 
 between 1 and 3 is created then connections between nodes are 
 created each time one of them shares a tag.
 now i would like to identify groups of nodes that are not 
 connected neither directlly or indirectly with other groups 
 of nodes... here's the problem I create the first group with 
 the two nodes of the first connection in the array. Then i go 
 through all the connections generated and try to see if the 
 nodes belongs to the first group.
 if not a new group is created. my problem is that all the 
 groups created have the elements of the first group instance. 
 some scope or reference problem, i can't figure it out :S i 
 now the code is quite extense but here it is...
 thx in advance
 
 
 
 class Main
 {
   var nodes, connections, groups;
   var nr_nodes;
   var tagsArray = new Array(A, B, C, D, E, F, 
 G, 
 H,I,J,K,M,N,O,P,Q,R,S,T,U,V,W,X
 ,Y,Z);
   var nrconnections=1;
   var nrgroups=1;
 
   function Main()
 {
   nr_nodes=20;
 this.init();
 } 
   
   function init()
 {
 nodes = new Array();
 connections = new Array();
   groups = new Array();
 this.create_initial_nodes_and_connections();
 } 
   
   /*Create initial nodes ans connections*/
 function create_initial_nodes_and_connections()
 {
   for (var j=1;j=nr_nodes;j++) { 
   var random_nr_tags = random(3)+1;
   this[node_+j]= new Node(); 
   this.generateTags(random_nr_tags,j);
   this.insertNode(this[node_+j]);
   }
   this.generate_connections();
   }   
   
   function generateTags(n,no) {
   for (var i=1;i=n;i++) {
   var random_tag = random(25)+1;
   
 this[node_+no].setTag(tagsArray[random_tag],i);
   }
   }   
   
   function generate_connections() {
   for (var i = 1; i = nodes.length; ++i)
 {
   for (var j = i + 1; j = nodes.length; j++)
 {   
   this.compareTags(i,j);
 } 
 }
   this.init_groups();
   }   
   
   /* Create first group with the nodes of the first 
 connection in the connections array */
   function init_groups() {
   this.insertGroup(this[group_1]);
   this[group_+nrgroups]= new 
 Group(this[Connection_1].node1, this[Connection_1].node2);
   nrgroups++;
   this.identify_groups();
   } 
   
   function identify_groups()
   {   
   for (var i = 2; i = connections.length; i++)
   {
   var no1_tmp = this[Connection_+i].node1;
   var no2_tmp = this[Connection_+i].node2;
   trace(id + no1_tmp.myID);
   for (var j=1; j= groups.length; j++)
   {
   trace(checking group + j)
   var k= 
 this[group_+j].checkIfBelongsToGroup(no1_tmp.myID,no2_tmp.myID);
   trace(result k=  + k)
   // 1 - Belongs, but both nodes 
 already created
   // 2 - Doesn't belongs and 
 create new group
   // 3 - Belongs and add one of 
 the nodes 
   switch(k) 
   {
   case true: 
   break;
   case false:
   
 this.insertGroup(this[group_+nrgroups]);
   
 this[group_+nrgroups]= new 
 Group(this[Connection_+i].node1, 
 this[Connection_+i].node2); 
   trace(creating 
 group  + nrgroups);
   nrgroups++;
   break;
   default: 

[Flashcoders] A nice whiteboard/scribble/drawing thing

2006-02-09 Thread Ramon Tayag
Hey everyone,

Are there nicely free, coded, neat, and object oriented
whiteboard/scribble programs out there?  If there aren't, are there
ones that are close to what I described?

I looked around in the Flashkit applications and downloaded about half
a dozen..  I'm hoping there are more out there though.

I want to make my own and I think it'll make a world's difference if
there's something I can study.

Thanks!
--
Ramon Miguel M. Tayag
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] components and library assets

2006-02-09 Thread w03

Similar answer:  I had an alert that didn't carry when swf was imported. I 
dragged one off stage, set alpha = 0, in frame 1.  I then actionscript deleted 
it on 1st frame. Same idea.

Wendy




Just to be paranoidly-sure:
- make another layer in your component
- make another frame, 2, in your component
- put the asset on that frame
- put a stop action on a new layer, thus ensuring the component never 
reaches that frame


Now, if you use the component, you'll get the asset for sure.

-

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] A nice whiteboard/scribble/drawing thing

2006-02-09 Thread Jobe Makar

Hi Ramon,

I'm not aware of a free whiteboard that fits your description. But I do know 
of a basic free multi-user whiteboard. Go here and scroll down:

http://www.electro-server.com/live_examples.aspx

That is a pretty basic whiteboard example. The source is installed with 
ElectroServer. ElectroServer is free for up to 20 simultaneous connections.


Jobe Makar
http://www.electrotank.com
http://www.electro-server.com
phone: 919-609-0408
mobile: 919-610-5754
fax: 919-341-8104
- Original Message - 
From: Ramon Tayag [EMAIL PROTECTED]

To: FlashCoders Programming flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 8:30 AM
Subject: [Flashcoders] A nice whiteboard/scribble/drawing thing


Hey everyone,

Are there nicely free, coded, neat, and object oriented
whiteboard/scribble programs out there?  If there aren't, are there
ones that are close to what I described?

I looked around in the Flashkit applications and downloaded about half
a dozen..  I'm hoping there are more out there though.

I want to make my own and I think it'll make a world's difference if
there's something I can study.

Thanks!
--
Ramon Miguel M. Tayag
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] A nice whiteboard/scribble/drawing thing

2006-02-09 Thread Ramon Tayag
Jobe,

Thank you :)

I plan to do mine using AMFPHP.  It's not so much the backend I'll
have to study, but more the Flash aspect of it.  The sample I'm
looking for does not have to be multi-user.

Thanks,

On 2/9/06, Jobe Makar [EMAIL PROTECTED] wrote:
 Hi Ramon,

 I'm not aware of a free whiteboard that fits your description. But I do know
 of a basic free multi-user whiteboard. Go here and scroll down:
 http://www.electro-server.com/live_examples.aspx

 That is a pretty basic whiteboard example. The source is installed with
 ElectroServer. ElectroServer is free for up to 20 simultaneous connections.

 Jobe Makar
 http://www.electrotank.com
 http://www.electro-server.com
 phone: 919-609-0408
 mobile: 919-610-5754
 fax: 919-341-8104


--
Ramon Miguel M. Tayag
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] A nice whiteboard/scribble/drawing thing

2006-02-09 Thread Ramon Tayag
James,

Sorry, I'm not sure what you mean by sharing the work.  You want me to
append it to a current project so that you can share the sourcecode
with me? :o

If that's the case, please mail me privately.

Thanks!

On 2/9/06, James Deakin [EMAIL PROTECTED] wrote:
 I have one which I wrote. I have to amend it for a project I am working on
 at the moment. Do you fancy sharing the work?

 James Deakin

 Definition
 T: +44 (0)7977 006 887
 E: [EMAIL PROTECTED]

 www.justdefine.com

--
Ramon Miguel M. Tayag
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] [Off Topic] AMFPHP Subfolders

2006-02-09 Thread Jim Tann
Hi all,

Just started messing about with AMFPHP and was wondering if you can have
services in subfolders as it seems to throw an error for me where it can
see the file but not open the class this is the error,

The file {test/RecordSet.php} exists and was included correctly but a
class by that name could not be found in that file. Perhaps the class is
misnames or you are running into a case-sensitivity issue, or the class
exists but contains syntax errors.

The call in the flash movie is,

var service:Service = new Service(gatewayUrl, null, 'test/RecordSet');

this all works when I have RecordSet.php in the root of serives but
not when I put it in the subfolder test. 

Any help would be greatly appreciated.
Jim

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] [Off Topic] AMFPHP Subfolders

2006-02-09 Thread Adam Colpitts
Try using Dot notation with your packages (sub-folders)

eg:
//Setup Remoting Service for 'test/RecordSet'
var service:Service = new Service(gatewayUrl, null, 'test.RecordSet', null,
null);

hope this helps :)

Adam
+ completeperspective.ca
+ fourthTier.ca
+ plug, plug, plug!

On 2/9/06, Jim Tann [EMAIL PROTECTED] wrote:

 Hi all,

 Just started messing about with AMFPHP and was wondering if you can have
 services in subfolders as it seems to throw an error for me where it can
 see the file but not open the class this is the error,

 The file {test/RecordSet.php} exists and was included correctly but a
 class by that name could not be found in that file. Perhaps the class is
 misnames or you are running into a case-sensitivity issue, or the class
 exists but contains syntax errors.

 The call in the flash movie is,

 var service:Service = new Service(gatewayUrl, null, 'test/RecordSet');

 this all works when I have RecordSet.php in the root of serives but
 not when I put it in the subfolder test.

 Any help would be greatly appreciated.
 Jim

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread quinrou .
Hi All,

I am trying to get held of the MovieclipTween120.mxp on
http://laco.wz.cz/tween/ but everytime I am trying to download it, it starts
and seems to idle for ages then stops/finishes. Then I try to open up the
file but the extension manager tells me that the invalid. This must because
the download has been completed. Does anyone know where I could get this
wicked tool (custom easing tool)? if any one has it on their machine could
they email it to me?

thanks
Seb
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[FlashCoders] textfield swapDepths

2006-02-09 Thread Dimitrios Bendilas
Hello everyone,

I'm using .swapDepths() on a textfield on the stage,
that was not created dynamically, but was placed there
from iside the Flash IDE.

It's depth doesn't change and it remains negative.

Is this how it should work?

Thanks,
Dimitrios
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [FlashCoders] textfield swapDepths

2006-02-09 Thread sarah
swapDepths can only be applied to movieclips. Put the textfield inside a
movieclip and then apply swapdepths to that.

-sarah

 Hello everyone,

 I'm using .swapDepths() on a textfield on the stage,
 that was not created dynamically, but was placed there
 from iside the Flash IDE.

 It's depth doesn't change and it remains negative.

 Is this how it should work?

 Thanks,
 Dimitrios
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Darian Rafie
Try the rapidshare link.
http://rapidshare.de/files/8538178/MovieclipTween120.mxp.html  

Apparently Laco's server is hosted on a 300 baud modem. 

D.

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of quinrou
.
Sent: Thursday, February 09, 2006 10:01 AM
To: Flashcoders mailing list
Subject: [Flashcoders] MovieclipTween120.mxp from
http://laco.wz.cz/tween/

Hi All,

I am trying to get held of the MovieclipTween120.mxp on
http://laco.wz.cz/tween/ but everytime I am trying to download it, it
starts and seems to idle for ages then stops/finishes. Then I try to
open up the file but the extension manager tells me that the invalid.
This must because the download has been completed. Does anyone know
where I could get this wicked tool (custom easing tool)? if any one has
it on their machine could they email it to me?

thanks
Seb
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is it possible to do a karaoke app in flash?

2006-02-09 Thread JesterXL
You could build an engine that records the voice via Flashcom, and then 
plays it back with timing queues saved into the FLV.  I did this for 30 
second freestyle rap takes for an LG site.

- Original Message - 
From: Jorge Rego [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 7:13 AM
Subject: [Flashcoders] Is it possible to do a karaoke app in flash?


Hi list,

I'm concerned  about the syncs (audio instrumental with text hilights)
and about the recordings (voice via mic) to mp3 or wav.
I'd very much appreciate any pointers ...

Regards

-- 
Jorge Rego

Interacções do Futuro
http://www.inter-futuro.pt

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] [Off Topic] AMFPHP Subfolders

2006-02-09 Thread Jim Tann
Exactly correct, thank you my friend.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adam
Colpitts
Sent: 09 February 2006 15:40
To: Flashcoders mailing list
Subject: Re: [Flashcoders] [Off Topic] AMFPHP Subfolders

Try using Dot notation with your packages (sub-folders)

eg:
//Setup Remoting Service for 'test/RecordSet'
var service:Service = new Service(gatewayUrl, null, 'test.RecordSet',
null,
null);

hope this helps :)

Adam
+ completeperspective.ca
+ fourthTier.ca
+ plug, plug, plug!

On 2/9/06, Jim Tann [EMAIL PROTECTED] wrote:

 Hi all,

 Just started messing about with AMFPHP and was wondering if you can
have
 services in subfolders as it seems to throw an error for me where it
can
 see the file but not open the class this is the error,

 The file {test/RecordSet.php} exists and was included correctly but a
 class by that name could not be found in that file. Perhaps the class
is
 misnames or you are running into a case-sensitivity issue, or the
class
 exists but contains syntax errors.

 The call in the flash movie is,

 var service:Service = new Service(gatewayUrl, null, 'test/RecordSet');

 this all works when I have RecordSet.php in the root of serives but
 not when I put it in the subfolder test.

 Any help would be greatly appreciated.
 Jim

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] opportunity - paypal flash cart

2006-02-09 Thread Alan MacDougall

Rich Rodecker wrote:


check out flashkart.



On 2/8/06, stone larsen [EMAIL PROTECTED] wrote:
 


I am looking to hire someone for a fully functional apparel based flash
cart using paypal as the merchant.

Key needs: XML powered, easily updateable.

If interested please hit me back, I'm not looking to spend over $1000.

Best,
S-
   

And for future reference, if you're asking someone to code a 
full-featured professional-grade web application from the ground up, an 
offer of $1000 will only get you a confused shrug. There are very 
highly-paid people who can spend months on this kind of project.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] opportunity - paypal flash cart

2006-02-09 Thread Nick Weekes
Good advice...

Tempted to try the 'confused shrug' next time mr big shot corporate client
wants to argue with my costs ;-)


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan
MacDougall
Sent: 09 February 2006 16:23
To: Flashcoders mailing list
Subject: Re: [Flashcoders] opportunity - paypal flash cart

Rich Rodecker wrote:

check out flashkart.



On 2/8/06, stone larsen [EMAIL PROTECTED] wrote:
  

I am looking to hire someone for a fully functional apparel based flash
cart using paypal as the merchant.

Key needs: XML powered, easily updateable.

If interested please hit me back, I'm not looking to spend over $1000.

Best,
S-


And for future reference, if you're asking someone to code a 
full-featured professional-grade web application from the ground up, an 
offer of $1000 will only get you a confused shrug. There are very 
highly-paid people who can spend months on this kind of project.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread quinrou .
niceone boys - thx!

On 2/9/06, Darian Rafie [EMAIL PROTECTED] wrote:

 Try the rapidshare link.
 http://rapidshare.de/files/8538178/MovieclipTween120.mxp.html

 Apparently Laco's server is hosted on a 300 baud modem.

 D.



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of quinrou
 .
 Sent: Thursday, February 09, 2006 10:01 AM
 To: Flashcoders mailing list
 Subject: [Flashcoders] MovieclipTween120.mxp from
 http://laco.wz.cz/tween/

 Hi All,

 I am trying to get held of the MovieclipTween120.mxp on
 http://laco.wz.cz/tween/ but everytime I am trying to download it, it
 starts and seems to idle for ages then stops/finishes. Then I try to
 open up the file but the extension manager tells me that the invalid.
 This must because the download has been completed. Does anyone know
 where I could get this wicked tool (custom easing tool)? if any one has
 it on their machine could they email it to me?

 thanks
 Seb
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread quinrou .
Oh has anyone made the zigo engine class based sort of thing? rather than
extending the movieclass?



On 2/9/06, quinrou . [EMAIL PROTECTED] wrote:

 niceone boys - thx!

 On 2/9/06, Darian Rafie [EMAIL PROTECTED] wrote:
 
  Try the rapidshare link.
  http://rapidshare.de/files/8538178/MovieclipTween120.mxp.html
 
  Apparently Laco's server is hosted on a 300 baud modem.
 
  D.
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto: [EMAIL PROTECTED] On Behalf Of quinrou
  .
  Sent: Thursday, February 09, 2006 10:01 AM
  To: Flashcoders mailing list
  Subject: [Flashcoders] MovieclipTween120.mxp from
  http://laco.wz.cz/tween/
 
  Hi All,
 
  I am trying to get held of the MovieclipTween120.mxp on
  http://laco.wz.cz/tween/ but everytime I am trying to download it, it
  starts and seems to idle for ages then stops/finishes. Then I try to
  open up the file but the extension manager tells me that the invalid.
  This must because the download has been completed. Does anyone know
  where I could get this wicked tool (custom easing tool)? if any one has
  it on their machine could they email it to me?
 
  thanks
  Seb
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Jason Je
Does anybody know if this site is legit or is it one of those warez site???

http://www.tekdealers.com/?pg=product_detailsref=956846552productID=374

Thank you...

CyanBlue
This message (including any attachments) is a confidential and privileged 
communication of
AWS Convergence Technologies, Inc. and intended only for the addressee. Any 
unauthorized use,
distribution or copying of this message (or any attachment) is prohibited. If 
you are not the
addressee or a person authorized to receive messages for the addressee, you 
have received this
message in error. In that case, please delete this message and call us at 
301-250-4000 so that we
can correct our records in order to avoid this mistake in the future. Thank you.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Outsourcing

2006-02-09 Thread Hairy Dog Digital
 
 if the same job can be done cheaper in the long run, outsourcing is a good
idea. 

Provided that in the long run takes into account the cost of managing the
project and overseas subcontractor, quality assurance testing (and time
required to correct errors), time differences and possible communication
issues. 

In addition, there are the costs that are not immediate or always
tangible... displaced workers, unemployment insurance rates, etc., etc. But
I digress, and that argument is probably best left to another forum.

FWIW, I've outsourced portions of projects in the past, both to overseas
subcontractors and local freelancers. The overseas work leans towards
larger-scale common tasks (eg, XML conversion) where the size and schedule
allow for any hiccups. The local freelancers tend to get the smaller
coding projects (eg, Flash, Director, JavaScript, PHP).

...Rob


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread Jason Je

Does anybody know if this site is legit or is it one of those warez site???

http://www.tekdealers.com/?pg=product_detailsref=956846552productID=374

Thank you...

CyanBlue
This message (including any attachments) is a confidential and privileged 
communication of
AWS Convergence Technologies, Inc. and intended only for the addressee. Any 
unauthorized use,
distribution or copying of this message (or any attachment) is prohibited. If 
you are not the
addressee or a person authorized to receive messages for the addressee, you 
have received this
message in error. In that case, please delete this message and call us at 
301-250-4000 so that we
can correct our records in order to avoid this mistake in the future. Thank you.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Darian Rafie
No, not to my knowledge.  Laco, as it is, is not long for the world
since AS3 drops _global.  

d.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of quinrou
.
Sent: Thursday, February 09, 2006 10:46 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] MovieclipTween120.mxp from
http://laco.wz.cz/tween/

Oh has anyone made the zigo engine class based sort of thing? rather
than extending the movieclass?



On 2/9/06, quinrou . [EMAIL PROTECTED] wrote:

 niceone boys - thx!

 On 2/9/06, Darian Rafie [EMAIL PROTECTED] wrote:
 
  Try the rapidshare link.
  http://rapidshare.de/files/8538178/MovieclipTween120.mxp.html
 
  Apparently Laco's server is hosted on a 300 baud modem.
 
  D.
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto: [EMAIL PROTECTED] On Behalf Of 
  quinrou .
  Sent: Thursday, February 09, 2006 10:01 AM
  To: Flashcoders mailing list
  Subject: [Flashcoders] MovieclipTween120.mxp from 
  http://laco.wz.cz/tween/
 
  Hi All,
 
  I am trying to get held of the MovieclipTween120.mxp on 
  http://laco.wz.cz/tween/ but everytime I am trying to download it, 
  it starts and seems to idle for ages then stops/finishes. Then I try

  to open up the file but the extension manager tells me that the
invalid.
  This must because the download has been completed. Does anyone know 
  where I could get this wicked tool (custom easing tool)? if any one 
  has it on their machine could they email it to me?
 
  thanks
  Seb
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread Søren Christensen
Good question.
I dont know. But it definitely is worrying that they give you no
possibilities but a online forum to get in thouch with them. No adress nor
phone, email nada...


On 9/2/06 17:45, Jason Je [EMAIL PROTECTED] wrote:

 
 Does anybody know if this site is legit or is it one of those warez site???
 
 http://www.tekdealers.com/?pg=product_detailsref=956846552productID=374
 
 Thank you...
 
 CyanBlue
 This message (including any attachments) is a confidential and privileged
 communication of
 AWS Convergence Technologies, Inc. and intended only for the addressee. Any
 unauthorized use,
 distribution or copying of this message (or any attachment) is prohibited. If
 you are not the
 addressee or a person authorized to receive messages for the addressee, you
 have received this
 message in error. In that case, please delete this message and call us at
 301-250-4000 so that we
 can correct our records in order to avoid this mistake in the future. Thank
 you.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [FlashCoders] textfield swapDepths

2006-02-09 Thread Dimitrios Bendilas

Hi Sarah,

Thanks for your answer.

Unfortunately this is not an option. So, I thought I'd create a dynamic 
textfield
in the depth I want, copy all properties from the original textfield to the 
new one
and set .text =  for the original textfield (unfortunately removeMovieClip 
doesn't work either).


I'm having some trouble making an exact duplicate of the first field, but I 
think I'll manage it.


Thanks again.

Regards,
Dimitrios



- Original Message - 
From: [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 6:44 PM
Subject: Re: [FlashCoders] textfield swapDepths



swapDepths can only be applied to movieclips. Put the textfield inside a
movieclip and then apply swapdepths to that.

-sarah


Hello everyone,

I'm using .swapDepths() on a textfield on the stage,
that was not created dynamically, but was placed there
from iside the Flash IDE.

It's depth doesn't change and it remains negative.

Is this how it should work?

Thanks,
Dimitrios
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders





___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread Martin Wood

if you follow the WHOIS trail :

http://www.dnsstuff.com/tools/whois.ch?ip=http%3A%2F%2Fwww.tekdealers.com

'NOTE: This domain is registered through register.com, a poor WHOIS provider 
that often violates ICANN regulations and does not provide WHOIS service.'


checking the WHOIS results from register.com gives this :

Registrant:

DomainsByProxy.com

Who's site says :

'...So if you want to keep your personal information private and still retain 
full benefits of domain registration, then a “private registration” is for you. 
Your identity is nobody’s business but ours.'


so, they appear to have done everything they can to avoid being contacted 
directly.

Personally I like the services I use to have some public visibility.

I guess its a case of Caveat Emptor.

Martin.


Søren Christensen wrote:

Good question.
I dont know. But it definitely is worrying that they give you no
possibilities but a online forum to get in thouch with them. No adress nor
phone, email nada...


On 9/2/06 17:45, Jason Je [EMAIL PROTECTED] wrote:


Does anybody know if this site is legit or is it one of those warez site???

http://www.tekdealers.com/?pg=product_detailsref=956846552productID=374

Thank you...

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread Martin Wood
ok, i know its OT but just for completeness sake so that any of us who are 
considering buying from them (after all the prices are good.)


theres a customer review here :

http://www.bizrate.com/ratings_guide/cust_review_detail__mid--113841,mr_type--1,review_id--8001791.html

thanks,

Martin
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [FlashCoders] textfield swapDepths

2006-02-09 Thread Scott Fanetti

Dimitirios,

Have you considered loading a blank movieclip into the textfields depth 
then removing the movieclip?  Loading the mc into that depths should 
clear that depth then removing the mc should clear that memory


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Philippe
 Oh has anyone made the zigo engine class based sort of thing? rather
 than extending the movieclass?

Yes, it's called Fuse, and it's based on the zigo engine:
http://www.mosessupposes.com/fuse/index.html

(Note that there are other clean tween engines out there)

And I would add that it's a good idea to stop extending the MovieClip
prototype ;)
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread Scott Fanetti

They'll probably just take your money and run

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [FlashCoders] textfield swapDepths

2006-02-09 Thread Jeff Earhart
i dont think removeMovieClip or swapDepths works if the object is on a
negative level


On 2/9/06, Scott Fanetti [EMAIL PROTECTED] wrote:
 Dimitirios,

 Have you considered loading a blank movieclip into the textfields depth
 then removing the movieclip?  Loading the mc into that depths should
 clear that depth then removing the mc should clear that memory

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [FlashCoders] textfield swapDepths

2006-02-09 Thread Scott Fanetti

WOW!

I never knew Flash would not remove _mcs with negative depth.  I just 
tried it and it and it won't work.  I guess you learn something new 
every day.


import flash.geom.Rectangle
import flash.display.BitmapData

_mc = _root.createEmptyMovieClip(rect_mc,3);
_bdm = new BitmapData(300,200,false,0xFF);
_mc.attachBitmap(_bdm,0);

_mc.onPress = function(){
   trace(removing)
   this.removeMovieClip();
}

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Zeh Fernando

Oh has anyone made the zigo engine class based sort of thing? rather
than extending the movieclass?



Yes, it's called Fuse, and it's based on the zigo engine:
http://www.mosessupposes.com/fuse/index.html



(Note that there are other clean tween engines out there)



And I would add that it's a good idea to stop extending the MovieClip
prototype ;)


I have to agree. While *using* extensions to the existing classes is better 
to code in several aspects (simpler  faster to write and read) it creates 
more problems that it's worth on AS2 and beyond. Static classes like Moses' 
one (the Fuse Kit) are the future of code-based tweening.



- zeh

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread Charles Parcell
I am willing to bet that they are selling cracked copies or copies what are
using cracked serials.  How on earth could they get the software so cheap
that they could sell for that price? If it was legal then everyone would be
selling that low.

If it is too good to be true then it is!

Charles P.



On 2/9/06, Jason Je [EMAIL PROTECTED] wrote:


 Does anybody know if this site is legit or is it one of those warez
 site???

 http://www.tekdealers.com/?pg=product_detailsref=956846552productID=374

 Thank you...

 CyanBlue
 This message (including any attachments) is a confidential and privileged
 communication of
 AWS Convergence Technologies, Inc. and intended only for the addressee.
 Any unauthorized use,
 distribution or copying of this message (or any attachment) is prohibited.
 If you are not the
 addressee or a person authorized to receive messages for the addressee,
 you have received this
 message in error. In that case, please delete this message and call us at
 301-250-4000 so that we
 can correct our records in order to avoid this mistake in the future.
 Thank you.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread Adrian Lynch
Second hand maybe?

They do mention there's no tech support: Registration for technical 
support/upgrades not available due to the reduced cost.

Adrian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Charles
Parcell
Sent: 09 February 2006 17:52
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Is this site legit to buy the software???


I am willing to bet that they are selling cracked copies or copies what are
using cracked serials.  How on earth could they get the software so cheap
that they could sell for that price? If it was legal then everyone would be
selling that low.

If it is too good to be true then it is!

Charles P.



On 2/9/06, Jason Je [EMAIL PROTECTED] wrote:


 Does anybody know if this site is legit or is it one of those warez
 site???

 http://www.tekdealers.com/?pg=product_detailsref=956846552productID=374

 Thank you...

 CyanBlue
 This message (including any attachments) is a confidential and privileged
 communication of
 AWS Convergence Technologies, Inc. and intended only for the addressee.
 Any unauthorized use,
 distribution or copying of this message (or any attachment) is prohibited.
 If you are not the
 addressee or a person authorized to receive messages for the addressee,
 you have received this
 message in error. In that case, please delete this message and call us at
 301-250-4000 so that we
 can correct our records in order to avoid this mistake in the future.
 Thank you.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] flv playback won't work on live server.

2006-02-09 Thread Corban Baxter
Hey guys I know I asked this before but I never heard an answer. I cannot get 
the ClearOverAll.swf from the flash 8 flv component to load for me on a live 
server. Its only 6KB and it won't show up. I have tried everything anyone seen 
this issue?

Corban Baxter  |  rich media designer  |  www.funimation.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [FlashCoders] textfield swapDepths

2006-02-09 Thread Dimitrios Bendilas

Hey,

Thanks everyone for your suggestions.

Tom, in order to remove the textfield, as you say, you will have
to swapDepths() first, which unfortunately doesn't work on TextFields.
That's why I started this thread in the first place.

I just found this suggestion in a forum:
TextField.prototype.swapDepths = MovieClip.prototype.swapDepths;

A little hack that lets you swap textfields. Didn't try it yet but I guess 
it works.


Do you all think it's something I wouldn't mind putting in? Or is it too 
dirty?

I think it's ok.

Dimitrios

- Original Message - 
From: Tom Rhodes [EMAIL PROTECTED]

To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 7:51 PM
Subject: RE: [FlashCoders] textfield swapDepths



someone posted a function the other day on here that means you can remove
clips on a negative depth. the basis of it was a swapdepths before the
remove as I recall, have a look. might even have been yesterday...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott
Fanetti
Sent: 09 February 2006 18:38
To: Flashcoders mailing list
Subject: Re: [FlashCoders] textfield swapDepths

WOW!

I never knew Flash would not remove _mcs with negative depth.  I just
tried it and it and it won't work.  I guess you learn something new
every day.

import flash.geom.Rectangle
import flash.display.BitmapData

_mc = _root.createEmptyMovieClip(rect_mc,3);
_bdm = new BitmapData(300,200,false,0xFF);
_mc.attachBitmap(_bdm,0);

_mc.onPress = function(){
   trace(removing)
   this.removeMovieClip();
}

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders





___
Flashcoders@chattyfig.figleaf.com
Unsubscribe, set options at
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [FlashCoders] textfield swapDepths

2006-02-09 Thread JesterXL
function removeMofo(mc)
{
var theD = mc.getDepth();
if ( mc.getDepth()  -1 || mc.getDepth()   1048576)
{
mc.removeMovieClip();
}
else
{
var in = mc._parent.getInstanceAtDepth(100);
 mc.swapDepths(100);
 mc.removeMovieClip();
 if ( in != null)
 {
 // put it back
 in.swapDepths ( 100 );
 }
}

}

...untested... only works in F7

- Original Message - 
From: Tom Rhodes [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 12:51 PM
Subject: RE: [FlashCoders] textfield swapDepths


someone posted a function the other day on here that means you can remove
clips on a negative depth. the basis of it was a swapdepths before the
remove as I recall, have a look. might even have been yesterday...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott
Fanetti
Sent: 09 February 2006 18:38
To: Flashcoders mailing list
Subject: Re: [FlashCoders] textfield swapDepths

WOW!

I never knew Flash would not remove _mcs with negative depth.  I just 
tried it and it and it won't work.  I guess you learn something new 
every day.

import flash.geom.Rectangle
import flash.display.BitmapData

_mc = _root.createEmptyMovieClip(rect_mc,3);
_bdm = new BitmapData(300,200,false,0xFF);
_mc.attachBitmap(_bdm,0);

_mc.onPress = function(){
trace(removing)
this.removeMovieClip();
}

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [FlashCoders] textfield swapDepths

2006-02-09 Thread Tom Rhodes
oops, sorry, I'd wrap it in a clip then...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios
Bendilas
Sent: 09 February 2006 19:04
To: Flashcoders mailing list
Subject: Re: [FlashCoders] textfield swapDepths

Hey,

Thanks everyone for your suggestions.

Tom, in order to remove the textfield, as you say, you will have
to swapDepths() first, which unfortunately doesn't work on TextFields.
That's why I started this thread in the first place.

I just found this suggestion in a forum:
TextField.prototype.swapDepths = MovieClip.prototype.swapDepths;

A little hack that lets you swap textfields. Didn't try it yet but I guess 
it works.

Do you all think it's something I wouldn't mind putting in? Or is it too 
dirty?
I think it's ok.

Dimitrios

- Original Message - 
From: Tom Rhodes [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 7:51 PM
Subject: RE: [FlashCoders] textfield swapDepths


 someone posted a function the other day on here that means you can remove
 clips on a negative depth. the basis of it was a swapdepths before the
 remove as I recall, have a look. might even have been yesterday...

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Scott
 Fanetti
 Sent: 09 February 2006 18:38
 To: Flashcoders mailing list
 Subject: Re: [FlashCoders] textfield swapDepths

 WOW!

 I never knew Flash would not remove _mcs with negative depth.  I just
 tried it and it and it won't work.  I guess you learn something new
 every day.

 import flash.geom.Rectangle
 import flash.display.BitmapData

 _mc = _root.createEmptyMovieClip(rect_mc,3);
 _bdm = new BitmapData(300,200,false,0xFF);
 _mc.attachBitmap(_bdm,0);

 _mc.onPress = function(){
trace(removing)
this.removeMovieClip();
 }

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 


___
Flashcoders@chattyfig.figleaf.com
Unsubscribe, set options at
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] _delete onEnterFrame vs onEnterFrame = null

2006-02-09 Thread Anggie Bratadinata

Hi all,

How does onEnterFrame = null differ from _delete onEnterFrame ? 
Should I prefer one to the other?


--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
www.ibshastautama.com
www.nextrand.co.id
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] _delete onEnterFrame vs onEnterFrame = null

2006-02-09 Thread Scott Fanetti
delete this.onEnterFrame is definitely the standard method.  I think 
null kills the function definition, but the event still gets fired and 
the owner of the onEnterFrame event still gets the event notification.  
delete destroys the event and removes the function pointer from the instance


Anggie Bratadinata wrote:

Hi all,

How does onEnterFrame = null differ from _delete onEnterFrame ? 
Should I prefer one to the other?





___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [FlashCoders] textfield swapDepths

2006-02-09 Thread Tareq AlJaber
Why in the first place you want to use negative depth? 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Dimitrios Bendilas
Sent: Thursday, February 09, 2006 10:04 AM
To: Flashcoders mailing list
Subject: Re: [FlashCoders] textfield swapDepths

Hey,

Thanks everyone for your suggestions.

Tom, in order to remove the textfield, as you say, you will have
to swapDepths() first, which unfortunately doesn't work on TextFields.
That's why I started this thread in the first place.

I just found this suggestion in a forum:
TextField.prototype.swapDepths = MovieClip.prototype.swapDepths;

A little hack that lets you swap textfields. Didn't try it yet but I
guess 
it works.

Do you all think it's something I wouldn't mind putting in? Or is it too

dirty?
I think it's ok.

Dimitrios

- Original Message - 
From: Tom Rhodes [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 7:51 PM
Subject: RE: [FlashCoders] textfield swapDepths


 someone posted a function the other day on here that means you can
remove
 clips on a negative depth. the basis of it was a swapdepths before the
 remove as I recall, have a look. might even have been yesterday...

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Scott
 Fanetti
 Sent: 09 February 2006 18:38
 To: Flashcoders mailing list
 Subject: Re: [FlashCoders] textfield swapDepths

 WOW!

 I never knew Flash would not remove _mcs with negative depth.  I just
 tried it and it and it won't work.  I guess you learn something new
 every day.

 import flash.geom.Rectangle
 import flash.display.BitmapData

 _mc = _root.createEmptyMovieClip(rect_mc,3);
 _bdm = new BitmapData(300,200,false,0xFF);
 _mc.attachBitmap(_bdm,0);

 _mc.onPress = function(){
trace(removing)
this.removeMovieClip();
 }

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 


___
Flashcoders@chattyfig.figleaf.com
Unsubscribe, set options at
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Mike Britton
Fuse is giving this error:

Error opening URL http://www.mosessupposes.com/2004/sequencer/version.xml;

Mike
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [FlashCoders] textfield swapDepths

2006-02-09 Thread Dimitrios Bendilas

I don't have the option to create the textfield dynamically.
So I have to put it there from the Flash IDE and it automatically
gets a negative depth, like all instances that are created this way.

Dimitrios

- Original Message - 
From: Tareq AlJaber [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 8:28 PM
Subject: RE: [FlashCoders] textfield swapDepths


Why in the first place you want to use negative depth? 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Dimitrios Bendilas
Sent: Thursday, February 09, 2006 10:04 AM
To: Flashcoders mailing list
Subject: Re: [FlashCoders] textfield swapDepths

Hey,

Thanks everyone for your suggestions.

Tom, in order to remove the textfield, as you say, you will have
to swapDepths() first, which unfortunately doesn't work on TextFields.
That's why I started this thread in the first place.

I just found this suggestion in a forum:
TextField.prototype.swapDepths = MovieClip.prototype.swapDepths;

A little hack that lets you swap textfields. Didn't try it yet but I
guess 
it works.


Do you all think it's something I wouldn't mind putting in? Or is it too

dirty?
I think it's ok.

Dimitrios

- Original Message - 
From: Tom Rhodes [EMAIL PROTECTED]

To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 7:51 PM
Subject: RE: [FlashCoders] textfield swapDepths



someone posted a function the other day on here that means you can

remove

clips on a negative depth. the basis of it was a swapdepths before the
remove as I recall, have a look. might even have been yesterday...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott
Fanetti
Sent: 09 February 2006 18:38
To: Flashcoders mailing list
Subject: Re: [FlashCoders] textfield swapDepths

WOW!

I never knew Flash would not remove _mcs with negative depth.  I just
tried it and it and it won't work.  I guess you learn something new
every day.

import flash.geom.Rectangle
import flash.display.BitmapData

_mc = _root.createEmptyMovieClip(rect_mc,3);
_bdm = new BitmapData(300,200,false,0xFF);
_mc.attachBitmap(_bdm,0);

_mc.onPress = function(){
   trace(removing)
   this.removeMovieClip();
}

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders





___
Flashcoders@chattyfig.figleaf.com
Unsubscribe, set options at
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Philippe
Fuse is giving this error:
[...]

Looks like you are trying to download some old stuff.

Actually you have to send an email to the developper to receive the
code because it's under active development - but I hope it will be
downloadable soon :/
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Mike Britton
Apologies to this list -- I solved the problem.  Just change the path to the
version xml file to your local path

com\mosesSupposes\util\sequencer\documentation

in Sequencer.as.

Works great!

Mike
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Mike Britton
I found the download here:

http://www.mosessupposes.com/2004/sequencer/index2.html

This ARE the right files, right?


Mike
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [FlashCoders] textfield swapDepths

2006-02-09 Thread Tareq AlJaber
So this code is not what you are trying to do,correct? 
import flash.geom.Rectangle
import flash.display.BitmapData

_mc = _root.createEmptyMovieClip(rect_mc,-3);
_bdm = new BitmapData(300,200,false,0xFF);
_mc.attachBitmap(_bdm,0);

_mc.onPress = function(){
trace(removing)
this.removeMovieClip();
}

Can you send me a sample file that reproducing the bug?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Dimitrios Bendilas
Sent: Thursday, February 09, 2006 10:34 AM
To: Flashcoders mailing list
Subject: Re: [FlashCoders] textfield swapDepths

I don't have the option to create the textfield dynamically.
So I have to put it there from the Flash IDE and it automatically
gets a negative depth, like all instances that are created this way.

Dimitrios

- Original Message - 
From: Tareq AlJaber [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 8:28 PM
Subject: RE: [FlashCoders] textfield swapDepths


Why in the first place you want to use negative depth? 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Dimitrios Bendilas
Sent: Thursday, February 09, 2006 10:04 AM
To: Flashcoders mailing list
Subject: Re: [FlashCoders] textfield swapDepths

Hey,

Thanks everyone for your suggestions.

Tom, in order to remove the textfield, as you say, you will have
to swapDepths() first, which unfortunately doesn't work on TextFields.
That's why I started this thread in the first place.

I just found this suggestion in a forum:
TextField.prototype.swapDepths = MovieClip.prototype.swapDepths;

A little hack that lets you swap textfields. Didn't try it yet but I
guess 
it works.

Do you all think it's something I wouldn't mind putting in? Or is it too

dirty?
I think it's ok.

Dimitrios

- Original Message - 
From: Tom Rhodes [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 7:51 PM
Subject: RE: [FlashCoders] textfield swapDepths


 someone posted a function the other day on here that means you can
remove
 clips on a negative depth. the basis of it was a swapdepths before the
 remove as I recall, have a look. might even have been yesterday...

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Scott
 Fanetti
 Sent: 09 February 2006 18:38
 To: Flashcoders mailing list
 Subject: Re: [FlashCoders] textfield swapDepths

 WOW!

 I never knew Flash would not remove _mcs with negative depth.  I just
 tried it and it and it won't work.  I guess you learn something new
 every day.

 import flash.geom.Rectangle
 import flash.display.BitmapData

 _mc = _root.createEmptyMovieClip(rect_mc,3);
 _bdm = new BitmapData(300,200,false,0xFF);
 _mc.attachBitmap(_bdm,0);

 _mc.onPress = function(){
trace(removing)
this.removeMovieClip();
 }

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 


___
Flashcoders@chattyfig.figleaf.com
Unsubscribe, set options at
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/

2006-02-09 Thread Philippe
 http://www.mosessupposes.com/2004/sequencer/index2.html

 This ARE the right files, right?

Err... 2004 looks somewhat old for me ;)

Quote from the website:
Sequencer classes: if you're still using those things, please break
down and update to Fuse already

Read carefully...
http://www.mosessupposes.com/Fuse/index.html
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread Helmut Granda
Actually the site was registered through go daddy:

http://who.godaddy.com/whois.aspx?domain=tekdealers.comprog_id=godaddy

and Domains by Proxy say:

Prohibitions:  Domains By Proxy will not do business with you,
nor protect your identity, if you:
• Transmit spam, viruses or harmful computer programs;
• Violate the law or infringe a third party’s trademark or copyright;
• Engage in morally objectionable activities, including but not limited to
those which are child pornographic, defamatory, abusive, harassing, obscene,
racist, or otherwise objectionable.

...So either the software is legal or they don’t know tekdealers is seling
illegal software?

Is there anyway to check with MM about this?

...helmut
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Martin Wood
Sent: Thursday, February 09, 2006 11:10 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Is this site legit to buy the software???

if you follow the WHOIS trail :

http://www.dnsstuff.com/tools/whois.ch?ip=http%3A%2F%2Fwww.tekdealers.com

'NOTE: This domain is registered through register.com, a poor WHOIS provider

that often violates ICANN regulations and does not provide WHOIS service.'

checking the WHOIS results from register.com gives this :

Registrant:

DomainsByProxy.com

Who's site says :

'...So if you want to keep your personal information private and still
retain 
full benefits of domain registration, then a “private registration” is for
you. 
Your identity is nobody’s business but ours.'

so, they appear to have done everything they can to avoid being contacted
directly.

Personally I like the services I use to have some public visibility.

I guess its a case of Caveat Emptor.

Martin.


Søren Christensen wrote:
 Good question.
 I dont know. But it definitely is worrying that they give you no
 possibilities but a online forum to get in thouch with them. No adress nor
 phone, email nada...
 
 
 On 9/2/06 17:45, Jason Je [EMAIL PROTECTED] wrote:
 
 Does anybody know if this site is legit or is it one of those warez
site???

 http://www.tekdealers.com/?pg=product_detailsref=956846552productID=374

 Thank you...
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] 32bit gradient mask performances

2006-02-09 Thread Christian Giordano

mc1.cacheAsBitmap = true;
mc2.cacheAsBitmap = true;
mc1.setMask(mc2);
 *Posted by:* Tinic Uro at August 9, 2005 02:12 PM

The more Bitmap data you're sending around the heavier the processor will
be. CacheAsBitmap will do just fine.


that's what I was looking for!!!

Thanks man, chr

--
___
{ Christian Giordano's site and blog @ http://cgws.nuthinking.com }
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Is this site legit to buy the software???

2006-02-09 Thread FlashDev
Don't trust it. I know very few big name manufacturer's who offer 
download software products sold through any other site than their own.


The GM of a radio station I used to run IT for came to me one day saying 
that he bought some software from a vendor on e-bay. The software was 
way undercost. He wanted me to install it. There were programs from 4 
different manufacturers on one (inkjet) printed disk. After opening the 
folders and reading the install instructions I saw several references to 
files with passwords, that the install would read during the install. 
Some kind of verbiage in the install files as well no support, no 
upgrade, due to the low cost of this software


After calling Sony for verification we petitioned EBay to get our money 
back for the fraudulant software. The seller claimed that they were 
fully within the rights of the EULA agreements of the software they 
were dispensing. Sony's lawyers didn't see it that way when they went to 
court


Cutter

Helmut Granda wrote:


Actually the site was registered through go daddy:

http://who.godaddy.com/whois.aspx?domain=tekdealers.comprog_id=godaddy

and Domains by Proxy say:

Prohibitions:  Domains By Proxy will not do business with you,
nor protect your identity, if you:
• Transmit spam, viruses or harmful computer programs;
• Violate the law or infringe a third party’s trademark or copyright;
• Engage in morally objectionable activities, including but not limited to
those which are child pornographic, defamatory, abusive, harassing, obscene,
racist, or otherwise objectionable.

...So either the software is legal or they don’t know tekdealers is seling
illegal software?

Is there anyway to check with MM about this?

...helmut
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Martin Wood
Sent: Thursday, February 09, 2006 11:10 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Is this site legit to buy the software???

if you follow the WHOIS trail :

http://www.dnsstuff.com/tools/whois.ch?ip=http%3A%2F%2Fwww.tekdealers.com

'NOTE: This domain is registered through register.com, a poor WHOIS provider

that often violates ICANN regulations and does not provide WHOIS service.'

checking the WHOIS results from register.com gives this :

Registrant:

DomainsByProxy.com

Who's site says :

'...So if you want to keep your personal information private and still
retain 
full benefits of domain registration, then a “private registration” is for
you. 
Your identity is nobody’s business but ours.'


so, they appear to have done everything they can to avoid being contacted
directly.

Personally I like the services I use to have some public visibility.

I guess its a case of Caveat Emptor.

Martin.


Søren Christensen wrote:
 


Good question.
I dont know. But it definitely is worrying that they give you no
possibilities but a online forum to get in thouch with them. No adress nor
phone, email nada...


On 9/2/06 17:45, Jason Je [EMAIL PROTECTED] wrote:

   


Does anybody know if this site is legit or is it one of those warez
 


site???
 


http://www.tekdealers.com/?pg=product_detailsref=956846552productID=374

Thank you...
 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

 


___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] SWF to Image format at runtime.

2006-02-09 Thread g.wygonik
Hey there

On 2/9/06, Alias [EMAIL PROTECTED] wrote:

 If not, you're unfortunately SOL.


...right now. However, the next version of my blazePDF runtime PDF generator
for Flash _will_ allow the embedding of on-screen or in-library MovieClips
in PDF documents, of course without the need for any extra installs on the
client side (like print drivers).

The current version does allow drawing API commands and static JPEGs in PDF
documents, so depending upon how your SWF is created, it quite possibly
could work NOW for you.

:-)
g.

--
weblog: broadcast.artificialcolors.com
blazePDF: www.blazepdf.com
band: www.cutratebox.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] 32bit gradient mask performances

2006-02-09 Thread Christian Giordano

mc1.cacheAsBitmap = true;
mc2.cacheAsBitmap = true;
mc1.setMask(mc2);


I made a test and although is much more simple, it doesn't seem you earn 
something in performances :(


here the two tests:

long method - http://nuthinking.com/f8/gradient_mask.html

simple method - http://nuthinking.com/f8/gradient_mask_2.html

but probably my method is more flexible.


any thoughts? cheers, chr


--
___
{ Christian Giordano's site and blog @ http://cgws.nuthinking.com }
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] [Off Topic] Adobe web site

2006-02-09 Thread John Dowdell

nik crosina wrote:

Is it just me and my 2Mb connection or are parts of the Adobe website
now so slow that it is practically inaccessible?


I haven't seen similar reports from others yet, but I'm behind on 
reading, and so don't have the full scoop. I don't have much experience 
in deciphering traceroutes, but when you target adobe.com at Network 
Tools, do you see anything unusual about the path that the connection 
makes between the two computers?

http://network-tools.com/

tx,
jd


--
John Dowdell . Adobe Developer Support . San Francisco CA USA
Weblog: http://weblogs.macromedia.com/jd
Aggregator: http://weblogs.macromedia.com/mxna
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Outlook Address, Subject, Text

2006-02-09 Thread varfoo
Anybody know how to format these fields in Outlook Express from Flash?
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [FlashCoders] textfield swapDepths

2006-02-09 Thread Francis Cheng
A couple corrections:

1. Use  instead of || in the if conditional statement
2. In the else block, change in identifier to a name that isn't a
keyword (e.g. tempInst).

function removeMofo(mc)
{
var theD = mc.getDepth();
if ( theD  -1theD  1048576)
{
mc.removeMovieClip();
}
else
{
var tempInst = mc._parent.getInstanceAtDepth(100);
mc.swapDepths(100);
mc.removeMovieClip();
if ( tempInst != null)
{
// put it back
tempInst.swapDepths ( 100 );
}
}
}

Francis

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of JesterXL
 Sent: Thursday, February 09, 2006 10:14 AM
 To: Flashcoders mailing list
 Subject: Re: [FlashCoders] textfield swapDepths
 
 function removeMofo(mc)
 {
 var theD = mc.getDepth();
 if ( mc.getDepth()  -1 || mc.getDepth()   1048576)
 {
 mc.removeMovieClip();
 }
 else
 {
 var in = mc._parent.getInstanceAtDepth(100);
  mc.swapDepths(100);
  mc.removeMovieClip();
  if ( in != null)
  {
  // put it back
  in.swapDepths ( 100 );
  }
 }
 
 }
 
 ...untested... only works in F7
 
 - Original Message -
 From: Tom Rhodes [EMAIL PROTECTED]
 To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
 Sent: Thursday, February 09, 2006 12:51 PM
 Subject: RE: [FlashCoders] textfield swapDepths
 
 
 someone posted a function the other day on here that means you can
remove
 clips on a negative depth. the basis of it was a swapdepths before the
 remove as I recall, have a look. might even have been yesterday...
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Scott
 Fanetti
 Sent: 09 February 2006 18:38
 To: Flashcoders mailing list
 Subject: Re: [FlashCoders] textfield swapDepths
 
 WOW!
 
 I never knew Flash would not remove _mcs with negative depth.  I just
 tried it and it and it won't work.  I guess you learn something new
 every day.
 
 import flash.geom.Rectangle
 import flash.display.BitmapData
 
 _mc = _root.createEmptyMovieClip(rect_mc,3);
 _bdm = new BitmapData(300,200,false,0xFF);
 _mc.attachBitmap(_bdm,0);
 
 _mc.onPress = function(){
 trace(removing)
 this.removeMovieClip();
 }
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 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 Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [FlashCoders] textfield swapDepths

2006-02-09 Thread JesterXL
Tag team baby!  Thanks Francis.

- Original Message - 
From: Francis Cheng [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 3:55 PM
Subject: RE: [FlashCoders] textfield swapDepths


A couple corrections:

1. Use  instead of || in the if conditional statement
2. In the else block, change in identifier to a name that isn't a
keyword (e.g. tempInst).

function removeMofo(mc)
{
var theD = mc.getDepth();
if ( theD  -1theD  1048576)
{
mc.removeMovieClip();
}
else
{
var tempInst = mc._parent.getInstanceAtDepth(100);
mc.swapDepths(100);
mc.removeMovieClip();
if ( tempInst != null)
{
// put it back
tempInst.swapDepths ( 100 );
}
}
}

Francis

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:flashcoders-
 [EMAIL PROTECTED] On Behalf Of JesterXL
 Sent: Thursday, February 09, 2006 10:14 AM
 To: Flashcoders mailing list
 Subject: Re: [FlashCoders] textfield swapDepths
 
 function removeMofo(mc)
 {
 var theD = mc.getDepth();
 if ( mc.getDepth()  -1 || mc.getDepth()   1048576)
 {
 mc.removeMovieClip();
 }
 else
 {
 var in = mc._parent.getInstanceAtDepth(100);
  mc.swapDepths(100);
  mc.removeMovieClip();
  if ( in != null)
  {
  // put it back
  in.swapDepths ( 100 );
  }
 }
 
 }
 
 ...untested... only works in F7
 
 - Original Message -
 From: Tom Rhodes [EMAIL PROTECTED]
 To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
 Sent: Thursday, February 09, 2006 12:51 PM
 Subject: RE: [FlashCoders] textfield swapDepths
 
 
 someone posted a function the other day on here that means you can
remove
 clips on a negative depth. the basis of it was a swapdepths before the
 remove as I recall, have a look. might even have been yesterday...
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Scott
 Fanetti
 Sent: 09 February 2006 18:38
 To: Flashcoders mailing list
 Subject: Re: [FlashCoders] textfield swapDepths
 
 WOW!
 
 I never knew Flash would not remove _mcs with negative depth.  I just
 tried it and it and it won't work.  I guess you learn something new
 every day.
 
 import flash.geom.Rectangle
 import flash.display.BitmapData
 
 _mc = _root.createEmptyMovieClip(rect_mc,3);
 _bdm = new BitmapData(300,200,false,0xFF);
 _mc.attachBitmap(_bdm,0);
 
 _mc.onPress = function(){
 trace(removing)
 this.removeMovieClip();
 }
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 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 Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] [Off Topic] Adobe web site

2006-02-09 Thread Scott Hyndman
You don't need that website.

Go to the command prompt in windows, and type tracert www.theaddress.com. Under 
*nix, use traceroute.

Scott


-Original Message-
From:   [EMAIL PROTECTED] on behalf of John Dowdell
Sent:   Thu 2/9/2006 3:26 PM
To: Flashcoders mailing list
Cc: 
Subject:Re: [Flashcoders] [Off Topic] Adobe web site

nik crosina wrote:
 Is it just me and my 2Mb connection or are parts of the Adobe website
 now so slow that it is practically inaccessible?

I haven't seen similar reports from others yet, but I'm behind on 
reading, and so don't have the full scoop. I don't have much experience 
in deciphering traceroutes, but when you target adobe.com at Network 
Tools, do you see anything unusual about the path that the connection 
makes between the two computers?
http://network-tools.com/

tx,
jd


-- 
John Dowdell . Adobe Developer Support . San Francisco CA USA
Weblog: http://weblogs.macromedia.com/jd
Aggregator: http://weblogs.macromedia.com/mxna
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

RE: [FlashCoders] textfield swapDepths

2006-02-09 Thread Scott Hyndman
Ah, gotcha 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: February 9, 2006 4:52 PM
To: Flashcoders mailing list
Subject: Re: [FlashCoders] textfield swapDepths

Although you can put mc's in depths higher than 1048575, you cannot
remove them, just like negative depths, so you have to use that as the
ceiling.

- Original Message -
From: Scott Hyndman [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 4:40 PM
Subject: RE: [FlashCoders] textfield swapDepths


if ( theD  -1theD  1048576)

Is there ever a case where theD would be higher that -1 and not lower
than 1048576? Seems to me the extra comparison isn't even necessary.

Scott
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com 

___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] _delete onEnterFrame vs onEnterFrame = null

2006-02-09 Thread Scott Hyndman
 delete onEnterFrame = null

Not only is it bad practice, it completely makes the delete meaningless. 
Since onEnterFrame = null resolves to null, you're just saying delete 
null. This statement is equivalent to saying only:

onEnterFrame = null;

Scott


-Original Message-
From:   [EMAIL PROTECTED] on behalf of stone larsen
Sent:   Thu 2/9/2006 4:55 PM
To: Flashcoders mailing list
Cc: 
Subject:Re: [Flashcoders] _delete onEnterFrame vs onEnterFrame = null

delete onEnterFrame = null, is bad practice. 

Scott Fanetti [EMAIL PROTECTED] wrote: delete this.onEnterFrame is definitely 
the standard method.  I think 
null kills the function definition, but the event still gets fired and 
the owner of the onEnterFrame event still gets the event notification.  
delete destroys the event and removes the function pointer from the instance

Anggie Bratadinata wrote:
 Hi all,

 How does onEnterFrame = null differ from _delete onEnterFrame ? 
 Should I prefer one to the other?



___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

RE: [Flashcoders] opportunity - paypal flash cart

2006-02-09 Thread Ettwein, Josh
Probably because your initial requirements listed seem contradictory to what
you're saying now. Unfortunately, $1000 is *not* a lot of $$, and you're
talking about more than just actionscript work on this, by nature of the
fact that you want the fulfillment portion done under that $1K as well. I
don't know about a confused shrug... I'd simply say no. :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of stone larsen
Sent: Thursday, February 09, 2006 1:43 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] opportunity - paypal flash cart

In reply to this email. I am not looking for a cart that wins awards, only
something that will hold a persistent cart have to ability to delete items
from the cart, and a checkout that uses paypal as the merchant.

I do not see why such a request would warrant a response like the one I got.

-S

Alan MacDougall [EMAIL PROTECTED] wrote: Rich Rodecker wrote:

check out flashkart.



On 2/8/06, stone larsen  wrote:
  

I am looking to hire someone for a fully functional apparel based 
flash cart using paypal as the merchant.

Key needs: XML powered, easily updateable.

If interested please hit me back, I'm not looking to spend over $1000.

Best,
S-


And for future reference, if you're asking someone to code a full-featured
professional-grade web application from the ground up, an offer of $1000
will only get you a confused shrug. There are very highly-paid people who
can spend months on this kind of project.
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] (no subject)

2006-02-09 Thread ian hobbs

Hi All,
I'm new to the list and its great!
I am looking for an elegant and simple ( for the client ) xml file 
editor.
I'm using filemakerPro to export the xml via an FM_xsl stylesheet, the 
being pulled in flash.

This is all good.
I need to offer my client a standalone app so that she can download 
edit and upload content.
Currently I have found GoLive to offer the best xml formatting and 
editing environment.

But this is way too complex for the client. Any suggestions?

dot dot

When I get time i'll build a client services end to the site where the 
xml content can be edited and saved using

the FileReference Class

Ian Hobbs
Brooklyn.
Australia
http://ianhobbs.net

___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] (no subject)

2006-02-09 Thread Tareq AlJaber
Go to the Flash Help Panel and look for FileReference. You can upload
and download files using this class. New Class.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ian
hobbs
Sent: Thursday, February 09, 2006 3:56 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] (no subject)

Hi All,
I'm new to the list and its great!
I am looking for an elegant and simple ( for the client ) xml file 
editor.
I'm using filemakerPro to export the xml via an FM_xsl stylesheet, the 
being pulled in flash.
This is all good.
I need to offer my client a standalone app so that she can download 
edit and upload content.
Currently I have found GoLive to offer the best xml formatting and 
editing environment.
But this is way too complex for the client. Any suggestions?

dot dot

When I get time i'll build a client services end to the site where the 
xml content can be edited and saved using
the FileReference Class

Ian Hobbs
Brooklyn.
Australia
http://ianhobbs.net

___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] pagepeel

2006-02-09 Thread Latcho

anybody got a link to a resource of a (doublepaged) page-peel effect?
like browsing a book, but nonfake.
preferably working with bitmapdata.
my Math skills aren't just sufficient :(

thanks !
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Giving back oyFlashDoc.jsfl - host needed.

2006-02-09 Thread Josh McDonald
Howdy,
 
I've made a few changes to this to make it more useful for my sitation
(need to generate a whole gang of the xml files). And since it's GPL and
somewhat useful, I'd like to send a copy back out there. However there's
no way I can get it on the web from here, so if anyone wants to host it,
please mail me off-list and I'll email it to you.
 
Or, since the changes are fairly trivial (although useful), if nobody
cares that's cool too :)
 
-Josh
 
-- 
 
His comrades fought beside him, Van Owen and the rest...
   But of all the thompson gunners- Roland was the best.
 
Josh McDonald
Analyst Programmer
Information Technology
Ph: 61 7 3006 6460
Email: [EMAIL PROTECTED]




***
Messages included in this e-mail and any of its attachments are those
of the author unless specifically stated to represent WorkCover Queensland. The 
contents of this message are to be used for the intended purpose only and are 
to be kept confidential at all times.
This message may contain privileged information directed only to the intended 
addressee/s. Accidental receipt of this information should be deleted promptly 
and the sender notified.
This e-mail has been scanned by Sophos for known viruses.
However, no warranty nor liability is implied in this respect.


___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] pagepeel

2006-02-09 Thread Grant Cox
I've previously used Macc/Iparigrafika's page turner, and found it to be 
very good.


http://www.iparigrafika.hu/pageflip/


Latcho wrote:


anybody got a link to a resource of a (doublepaged) page-peel effect?
like browsing a book, but nonfake.
preferably working with bitmapdata.
my Math skills aren't just sufficient :(

thanks !
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] opportunity - paypal flash cart

2006-02-09 Thread stone larsen
Josh,

Didn't mean to step on your skill set, my thoughts were someone had one of 
these carts systems in thier library of files, something that could be 
repurposed. I can take the time to put this together, it's really not that much 
work, paypal handles the shipping/tax etc.. all that's being passed is the 
price total/size/color..

nothing to get your panties all bundled up.

sorry that this email ever passed your eyes.

blu skies.
for most.



Ettwein, Josh [EMAIL PROTECTED] wrote: Probably because your initial 
requirements listed seem contradictory to what
you're saying now. Unfortunately, $1000 is *not* a lot of $$, and you're
talking about more than just actionscript work on this, by nature of the
fact that you want the fulfillment portion done under that $1K as well. I
don't know about a confused shrug... I'd simply say no. :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of stone larsen
Sent: Thursday, February 09, 2006 1:43 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] opportunity - paypal flash cart

In reply to this email. I am not looking for a cart that wins awards, only
something that will hold a persistent cart have to ability to delete items
from the cart, and a checkout that uses paypal as the merchant.

I do not see why such a request would warrant a response like the one I got.

-S

Alan MacDougall  wrote: Rich Rodecker wrote:

check out flashkart.



On 2/8/06, stone larsen  wrote:
  

I am looking to hire someone for a fully functional apparel based 
flash cart using paypal as the merchant.

Key needs: XML powered, easily updateable.

If interested please hit me back, I'm not looking to spend over $1000.

Best,
S-


And for future reference, if you're asking someone to code a full-featured
professional-grade web application from the ground up, an offer of $1000
will only get you a confused shrug. There are very highly-paid people who
can spend months on this kind of project.
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Giving back oyFlashDoc.jsfl - host needed.

2006-02-09 Thread Josh McDonald
That's an idea, but I hear you've got to jump through a lot of hoops to
get anything up there. This also isn't quite perfect, it only seems to
get frame actions... Perhaps it'd just be easier to just serialized
the entire DOM object for the fla file?
 
-Josh
 
 
-- 
 
His comrades fought beside him, Van Owen and the rest...
   But of all the thompson gunners- Roland was the best.
 
Josh McDonald
Analyst Programmer
Information Technology
Ph: 61 7 3006 6460
Email: [EMAIL PROTECTED]


 [EMAIL PROTECTED] 10/02/2006 10:23:21 am 

Just to clarify, oyFlashDoc.jsfl is used to pull Actionscript from a
FLA.

As for uploading it, why not put it on the Macromedia Flash Exchange? 
I 
personally haven't done this, but I'm pretty sure they host the files.

Regards,
Grant Cox


Josh McDonald wrote:

Howdy,
 
I've made a few changes to this to make it more useful for my
sitation
(need to generate a whole gang of the xml files). And since it's GPL
and
somewhat useful, I'd like to send a copy back out there. However
there's
no way I can get it on the web from here, so if anyone wants to host
it,
please mail me off-list and I'll email it to you.
 
Or, since the changes are fairly trivial (although useful), if nobody
cares that's cool too :)
 
-Josh
 
  

___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com







***
Messages included in this e-mail and any of its attachments are those
of the author unless specifically stated to represent WorkCover Queensland. The 
contents of this message are to be used for the intended purpose only and are 
to be kept confidential at all times.
This message may contain privileged information directed only to the intended 
addressee/s. Accidental receipt of this information should be deleted promptly 
and the sender notified.
This e-mail has been scanned by Sophos for known viruses.
However, no warranty nor liability is implied in this respect.


___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Actionscript preprocessor

2006-02-09 Thread JesterXL
Haven't used any, but asked this just yesterday on FlashLite and was 
directed to these links, some of which you already covered:

a.. Using Jappo - Greg Burch: http://www.gregburch.com/index.php?id=182

a.. Pre-Processing ActionScript files / classes - Mike Chambers: 
http://weblogs.macromedia.com/mesh/archives/2005/03/pre-processing.cfm

a.. Using a Pre-processor with ActionScript to define constants - Mike 
Chambers: 
http://weblogs.macromedia.com/mesh/archives/2005/03/using_a_pre-pro.cfm

a.. Preprocessing Actionscript ? - Bokel: 
http://www.helpqlodhelp.com/blog/archives/79.html

a.. HAMTASC: http://www.osflash.org/hamtasc#preprocessing_actionscript

- Original Message - 
From: Grant Cox [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 09, 2006 10:47 PM
Subject: [Flashcoders] Actionscript preprocessor


I am currently using Eclipse, MTASC and ANT for my development (on
Windows), and this is working well.  However, while I currently have
release and debug ANT targets, these really only change a couple of
MTASC compile options (ie tracing).  I have decided that a better
solution is needed, to allow a release build to exclude NetDebug, to
automatically change some config options, and also to integrate build
numbers.

So, preprocessing.  After some searching, I found cpp (
http://gcc.gnu.org/onlinedocs/cpp/ ), filepp (
http://www.cabaret.demon.co.uk/filepp/ ), and jappo (
http://jappo.opensourcefinland.org/ ).

However.

cpp - linux application, the only Windows version I can see is via
cygwin.  And installing this on every development machine, for a single
utility seems overkill.  Plus, cpp seems to have the least features, and
the filepp docs suggest it may leave strange comments in output files.

filepp - Perl module, which should be fine (all development machines
have ActivePerl installed).  Except the download contains source files,
and a bash script to create the application.  So, again I'm kind of
stuck being on Windows.

jappo - Java .jar, with ANT integration.  Sounds perfect.  Except that
after I work out how to reference the jar correctly in EclipseAnt and it
runs, it gives errors about missing classes (ie
org/apache/xpath/XPathAPI ).  I downloaded the XPath addon for
Eclipse, but this didn't help.  I can't run any of the jappo samples
either, as I don't have the Java SDK (currently downloading).


Has anyone successfully used a preprocessor for Actionscript on Windows,
and do you have any suggestions?

Regards,
Grant Cox
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com 

___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] hiding datagrid columns?

2006-02-09 Thread srishti
Thanks ...
 
Actually,i need the datagrid only once the whole pop-up 
containing checkboxes is 
closed.Function for attaching checkboxes in the scroll 
pane is as follows:But this event for checkbox click is not 
working. 
function vek() { 
this.attachMovie 
(ScrollPane, scrollpane1, 520); 
scrollpane1.vScrollPolicy = on; 
scrollpane1.setSize(500, 200); 
scrollpane1.vPosition = 50; 
scrollpane1.hPosition = 20; 
scrollpane1.move(20, 20); 
scrollpane1.contentPath = empty_mc; 
var y:Number; 
y = 10; 
var depth:Number; 
depth = 530; 
for (var i = 0; idatagrid.columnCount; i++) { 
var clip = 
scrollpane1.content.attachMovie(CheckBox, cb1, depth); 
depth++; 
clip._x = 10; 
clip._y = y; 
y = y+20; 


clip.addEventListener(click, 
Delegate.create(this, chk_func)); 
} 

} 
The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s)and may 
contain confidential or privileged information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Testing ...

2006-02-09 Thread Dave Watts
Just a test.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
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 Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com