Hi All
With reference to the SWF Players on this page which are playing flv
files
http://www.wutan-taichichuan.co.uk/wtcday.htm
The code on the above page is:
In the <head>:
<script type="text/javascript" src="swfobject.js"></script>
In the body:
<div id="player1">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('player.swf','mpl','320','260','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=square_form.flv');
so.write('player1');</script>
Is it possible to add the SWF Player to a tiddler and, if yes, then
how?
Alternatively, is there something else I can use to embed a video file
in a tiddler?
I have seen the code at Eric Shulman's site:
http://www.tiddlytools.com/#PlayerPlugin
but I'm in my early days of TW coding and, even though the answer may
be simple,
I'm not clear how to use what Eric has shown for the Flash player.
What code needs to be added where?
Thanks
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.