I have been working on an update for my Netflix module and used to have
access to 2 parameters that would appear in requests to my php scripts
indicating the height and width of the module. For example, the query
string used to look like this:
?up_quickaccess_id=09d559bc458fa92b49da30a82673dbd4&.lang=en&.country=us&h=100&w=100
Now it just looks like this:
?up_quickaccess_id=09d559bc458fa92b49da30a82673dbd4&.lang=en&.country=us
It was really handy to have the height of the module passed off to my
php scripts automatically. I'd love to have that back. I'd also *love*
to see it become available when my module is run in the Google Sidebar.
Blake