Re: [Flashcoders] Flash CMS

2007-08-22 Thread hervé hubert
same here ... even in french ;-) hh Le 22 août 07 à 18:34, Eric Walton a écrit : I would be very interested in this as well and would also be willing to help out with it too. Eric Walton 9 / Edub9 To view more about The Artwork of Eric Walton 9 / Edub9 please visit the following:

Re: [Flashcoders] disapearing animation

2007-06-05 Thread hervé hubert
On 6/5/07, hervé hubert [EMAIL PROTECTED] wrote: Hi, I have a strange issue on several of my animations. If you play the animation online and leave the window open, the animation will just disapear after a while, the screen will get desperately empty... Even with a loop in a movie clip playing

[Flashcoders] path/attachMovie problem

2007-02-28 Thread hervé hubert
Hi, I'm making a mp3 player for a website. I started from a code which fits quite well to what I need for this project I want to include this player into my flash website. In this code there is a _root[but+i] that I would like to replace by a relative path like this.but[i] but this doesn't

Re: [Flashcoders] path/attachMovie problem

2007-02-28 Thread hervé hubert
],1); ... } This works no matter where you attach the movieclip as 'mc' is a reference to it. On 28 Feb 2007, at 13:02, hervé hubert wrote: Hi, I'm making a mp3 player for a website. I started from a code which fits quite well to what I need for this project I want to include

[Flashcoders] browsing photo gallery problem

2006-08-02 Thread hervé hubert
Hi all, I'm making a flash photo gallery Everything is working fine except two points: - If I'm on the 1st picture and I press back instead of next, the xml text will be 'undefined' cause it's looking a picture who doesn't exist. The gallery should stay on picture n°1 and not go to picture n°0

Re: [Flashcoders] duplicateMovie / setInterval problem

2006-07-03 Thread hervé hubert
; mc.endFill(); return mc; } /code HTH -Keith http://home.mn.rr.com/keithreinfeld -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hervé hubert Sent: Saturday, July 01, 2006 10:14 AM To: flashcoders@chattyfig.figleaf.com Subject

[Flashcoders] duplicateMovie / setInterval problem

2006-07-01 Thread hervé hubert
Hi I'm trying to duplicate a MC by adding a time delay with setInterval It doesn't seems to work can anyone help? Thanks alot. //Code var container:MovieClip = setUpContainer(); var ln:Number = 30; var spacer:Number = 0; var newMC:MovieClip; var listeMC = new Array();