I am embedding you tube videos in my elm sample application.So to implement i have write the elm video code
[ embed [ attribute "-video" "", attribute "api" "1", attribute "height" "100%", href "//vimeo.com/111690998", attribute "iframe-id" "vimeo1", attribute "player_id" "vimeo1", attribute "width" "100%" ]
[]
, a [ href "//vimeo.com/111690998" ]
[ text "Watch" ]
]
but i am getting some error of embed-video element
Please any one help me to impelment this feature.