Re: [Flashcoders] Flash/Flex Font Embedding

2008-11-25 Thread Glen Pike
online - there are some useful examples there. Sorry if I caused any confusion here.. Glen Glen Pike wrote: Hi, You can use the [Embed] Directive in a few places in Flex. Inside your MXML code - create a new project - then you can add normal actionscript by inserting mx:Script

Re: [Flashcoders] What is the best way to scale a bitmap specifically to reduce file size...

2008-11-25 Thread Glen Pike
mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] What is the best way to scale a bitmap specifically to reduce file size...

2008-11-25 Thread Glen Pike
b:Bitmap = new Bitmap(a); addChild(b); a.draw(container); container.visible = false;| Anthony Pace wrote: Examples? Glen Pike wrote: Hi, The only way to reduce the memory size of a bitmap is to resize it and reduce the number of pixels. If you are loading images from the server, you

Re: [Flashcoders] Flex vs. Flash

2008-11-19 Thread Glen Pike
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] How much would you charge?

2008-11-14 Thread Glen Pike
Jon Bradley wrote: On Nov 14, 2008, at 9:30 AM, Eric E. Dolecki wrote: Not sure thats really ripping them off considering they probably don't know how to use the thing even if they bought it themselves. Well, yea. Charging setup, installation and customization of some store bought

Re: [Flashcoders] How much would you charge?

2008-11-14 Thread Glen Pike
of story. - j ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

[Flashcoders] XML transformation

2008-11-13 Thread Glen Pike
Hi, I have a load of data loaded from a server as XML which is essentially a flat list. Nodes in the list have a child node defining a target and many nodes have the same target. list nodetarget1/targetdatablah1/data/node nodetarget1/targetdatablah2/data/node

Re: [Flashcoders] AS3 - Cross Browser Issues

2008-11-13 Thread Glen Pike
I was okay too - I would possibly consider client stupidity / ineptitude at this point and maybe diplomatically walk through the problem with the client. There could be a host of problems - the type of image being sent, the browser used, the network, etc. For dev work, I would recommend

Re: [Flashcoders] XML transformation

2008-11-13 Thread Glen Pike
Hi, Cool thanks for the help guys: Currently looking at XML vs RecordSet / AMF, but I will still need to parse some XML methinks and the transforms look a lot nicer than my hack! Glen ___ Flashcoders mailing list

Re: [Flashcoders] Texfield.htmlText + Arial + balise b/b = nothing, keud

2008-11-12 Thread Glen Pike
Hi, If you want Bold text, you have to embed the font in bold too - if you are using a font symbol in the library, you will have to create another in bold, etc. Same with Italic. Glen laurent wrote: Hi I'm using simple Arial font in a dynamic textfield set to html = true.

Re: [Flashcoders] automatically declared stage instances and loaded .swf's

2008-11-12 Thread Glen Pike
with who's display list it is on but I don't quite understand how that heirarchy forces this issue. Sorry so long winded. -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Slightly OT, IDE panel stacking...

2008-11-11 Thread Glen Pike
? -jonathan On Mon, Nov 10, 2008 at 6:24 PM, Glen Pike [EMAIL PROTECTED]wrote: Hi, Before I go completely mad, does anyone know how to rearrange the stacking order of floating panels in the Flash CS3 IDE. My library panel disappears behind my properties panel and the Debug Flash Player window

Re: [Flashcoders] Stream Live from File

2008-11-10 Thread Glen Pike
to pick up but getting sound to work is kinda clunky. So in the end I am just going the router of DVD player -AV/DV converter -Flash media Encoder On Sun, Nov 9, 2008 at 5:32 PM, Glen Pike [EMAIL PROTECTED] wrote: Hi, May seem like a daft question, but can't you just upload the file

[Flashcoders] Sequence / Timeline display edit libraries

2008-11-10 Thread Glen Pike
Hi, I am looking around for some AS libraries that deal with displaying and scaling timelines and events. Essentially something like Cubase (audio / Midi) / Premiere / After FX system with tracks that can have blocks of events added to them. Does anyone know of any OS code or

Re: [Flashcoders] Re: apply gradient map effec

2008-11-10 Thread Glen Pike
-- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Slightly OT, IDE panel stacking...

2008-11-10 Thread Glen Pike
and right. Is there anyway I can force the Debug Player to be on top - don't mind the output window appearing, that makes sense, but hiding it behind the other panels is really starting to get my goat. Thanks in advance. Glen -- Glen Pike 01326 218440 www.glenpike.co.uk http

Re: [Flashcoders] Re: apply gradient map effec

2008-11-10 Thread Glen Pike
of something which you could adapt for your idea. org.papervision3d.materials.utils.LightMap is the class you want - getFlatMapArray is the method. http://papervision3d.googlecode.com/svn/trunk/as3/trunk/src/org/papervision3d/materials/utils/LightMaps.as Glen Glen Pike wrote: Hi, From

