[Flashcoders] Changing text based on the time of a played media

2006-01-09 Thread Marcelo Wolfgang
Hi list, I'm trying for a few hours to figure this out, and I was unable so I'm hoping that someone here can enlight me I have a media playback component on my stage, it will load diferent mixes from diferent dj's. Each dj will have a track list, I have the start and of every track, I've build a

Re: [Flashcoders] Changing text based on the time of a played media

2006-01-10 Thread Marcelo Wolfgang
Hmm, interesting, but will this work if I need to change the .mp3 file ? I have 10 different mp3's that will be played dependin on user selection ... TIA Grillo On 1/10/06, Thimon Sistermans [Us Media] [EMAIL PROTECTED] wrote: Hi, I don know if it works with mp3 but with flv you could use

[Flashcoders] Timeline sound delay

2006-02-06 Thread Marcelo Wolfgang
Hi list, I'm doing a freelance project, and I'm having problems with sound sync. I've placed a sound in the timeline and syncronized the animation, it was ok on the movie preview so I've published it. In my browser the syncing was all wrong, and again I fixed it. So I finished of the job and

[Flashcoders] Help with safari

2006-03-23 Thread Marcelo Wolfgang
Hi list, I've developed a site and I'm having trouble with Mac users, they say that they don't see the site. I'm using the detection kit provided by macromedia, and I think that's what's causing trouble to me. Can you all there with mac's test it out to me ? I think the problem is with older

Re: [Flashcoders] Help with safari

2006-03-24 Thread Marcelo Wolfgang
Thanks Paul, I've uploaded the playerinstall.swf to the server, can you retest with that config again please ? TIA Grillo On 3/24/06, Paul Evans [EMAIL PROTECTED] wrote: On 23 Mar 2006, at 22:37, Marcelo Wolfgang wrote: I've developed a site and I'm having trouble with Mac users, they say

Re: [Flashcoders] Saluti alla ML

2006-09-28 Thread Marcelo Wolfgang
It's Italian a rough translation : Hi everybody I've just subscribed Just want to say hello to all in the list but,well I don't speak Italian, never did any course either, so maybe it's all the opposite of what I've translated On 9/28/06, Marcelo de Moraes Serpa [EMAIL PROTECTED] wrote:

Re: [Flashcoders] Saluti alla ML

2006-09-29 Thread Marcelo Wolfgang
I'm 2 :) been on this list for almost 3 years :) lurking and de-lurking when needed ( I hoped to help more, and read more, but I'm very busy ) Julian, I'm in Curitiba, Brasil since the beginning of the year. And this was the first time ever I try to translate Italian. []´s

Re: [Flashcoders] How to create a preloader that plays in full

2006-10-05 Thread Marcelo Wolfgang
Just from the top of my head here, so excuse if anything is wrong but couldn't you put at the end of the preload animation something like stop(); if (getBytesLoaded() == getBytesTotal()){ play(); } else { this.onEnterFrame = function() { if (getBytesLoaded() == getBytesTotal()){ delete

[Flashcoders] Mc animation don't play after onRelease event

2006-10-25 Thread Marcelo Wolfgang
Hi list, I'm coding a site that has a submenu that brings items to download, currently there are 2 itens 'papel de parede' ( wallpapers ) and newsletter. this page is up at: http://w3ol.com.br/royalciclo/test/test.html if you click between the 2 itens on the submenu (WHITHOUT CLICKING IN ANY

[Flashcoders] Tips and advice for online bugtracking

2007-07-10 Thread Marcelo Wolfgang
Hi all, I have the type of problem I hate the most when developing flash. My swf works fine locally, but it doesn't work at all on the web. And I'm about as clueless one can be about debuggin this kind of problem. So... can anyone spare some advices? TIA Marcelo Wolfgang

Re: [Flashcoders] Tips and advice for online bugtracking

2007-07-10 Thread Marcelo Wolfgang
Mike Lyda wrote: another option.. flashtracer for firefox (from Alessandro Crugnola) https://addons.mozilla.org/en-US/firefox/addon/3469 you need the flash player debug version installed, but flashtracer can be very handy and entertaining.. (browse the web and see what others are tracing out

Re: [Flashcoders] Tips and advice for online bugtracking

2007-07-10 Thread Marcelo Wolfgang
Hans Wichman wrote: Hi, are you using as2 or as3? greetz JC as2 ___ 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] Tips and advice for online bugtracking

2007-07-10 Thread Marcelo Wolfgang
John VanHorn wrote: works in IDE, but not on server usually = security/crossdomain issue, or path issue. look for 404's using servicecapture. essential debug tools: flashtracer - links above servicecapture - http://kevinlangdon.com/serviceCapture/ Thanks for the info about servicecapture, but

[Flashcoders] tween in a function doesn't working

2007-07-12 Thread Marcelo Wolfgang
= 123; animateIt(response2_mc) }; I have many tweens like that, is that why I want to have a function to just call it everytime it's need, any clues why it don't work when it's called via function? TIA Marcelo Wolfgang ___ Flashcoders

Re: [Flashcoders] Job Post - Gringo.nu is hiring

2007-07-16 Thread Marcelo Wolfgang
Damn, I really want this position ... too bad I'm in Curitiba right now and can't relocate at this moment :( Marcelo Wolfgang Zeh Fernando wrote: Hey list, Gringo.nu, the company I freelance for, is looking for experienced Flash developers. The studio is located in São Paulo, Brazil

[Flashcoders] Infinite scroll problems

2007-07-19 Thread Marcelo Wolfgang
isn't working to http://www.zerocinco.com.br/bottero/scroll/ Please advice []´s Marcelo Wolfgang ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Infinite scroll problems

2007-07-19 Thread Marcelo Wolfgang
to http://www.zerocinco.com.br/bottero/scroll/ Please advice []ÂŽs Marcelo Wolfgang ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

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

2007-08-10 Thread Marcelo Wolfgang
ok let me see if I get this right then: class MyForm extends MovieClip{ // ok so now I can call a movieclip.MyForm and it will execute the code that is inside this ( add a function to the button onPress ), the button should be created here or it can be an symbol in the lybrary that I will

[Flashcoders] Problem targeting a movieclip

2008-01-23 Thread Marcelo Wolfgang
.'+text_area_array[1])) // undefined Can anyone help me figure out how I can target my mc so I can run some stuff on it? TIA Marcelo Wolfgang ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

[Flashcoders] Multiple moviecliploaders

2008-02-12 Thread Marcelo Wolfgang
MovieClipLoader(); work for multiple loadings at the same time ? TIA Marcelo Wolfgang ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Marcelo Wolfgang
again Marcelo Wolfgang ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] how to get all the mc's that have a .onRelease event

2009-03-12 Thread Marcelo Wolfgang
Hi all, Well the title says everthing, I need to know if I can loop over all mc's in a movie and add them to an array so I can enable/disable the onRelease event based on some conditions. TIA Marcelo Wolfgang ___ Flashcoders mailing list Flashcoders