Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread Karl DeSaulniers
You will need a font instance for each style you want to use in your lib. For instance to have the different "Arial" fonts embedded: to have normal you would make a font instance using Arial and name it "Arial" in your lib to have bold you would make a font instance using Arial Bold and name

[Flashcoders] [JOB] GUI Architect, San Jose, CA | 100-140k

2009-05-14 Thread Beau Gould (OSS)
GUI Architect, San Jose, CA | 100-140k My client has been in business for the past 7 years. They develop and sell software to Fortune 1000 companies, which enables the monitoring of critical processes and bottlenecks. They provide an advanced enterprise software platform for real-time informatio

Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread Glen Pike
Hi, Did you look at the example in the zip file that I sent the link for - it has CSS, linked fonts bold and link styles too: There are 2 examples I have uploaded - http://glenpike.co.uk/misc/css_styling.zip Simple demonstration of loading a CSS file, some HTML text and using

Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread natalia Vikhtinskaya
I am trying without css now because css works well. Here is the last variant where I try as they recommend in the article. I need use alpha for this html text http://www.natavi.co.uk/test/text_test.fla 2009/5/14 Karl DeSaulniers : > Did you put Arial2 as a font in your css? > > Sent from losPhon

Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread Karl DeSaulniers
Did you put Arial2 as a font in your css? Sent from losPhone On May 14, 2009, at 7:56 AM, natalia Vikhtinskaya wrote: Thank you very much for your help I thought that I solved problem but this is not true. Yes I load css file as you show. I just did not show that in my example for less cod

Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread Karl DeSaulniers
In my previous example, all you do is change the CSS and you should be able to get bold. Or here again as you can see in the text I used. The tags in place of bold Sent from losPhone On May 14, 2009, at 10:37 AM, natalia Vikhtinskaya > wrote: Thank you, in http://www.connectedpixel.com/b

RE: [Flashcoders] How to dynamically create Object's trough for loop and target them someway?

2009-05-14 Thread Merrill, Jason
var myObjects:Array = []; for (var i:Number = 0; i<10; i++) { var myObject:Object= new Object(); myObject.id = i; myObjects.push(myObject) } trace(myObjects[3].id); Jason Merrill Bank of America Global Learning Shared Services Solutions Development Monthly meetin

Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread natalia Vikhtinskaya
Thank you, in http://www.connectedpixel.com/blog/fonts/embedding #11 explains how to solve problem and I added bold font to the library. Nothing changed. 2009/5/14 Glen Pike : > Hi, > >   Oops, forgot to post the link to the original Flashcoders post which has > some background info: > > > http:/

Re: [Flashcoders] How to dynamica lly create Object’s trough for loop and target them someway?

2009-05-14 Thread Glen Pike
var myObjects:Array = new Array(); for(var i:Number = 0; i<10; i++) { myObject = new Object(); myObject.id = "myObject"+i trace(myObject.id) myObjects.push(myObject); } trace(myObjects[0]); ACE Flash wrote: hi there, I am trying to dynamically create objects an

[Flashcoders] How to dynamically create Object ’s trough for loop and target them someway?

2009-05-14 Thread ACE Flash
hi there, I am trying to dynamically create objects and target them later Thanks var myObject:Object; for(var i:Number = 0; i<10; i++) { myObject = new Object(); myObject.id = "myObject"+i trace(myObject.id) } // how do I target them here? // myObject[0]? __

Re: [Flashcoders] Taschen Icons - Web Design: Flashfolios

2009-05-14 Thread Brian Mays
That type of thing is why I think so many digital media companies have failed. The ones I've seen succeed charge for time and materials, and that time includes meetings. Brian Mays On 5/14/09 7:07 AM, "Matt S." wrote: > My experience is that time-estimates on these kinds of > visually/conceptu

Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread Glen Pike
Hi, Don't know if this helps: http://glenpike.co.uk/misc/css_styling_shared_fonts.zip Glen ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread Glen Pike
Hi, Oops, forgot to post the link to the original Flashcoders post which has some background info: http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg43781.html Glen ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf

Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread natalia Vikhtinskaya
Thank you very much for your help I thought that I solved problem but this is not true. Yes I load css file as you show. I just did not show that in my example for less code. You coder works but I see some strange thing. If I change name in library to any other name – Arial2 and try it with my_fmt

Re: [Flashcoders] Taschen Icons - Web Design: Flashfolios

2009-05-14 Thread Matt S.
My experience is that time-estimates on these kinds of visually/conceptually/programmatically complex projects are almost always underestimated. 80 hours might be what is formally on the books and what gets billed, but I'd be willing to bet the designers and developers put in quite a few extra hour

Re: [Flashcoders] Taschen Icons - Web Design: Flashfolios

2009-05-14 Thread Glen Pike
Think I remember some of these books - but it was a while ago... Anyway, I am guessing that the people maybe talking about "solid development time" - if you ask a Flash developer how long they took to build something, they will probably only remember the nice stuff, like doing Flash and discou

Re: [Flashcoders] Taschen Icons - Web Design: Flashfolios

2009-05-14 Thread Paul Andrews
Gosh, tumbleweed! - Original Message - From: "Paul Andrews" To: "Flash Coders List" Sent: Wednesday, May 13, 2009 5:43 PM Subject: [Flashcoders] Taschen Icons - Web Design: Flashfolios I have the Taschen Icons - Web Design: Flashfolios book. very nice it is too. For those of us o

Re: [Flashcoders] Text field doesn't show hand cursor over links.

2009-05-14 Thread Karl DeSaulniers
Now this works: // start var curText:String = "Different Color Headers" + "Mauris posuere iaculis lectus. Maecenas fringilla viverra libero." + "Aenean adipiscing massa non orci. Etiam quis lacus sed pede porttitor dignissim." + "Do you like \"mailto:flashcod...@chattyfig.figleaf.com\"; t