id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
4731	Local File Playback	anonymous	lcordier	I couldn't get local file playback working as documented.  I made the following changes to get it working:\r\n\r\n(Forgive my ignorance in making diffs, pushing changes, and whatnot; the change is pretty small anyway)\r\n\r\n''/movie/Macro.py, ln. 40:''\r\n\r\n{{{\r\nreturn '/' + '/'.join(parts)\r\n}}}\r\n\r\n... to ...\r\n\r\n{{{\r\nreturn '/'.join(parts)\r\n}}}\r\n\r\nThen you can reference the local file using the following syntax:\r\n\r\n{{{\r\n[[Movie(htdocs:/site/filename.flv)]]\r\n}}}\r\n\r\nPlease take a look at this; if my changes are correct (they work for me!), then you should update your docs page & code.\r\n\r\n\r\n	defect	closed	normal	MovieMacro	normal	fixed			0.11
