[Flashcoders] Loading Different Size MovieClips depending on the Resolution.

2005-12-01 Thread Nicholas Chhabra
Hey Guys, I was just wondering what the ActionScript was for loading a different movie clip depending on the resolution fo the client. Is there a way tod o this (I'm sure there is!). Thanks Nchh ___ Flashcoders mailing list

Re: [Flashcoders] Loading Different Size MovieClips depending on the Resolution.

2005-12-01 Thread Boon Chew
You can use the System.capabilities object to determine the client display resolution and load your movieclip accordingly. http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary705.html - boon Nicholas Chhabra [EMAIL PROTECTED] wrote: