Hello!
I'm trying to implement prerolls with the adtonomy plugin.
My prerolls are MP4 files which work perfectly alone with the jwplayer. When i try to implement them as preroll in the adtonomy_config.xml they just get passed and the main movie starts to play. My main movie is a flv file while the ads are mp4 files. I've set the mimetype correctly to video/mp4 and have also tried the standard video/x-flv and the not existent video/x-mp4 with the same result. FLV files are working well with the adtonomy plugin...
My XML for the ad looks like this:
<ad id="MyAd" type="video" title="Ad" description="Description for Ad">
<ad_video length="0:20" url="myad.mp4" type="video/mp4" scalable="true"/>
<destination url="http://www.your-site-here.net/trackers/?clickthrough"/>
</ad>
Anyone expected the same problem or knows whats wrong here ?

Can you provide a link to where you are running this?