Embedding Video

I recieved the error

Zend_Controller_Dispatcher_Exception -
Invalid controller specified (%3Ca%20href=)

when trying to embed a youtube video in a simple page. The error message was followed by the following information:

#0 /var/www/omeka1.5/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /var/www/omeka1.5/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#2 /var/www/omeka1.5/application/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#3 /var/www/omeka1.5/application/libraries/Omeka/Core.php(165): Zend_Application->run()
#4 /var/www/omeka1.5/index.php(28): Omeka_Core->run()
#5 {main}

Can anyone tell me what this means and the proper way to embed youtube videos.

Thanks,
crossroadskene

Could you give a link to the page if it is public, and post here the embed code you are using?

Link to page -- http://162.209.7.195/omeka1.5/what-is-crossroads-to-freedom

Embeded code provided by youtube -- <iframe width="420" height="315" src="//www.youtube.com/embed/ar0E433Gu04" frameborder="0" allowfullscreen></iframe>

HTML Source Editor script on the Simple Pages administer page -- <p><iframe src="</iframe></p>

Based on that, I'm guessing that somehow parts of the embed code are being stripped out by the HTML editor. I'd try turning the editor off and pasting in the code.

It worked, thanks. How do I make an item out of an embeded youtube video so that I way use it within an exhibit?