Index: /trunk/fl5/src/com/longtailvideo/jwplayer/controller/StretchingOptions.as
===================================================================
--- /trunk/fl5/src/com/longtailvideo/jwplayer/controller/StretchingOptions.as	(revision 541)
+++ /trunk/fl5/src/com/longtailvideo/jwplayer/controller/StretchingOptions.as	(revision 541)
@@ -0,0 +1,9 @@
+package com.longtailvideo.jwplayer.controller
+{
+	public class StretchingOptions
+	{
+		public function StretchingOptions()
+		{
+		}
+	}
+}
Index: /trunk/fl5/src/com/longtailvideo/jwplayer/controller/RepeatOptions.as
===================================================================
--- /trunk/fl5/src/com/longtailvideo/jwplayer/controller/RepeatOptions.as	(revision 541)
+++ /trunk/fl5/src/com/longtailvideo/jwplayer/controller/RepeatOptions.as	(revision 541)
@@ -0,0 +1,8 @@
+package com.longtailvideo.jwplayer.controller {
+	public class RepeatOptions {
+		public static const LIST:String		= "list"; 
+		public static const ALWAYS:String	= "always"; 
+		public static const SINGLE:String	= "single"; 
+		public static const NONE:String		= "none"; 
+	}
+}
