Japanese scripters are better informed

Find out why the . goes before the /

Moderator: Paul Tuersley

Darkmoon_UK
Posts: 62
Joined: September 5th, 2006, 3:45 am
Location: Chiswick, London, UK
Contact:

I too set about writing a function to explore the After Effects DOM, using the Reflection interface.

Typically I had just finished it when I discovered that right clicking in the Data Browser reveals a number of 'Show...' options, enabling these lets you see everything the Reflection class can! The Data Browser instantly becomes much more candid and useful.

Interestingly, alongside the various Application objects theres one called 'onlineservices' which it can't browse. Attempting to reflect it with script uses just marginally more memory than is available, apparently, and so fails.

I guess AE just has to hang on to some secrets :roll:

If anyone's interested my reflection script is available here:
http://chrishatton.homeip.net/?page_id=22
Post Reply