Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中集成了 Acive admin (activeadmin-0.6.0)。我有一些视频需要在管理面板中播放。在我的应用程序中,我使用 JW Player 播放视频。我如何将其包含在我的管理面板显示视图中
您可以使用标准 video_tag ;)
我在我的显示页面中这样使用它:
panel "Clip" do video_tag("trailer.ogg",:controls=>true,:autobuffer=>true,:size=>"640x480") end