Hello Alex,
First of all, your video plugin is the best… great job! Embedding videos from youtube on pages, posts, and sidebar is so easy and effective.
I only have one issue. If I want to include an .MP4 video file hosted on my site on a post, page or sidebar with code like this:
[videofile width=”480″ height=”320″]https://www.exitolgnprosperity.com/videos/bienvenido_video.mp4[/videofile]
The video doesn’t show up. I only see a blank space where the video is supposed to be.
I thought it would be a conflict with other plug in so after some testing I tried with a brand new wp installation without additional plugins but it didn’t work.
I have searched for a solution everywhere before posting here but to no avail.
I have tried this.
..and my header.php file has the <?php wp_head(); ?> tag.
Code is here.
<!– BEGIN html head –>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>
<?php if (function_exists(‘wp_enqueue_script’) && function_exists(‘is_singular’)) : ?>
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php endif; ?>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
<!–[if lte IE 6]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’); ?>/ie.css” />
<![endif]–>
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/jquery-1.3.2.min.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/jquery.cycle.all.min.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/scripts.js”></script>
<?php wp_head(); ?>
</head>
<!– END html head –>
I have a test page here
I noticed that when using Google Chrome the video plays with Quicktime, not in Firefox though..
I would really appreciate your help on this.
Carlos