The end of this function isn’t closed.
Close it as shown and enjoy it!
function moviesand_shortcode($atts,$content)
{
extract(shortcode_atts(array(‘width’ => ‘320’,’height’ => ‘290’),$atts));
$videoid = $content;
$embed = “<embed src=\”https://www.MoviesAnd.com/embedded/$videoid\” width=\”$width\” height=\”$height\” type=\”application/x-shockwave-flash\” pluginspage=\”https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\”>”;
return $embed;
} <—- ADD THIS!!