Ok thanks this seems to work so if im following your getting the URI of the file and then using that in the video html so i needed to find the URI in order to use the video tag as my problem?
On Sunday, August 16, 2020 at 3:05:08 PM UTC-3, Eric Shulman wrote: > > On Sunday, August 16, 2020 at 10:36:40 AM UTC-7, Man GuyDude wrote: >> >> what about things like autoplaying and loopin >> > > OK... this works: > <$wikify name=URI text=<<datauri big-buck-bunny_trailer.webm>>> > <video controls autoplay loop style="width:320px; object-fit:contain;" > src=<<URI>>> > </video> > </$wikify> > > You can omit any of the "controls", "autoplay", or "loop" attributes. > Of course, if you omit *both* "controls" and "autoplay", then there's no > way to start the video. > > enjoy, > -e > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/888f1041-a5a6-40d3-b336-9eaa8976aacfo%40googlegroups.com.

