Re: [Flashcoders] Rcommendation for server side Java remoting libs - AS3 Flash compatible

2010-03-04 Thread Matt Muller
Thanks for the response. So you can use BlazeDS from flash. Im just wondering how you would do that taking into account security tokens etc. As far as I can tell its only meant for Flex unless you compile the flex libs to use from flash. Can you point me in the right direction please? cheers,

[Flashcoders] Rcommendation for server side Java remoting libs - AS3 Flash compatible

2010-02-12 Thread Matt Muller
Hi, Im building a FB app. Server side is JAVA 1.4. Can anyone recommend a server side remoting lib which is compatible with JAVA 1.4 and also an AS3 client side remoting library which would be nice too :) cheers, MaTT ___ Flashcoders mailing list

Re: [Flashcoders] regex issue when validating unicode range

2009-10-20 Thread Matt Muller
(str.charAt(0)); Cheers Juan Pablo Califano 2009/10/19 Matt Muller matthewmul...@gmail.com Hi there, issue with regex when trying to test if a char is within a unicode range var testIsArabic:Boolean = /\u0627/.test(str.charAt(0)); // this works testing for arabic chars of unicode 0627

[Flashcoders] regex issue when validating unicode range

2009-10-19 Thread Matt Muller
Hi there, issue with regex when trying to test if a char is within a unicode range var testIsArabic:Boolean = /\u0627/.test(str.charAt(0)); // this works testing for arabic chars of unicode 0627 var testIsArabic:Boolean = /[\u0627-\u]/.test(str.charAt(0)); this range does not work,

[Flashcoders] remove inline ads from youtube player

2009-08-14 Thread Matt Muller
hi, i need to embed some videos from a clients youtube channel on their site. does anyone know if inline ads will show and if they do, can they be removed? wouldnt want any of the competition advertising on there ;-) any help appreciated. thanks, MaTT

Re: [Flashcoders] How to loop an ANT task(s)?

2009-08-13 Thread Matt Muller
Hi Ian, thanks for the info. I can get this working from the command line but it doesnt seem to run from eclipse. I put the .jar in the ant lib dir. I have this line in my build.xml taskdef resource=net/sf/antcontrib/antlib.xml/ but get this error [taskdef] Could not load definitions from

Re: [Flashcoders] How to loop an ANT task(s)?

2009-08-13 Thread Matt Muller
thanks, I did try that but with no luck. So, im having another issue which seems to be with the mxmlc compiler. I have imported my swc's as a compiler args as such compiler.include-libraries dir=${LIBS_DIR} append=true include name=FlexUnit.swc / include name=fonts.swc / include

[Flashcoders] mxmlc compiling errors with swc created with flash cs4

2009-08-13 Thread Matt Muller
Hi, I am building up an ANT task which is giving me some grief when the compilation occurs. I have 3 SWC's. One of them contains a few movieclips I converted to a SWC to use as animated graphics in my UI. FlexBuilder compiles the file with no problems. When I run ANT task and it hits the mxmlc

Re: [Flashcoders] Free UML tool for AS3?

2009-08-06 Thread Matt Muller
Hi Jason, StarUML is pretty good.and free. http://www.senocular.com/flash/tutorials/starumltoas3/ doesnt do code to UML as fas as I can tell though. MaTT On Wed, Aug 5, 2009 at 10:44 PM, Merrill, Jason jason.merr...@bankofamerica.com wrote: Grant Skinner's gModeler was never updated for AS3

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-08-04 Thread Matt Muller
- From: Matt Muller matthewmul...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, July 29, 2009 11:30 AM Subject: Re: [Flashcoders] Extending Flex UIComponent in flash SWC figured it out. you need to have FlexComponentBase in the lib for FP9 export

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-29 Thread Matt Muller
I'm only asked to change the framerate to 24 when converting the MovieClip to Flex Component. Other than that it just works.. What does the class look like (the one attached to the MovieClip symbol)? regards, Muzak - Original Message - From: Matt Muller matthewmul...@gmail.com

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-29 Thread Matt Muller
figured it out. you need to have FlexComponentBase in the lib for FP9 export. On Wed, Jul 29, 2009 at 10:13 AM, Matt Muller matthewmul...@gmail.comwrote: i made a video of whats happening... http://screencast.com/t/cvTKLGch go figure. unless im meant to make a class that ecenteds

[Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Matt Muller
Hi, Im creating a SWC with some UI movieclips exported in the lib to use with FLEX. Right now they extend MovieClip and when I create a new instance in FLEX and add to mx:Box I need to add to rawChildren. This means I cant use the alignment properties of mx:Box to align the graphics. apart from

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Matt Muller
the component kit installed. regards, Muzak - Original Message - From: Matt Muller matthewmul...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, July 28, 2009 6:39 PM Subject: [Flashcoders] Extending Flex UIComponent in flash SWC Hi, Im creating a SWC

Re: [Flashcoders] Extending Flex UIComponent in flash SWC

2009-07-28 Thread Matt Muller
wrote: Mine publishes to fp9 just fine. Have you set fp9 in the publish settings and enabled Export swc ? http://muzakdeezign.com/flashcoders/publish_swc.jpg regards, Muzak - Original Message - From: Matt Muller matthewmul...@gmail.com To: Flash Coders List flashcoders

[Flashcoders] rendering 3d model of a car for use in flash as an image sequence (360)

2009-07-02 Thread Matt Muller
Hi, I am about to get some rendered frames of a car for a 360 as a targa sequence for use in flash as an image (JPG's) sequence. Does anyone know what the optimum target polygon count is for the vehicle exterior? Does anyone know roughly how many JPGs will be needed to create a smooth sequence?

Re: [Flashcoders] does anyone use MonsterDebugger

2009-06-08 Thread Matt Muller
sure. I use it a lot great tool. tutorial here http://theflashblog.com/?p=980 On Mon, Jun 8, 2009 at 5:13 PM, Anthony Pace anthony.p...@utoronto.cawrote: I have used it and it seems okay; yet, would this ever be used in a professional development environment? I have been using the basic

[Flashcoders] Web page performance profiling

2009-03-25 Thread Matt Muller
Hi, a client of mine has an issue whereby they have multiple flash ads on a webpage. Over time these ads can cause the browser to crash, probably due to memory leaks. They have asked me if I know a tool which can preflight the page with the ads on and warn of any issues (apart from the

Re: [Flashcoders] AS3 examples of amoeba or microbes

2009-03-23 Thread Matt Muller
you might find something useful here http://www.liquidjourney.com/ there is source. MaTT On Mon, Mar 23, 2009 at 3:19 PM, Alan Shaw noden...@gmail.com wrote: Check this out: http://www.nicoptere.net/blog/index.php/2008/10/13/51-bacteria-generator-actionscript-flash On Sun, Mar 22, 2009

Re: [Flashcoders] AS3 examples of amoeba or microbes

2009-03-23 Thread Matt Muller
??? Where exactly?? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Matt Muller Sent: maandag 23 maart 2009 18:10 To: Flash Coders List Subject: Re: [Flashcoders] AS3 examples of amoeba or microbes you might

[Flashcoders] bandwidth detection

2009-02-08 Thread Matt Muller
hi, anyone know any reliable and consistent bandwidth detection methods. I am doing the download multiple images and average out the kbps but its vastly inconsistent against speedtest.net and even against itself. cheers, MaTT ___ Flashcoders mailing

[Flashcoders] Broadband speed test app

2009-02-05 Thread Matt Muller
Hi, does anyone know what a good approach is to measuring broadband speed like they do here http://www.speedtest.net/ Thanks, MaTT ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] change the origin of rotation for a movieclip?

2009-01-13 Thread Matt Muller
http://www.oscartrelles.com/archives/dynamic_movieclip_registration_with_as3// change reg point and a new super fast free tween engine http://www.lostinactionscript.com/blog/index.php/2009/01/05/tweensy-goes-public/ cheers, MaTT On Tue, Jan 13, 2009 at 6:02 PM, Anthony Pace

Re: [Flashcoders] flvplayback vs. netstream

2009-01-13 Thread Matt Muller
dont use the component. you have no access to the core classes to change the netstream or connection like you need to do with akamai etc. actually you can do it, but its a total nightmare. its also really slow and unresponsive. you can however use the VideoPlayer classes which is what component

Re: [Flashcoders] Height and Width of a loaded SWF before it visually renders?

2009-01-10 Thread Matt Muller
http://www.senocular.com/flash/actionscript.php?file=ActionScript_3.0/com/senocular/utils/SWFReader.as On Sat, Jan 10, 2009 at 5:03 PM, Andrew Murphy amur...@delvinia.com wrote: Hi all. I'm loading several .swf files into another .swf, to produce a horizontal bar of clickable icons. The

Re: [Flashcoders] ActionScript syntax enhancements?

2009-01-06 Thread Matt Muller
you can already do trailing comma's cant you? I know you can in arrays. On Tue, Jan 6, 2009 at 10:29 PM, Matthias Kramm kr...@quiss.org wrote: Hi All, I'm currently in the process of writing a compiler for ActionScript 3.0. (In case you're interested, the development snapshot at

Re: [Flashcoders] Bitmap distorting during pan

2008-10-30 Thread Matt Muller
with bitmapdata and smoothing = true to another movieclip. Or if it's in timeline, check allow bitmap smoothing in properties, from library. Best, Pinatti On Wed, Oct 29, 2008 at 11:24 AM, Matt Muller [EMAIL PROTECTED] wrote: Hi, I am panning a bitmap around on mouse position. It is distorting

[Flashcoders] Bitmap distorting during pan

2008-10-29 Thread Matt Muller
Hi, I am panning a bitmap around on mouse position. It is distorting a bit when this happens. i.e there are some lines which run through it. Does anyone know how to stop this from happening? cheers, MaTT ___ Flashcoders mailing list

Re: [Flashcoders] Bitmap distorting during pan

2008-10-29 Thread Matt Muller
movieclip. Or if it's in timeline, check allow bitmap smoothing in properties, from library. Best, Pinatti On Wed, Oct 29, 2008 at 11:24 AM, Matt Muller [EMAIL PROTECTED] wrote: Hi, I am panning a bitmap around on mouse position. It is distorting a bit when this happens. i.e there are some

[Flashcoders] Flash / Flex Wiki Framework / API

2008-10-24 Thread Matt Muller
Hi, I am looking for a actionscript framework or api which will help build a wiki for a Flex application. Typical Wiki functionality (integration with Wiki application or support for Wiki within Flex) (Freedom to construct pages and mini-sites of content) Rich Text Editor functionality including

Re: [Flashcoders] FLV ending prematurely in FLVPlayback component

2008-06-27 Thread Matt Muller
, rounded down duration value) or corrupted metadata on the FLV. Matt Muller wrote: Hi, I am using the FLVPlayback component to serve videos. Users with a slow connection are getting the FLV stopping midway through. I've done some testing and it seems the player thinks the FLV has finished

[Flashcoders] FLV ending prematurely in FLVPlayback component

2008-06-25 Thread Matt Muller
Hi, I am using the FLVPlayback component to serve videos. Users with a slow connection are getting the FLV stopping midway through. I've done some testing and it seems the player thinks the FLV has finished, which it hasn't. This is happening across multiple FLV's. I've tried encoding with no

[Flashcoders] FLVPlayback component stops video for no reason

2008-06-24 Thread Matt Muller
Hi I have an issue where when I throttle bandwidth to 500 kbps to simulate a slow connection on a progressive stream the video will completely download but stops playing after a couple minutes. It wont restart playing. When I am not throttling, there is no issue. Could this be some sort of

[Flashcoders] Authenticating a REST service from a flash swf

2008-03-16 Thread Matt Muller
Hi, has anyone got any advice on approaching this subject? Thanks MaTT ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Unload AVM1 Movie from AS3 Movie Loader and GC

2008-03-12 Thread Matt Muller
Hi, does anyone know if unloading an AVM1 movie from an AS3 Loader will mean the memory will be GC'ed on the next sweep. I assume logically as there is no real connection (listeners) between the AS3 Movie and the AVM1 movie it should. Basically I want to load ads into an as3 app. This would

Re: [Flashcoders] [AS3] Memory leaks unloading

2008-03-12 Thread Matt Muller
You should read this. http://gskinner.com/blog/archives/2006/07/as3_resource_ma_1.html GC doesnt happen on unloading immediately. Leave your app open for 20 mins and see what happens... MaTT On Wed, Mar 12, 2008 at 4:14 PM, Matthew James Poole [EMAIL PROTECTED] wrote: You can start by using

Re: [Flashcoders] [AS3] Memory leaks unloading

2008-03-12 Thread Matt Muller
I think you can use a localconnection hack to force gc. http://blog.infidea.ws/category/as3/ On Wed, Mar 12, 2008 at 4:29 PM, Allandt Bik-Elliott (Receptacle) [EMAIL PROTECTED] wrote: as far as i know, there is no way of dumping the garbage manually - you have to wait for the flash plugin to

[Flashcoders] Loading Flash 8 swfs into Flash 9 and GC

2008-03-11 Thread Matt Muller
Hi, Im building an AS3 Flash 9 app. One requirement is to allow loading of swf ads into the application. I am a little concerned about GC. If the ad has any event listeners attached to the stage, my understanding is that I will not be able to clean up after the ad has finished and will leave

[Flashcoders] Making a mac projector go fullscree n AS£

2008-02-14 Thread Matt Muller
Hi, I have a presentation I have built on my PC which needs to run on a mac. I save the macintosh projector file out and tun the file on a mac. It opens in a window, i.e. not fullscreen. So the bottom of the presentation gets cut off. I am using... stage.displayState =

[Flashcoders] ERROR : Adobe AIR update beta 3 for Flash CS3 Professional – Updated 12/14/07

2008-02-14 Thread Matt Muller
Hi I have installed the beta 3 update and run the cleanup script. It creates the air file successfully but the air file gives the following error. The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author. Any ideas? cheers,

[Flashcoders] as3 creating sprite instances in a loop

2007-12-30 Thread Matt Muller
Hi, does anyone know how to create individual sprite instances in a loop for (var j:uint = 0; j _columns; j++) { var sprite:Sprite = new Sprite(); } this just over writes the sprite. thanks MaTT

[Flashcoders] stage.stageheight bug in as3

2007-09-07 Thread Matt Muller
put this in an empty doc on the first frame trace('stage.stageHeight = ' + stage.stageHeight); if you publish with the bandwidth explorer open it shows the stageheight as 100 px less than it is. - MaTT ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] stage.stageheight bug in as3

2007-09-07 Thread Matt Muller
(Event.RESIZE, stageResizeHandler); regards, Muzak - Original Message - From: Matt Muller [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, September 07, 2007 4:25 PM Subject: [Flashcoders] stage.stageheight bug in as3 put

[Flashcoders] Mac issue with flickerling FLVPlayback component

2007-09-06 Thread Matt Muller
Hi I have an FLVPlayback component on a html page. When its paused and its scrolled off the screen and scrolled back on it doesnt redraw the video frame correctly. This is a mac issue. Has anyone else experienced this? Cheers MaTT ___

[Flashcoders] Using a .SWC in flash cs3

2007-08-30 Thread Matt Muller
Hi does anyone know how to use a .SWC in flash CS3? I have included it in my classpath but flash says it cant be found when i try to instantiate a class obj. Thanks, MaTT ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

[Flashcoders] as3 instantiation of a new FLVPlaybackCaptioning component

2007-08-13 Thread Matt Muller
Hi, I'm trying to instantiate a new FLVPlaybackCaptioning component with actionscript. This is being called from another class like so... captionMngr = CaptionManager.getInstance(); I get this error when compiling... 1046: Type was not found or was not a compile-time constant:

[Flashcoders] Re: as3 instantiation of a new FLVPlaybackCaptioning component

2007-08-13 Thread Matt Muller
Sorry , please ignore, I was typing the instance as a CaptionManager in the parent class and not a FLVPlaybackCaptioning component. MaTT On 8/13/07, Matt Muller [EMAIL PROTECTED] wrote: Hi, I'm trying to instantiate a new FLVPlaybackCaptioning component with actionscript. This is being

Re: [Flashcoders] AS3 loader applicationDomain question

2007-08-07 Thread Matt Muller
try... var ClassReference:Class = event.target.applicationDomain. getDefinitionByName(className) as Class; MaTT On 8/7/07, Muzak [EMAIL PROTECTED] wrote: ClassReference is a reserved word, at least it is in Flex 2. regards, Muzak - Original Message - From: Patrick Matte|BLITZ

[Flashcoders] Getting Hand Cursor to show up in AS3 on new MovieClip()

2007-08-03 Thread Matt Muller
Hi, I have a class(Class A) which extends a superclass which extends mc. 'Class A' is instantiated by using new ClassA() and is on the stage. Its basically a button which works perfectly, except doesnt have the hand cursor. I have pasted in the class below, does anyone know how I can get this to

Re: [Flashcoders] AS3 instantiating a new class object from a string value

2007-07-26 Thread Matt Muller
the actual code to instantiate, however make sure that the class you are creating is actually compiled in the first place. If it is not explicitly mentioned in your code somewhere it will not be compiled and will not be able to be created at run-time. jake On 26/07/07, Matt Muller [EMAIL PROTECTED

[Flashcoders] AS3 instantiating a new class object from a string value

2007-07-26 Thread Matt Muller
Hi, I'm trying to instantiate a new class object from a xml attribute which is a string, but its not having any of it. I've tried casting the string to an object and also using this['class_id'] etc but no luck. Does someone have a solution? Thanks, MaTT

[Flashcoders] Updating playerglobal.swc for ActionScript 3.0 for Fullscreen

2007-07-19 Thread Matt Muller
Hi, I've just updated my swc as instructed to do so here for Flash CS3 http://labs.adobe.com/wiki/index.php/Flash_Player:9:Update:Full-Screen_Mode_HW Im getting this error 1046: Type was not found or was not a compile-time constant: FullScreenEvent. with the new swc, has anyone seen this?

[Flashcoders] Re: Updating playerglobal.swc for ActionScript 3.0 for Fullscreen

2007-07-19 Thread Matt Muller
I forgot to mention, you need to add the FLVPlayback component into the library to get this. On 7/19/07, Matt Muller [EMAIL PROTECTED] wrote: Hi, I've just updated my swc as instructed to do so here for Flash CS3 http://labs.adobe.com/wiki/index.php/Flash_Player:9:Update:Full-Screen_Mode_HW

[Flashcoders] AS3 package and class access

2007-07-17 Thread Matt Muller
Hi, I have a question about class instantiation. I have a class in this package com.foo.view.playerSkins I am trying to instantiate a singleton in com.foo.view (1 dir up) The compiler is throwing the following error... 1120: Access of undefined property TestInstance. However when its in the

Re: [Flashcoders] AS3 package and class access

2007-07-17 Thread Matt Muller
yes. On 7/17/07, Rob Romanek [EMAIL PROTECTED] wrote: What is your import statement for the singleton like? import com.foo.view.MySingletonClass; Rob On Tue, 17 Jul 2007 14:10:56 -0400, Matt Muller [EMAIL PROTECTED] wrote: Hi, I have a question about class instantiation. I have a class

[Flashcoders] Accessing MovieClips on a timeline from an AS3 class

2007-07-12 Thread Matt Muller
I feel like a bit of an idiot asking this, but I keep getting errors. I'm creating some custom player skin templates and have some ui elements which are MovieClips on the stage. Bearing in mind, this will be a swf loaded into another swf all I'm trying to do is create class definitions and its

Re: [Flashcoders] Accessing MovieClips on a timeline from an AS3 class

2007-07-12 Thread Matt Muller
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hans Wichman Sent: 12 July 2007 15:34 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Accessing MovieClips on a timeline from an AS3 class Hi, reserver keyword maybe? greetz JC On 7/12/07, Matt Muller [EMAIL PROTECTED] wrote: I

[Flashcoders] open an .exe from swf across http

2007-06-13 Thread Matt Muller
Anyone know any hacks?? No it cant be a projector. cheers MaTT ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

[Flashcoders] - Integrating instant messaging with Flash / Flex

2007-05-21 Thread Matt Muller
Hi all, I'm scoping a project out which is a media based application to be done in as3. I'm looking for information on messaging api's or 3rd party applications for integration with i.e. yahoo/msn messenger etc. into flash/flex. Can anyone point me in the right direction? cheers, MaTT

[Flashcoders] Re: Flash 9 Express Install

2007-05-04 Thread Matt Muller
install for any version of the Flash Player. asai Matt Muller wrote: Anyone know if the 'Express Install' is available for a Flash Player 9 upgrade yet? thanks, - MaTT ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

[Flashcoders] Flash 9 Express Install

2007-05-03 Thread Matt Muller
Anyone know if the 'Express Install' is available for a Flash Player 9 upgrade yet? thanks, - MaTT ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] AS3 Metadata references

2007-05-02 Thread Matt Muller
Hi Does anyone know a resource which lists and explains the AS3 metadata api? ie [SWF(width=800 height=600, backgroundColor=#FF)] [Frame(Class=com.package.ClassName)] Thanks, MaTT ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] AS3 Metadata references

2007-05-02 Thread Matt Muller
on [Frame] http://www.bit-101.com/blog/?p=946 http://blogs.adobe.com/rgonzalez/2006/06/modular_applications_part_2.html So right now I guess you're best bet is to just google, which is how I found all of the above. regards, Muzak - Original Message - From: Matt Muller [EMAIL PROTECTED

Re: [Flashcoders] dynamically attaching a movie clip to a class/object

2007-04-26 Thread Matt Muller
Either through library linkage or... import com.package.view.Main; yourMovieClip.__proto__ = Main.prototype; Main['apply'](yourMovieClip, null); - MaTT On 4/26/07, sebastian chedal [EMAIL PROTECTED] wrote: hello flash coders! ive just joined and there are some nice discussions here, i

[Flashcoders] Gaps in between bitmapdata clips copied to a grid

2007-03-30 Thread Matt Muller
Hi, Im breaking an image into a grid of separate clips with corresponding pixels using copyPixels but I'm getting gaps in between the clips. Also sometimes the image wont finish if the ratio between horz and vert clips is too high. Has anyone had this issue. code below cheers, MaTT import

Re: [Flashcoders] Gaps in between bitmapdata clips copied to a grid

2007-03-30 Thread Matt Muller
ReformPixel(); pixFx._init(30, 30, 'W660', clip1, clip2); On 3/30/07, Lars Schwarz [EMAIL PROTECTED] wrote: haven't testet the code, but did you try it without setting the smoothing property (on the bitmapdata object)? Am 30.03.2007 um 16:12 schrieb Matt Muller: Hi, Im breaking an image into a grid

Re: [Flashcoders] Loading images directly to BitmapData in AS2?

2007-02-13 Thread Matt Muller
http://www.martijndevisser.com/blog/article/imageloader-class-for-flash-8 On 2/13/07, Henry Cooke [EMAIL PROTECTED] wrote: Hey all, It it possible to load an image (PNG/JPG) directly into memory or (even better) a BitmapData object without having to faff about loading it into a MovieClip

[Flashcoders] Document Class stopped working

2007-02-02 Thread Matt Muller
Has anyone else had this, my document class has stopped working in the flash 9 as3 preview. Linkage instantiation still works but specifying the document class doesnt compile the document class. Ive tried re installing flash. It happend after I set a as3 classpath in the prefs. Any ideas anyone?

[Flashcoders] Flashout not working in eclipse 3.2

2006-10-19 Thread Matt Muller
Hi has anyone else encountered this? It doest seem to register as a plug in, ie in the prefs in Eclipse 3.2 for me. Its in the plug ins folder. MaTT ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] TEXTAREA COMPONENT PROBLEM - has a green keyline when selected :/

2006-09-27 Thread Matt Muller
Im loading some leagcy swfs - flash 7, into flash 8, there is a textarea component that only has this behaviour when its loaded through a movieclip. It has a green keyline when selected, When it loses focus it loses the keyline, Im trying stuff like import mx.styles.CSSStyleDeclaration;

Re: [Flashcoders] TEXTAREA COMPONENT PROBLEM - has a green keyline whenselected :/

2006-09-27 Thread Matt Muller
it works, thanks so much :) On 9/27/06, Ryan Potter [EMAIL PROTECTED] wrote: Try this: this.myTextArea.drawFocus = null; this.myTextArea.focusTextField = null; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Muller Sent: Wednesday, September

[Flashcoders] LONDON: SENIOR FLASH ROLE

2006-09-27 Thread Matt Muller
Hi, were looking to hire 2 flash people. If you think you fit the profile below, the contact email is [EMAIL PROTECTED] Euro RSCG 4D London seeks a highly talented Flash Developer who wants to help rock the digital boat by developing innovative, high profile web sites and online advertising

[Flashcoders] Updating text in a swf at compile time using MTASC and xml

2006-08-23 Thread Matt Muller
Hi, can anyone point me in the right direction. Is this possible, can it be done with injection? I have swfs that already have text in, but I dont want the load the text in dynamically, i want to update the text in them at compile time maybe with an ant task or something. Thanks MaT

Re: [Flashcoders] Is Object scope lost when using Delegate?

2006-06-09 Thread Matt Muller
can you not add your children in a loop? then pass in i, set i as an index prop of your clip, push all clips into an array and use the index to reference the clip in the array On 6/9/06, Morten Barklund [EMAIL PROTECTED] wrote: Hi Jeff So, when I get to the onRelease event handler, is there

[Flashcoders] Anyone know a good Flash CMS Portfolio App

2006-05-31 Thread Matt Muller
A friend who is a designer is looking for a good, easy to use Flash based CMS/XML driven to show off work, can anyone recommend anything? thanks MaTT ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] writing a xml file directly from flash 8

2006-03-22 Thread Matt Muller
Is this possible, or can someone suggest a solution here? Thanks MaTT ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

Re: [Flashcoders] writing a xml file directly from flash 8

2006-03-22 Thread Matt Muller
the XML /Eskil Matt Muller skrev: Is this possible, or can someone suggest a solution here? Thanks MaTT ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

Re: [Flashcoders] Issue with Masks in externally loaded SWFs?

2006-03-17 Thread Matt Muller
yeah there are issues with this, bit of a nightmare, i ha some animations running under and i could see masks etc sticking out the mask, weird. Also this totally screwed my align class, so i had to recode a new one that used reference points. MaTT On 3/17/06, Jeff Fox [EMAIL PROTECTED] wrote:

[Flashcoders] Any Sorenson users with on2 codec who can get alpha channel to work?

2006-02-21 Thread Matt Muller
Hi, I thought checking off compress alpha channel is supposed to work, I have an uncompressed QT with millions+ on. It works fine inside of Flash Video Encoder, but when I use Sorenson it doesnt knock out the channel, if someone could export and email me a working profile I'd be most grateful.

Re: [Flashcoders] Mask not defining mc width height in, imported swf.

2006-02-10 Thread Matt Muller
outside the stage's //demensions of an external SWF is visible inside the receiver SWF... //Matt Muller wrote: Im building a microsite, that is aligned to the center of the stage. I am loading in animations that are swfs that are meant to run in the viewable area in the microsite

[Flashcoders] changing reference of sounds to _parent clip

2006-01-31 Thread Matt Muller
if I had some sounds loaded in a swf, but i wanted to move their reference from the swf to the parent, is that possible? cheers MaTT ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] BitmapData question

2006-01-19 Thread Matt Muller
Hi, does anyone know if its possible to use getPixel or something like that to take a snapshot of a movieclip that contains some vectors and dynamic text fields and return that as a bitmap image to use elsewhere in the site, say as a reflection? Thanks MaTT

Re: [Flashcoders] Bug in Macromedia's flash detection code wheninstalled player is either 6.0.22, 6.0.23 and 6.0.29 ?

2006-01-06 Thread Matt Muller
Tom, could you elaborate a bit more on what security scenario would cause the no script? Do they have js / vb script disabled in their browsers? Wouldnt the no script just open a page with a link to upgrade? MaTT On 1/6/06, Tom Rhodes [EMAIL PROTECTED] wrote: i just had a client refuse

Re: [Flashcoders] REPOST Bug in Macromedia's flash detectioncodewheninstalled player is either 6.0.22, 6.0.23 and 6.0.29 ?

2006-01-06 Thread Matt Muller
doing something server side to see if they had flash, but the express install requires r65 to work and AFAIK you can't get the player version with PHP. please someone tell me i'm wrong - Original Message - From: Matt Muller [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

Re: [Flashcoders] reverse play FLV?

2005-12-21 Thread Matt Muller
Yeah I just did this, on the timeline using laco tween and timeline tweens, you need to use sorenson squeeze for on2, its the only one that gives you proper 1:1 keyframe placement for a smooth playback. its pretty good and easy to do. Im going to try and get the flv playback ccomponent to play in

[Flashcoders] Play an FLV in recerse using FLVPlayback components

2005-12-16 Thread Matt Muller
Anyone figured out how? cheers MaTT ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Writing data to object crashing browser

2005-12-04 Thread Matt Muller
Hi I have built a game that seems to be crashing in Flash 8 intermittently just as it writes a boolean property to a scene based object? Has anyone else experienced this, its not happening in fp7 at all. Like I say its intermittent and has taken me ages to track down. I create an object which has

[Flashcoders] EVENT DISPATCHER BUG IN FLASH 8 - MACROMEDIA SHOULD FIX THIS

2005-11-24 Thread Matt Muller
I thought I better post this incase someone else is having similar issues, awhile ago I made a post that flash 8 was crashing on FLV events in Flash 8. Finally I tracked it down, its not the media crashing it, its event dispatcher, I'm listening for the same event in my super class, like this...

Re: [Flashcoders] FLV's crashing the browser on Cuepoints

2005-11-11 Thread Matt Muller
mate, ive been working on this for 4 months, its a 250k project, did it all in flash 7, all comped video with 3d, awesome project, until flash 8 player comes out, then I discovered it crashes, after a few vids have played, so I created a flash 8 version, using flvplayback and cuepoints right, but

Re: [Flashcoders] FLV's crashing the browser on Cuepoints

2005-11-11 Thread Matt Muller
McLoughlin [EMAIL PROTECTED] wrote: Can you post a sample SWF / FLA that demo's the crashing behavior ? - Guy At 12:50 PM 11/11/2005, Matt Muller wrote: mate, ive been working on this for 4 months, its a 250k project, did it all in flash 7, all comped video with 3d, awesome project, until flash 8

Re: [Flashcoders] placing an action at the end of a FLV video!

2005-11-04 Thread Matt Muller
or if you are using flash 7... http://buraks.com/captionate/ you can use a custom event inserted into the FLV like onMarker or onCaption. MaTT On 11/4/05, Gerry Creighton [EMAIL PROTECTED] wrote: Check the livedocs.macromdedia.com http://livedocs.macromdedia.com for adding cuepoints to

[Flashcoders] FLV's dropping frames on import for timeline playback.

2005-10-30 Thread Matt Muller
Hi, I have a 360 of a car in 3d I'm importing for timeline playback, and yes i have set 1 keyFrame for every frame, but it seems to drop a few frames making playback a little jerky, Ive tried with the same FLV output from Flix Pro and Flash Video Encoder, frame rate matches the Flash doc (25fps)