2007-08-09から1日間の記事一覧

Hiki上で、Movieを表示させるPlugin

#movie.rb def movie(url, w, h, s) # Controler 描画領域を確保 h = h + 16 <<-EOS <embed src="#{url}" autoplay="true" loop="true" playeveryframe="true" controler="true" width="#{w}" height="#{h}" scale ="#{s}"> EOS end def attach_movie_anchor(file_name, width, height, s, page=@page) file_url = nil if @conf.op…</embed>

添付ファイルサイズの上限

attach.cgi 中の max_size = @conf.options['attach_size'] || 1048576 この行を書き換え。