Re: [Flashcoders] blog presentation flash

2005-10-31 Thread Mike Duguid
probably worth checking out mosxml, a version of mambo that outputs xml and has a basic flash skin in the download http://www.ciadd.co.uk/mosxml/index.php?option=contenttask=viewid=41 On 10/31/05, dc [EMAIL PROTECTED] wrote: I need to do a product site which is viewed in flash, but want to use

Re: [Flashcoders] Mp3:: issues...

2005-12-14 Thread Mike Duguid
Use 44/22/11Khz sample rates and you should be fine. On 12/14/05, Karim Beyrouti [EMAIL PROTECTED] wrote: Hello ! We are using this software that generates mp3's, which i am loading into flash. The problem: flash makes a mess of decoding the audio. check it out:

Re: [Flashcoders] Looking for RIA Sample featured in MM(AB)

2006-01-26 Thread Mike Duguid
Does anyone remembers that Demo/Showcase? I have been looking in MM for a while but I cant find it. TIA Helmut. http://www.macromedia.com/resources/telecom/hp_demo/hptelco.html?promoid=BZRP ___ Flashcoders mailing list

Re: [Flashcoders] Microsoft Sparkle

2006-01-26 Thread Mike Duguid
For all the 3d naysayers, perhaps you were the same guys that said a few years back that there was no place for video on the internet, no place for applications on the internet. Perhaps there's no place for telephony on the internet and I'm just imagining skype and the coming wave of

Re: [Flashcoders] ConvolutionFilter performance

2006-01-30 Thread Mike Duguid
Mike, do you have an example of this? My current test shows the opposite - that convolution is proving more cpu intensive than blurfilter? Mike Mountain [EMAIL PROTECTED] wrote: In my tests convolution filter was much faster than a blurfilter. But it's an easy one to swap oout and test for

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Duguid
I notice between lines 29 33 of your convolution version you have pushed a blurFilter into the filterArray - if you remove this from both versions and rely on convolution purely for blurring, as you can observe the effect isn't as pronounced as directly applying a blurFilter - to get an effective

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Mike Duguid
just applied directly to mc. whoops there was a bug in there too, I've added the fla to the page if anybody wants to muck about with it Are these just the filters applied to a stright MC? It'd be interesting to see the same thing done double buffered - with the filters being applied to the

Re: [Flashcoders] method to authenticate/license a flash app?

2006-02-23 Thread Mike Duguid
zinc (multidmedia.com) has some commands that may be useful, e.g System.getHDSerial() and the System.registry commands could be useful too. http://www.multidmedia.com/support/learning/docs/ On 2/23/06, lars [EMAIL PROTECTED] wrote: hi all. i have a little vj app i'm developing. it'll be a

Re: [Flashcoders] seamless audio loops

2007-05-30 Thread Mike Duguid
You can also edit the mp3 frames directly using mp3directcut which can help without having to rencode. http://mpesch3.de1.cc/mp3dc.html On 5/30/07, nik crosina [EMAIL PROTECTED] wrote: Hi Guys, We are having problems with seamlessly looping audio in Flash - is there a special way of doing

Re: [Flashcoders] Watermarking FLV VIdeos

2007-07-03 Thread Mike Duguid
you can use ffmpeg to do this. It's *free* and open source. On 6/26/07, Tarjinder Kumar [EMAIL PROTECTED] wrote: Hi, I want to watermark flv videos using command line utility. Can any one suggest me some solution. Thanks Tarjinder Kumar ___

Re: [Flashcoders] getting char positions with dynamic text

2008-02-01 Thread Mike Duguid
On Feb 1, 2008 1:39 PM, Andrew Sinning [EMAIL PROTECTED] wrote: Working in AS2. Since the TextSnapshot class is limited to static text, I don't think there's any way to do this, but I hope I'm wrong. I need to be able to take an arbitrary string of text, for example: You can see more

Re: [Flashcoders] Selling a Flash website

2008-10-05 Thread Mike Duguid
On Mon, Sep 29, 2008 at 4:18 PM, Gert-Jan van der Wel [EMAIL PROTECTED] wrote: For the last couple of years a friend and I were happily running a project on the side called T-signers.com. It's a site where people can design and order their own custom t-shirts. It's always been a pleasure to

Re: [Flashcoders] Video encoding service

2010-07-15 Thread Mike Duguid
Researching encoding services nimbb.com userplane.com ankoder.com Any others? heywatch.com encoding.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] FaceBook / Flash

2010-07-21 Thread Mike Duguid
On Wed, Jul 21, 2010 at 4:57 PM, Karim Beyrouti ka...@kurst.co.uk wrote: Hi All, I am trying to add a SWF to a Facebook group, and wondering if you know of any good an recent tutorial or can advise on best method to do so... Muchos thanks You can't add custom apps/fbml to tabs in a

Re: [Flashcoders] Create your own t-shirt

2010-08-04 Thread Mike Duguid
And you need to find out how to send a ByteArray back to a backend service to save said t-shirt as an image file. With that and Jack's TransformManager, those are the two main building blocks. Having created quite a few online designers / product customisation tools, I'd add that for print

Re: [Flashcoders] test

2011-01-11 Thread Mike Duguid
yes On Tue, Jan 11, 2011 at 4:11 PM, Mendelsohn, Michael michael.mendels...@fmglobal.com wrote: Test: is the list alive? - MM ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-18 Thread Mike Duguid
might want to have a look at the face.com api On 18 May 2012 11:18, allandt bik-elliott alla...@gmail.com wrote: Hey guys I'm looking for a face detection or, more specifically, a blink detection library for a project I'm on and I was wondering if anyone on this list has had any experience

Re: [Flashcoders] Actionscript lives on.

2012-09-18 Thread Mike Duguid
1) Has anyone on this list shipped anything decent (by this I guess I mean commercially successful; gave +ve ROI on dev/sales costs) into the AppStore using AS3/AIR? Not me personally, but aware of these chart toppers:

Re: [Flashcoders] Data storage for Flash/AIR apps (iOS in particular)

2013-09-27 Thread Mike Duguid
The SQLite local database functionality available within AIR works well: http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7d29.html On 27 September 2013 14:39, Joel Johnson joeljohnson.in...@gmail.comwrote: Hey everyone, I need to be able to save some game data and

Re: [Flashcoders] 1086 syntax error expecting semicolon before leftbrace

2014-09-12 Thread Mike Duguid
Saving as .xfl might allow you to search (and possibly replace) through the associated xml files more efficiently than working through a complex .fla On 12 September 2014 12:10, Paul A. p...@ipauland.com wrote: On the face of it this is a simple thing to solve, but it's driving me nuts. I am

Re: [Flashcoders] IOS 8 and Air

2014-09-19 Thread Mike Duguid
I have some apps built with air 14 for ios8, initial testing seems to be ok, the only glitch being they now pop up a message about allowing notifications on the first launch (even though the apps don't use notifications). What's broken in yours specifically? On 19 September 2014 13:50, Paul A.