From 2ef1fab33646738dae926c2eb41c70fa3e96afdc Mon Sep 17 00:00:00 2001 From: Sylvain Pineau Date: Fri, 7 Oct 2016 09:48:51 +0200 Subject: Import plainbox-provider-checkbox_0.3.orig.tar_gz --- provider_data/images/JPEG_Color_Image_Ubuntu.jpg | Bin 0 -> 25770 bytes provider_data/images/PNG_Color_Image_Ubuntu.png | Bin 0 -> 12025 bytes provider_data/settings/shutter_xml | 25 ++++++++++++++++++++++ provider_data/video/Ogg_Theora_Video.ogv | Bin 0 -> 469862 bytes provider_data/video/Quicktime_Video.mov | Bin 0 -> 251504 bytes provider_data/websites/Flash_Video.flv | Bin 0 -> 316387 bytes provider_data/websites/PNG_Color_Image_Ubuntu.png | Bin 0 -> 12025 bytes provider_data/websites/SWF_Test.as | 14 ++++++++++++ provider_data/websites/SWF_Test.swf | Bin 0 -> 311 bytes provider_data/websites/flashtest_html | 6 ++++++ provider_data/websites/flashvideo_html | 6 ++++++ provider_data/websites/html5_video_html | 14 ++++++++++++ provider_data/websites/testindex_html | 6 ++++++ 13 files changed, 71 insertions(+) create mode 100644 provider_data/images/JPEG_Color_Image_Ubuntu.jpg create mode 100644 provider_data/images/PNG_Color_Image_Ubuntu.png create mode 100644 provider_data/settings/shutter_xml create mode 100644 provider_data/video/Ogg_Theora_Video.ogv create mode 100644 provider_data/video/Quicktime_Video.mov create mode 100644 provider_data/websites/Flash_Video.flv create mode 100644 provider_data/websites/PNG_Color_Image_Ubuntu.png create mode 100644 provider_data/websites/SWF_Test.as create mode 100644 provider_data/websites/SWF_Test.swf create mode 100644 provider_data/websites/flashtest_html create mode 100644 provider_data/websites/flashvideo_html create mode 100644 provider_data/websites/html5_video_html create mode 100644 provider_data/websites/testindex_html (limited to 'provider_data') diff --git a/provider_data/images/JPEG_Color_Image_Ubuntu.jpg b/provider_data/images/JPEG_Color_Image_Ubuntu.jpg new file mode 100644 index 0000000..51c598d Binary files /dev/null and b/provider_data/images/JPEG_Color_Image_Ubuntu.jpg differ diff --git a/provider_data/images/PNG_Color_Image_Ubuntu.png b/provider_data/images/PNG_Color_Image_Ubuntu.png new file mode 100644 index 0000000..93d6a8f Binary files /dev/null and b/provider_data/images/PNG_Color_Image_Ubuntu.png differ diff --git a/provider_data/settings/shutter_xml b/provider_data/settings/shutter_xml new file mode 100644 index 0000000..f6f1c0a --- /dev/null +++ b/provider_data/settings/shutter_xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/provider_data/video/Ogg_Theora_Video.ogv b/provider_data/video/Ogg_Theora_Video.ogv new file mode 100644 index 0000000..b756164 Binary files /dev/null and b/provider_data/video/Ogg_Theora_Video.ogv differ diff --git a/provider_data/video/Quicktime_Video.mov b/provider_data/video/Quicktime_Video.mov new file mode 100644 index 0000000..884da14 Binary files /dev/null and b/provider_data/video/Quicktime_Video.mov differ diff --git a/provider_data/websites/Flash_Video.flv b/provider_data/websites/Flash_Video.flv new file mode 100644 index 0000000..0b506e8 Binary files /dev/null and b/provider_data/websites/Flash_Video.flv differ diff --git a/provider_data/websites/PNG_Color_Image_Ubuntu.png b/provider_data/websites/PNG_Color_Image_Ubuntu.png new file mode 100644 index 0000000..93d6a8f Binary files /dev/null and b/provider_data/websites/PNG_Color_Image_Ubuntu.png differ diff --git a/provider_data/websites/SWF_Test.as b/provider_data/websites/SWF_Test.as new file mode 100644 index 0000000..41a7df2 --- /dev/null +++ b/provider_data/websites/SWF_Test.as @@ -0,0 +1,14 @@ +// Run: mtasc -swf SWF_Test.swf -main -header 640:480:20 SWF_Test.as +class Test { + + static var app : Test; + + function Test() { + _root.createTextField("tf",0,0,0,640,480); + _root.tf.text = "Test"; + } + + static function main(mc) { + app = new Test(); + } +} diff --git a/provider_data/websites/SWF_Test.swf b/provider_data/websites/SWF_Test.swf new file mode 100644 index 0000000..92968c0 Binary files /dev/null and b/provider_data/websites/SWF_Test.swf differ diff --git a/provider_data/websites/flashtest_html b/provider_data/websites/flashtest_html new file mode 100644 index 0000000..b53f7a7 --- /dev/null +++ b/provider_data/websites/flashtest_html @@ -0,0 +1,6 @@ + + +
+ +
+ diff --git a/provider_data/websites/flashvideo_html b/provider_data/websites/flashvideo_html new file mode 100644 index 0000000..7a1b02e --- /dev/null +++ b/provider_data/websites/flashvideo_html @@ -0,0 +1,6 @@ + + +
+ +
+ diff --git a/provider_data/websites/html5_video_html b/provider_data/websites/html5_video_html new file mode 100644 index 0000000..51220df --- /dev/null +++ b/provider_data/websites/html5_video_html @@ -0,0 +1,14 @@ + + +HTML5 Video Test + + +
This video will play in a loop and reload every 5 seconds
+
+ +
+ + diff --git a/provider_data/websites/testindex_html b/provider_data/websites/testindex_html new file mode 100644 index 0000000..c3e5d5a --- /dev/null +++ b/provider_data/websites/testindex_html @@ -0,0 +1,6 @@ + + +
+ +
+ -- cgit v1.2.3