actually, my intention is to embed audio or video file into web2py apps,
i've tried embed and object but it's not going to work, so that i tried to
use html 5 tags audio and video, but got the same result, i ever posted to
this forum too about my detail error using embed tag. pardon me, what do u
mean with TAG.video() is it same like {{=TAG.video()}} ?
do you have any documentation for that tag?
thank you so muchOn Fri, Apr 8, 2011 at 10:13 PM, Massimo Di Pierro < [email protected]> wrote: > We have no plan to add more tags since you can generate any tag you > need as Jonathan suggests. > If we need to change the behavior of some tags, please let me know > with a concrete example. > > Massimo > > On Apr 8, 9:57 am, Jonathan Lundell <[email protected]> wrote: > > On Apr 8, 2011, at 7:37 AM, Stifan Kristi wrote: > > > > > no, i mean html 5 tag is it support to be converted by python format, > actually, i've tried to convert audio and video tag using html 5 (references > from w3schools), but it's not goin to work (audio n video), any solution for > this problem? > > > > Do you mean, for example, something like =VIDEO()? Not yet, but you can > use TAG.video() > > > > > > > > > > > > > > > > > > > > > thanks very much > > > > > On Fri, Apr 8, 2011 at 9:27 PM, Jonathan Lundell <[email protected]> > wrote: > > > On Apr 8, 2011, at 7:02 AM, Stifan Kristi wrote: > > >> a, i c, i mean is it support the python format for html 5 and css 3 > tags, like : > > >> e.g. > > >> {{=BR()}} > > > > > web2py always generates <br /> for BR(), which is OK for html5 (though > not really great for html4...). > > > > > Just be sure to generate an html5 doctype: > > > > >> thank you > > > > >> On Fri, Apr 8, 2011 at 8:46 PM, Vasile Ermicioi <[email protected]> > wrote: > > >> web2py is a server side framework, html5 and css3 are client side > technologies, and they should be supported by browsers not by servers >

