ok , I just replace
Code:
$post['post_content'] = '[flv:' . $post['guid'] . ' ' . cseo_save_image($post['custom_fields']['thumb'], $post['post_title']) . ']';
by
Code:
$post['post_content'] or $post['custom_fields']['mycustomfield']= [fluid-player-extended
vast_file="wanttoberichxml"
layout="default"
auto-play="autoPlay"
logo="/mygreatlogopng"
logo-position="top right"
logo-opacity=".8"
ad-text="adText"
ad-cta-text="adCTAText"
html-on-pause-block-width="300"
html-on-pause-block-height="300"
responsive="true"]
[fluid-player-multi-res-video]
[
{"label": "720", "url": ' . $post['guid'] . '},
{"label": "480", "url": ' . $post['guid'] . '}
]
[/fluid-player-multi-res-video]
[fluid-player-html-block]
<div>
<img src="/pubbannerpng" />
</div>
[/fluid-player-html-block]
[/fluid-player-extended]
And apparently it works