View Single Post
Old 03-16-2013, 01:02 PM  
Manfap
Confirmed User
 
Manfap's Avatar
 
Industry Role:
Join Date: Jan 2013
Posts: 2,624
Solved it

Code:
<?php
	$vid = get_post_meta($post->ID, '_wpb_video', true);
	$splash = get_post_meta($post->ID, '_wpb_poster', true);
{ echo flowplayer( '[flowplayer src="' . $vid . '" width=580 height=326 splashend=show splash="' . $splash . '" autoplay=true]'); } ?>
Incase anyone ever needs to pull a vid from a custom field using flowplayer in wp.
this works.

Last edited by Manfap; 03-16-2013 at 01:07 PM..
Manfap is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote