Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-17 Thread Glen Pike
Hi, I did not use AIR because I was doing a DVD / CDROM project and projector works out of the box. Without lots of reading and extra work, I could not have got AIR working and I am not sure it could autorun standalone off a CDROM. If it can, the documentation / marketing needs to be a

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-17 Thread Glen Pike
That's what I thought - projector runs, AIR requires installing. I don't want that possible barrier to use - why should I have to install something to run a CDROM??? Ian Thomas wrote: It can autorun off a CD-ROM, but not standalone - you can package your app with the AIR installer, but the

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-17 Thread Ian Thomas
It can autorun off a CD-ROM, but not standalone - you can package your app with the AIR installer, but the AIR app (and your app) will install themselves on your user's computer. Ian On Tue, Feb 17, 2009 at 9:33 AM, Glen Pike g...@engineeredarts.co.uk wrote: Hi, I did not use AIR because I

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-17 Thread Ian Thomas
Yup - makes sense to me. :-) Projectors are there for a reason. :-) Ian On Tue, Feb 17, 2009 at 9:47 AM, Glen Pike g...@engineeredarts.co.uk wrote: That's what I thought - projector runs, AIR requires installing. I don't want that possible barrier to use - why should I have to install

[Flashcoders] LoadVars problem

2009-02-17 Thread allandt bik-elliott (thefieldcomic.com)
Hi guys I'm having problems with a LoadVars object. I need to POST some variables to an external script and pass the result to an xml object so I'm using a LoadVars object with the LoadVars.sendAndLoad() method to send out the information and to recieve the response. The problem I'm having is

[Flashcoders] Flash Text Engine

2009-02-17 Thread Glen Pike
Hi, Quick question about the new text engine in Flash 10... I am using the simple text engine rather than the full on text layout framework, but can anyone tell me how I set the alignment of a TextElement / TextBlock / TextLine??? Thanks.. Glen

Re: [Flashcoders] Flash Text Engine

2009-02-17 Thread Cedric Muller
Hello Glen, Assuming you have a TextFlow instance called 'myTextFlow), you can tweak the paragraphFormat property: var paragraphFormat = new ParagraphFormat(myTextFlow.paragraphFormat); paragraphFormat.textAlign = right; // left, center, justify, start, end (start/end is useful for RTL +

Re: [Flashcoders] Flash Text Engine

2009-02-17 Thread Glen Pike
Hi, I am using the flash.text.engine classes not the flashx.textLayout ones. All I want to do is put some text into the equivalent of a button text field and have it aligned to the right if my text is in Arabic - I don't need all the extra Text Layout Framework stuff for this

Re: [Flashcoders] Flash Text Engine

2009-02-17 Thread Cedric Muller
oops, I misread your question, sorry. Regarding a TextLineFactory (ie: the simple text engine): a) you can directly pass the paragraphFormat attributes to the 'createTextLinesFromString' http://livedocs.adobe.com/labs/textlayout/flashx/textLayout/factory/

Re: [Flashcoders] Flash Text Engine

2009-02-17 Thread Cedric Muller
ok, ok, then I am totally offroads, once again :D sorry Glen :( oops, I misread your question, sorry. Regarding a TextLineFactory (ie: the simple text engine): a) you can directly pass the paragraphFormat attributes to the 'createTextLinesFromString'

Re: [Flashcoders] Frame-based tween solution

2009-02-17 Thread Glen Pike
Hi, Does the TweenLite let you listen for timer events? You could implement your own counter and trigger your anims in a listener - crude, but hey... Glen Weyert de Boer wrote: Hello, I am currently working on a job where I need to convert a timeline-based animation to

[Flashcoders] Frame-based tween solution

2009-02-17 Thread Weyert de Boer
Hello, I am currently working on a job where I need to convert a timeline-based animation to ActionScript only. The project is for Flash Lite 2.1 meaning ActionScript 2. I am currently using TweenLite for tween animations which seems to work fine. Only I am having a question regarding the

Re: [Flashcoders] Frame-based tween solution

2009-02-17 Thread Paul Andrews
- Original Message - From: Weyert de Boer w...@innerfuse.biz To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, February 17, 2009 1:12 PM Subject: [Flashcoders] Frame-based tween solution Hello, I am currently working on a job where I need to convert a

Re: [Flashcoders] Frame-based tween solution

2009-02-17 Thread Weyert de Boer
That's a bit vague. In which way wasn't it successful? Well, the problem is that I have a simple timeline animation Presumably you're getting rid of the timeline animation to try and save a few K. Mainly moving it to ActionScript to make it more dynamic to support more or less menu items

Re: [Flashcoders] Frame-based tween solution

2009-02-17 Thread Paul Andrews
- Original Message - From: Weyert de Boer w...@innerfuse.biz To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, February 17, 2009 1:50 PM Subject: Re: [Flashcoders] Frame-based tween solution That's a bit vague. In which way wasn't it successful? Well, the

[Flashcoders] Re: LoadVars problem

2009-02-17 Thread allandt bik-elliott (thefieldcomic.com)
hey all don't need an answer on this as the issue has resolved itself (and i suspect that the answer is that there is no answer) thanks anyway a Hi guys I'm having problems with a LoadVars object. I need to POST some variables to an external script and pass the result to an xml object so

Re: [Flashcoders] AS3 Fullscreen mode w/ Windows Projectors

2009-02-17 Thread Nate Beck
Ah, now it makes sense, I was just unable to figure out where you would use a projector in place of an AIR app now-a-days. But that makes total sense. On Tue, Feb 17, 2009 at 2:00 AM, Ian Thomas i...@eirias.net wrote: Yup - makes sense to me. :-) Projectors are there for a reason. :-) Ian

[Flashcoders] How to set a TextFormat to the label of a TileList component

2009-02-17 Thread Cor
Hi List, Can anyone help me how to set a TextFormat to the label of a TileList component? TIA Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] FDT SVN + Code Assist

2009-02-17 Thread David Hershberger
In Flex Builder, you can go into the Flex Navigator window (the tree-layout project-contents window), select a directory (like .svn), right-click it, choose properties from the resulting menu, then check the box which says derived. Once you do that, I believe it will recognize that files in the

[Flashcoders] RE: How to set a TextFormat to the label of a TileList

2009-02-17 Thread Craig Bowman
1. TileList uses the ImageCell cellrenderer so. 2. Grab a copy of this from the component source and rename the file, the class, and constructor function to something like TileCell. 3. Remove the fl.controls.listClasses from the package name and place it in your project source. 4.

Re: [Flashcoders] RE: How to set a TextFormat to the label of a TileList

2009-02-17 Thread bernice guerrero
Stop email in me please On Feb 17, 2009 12:27 PM, Craig Bowman bowm...@shaw.ca wrote: 1. TileList uses the ImageCell cellrenderer so. 2. Grab a copy of this from the component source and rename the file, the class, and constructor function to something like TileCell. 3. Remove the

Re: [Flashcoders] RE: How to set a TextFormat to the label of a TileList

2009-02-17 Thread Glen Pike
Bernice - visit http://chattyfig.figleaf.com/mailman/listinfo/flashcoders If you want to unsubscribe... bernice guerrero wrote: Stop email in me please On Feb 17, 2009 12:27 PM, Craig Bowman bowm...@shaw.ca wrote: 1. TileList uses the ImageCell cellrenderer so. 2. Grab a copy of

Re: [Flashcoders] flash exe files proxy ports.

2009-02-17 Thread Rodrigo Augusto Guerra
the crossdomain.xml missing was the problem. after we uploaded it worked like a charm, *THANK YOU* - Original Message - From: Glen Pike g...@engineeredarts.co.uk To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 11, 2009 12:25 PM Subject: Re:

[Flashcoders] Javascript Flash resizing

2009-02-17 Thread Matt S.
Have you guys had experience with dynamic resizing of the flash via Javascript in order to use the browser scrollbar to scroll, eg with http://swffit.millermedeiros.com/ or something similar? any recommendations? thx, .m ___ Flashcoders mailing list

Re: [Flashcoders] RTL...

2009-02-17 Thread Ibrahim Y
please update if it worked, I can test reading Arabic if you want :) On Tue, Feb 17, 2009 at 12:20 AM, Glen Pike postmas...@glenpike.co.ukwrote: Hmm, Need to mull that one over a bit and get my head around the logic... - need to test tomorrow, cheers. Glen Weyert de Boer wrote: I

[Flashcoders] AS3 NetStream onPlayStatus and IOError

2009-02-17 Thread Juan Delgado
Hi there, Just doing some tests loading flv dynamically and there's something I don't quite get. From the reference: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html#play() If the video file can't be found, the netStatus event is dispatched Indeed the

Re: [Flashcoders] Javascript Flash resizing

2009-02-17 Thread Ashim D'Silva
Javascript and flash can do some interesting things together. I built a flash gallery that would load up images and depending on how much space it needed, resize the div the flash was sitting in so browser scroll-bars came into effect if necessary. Then, when a certain image is displayed large,