Re: [Flashcoders] OT: Adobe download site slow

2007-01-03 Thread f a r i d | s i l v a | a b o i d

Adobe.com always was slower than macromedia.com. Now macromedia MUST be a
turtle to be in the mood


--
SalU2


f a r i d | s i l v a | a b o i d
web developer
www.e-foco.com
www.foodstock.com
www.foodagency.com.ar
tel: +54 11 4300-1042
cel: 15-6475-3021


Está en el aire la nueva versión de www.prestigioweb.com, desarrollada

para VIA CREATIVA<<
___
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] Mac IDE for AS !

2006-07-27 Thread f a r i d | s i l v a | a b o i d

I'm not working actually in Mac, but a I used to. In those times the best
code editor I got was BBEdit by barebones.
Cause it's modular development, you could add support for any languages.
Check it.
Regards


--
SalU2


f a r i d | s i l v a | a b o i d
www.e-foco.com.ar
tel: +54 11 4300-1042
cel: 15-6475-3021

Moderador de Salas Dreamweaver y Programación
Multimedia User Group Adobe Argentina
http://www.mmug-ar.com.ar
___
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] security issues with php mail from Flash?

2006-05-28 Thread f a r i d | s i l v a | a b o i d

I think that you must to put all protection against mysql injection
and spammers in the php processor, because your flash form its only an
usre interfase

--
SalU2


f a r i d | s i l v a | a b o i d
www.e-foco.com.ar
tel: +54 11 4300-1042
cel: 15-6475-3021

Moderador de Salas Dreamweaver y Programación
Multimedia User Group Adobe Argentina
http://www.mmug-ar.com.ar
___
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] How to make a MAC - PC hybrid CD-ROM

2006-05-22 Thread f a r i d | s i l v a | a b o i d

OSX has bloqued autorun, it's depend on third party utilities

--
SalU2


f a r i d | s i l v a | a b o i d
www.e-foco.com.ar
tel: +54 11 4300-1042
cel: 15-6475-3021

Moderador de Salas Dreamweaver y Programación
Multimedia User Group Adobe Argentina
http://www.mmug-ar.com.ar
___
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] Can this be true?

2006-05-02 Thread f a r i d | s i l v a | a b o i d

I get 23/24/23/24/23/24 and finally only 24


--
SalU2


f a r i d | s i l v a | a b o i d
www.e-foco.com.ar
tel: +54 11 4115-0773
cel: 15-5774-8005

Moderador de Salas Dreamweaver y Programación
Multimedia User Group Adobe Argentina
http://www.mmug-ar.com.ar
___
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] Good Math script for sheet movement when draged ontable

2006-04-03 Thread f a r i d | s i l v a | a b o i d
have you tried this one?

http://laco.wz.cz/tween/


--
SalU2


f a r i d | s i l v a | a b o i d
www.e-foco.com.ar
tel: +54 11 4115-0773
cel: 15-5774-8005

Moderador de Salas Dreamweaver y Programación
Multimedia User Group Adobe Argentina
http://www.mmug-ar.com.ar
___
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] AS equation trouble making my own scrollbar

2006-03-27 Thread f a r i d | s i l v a | a b o i d
Thanks sixbras, your sugestion works in fine tunning, I'd solved it
using another equation

//original that doesn't works
function updateScroll() {
   var ratio = (scrollSize/maskSize *sliderSize /100);
   _root.sucContainer._x = -_root.slider._x*ratio;
}

//this one works
function updateScroll() {

var ratio = (scrollSize-maskSize )/(maskSize -sliderSize);
_root.sucContainer._x = -_root.slider._x*ratio+sliderSize/2;

}
--
SalU2


f a r i d | s i l v a | a b o i d
www.e-foco.com.ar
tel: +54 11 4115-0773
___
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] upload a file

2006-03-26 Thread f a r i d | s i l v a | a b o i d
check out this
http://sourceforge.net/projects/yamzbrowser/

--
SalU2


f a r i d | s i l v a | a b o i d
www.e-foco.com.ar
tel: +54 11 4115-0773
___
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] AS equation trouble making my own scrollbar

2006-03-24 Thread f a r i d | s i l v a | a b o i d
Hi list, in my poor english i will try to explain my need

I made a scroll MC behind a mask, which is controlled horizontally by
another MC (such as scrollbar) it works but not so fine, because the
scrolling MC don't fit with de slider MC

you can see it at

http://www.e-foco.com.ar/prestigio/sucursales.php by clicking on "Nuevas suc."


Actually I have:

scrollSize = big MC width
maskSize = mask width
sliderSize = slider width => maskSize/scrollSize*100;

for the movements are defined by:

function updateScroll() {
var ratio = (scrollSize/maskSize *sliderSize /100);
_root.sucContainer._x = -_root.slider._x*ratio;
}

The issue is that when the slider reach it's right limit, the
bigMC(sucContainer) still have a portion to show. I understand that my
equation is not working fairly accurately but I couldn't see my error.

Any idea will be appreciated

Thanks a lot


--
SalU2


f a r i d | s i l v a | a b o i d
www.e-foco.com
tel: +54 11 4115-0773
___
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] nested movie clips are not reflecting correct content

2006-01-14 Thread f a r i d|s i l v a|a b o i d
Hello coders, I'm in troubles with a nested clips iteration.

I really don't know where could be de bug, because when I'm trace
variables values, all seems to be right, but on the fly, the bug come
in action.

the concept is:

I have a set of data loaded from an xml file, the records contains
data which connect with a map.
These information could have 3 states (actual, future and past or 1, 2
and 3 code) and diferent events types. every one of these have an
unique id. like this






so i have created an object to hande the data and I can do custom
searchs or apply filters to obtain subsets of data.

The issue appears when i try to expose a subset on the map, via icons
that reflects the state and other information from every record

when the tipology of each record is different from anothers, there is
no problem, but when two records have the same tipology code, the last
one override the first

I'm using this code:

//
function mostrarPromos(resultados) {
cantidad = resultados.length;
_root.mapa_MC.mapaPromocion.createEmptyMovieClip("datosPromociones",
_root.mapa_MC.mapaPromocion.getNextHighestDepth());
var container = _root.mapa_MC.mapaPromocion.datosPromociones;

for (var i = 0; ihttp://www.e-foco.com/mapa/mapa_error.html

clicking in "costa" button you could see the error in action

thanks everybody.




--
SalU2


f a r i d | s i l v a | a b o i d
www.e-foco.com.ar
tel: +54 11 4115-0773
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] a little OT (maybe): Flash in Firefox

2005-10-27 Thread f a r i d|s i l v a|a b o i d
I think that your server does not have php support. Check it with your
hosting provider

--
SalU2

f a r i d | s i l v a | a b o i d
www.e-foco.com.ar
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders