[Flashcoders] Re: swf and referring domain

2006-11-16 Thread Roberto Scordino
If I understand you need something like this: path = _url.substring(0,19); if (path == "http://www.myspace"; || path == "http://myspace.com"; ){ play(); }else{ stop(); getURL("http://www.myspace.com","_parent";); } The code above checks to see if the SWF is playing on the

[Flashcoders] Re: flash applicatin and database

2006-12-09 Thread Roberto Scordino
I own and use v12 and also Valentina (paradigma software). have a look at Valentina is very performance impressive IMB but never used online (only in multimedia dvd production) Roberto >Director +v12 has performance issues. Has any one worked on such kind of >project? Can anyone guide? __

[Flashcoders] MVC pattern problem

2006-12-13 Thread Roberto Scordino
Hi, I'm trying to use the Mvc pattern for the first time and I'm guessing if I'm using the best method to achieve a goal. Now the thing is working... only not sure there is a better mode! This is the problem: 1) in my fla there are some movieclip containing button, they are called elem1_mc.bottone

[Flashcoders] Re: MVC pattern problem

2006-12-13 Thread Roberto Scordino
The button didn't need reference to differents model (there is just one model) that was an error, now I have changed so now I pass just one reference to the model to the _root an every button can get it. How can I pass the reference to the button at the controller? By now I get the reference usin

[Flashcoders] Re: MVC pattern problem

2006-12-13 Thread Roberto Scordino
thank you now I understand I will clean my code to use your neat solution... Roberto ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to y