RE: [Flashcoders] Problem printing html page with embedded swf

2007-07-03 Thread James Ford
Hmm, How does the flash object get added to the page? I have a feeling that objects suchlike don't tend to appear in the print versions of many browsers, especially if they're added with the javascript flash detection. Perhaps you could use a normal image-based fallback? (noscript)

RE: [Flashcoders] function - AS2

2007-06-11 Thread James Ford
this.cli_mc.hu_btn.onPress = function() { buttonfunction(); }; Function buttonfunction(){ cli_mc._visible = 0; _root.mtit_txt.text = Cliniques; _root.categ_var = CLINIQUE; _level41.mar = cli; _root.liste(); } -- Move your onPress code into another function, then you can

RE: [Flashcoders] simulating airbrush + calligraphy brush

2007-02-28 Thread James Ford
Bad with vectors, true, but you could get away with it with MovieClip.cacheAsBitmap = true; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny Kodicek Sent: 28 February 2007 08:06 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders]