Hi all. I hope someone can help me.

I'm creating a expandable flash ad with Motif Ad Kit from Double
Click. My flash is 90px and goes 150px.
But the "preview" does not work for my ad AND also for the many
examples released on the official website. This drives me insane.
Really.

I have on the top a layer with a button. Motif has created the
following code :

//
************************************************** ***********************************************
//MOTIF TRACKABLE CODE BEGINS
//Note: Don't edit this section. Please put your code before 'MOTIF
CODE' section
on(rollOver) {
_root.motifExpandingController.expand();
}

on(rollOut) {
_root.motifExpandingController.collapse();
}

//MOTIF TRACKABLE CODE ENDS
//
************************************************** ***********************************************

The console trace the rollOver (but not the rollOut, strange) and so
does Motif :

===MEC=== MEC loaded
===MEC=== No movie clip specified so expanding in the timeline
===MEC=== expandPanel is: expanding

When I preview on a blank page the SWF doesn't get bigger.
So anybody guess what's wrong ?