Re: [Flashcoders] Stream Live from File

2008-11-09 Thread Glen Pike
/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Shell loaders

2008-11-05 Thread Glen Pike
Hi, Does anyone have any experience with creating shell loaders? I would like to create a standalone application - for PDA Flash 7 - that will try to load a SWF from a remote location - in order to centralise the application updates. Because of network connectivity issues, I would

Re: [Flashcoders] Shell loaders

2008-11-05 Thread Glen Pike
some of the work. Always with the questions, Anthony Glen Pike wrote: Hi, Does anyone have any experience with creating shell loaders? I would like to create a standalone application - for PDA Flash 7 - that will try to load a SWF from a remote location - in order to centralise

Re: [Flashcoders] Flash Authortime vs Runtime children

2008-11-05 Thread Glen Pike
specify the class name as the LinkageID and choose WTF I want for the Base class - if I mess it up, that's my problem surely??? Thanks, from a tired pd off Glen. Paul Andrews wrote: - Original Message - From: Glen Pike [EMAIL PROTECTED] To: Flashcoders

Re: [Flashcoders] Flash Authortime vs Runtime children

2008-11-04 Thread Glen Pike
. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing

Re: [Flashcoders] Flash Authortime vs Runtime children

2008-11-04 Thread Glen Pike
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] FULL_SCREEN problem Flash CS3 and AS3

2008-11-04 Thread Glen Pike
-- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] FP Version - cached??

2008-10-28 Thread Glen Pike
into cached SWF's, or am I being really dumb / paranoid / working too many hours. Or is this some wierd issue with using Flash Player Switcher? Anyone seen this before? Ta Glen -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] Printing filters from the Flash Player

2008-10-24 Thread Glen Pike
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Type Coercion errors when loading remote Interfaces

2008-10-24 Thread Glen Pike
Hi, There is a bug in Jira which looks like your problem: http://bugs.adobe.com/jira/browse/ASC-3529 I had strange behaviour the other day with loaded classes, but it was different to yours - I just remembered finding this on the way... Glen -- Glen Pike 01326 218440

Re: [BULK] Re: [Flashcoders] Is there a quick way to convert back to AS2?

2008-10-23 Thread Glen Pike
might be an important factor to people you need to speak to :) Although, there is always the chance that this may ruffle some feathers - I hate office politics... Glen -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] Disabling Print Screen key

2008-10-23 Thread Glen Pike
/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Is there a quick way to convert back to AS2?

2008-10-22 Thread Glen Pike
or will this piece completely have to be rewritten? Thanks! Susan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] ComBox Box - Font Issues

2008-10-19 Thread Glen Pike
... On 18 Oct 2008, at 17:38, Glen Pike wrote: Hi, Try putting a text field off the stage set and embed your chosen font into it - that used to do the trick with AS2. Glen karim beyrouti wrote: Hi list - I am using the flash CS3 components - and have hit a little snag - when testing

Re: [Flashcoders] URLStream, POST and requestHeaders

2008-10-19 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Re: unable to implement simple timer functionality

2008-10-18 Thread Glen Pike
-- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] ComBox Box - Font Issues

2008-10-18 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] I am stuck

2008-10-18 Thread Glen Pike
you finish the project :) Glen -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Socket Speed?

2008-10-17 Thread Glen Pike
/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] custom font in Combobox dropdown

2008-10-17 Thread Glen Pike
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Glen Pike
like the plague. Anyway, it's nice to have someone to flame :) -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Glen Pike
a Bank of America associate interested in innovative learning ideas and technologies? Check out our internal Innovative Learning Blog subscribe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Pike Sent: Friday, October 17, 2008 4:07 PM To: Flash

Re: [Flashcoders] policy-file-request/

2008-10-14 Thread Glen Pike
... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] can AS3 be used with php on the Red5 server to open third party apps? (with 'shell()')

2008-10-11 Thread Glen Pike
Flash can call a php script? Thanks for any suggestions... -Boyd ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http

Re: [Flashcoders] can audio be extracted from .flv (audio only) and converted to .mp3 using AS3?

2008-10-09 Thread Glen Pike
/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] System.security HELP

2008-10-09 Thread Glen Pike
else? I tried doing a few things like: System.security.allowDomain(http://www.mydomain-other.com;); System.security.sandboxType = remote; And also setup some crossdomain files on both but still nothing. Any ideas for me? Thanks! Oh and its a Flash 8 AS2 project. Thanks! -- Glen Pike 01326

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread Glen Pike
to the display: setPixel32(x,y,val); Thanks for your help! Sebastian. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http

Re: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread Glen Pike
/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] AS2 Memory / CPU usage

2008-10-06 Thread Glen Pike
instances created on certain frames and global / _root objects functions? Does FP9 do memory management for AVM1? Thanks Glen -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Shared variable scope between mxml and ActionScript classes

