Re: [Flashcoders] Making dynamic text look the same as static text

2008-09-19 Thread Christoffer Enedahl
You need to embed the font. Google it Alan Neilsen skrev: I have found that when I call text into a dynamic text field from a variable, it does not look the same as the text in a static text field set with the same font, size, etc. The text in the dynamic text field appears with no

Re: [Flashcoders] Making dynamic text look the same as static text

2008-09-19 Thread Marc Hoffman
Furthermore, you have to separately embed each font face that you're using (regular, bold, italic). At 11:46 PM 9/18/2008, Christoffer Enedahl wrote: You need to embed the font. Google it Alan Neilsen skrev: I have found that when I call text into a dynamic text field from a variable, it

[Flashcoders] Payment processing in Flash?

2008-09-19 Thread Henry Cooke
Hey all, We're working on a site for a charity in which we want to build a really quick, streamlined donation process - basically, a user sticks their credit card details and email address into a simple form in our Flash site, we process the transaction in the background and the UX continues in

[Flashcoders] Flash CS3 Remote Debugging

2008-09-19 Thread Nicholas Cartwright
I'm trying to get remote debugging with CS3 but failing. Here's what I'm doing: Step 1: New FLA with actions creating Timer TextField that updates every second Step 2: Save FLA in same directory as Flash (just for testing purposes) Step 3: Check 'Permit debugging' in publish settings Step

RE: [Flashcoders] Making dynamic text look the same as static text

2008-09-19 Thread Keith Reinfeld
Alan, Review the help docs under textfield and textformat. Make sure you understand the difference between textfield properties and textformat properties and how they are set. Regards, -Keith http://keithreinfeld.home.comcast.net ___

Re: [Flashcoders] Payment processing in Flash?

2008-09-19 Thread Meinte van't Kruis
I'm not sure about this one, but couldn't you just make the form in flash yourself and just post the same variables to the service, which the usual HTML foms also post. You could just peek in the HTML form, check out the variables which it will send and simulate that behaviour in flash.

[Flashcoders] RE: Optimising file size - stripping down

2008-09-19 Thread SJF
Yes he was building components at the time, so maybe I have my wires crossed. Anyway, ignore the thread so far, what I would like to know is whether it's possible to strip out methods/capabilities from flash classes - for example, and to name a few, I don't need any of the following methods in

Re: [Flashcoders] RE: Optimising file size - stripping down

2008-09-19 Thread Ian Thomas
As I said, those are intrinsics and native to the Flash Player - therefore unstrippable, as they're not compiled into your .swf file anyway. To repeat - i) you can't strip them and ii) there's no point in stripping them, as they don't add to your filesize. Ian On Fri, Sep 19, 2008 at 4:10 PM,

Re: [Flashcoders] Payment processing in Flash?

2008-09-19 Thread Alain Rousseau
Usually there are two ways of handling payement, first is the hosted pay page, which means the payment is done through de payment processing website, not on yours. The second, and I presume you want that one, is done all on the merchant's server. This requires you to buy an SSL key, have your

Re: [Flashcoders] RE: Optimising file size - stripping down

2008-09-19 Thread Paul Andrews
- Original Message - From: SJF [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, September 19, 2008 4:10 PM Subject: [Flashcoders] RE: Optimising file size - stripping down Yes he was building components at the time, so maybe I have my wires crossed. Anyway,

Re: [Flashcoders] RE: Optimising file size - stripping down

2008-09-19 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, September 19, 2008 4:34 PM Subject: Re: [Flashcoders] RE: Optimising file size - stripping down - Original Message - From: SJF [EMAIL PROTECTED]

Re: [Flashcoders] Zipping in AS3

2008-09-19 Thread Claus Wahlers
Mac Angell wrote: Hey everyone! I'm trying to find a solid zip/unzip library for AS3. I've done some testing with both FZip and AS3 Zip, and I've been running into problems with both. So I'm wondering if there are any others out there that anyone knows about that have been tested extensively.

[Flashcoders] Problems with Full Screen

2008-09-19 Thread John Giotta
I'm working with a flash video player that is simliar to Youtube's chromeless video player. However, for some reason I continue to get SecurityError: Error #2152: Full screen mode is not allowed. even though allowFullScreen is set to true. public function interfaceFullScreen ():void { if