[Flashcoders] Applying bitmapdata/filters to loaded SWFs Version 6 or 7

2006-02-21 Thread lars

is this possible? having a flash8 master movie which loads swfs version
5,6 or 7 into a holder and apply new flash8 filters (bevel, blur etc.)
to them? thanks: lars


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Applying bitmapdata/filters to loaded SWFs Version 6 or 7

2006-02-21 Thread David Rorex
On 2/21/06, lars [EMAIL PROTECTED] wrote:

 is this possible? having a flash8 master movie which loads swfs version
 5,6 or 7 into a holder and apply new flash8 filters (bevel, blur etc.)
 to them? thanks: lars


I think it should work fine, is it not working for you?
Watch out for the _global bug when loading different versions of swfs!
If a flash 8 swf loads a flash 7 swf, there will be two different
_globals, which means separate classes! So the 8 swf can't use classes
compiled in the 7 swf, and vice versa.

-David R
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Applying bitmapdata/filters to loaded SWFs Version 6 or 7

2006-02-21 Thread lars
i did some tests: version 8,7 and 6 swfs work fine (blur applies), swf
version =5 doesnt work...


Am 21.02.2006 18:34 Uhr schrieb David Rorex unter [EMAIL PROTECTED]:

 On 2/21/06, lars [EMAIL PROTECTED] wrote:
 
 is this possible? having a flash8 master movie which loads swfs version
 5,6 or 7 into a holder and apply new flash8 filters (bevel, blur etc.)
 to them? thanks: lars
 
 
 I think it should work fine, is it not working for you?
 Watch out for the _global bug when loading different versions of swfs!
 If a flash 8 swf loads a flash 7 swf, there will be two different
 _globals, which means separate classes! So the 8 swf can't use classes
 compiled in the 7 swf, and vice versa.
 
 -David R
 ___
 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 Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com