2008-09-30 Thread Glen Pike
! Thanks, Steve ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] Perlin Noise / Displacement

2008-09-30 Thread Glen Pike
Kind regards Karim ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] Can URLLoader Open New Window Like LoadVars?

2008-09-30 Thread Glen Pike
://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] Can URLLoader Open New Window Like LoadVars?

2008-09-29 Thread Glen Pike
/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [BULK] Re: [Flashcoders] Layering, drawing a blank

2008-09-29 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list

Re: [Flashcoders] favourite programming environment

2008-09-27 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Problems creating a drag and drop

2008-09-24 Thread Glen Pike
); } Any ideas? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] Problems creating a drag and drop

2008-09-24 Thread Glen Pike
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http

Re: [Flashcoders] How to avoid the camera security dialog box after checking remember

2008-09-23 Thread Glen Pike
at 4:51 PM, Glen Pike [EMAIL PROTECTED]wrote: Hi, It should just work - you don't have to call any functions as the Flash Player will handle the user clicking Remember and whether they gave permission or not for the camera or microphone to be used. If you call Camera.get() in AS2

Re: [Flashcoders] Re: how to read the user entry in Security.showSettings(SecurityPanel.PRIVACY)

2008-09-23 Thread Glen Pike
/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Drag and drop in AS3

2008-09-23 Thread Glen Pike
(); } ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list

Re: [Flashcoders] command-line AS3 execution?

2008-09-22 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Error#1065

2008-09-22 Thread Glen Pike
list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] How to avoid the camera security dialog box after checking remember

2008-09-22 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders

Re: [Flashcoders] How to avoid the camera security dialog box after checking remember

2008-09-22 Thread Glen Pike
PM, Glen Pike [EMAIL PROTECTED]wrote: http://www.macromedia.com/support/documentation/en/flashplayer/help/help09.html#117739 Deepak Sahu wrote: Hi All, Can any one give me brief idea about how to avoid the camera security dialog box, once user has clicked to remember check box

Re: [Flashcoders] How to avoid the camera security dialog box after checking remember

2008-09-22 Thread Glen Pike
is going to help me in this case, have you ever tried the youtube upload, even in that if u say remember once in camera dialog box, its not going to ask you ever. let me know if you all have any idea how to archive this ? On Mon, Sep 22, 2008 at 4:11 PM, Glen Pike [EMAIL PROTECTED]wrote: Hi

Re: [Flashcoders] (Another) quick AS2 Delegate question

2008-09-16 Thread Glen Pike
); } } ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] OT - Detecting flash versions for a large site

2008-09-16 Thread Glen Pike
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] OT - Detecting flash versions for a large site

2008-09-16 Thread Glen Pike
it for the getURL replacement in AS3 sendToURL(new URLRequest(javascript:trackTesting('+page+');)); HTH Glen Bob Wohl wrote: That's pretty hot Glen. I didn't know that was there! Thanks, learned something new! =) B. On Tue, Sep 16, 2008 at 12:50 PM, Glen Pike [EMAIL PROTECTED]wrote

Re: [Flashcoders] Tween multiple rotations

2008-09-10 Thread Glen Pike
* - The object whose properties to tween. 2. *tweenObjects : Array* - An Array of tween objects. IMPORTANT: each object must contain a time property defining the duration of that tween. Example: On Tue, Sep 9, 2008 at 11:13 PM, Glen Pike [EMAIL PROTECTED]wrote: Hi, I am

Re: [Flashcoders] Tween multiple rotations

2008-09-10 Thread Glen Pike
, which re-calls the same function if still below a current [rotation] value... more code, but also works. Good luck! Seb. Glen Pike wrote: Hi, Thanks for that, I will look into it. Glen allandt bik-elliott (thefieldcomic.com) wrote: found this on the greensock site - might work

Re: [Flashcoders] Tween multiple rotations

2008-09-10 Thread Glen Pike
is in a variable, just cast it as a String, like this: TweenLite.to(my_mc, 1, {rotation:String(myRotationVariable)}); Is that what you were looking for? Jack -Original Message- From: Glen Pike [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 5:14 PM To: Flashcoders mailing

[Flashcoders] Tween multiple rotations

2008-09-09 Thread Glen Pike
Hi, I am trying to rotate an object through 1080 (3 * 360) degrees with TweenLite. Does anyone know if I have to join a sequence of 360 tweens together to do this, or is there a way of cheating so it just does as you would hope? Thanks Glen -- Glen Pike 01326 218440

Re: [Flashcoders] fun with embedFonts - NOT

2008-09-08 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] textarea and transparent background

2008-09-05 Thread Glen Pike
of a textarea via: textArea.setStyle(backgroundColor,0xcc); What I am wondering is if I can make it transparent? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326

