13/10/2013, 17:46:30
Citation :#~~~~~ DEBUT BLOC A NE PAS SUPPRIMER ~~~~~
#~ Version du CMS: 1.11.9
#~ Url du site :
#~ Hébergeur / Soft : 1and1
#~ Informations Système :
#~ Cms Version: 1.11.9
#~ Installed Modules:
#~ CGExtensions: 1.37.2
#~ CMSMailer: 5.2.2
#~ CMSPrinting: 1.0.5
#~ Captcha: 0.4.6
#~ FileManager: 1.4.3
#~ MenuManager: 1.8.6
#~ MicroTiny: 1.2.5
#~ ModuleManager: 1.5.5
#~ News: 2.13
#~ Search: 1.7.11
#~ ThemeManager: 1.1.8
#~ UsersGuide: 1.8.1
#~ AceEditor: 0.2.5
#~ MysqlDump: 1.2.4
#~ NewsSlides: 1.2
#~ CGSmartImage: 1.12.1
#~ CGSimpleSmarty: 1.7
#~ Config Information:
#~ php_memory_limit:
#~ process_whole_template:
#~ max_upload_size: 40000000
#~ url_rewriting: none
#~ page_extension:
#~ query_var: page
#~ image_manipulation_prog: GD
#~ auto_alias_content: true
#~ locale:
#~ default_encoding: utf-8
#~ admin_encoding: utf-8
#~ set_names: true
#~ Php Information:
#~ phpversion: 5.4.20
#~ md5_function: On (True)
#~ gd_version: 2
#~ tempnam_function: On (True)
#~ magic_quotes_runtime: Off (False)
#~ E_STRICT: 0
#~ E_DEPRECATED: 0
#~ memory_limit: 90M
#~ max_execution_time: 50000
#~ output_buffering: 0
#~ safe_mode: Off (False)
#~ file_uploads: On (True)
#~ post_max_size: 8M
#~ upload_max_filesize: 40M
#~ session_save_path: /tmp (1777)
#~ session_use_cookies: On (True)
#~ xml_function: On (True)
#~ xmlreader_class: On (True)
#~ Server Information:
#~ Server Api: cgi-fcgi
#~ Server Db Type: MySQL (mysql)
#~ Server Db Version: 5.1.71
#~ Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
#~ Server Time Diff: No filesystem time difference found
#~~~~~ FIN BLOC A NE PAS SUPPRIMER ~~~~~
Bonjour,
Je cherche à intégrer la balise HTML5 vidéo dans le thème simplex de cmsms
sous cette forme
Code :
<video controls>
<source src="uploads/simplex/videos/HelloWorld.mp4" type="video/mp4">
<source src="uploads/simplex/videos/HelloWorld.webm" type="video/webm">
<source src="uploads/simplex/videos/HelloWorld.ogv" type="video/ogg">
</video>
Est-ce qui faut une UDT en plus ?
-.