[Flashcoders] MP4 not displaying video (just playing audio)

2008-06-26 Thread Michael Trim
I have created a Flex app that has the Flash CS3 FLVPlayer component packaged to swc. The player plays a number of movies that have all been encoded to mp4 from Premiere CS3 from a variety of sources, most ripped from DVDs to avi (tourist info dvds supplied to me). I am having problems with one

[Flashcoders] Tweening a Donut Shape / Ripples / Concentric Circles

2008-06-17 Thread Michael Trim
Hi Flashcoders, I have coded a donut shape by drawing two concentric circles (one appears to punch out the other) then tweening (using Tweener) the width and height of both circles for the same amout of time and by their widths + the same increase. This gives the effect of a circle getting

RE: [Flashcoders] Tweening a Donut Shape / Ripples / ConcentricCircles

2008-06-17 Thread Michael Trim
variable (like scale or some other property) is changed, by using Tweener's onUpdate parameter. Zeh Michael Trim wrote: Hi Flashcoders, I have coded a donut shape by drawing two concentric circles (one appears to punch out the other) then tweening (using Tweener) the width and height of both

[Flashcoders] Popup blocker triggered

2007-09-14 Thread Michael Trim
Can anyone tell me why this triggers the IE7 popup blocker? Was supplied to me in a banner from a client and was surprised by the behavior. -- Stage.addEventListener(MouseEvent.CLICK, reportClick); function reportClick (myevent:MouseEvent):void

RE: [Flashcoders] Flash CS3 UI Bug

2007-09-06 Thread Michael Trim
Why are the panels in Flash CS3 (Windows) set to always on top? When I test movie in Flash, the test movie window goes BEHIND ALL PANELS? +1 it's a very annoying 'feature' ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

RE: [Flashcoders] Classes 101 [was: Version control and Flash ]

2007-08-13 Thread Michael Trim
Not all classes have to extend MovieClip (in fact, most shouldn't, and some would argue none should). Just as an aside, I'd be interested to hear why some would argue that you should never extend MovieClip? (Surely you have to for the Document class) or is this a higher level theoretical

[Flashcoders] [OT] Changing line widths in extremely complex imported EPS

2007-08-03 Thread Michael Trim
Hi Flashcoders, Apologies as this is not a coding question (unless there is a code based solution? But I doubt it). I have very complex imported eps (world map) and I need to convert ALL the line widths in the clip to hairline, there are hundreds (if not thousands of vectors nested in multiple

RE: [Flashcoders] Textfield over Bitmap Issue

2007-07-30 Thread Michael Trim
Thank you Zeh, will give that a try. Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zeh Fernando Sent: 26 July 2007 17:25 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Textfield over Bitmap Issue Is the following a known

[Flashcoders] Textfield over Bitmap Issue

2007-07-26 Thread Michael Trim
Is the following a known issue? If so anyone know what I can do about it? If you look at the screenshot (linked below) there is a coloured line along the top of the word Germany (it appears all around while tweening, on the outline of the textbox). It is a dynamically created textfield over a

[Flashcoders] Object Detection AS3

2007-07-19 Thread Michael Trim
Hi Flashcoders, Learning AS3 in the deep end at the moment, so excuse the questions if too newb for this list. In AS2 I may have done something like the following. _1___ if(myObject){ myObject.removeMovieClip(); } this.attachMovie(MyObject,myObject,1);

RE: [Flashcoders] Object Detection AS3

2007-07-19 Thread Michael Trim
); } -- Sunil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Trim Sent: 19 July 2007 13:58 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Object Detection AS3 Hi Flashcoders

[Flashcoders] Font in Library problems

2007-07-17 Thread Michael Trim
Can anyone tell me why the following isn't displaying any text? No Compiler errors, all traces show objects existing? If I remove the textformat all together it appears on stage in times. __ package

RE: [Flashcoders] Font in Library problems

2007-07-17 Thread Michael Trim
] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Trim Sent: Tuesday, July 17, 2007 10:12 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Font in Library problems Can anyone tell me why the following isn't displaying any text? No Compiler errors, all traces show objects existing? If I

RE: [Flashcoders] Font in Library problems

2007-07-17 Thread Michael Trim
. Try setting the textformat AFTER you set the text. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Trim Sent: Tuesday, July 17, 2007 10:47 AM To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Font in Library problems That's a mistake

[Flashcoders] Clashing Class Names

2007-06-22 Thread Michael Trim
Hi Flashcoders, Can somebody confirm my worst suspicions (think I am answering my own question here) swfA loads swfB Both swfs are compiled from separate classpaths but share a similar class structure, so swfA compiles classes like swfAProject/com/UserInterface/Application.as

RE: [Flashcoders] Clashing Class Names

2007-06-22 Thread Michael Trim
loading swfB. Then swfB will use its own version of Application. But then swfA will have problems - it's not a brilliant solution in your case. What you really need is to separate the classpaths out in the way that you suggest. That'll certainly fix it. Cheers, Ian On 6/22/07, Michael Trim [EMAIL

[Flashcoders] Memory Leaks

2007-05-09 Thread Michael Trim
of their tips, I'm tearing my hair out here, Thanks, Michael Michael Trim Senior Producer Instant Business a: 8-10 Colston Avenue,     Bristol, UK, BS1 4ST t: +44 (0) 117 915 5175 msn:    [EMAIL PROTECTED] w:   www.ibltd.com   Company number: 03857884 Registered office

RE: [Flashcoders] fauxpenGL library for AS2

2007-03-12 Thread Michael Trim
Are there similar projects out there? Papervision? http://www.unitzeroone.com/blog/flash_examples/another_pv3d_material_dem o_fla_1.html (Watch the link wrapping) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

RE: [Flashcoders] Webservice performance these days

2006-12-11 Thread Michael Trim
http://www.themidnightcoders.com/articles/soap_vs_flash_remoting_bench mark.shtml Does this still stand up? I was always a little skeptical because they were selling an alternative solution anyway. I'm with Jason, I accept it's not necessarily the fastest solution but SOAP works well enough for

RE: [Flashcoders] Alternative IDE for Flash Devel

2006-10-17 Thread Michael Trim
Oh man you're in for a treat. I've been using FlashDevelop for ages as an AS2 editor and wouldn't be without it now, but after following this thread I am trying to setup a project (something I have never done) and compile with MTASC... Got this working fine, retrofitting an old project(about to

RE: [Flashcoders] Alternative IDE for Flash Devel

2006-10-17 Thread Michael Trim
right-click your file in the project explorer and select always compile Thanks joerg had found that, I'm downloading other examples of FDP's and examining their setup, almost there! ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Memory Leak

2006-09-06 Thread Michael Trim
Can anybody point me in the direction of any more information on this particular bug? http://chattyfig.figleaf.com/pipermail/flashcoders/2006-March/161995.htm l We have implemented a solution that minimizes/maximizes to restore GC but I would like to have a bit more info on why this is

RE: [Flashcoders] setInterval intervalID type?

2006-04-19 Thread Michael Trim
what type of object is the intervalId that gets returned from setInterval()? Number ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to