Re: [Flashcoders] Using fscommand in AS 3 still legal??

2008-09-04 Thread Glen Pike
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] UIScrollBar and Style

2008-09-04 Thread Glen Pike
to with: textArea.setStyle(backgroundColor,0xcc); How do I reach the UIScrollBar to set the style? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440

[Flashcoders] OT: Mailing lists for Web / Dreamweaver, etc.

2008-09-02 Thread Glen Pike
Hi, Can anyone recommend any good mailing lists for Web developers that focus on the Adobe tools too - Dreamweaver Contribute? Thanks Glen -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing

Re: [Flashcoders] MouseEvents on overlapping siblings in AS3

2008-09-02 Thread Glen Pike
/ -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Scaling a Parallelogram

2008-08-31 Thread Glen Pike
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] OT: List of all uk towns and cities with their longitude and latitudes

2008-08-26 Thread Glen Pike
functionality I would really appreciate some tips. Thanks in advance Paul ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http

[Flashcoders] Flash apps via bluetooth

2008-08-26 Thread Glen Pike
any pointers to useful info - I have found the Mobile Devices Devnet site on Adobe and also googling, but any good sources would be useful. Cheers Glen -- -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders

Re: [Flashcoders] Sound/Music

2008-08-25 Thread Glen Pike
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] Full screen AS3 linux projector...

2008-08-22 Thread Glen Pike
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Quick Date question, how to add 1 second to Date?

2008-08-22 Thread Glen Pike
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] OT: Your Best CS4 Upgrade Guesstimate

2008-08-19 Thread Glen Pike
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440

Re: [Flashcoders] how many coders here actually have a degree related to computer science?

2008-08-19 Thread Glen Pike
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Runtime font embedding in Flash CS3...

2008-08-18 Thread Glen Pike
/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Runtime font embedding in Flash CS3...

2008-08-18 Thread Glen Pike
(made from flex) that I can test it with. If not I shall have to go and purchase flex. On 18 Aug 2008, at 13:37, Glen Pike wrote: Hi, You should still be able to load a separarte SWF with a font embedded then use this on the stage: http://www.scottgmorgan.com/blog/index.php/2007/06/18

Re: [Flashcoders] top zines/blogs?

2008-08-18 Thread Glen Pike
sure you catch Andy Jarret's Friday jokes. HTH Glen -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] OT: Your Best CS4 Upgrade Guesstimate

2008-08-18 Thread Glen Pike
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] OT: Your Best CS4 Upgrade Guesstimate

2008-08-18 Thread Glen Pike
mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] OT: Your Best CS4 Upgrade Guesstimate

2008-08-18 Thread Glen Pike
think it's VAT related. -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Binary Data Question

2008-08-15 Thread Glen Pike
compression/decompression on your data so you could save it into your DB too.. Hope this is useful Glen -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Binary Data Question

2008-08-15 Thread Glen Pike
? On Fri, Aug 15, 2008 at 12:42 PM, Glen Pike [EMAIL PROTECTED]wrote: Hi, Sorry, I put this in the wrong thread before - here is my 2c Hi, There are a few examples on the www about sending Bitmap data to the server Mario's is a good starting point - http://www.quasimondo.com/archives/000572

Re: [Flashcoders] Using BitmapData to make a mask (AS3)

2008-08-14 Thread Glen Pike
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3 - Applying a skin to loaded FLV

2008-08-14 Thread Glen Pike
anyone tell mw how to easily apply the skin? SJM ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] Re: Flash - cross-platform? really?

2008-08-13 Thread Glen Pike
experienced? The WIP is here: http://raws.adc.rmit.edu.au/~s3155488/ Thanks for the help in advance... -- The Random Lines My online portfolio www.therandomlines.com -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] flash background in VC++

2008-08-12 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list

Re: [Flashcoders] Upload PDF into SWF?

2008-08-11 Thread Glen Pike
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike

Re: [Flashcoders] BUG: channel.position doesn't work with mp3s below 128kbps

2008-08-08 Thread Glen Pike
to a precise sample position like you can with WAV files. I know it does not necessarily help, but hope it may shed light on stuff. Glen -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk ___ Flashcoders mailing list

Re: [Flashcoders] BUG: channel.position doesn't work with mp3s

2008-08-08 Thread Glen Pike
Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Glen Pike 01326 218440 www.glenpike.co.uk http://www.glenpike.co.uk

Re: [Flashcoders] BUG: channel.position doesn't work with mp3s

2008-08-08 Thread Glen Pike
if you give the codec a file with a sample-rate that differs from these values, but I could hazard a guess if it is an Adobe one :) I think the stored sample-rate is the one you used when compressing, not the one from the source you compressed. Glen Kerry Thompson wrote: Glen Pike wrote

<    2   3   4   5   6   7   8   9   10   11   >