General Chat Thread, Video Formats help in General; Originally Posted by CyberNerd
Thats what I want to show TV shows. I don't want them embedded into a tiny ...
-
30th January 2013, 02:26 PM #31 
Originally Posted by
CyberNerd
Thats what I want to show TV shows. I don't want them embedded into a tiny window on a browser.
I guess I'll just let IE users figure it out form themselves.
In which case spawning them to a propper media player is better, there is no additional web cack around it when you just want to watch a video, on windows phone when you hit the back key it will jump back to the browser with the press to play icon, once more and your back in whatever non-embeding webserver thing your running.
IE in desktop mode should spawn the default media player, wmp, vlc or whatever has the default file association. When the close that the browser will still be behind.
If you weren't going to bother to embed you may as we'll have just used mp4.
-
-
IDG Tech News
-
30th January 2013, 03:03 PM #32 Getting very confused here, you started off asking for HTML5 and now you are looking at downloading and playing in the default media player?
-
-
30th January 2013, 04:07 PM #33 
Originally Posted by
CyberNerd
I don't want them embedded into a tiny window on a browser.
HTML5 Full-Screen is the solution to that problem.
-
-
30th January 2013, 05:05 PM #34 
Originally Posted by
Jamo
Linking is very 1990s.... HTML5 allows streaming and much better bandwidth management.
+1. Embedding the videos will enable to browser to automatically select the most appropriate format. Asking users to click on a link to a MP4 or WebM file will just lead to confusion and is the opposite of what 99% of websites do when dealing with HTML5 video.
-
-
30th January 2013, 06:51 PM #35 
Originally Posted by
Jamo
Getting very confused here, you started off asking for HTML5 and now you are looking at downloading and playing in the default media player?
no - I wanted it embedded full screen, and that's what I get in Opera, Firefox, Chrome, Android and IOS. In IE it just downloads the file and requires the HTML to be there to stop this.
I'll look into the HTML tags to determine browser, I just didn't want to go into so much depth as I assumed all modern browsers would be able to handle it.
-
-
30th January 2013, 10:35 PM #36 Things to remember with IE is that only 9+ supports HTML 5 and that if your Moodle is hosted internally your IE might pick it up as an intranet site and apply compatibility mode to the site this will effectively disable all HTML 5 support.
Check this in Tools/compatibility mode and un- tick show intranet sites in compatibility mode. Might sort out the issues you see :-)
-
-
27th February 2013, 11:55 AM #37 Would you not simply use a video tag, and then use css to specify margins as auto to fill the browser window?
ie.
Code:
video { max-width: 100%; height: auto;}
-
-
27th February 2013, 01:00 PM #38 
Originally Posted by
localzuk
Would you not simply use a video tag, and then use css to specify margins as auto to fill the browser window?
ie.
Code:
video { max-width: 100%; height: auto;} I'm not that into the 1990's style re-writing everything for IE. It's inside moodle, so we just left it where it is and advised not to use IE.
-
-
27th February 2013, 01:34 PM #39 
Originally Posted by
CyberNerd
I'm not that into the 1990's style re-writing everything for IE. It's inside moodle, so we just left it where it is and advised not to use IE.
The video tag is HTML5 so certainly not 1990s!
-
-
27th February 2013, 01:35 PM #40 
Originally Posted by
CyberNerd
I'm not that into the 1990's style re-writing everything for IE. It's inside moodle, so we just left it where it is and advised not to use IE.
Its not 1990s, its the way you're supposed to do it now with HTML5 and CSS. All other methods are 'old'.
-
-
27th February 2013, 01:52 PM #41 I'm not sure I can do css inside moodle. Anyway project is almost finished.
Teacher records TV program from Mythweb and it automagically gets added to moodle, with search function too.
I'll get the code uploaded somewhere if anyone want to add anything specific for IE.
-
-
27th February 2013, 02:18 PM #42 That sounds pretty cool actually.
You don't need to use the CSS the browsers each have their own take on the video tag, in fact on IE10 I think it looks like one of the best (I know... blasphemy)
You could use Moodle Filters to find video files and automagically add the video tag to make them all web 2.0.
Filters - MoodleDocs
-
-
27th February 2013, 02:19 PM #43 
Originally Posted by
CyberNerd
I'm not sure I can do css inside moodle. Anyway project is almost finished.
Teacher records TV program from Mythweb and it automagically gets added to moodle, with search function too.
I'll get the code uploaded somewhere if anyone want to add anything specific for IE.
You can do a style="blah" instead of full css declaration in that case. Just FYI.
-
-
12th March 2013, 11:10 AM #44
-
SHARE: 
Similar Threads
-
By mac_shinobi in forum General Chat
Replies: 7
Last Post: 15th January 2013, 04:28 PM
-
By gmj in forum AV and Multimedia Related
Replies: 6
Last Post: 18th July 2012, 07:46 AM
-
By Jobos in forum How do you do....it?
Replies: 3
Last Post: 3rd June 2008, 01:58 PM
-
By wesleyw in forum Office Software
Replies: 9
Last Post: 20th March 2008, 12:14 PM
-
By sidewinder in forum Windows
Replies: 4
Last Post: 28th February 2007, 09:37 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules