[flexcoders] Re: Flex and Adsense

2007-06-06 Thread alex steel
, Paul deCoursey [EMAIL PROTECTED] wrote: It has been my experience that the Flash does have to be set to transparent when a div is over it. Maybe that has changed in Flash 9. alex steel wrote: html div is over flash, so flash doesn't have to be transparent that's it I will post example

[flexcoders] Re: Flex and Adsense

2007-06-05 Thread alex steel
you can always put div box over flash containing adsense html code look out for css z-index with flash use ...

[flexcoders] Re: Flex and Adsense

2007-06-05 Thread alex steel
if you want I can make example of html over flex, with alternative content but I'm sure almost everyone here can do that thnx Alex --- In flexcoders@yahoogroups.com, Judith Dinowitz [EMAIL PROTECTED] wrote: Actually, Michael says that Adsense is a piece of JavaScript that remotely pulls in

[flexcoders] Flex SWF running slow

2007-05-11 Thread alex steel
I have a little problem with Flex compiled file is running slow, freezing computer for about 2 sec basiclly I use amfphp2 to get information for dynamiclly creating Lists you can see it at http://www.pleasures.co.yu/_gvozden/RHS/RHS.html and code which is doing that is at

Re: {Disarmed} [flexcoders] Flex SWF running slow

2007-05-11 Thread alex steel
thank for looking It happens to me without any interaction I know for service browser and everything is ok, I still think it have problem with adding 300 ui elements with my flash experience I would break it in smaller chunks, for example 40 frames per second, break it in 8 per frame, it would

[flexcoders] Re: dynamically created access and event elements problem and

2007-04-10 Thread alex steel
); } } /mx:Script - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alex steel Sent: Thursday, April 05, 2007 5:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: dynamically created access

[flexcoders] Re: dynamically created access and event elements problem and

2007-04-10 Thread alex steel
) { cbJ_arr[otherNumber].selected = false; } } I am good at making things work but I would like to do it right way ;) --- In flexcoders@yahoogroups.com, alex steel [EMAIL PROTECTED] wrote: Thanks again :) I understand referencing by array, but isn't it possible to reference

[flexcoders] Re: dynamically created access and event elements problem and

2007-04-05 Thread alex steel
and set the selected property of the other checkbox From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alex steel Sent: Wednesday, April 04, 2007 11:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: dynamically created access

[flexcoders] dynamically created access and event elements problem and

2007-04-04 Thread alex steel
Message-ID: [EMAIL PROTECTED] User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Yahoo Groups Message Poster X-Yahoo-Post-IP: 147.91.173.31 X-Yahoo-Newman-Property: groups-compose Sender:

[flexcoders] Re: dynamically created access and event elements problem and

2007-04-04 Thread alex steel
can somebody help me please this is second post with question and yet nobody answers and I am sure this is pretty easy I count on people here, but if you think I should try to find better place for help please let me know Alex ... This piece of code helps me create dynamically checkboxes in one

[flexcoders] ComboBox padding

2007-04-02 Thread alex steel
Hi to you all, I recently started developing in Flex, mostly because of Apollo and AS3 I am very good at Flash and AS2 anyway my problem is ComboBox padding text is very wide from sides by default which I really don't need in Flex Style explorer there is no example how to use padding for