Embed FLV or SWF files on a webpage in IE9 - html

I have been working on this for a while and there doesn't seem to be a clear cut working example. I am having trouble embedding flash videos (.flv or .swf) into a webpage. My skill level in the video / web department is not all that great. Here's what I am using.
IE 9
swfObject
Either VLC player or FLV player or JW player
I am not sure how to accomplish this. Not sure whether to use or or both, as everyone on the web has different opinions and ideas on how it should work.
If anyone could help explain this better to me and possibly even provide a working example, it would be greatly appreciated. Thanks in advance.

Related

Html 5 video / audio pitch

I am facing the problem i want to use the html5 video player, but with a pitched sound.
what i have tried so far is setting the playbackrate of the html5 player higher and then lower, but this only messes with the playback rate (as it actually tells us). It does not change the pitch of the audio of this html5 video-player.
I know this google chrome plugin:
https://chrome.google.com/webstore/detail/pitch-shifter-html5-video/mpmkclglcbkjchakihfpblainfncennj?hl=en-GB
This does change the pitch of html5 players, but i dont know how to do the same but then without any plugins and just programmatically do this.
I have looked through the docs of HTML 5 video:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement
but this does not give me an answer.
Can anybody help me?
Pitch cannot be independently adjusted in HTMLMediaElement
https://github.com/whatwg/html/issues/1833
It might be possible to extract the audio track to Web Audio but that looks too complicated. https://webaudio.github.io/web-audio-api/#dom-biquadfilternode-frequency

How to extract video from SWF?

I am on a site that I need the video file. Problem is, it is powered by flash.
Image
The many ways to do this will not work because of this. The player is one file, and it uses something else to do this I believe. Please tell me how to get the video.
And I would love to know why this was disliked for NO apparent reason. Didn't even leave a comment.
After much research, I found a solution.
There is a chrome extension called Flash Video Downloader, which will download already viewed media or download media that is being watched.
This will work on many sites. I tested this on HBO if you are wondering.

adding advertising clips for HTML5 videoPlayer

I'm using HTML 5 video player and I need to add advertising clips at the begging of my videos . Is it possible to do that?If so ,How should I do that?
Thanks
Very large question, many solutions!
It's very hard to implement it yourself but, for exemple, VideoJS (free HTML5 video player) with the plugin "contrib-ads" fill your needs.
VideoJS: http://videojs.com/
VideoJS ads-contrib: https://github.com/videojs/videojs-contrib-ads
Hope this help you.

swiffy objects on ios and android play withoud sound

I know that there is no support for ios and android to play swiffy with sound
i looked everywhere on web to try to find a solution but i can't find. it's hard for me to believe that there is no solution for that.
does anyone has figure this out?
Inside actionscript, you can send a getURL call to javascript where you have a hidden html5 mp3 player, something like:
getURL("Javascript:playSound();");
I'm still working in this but I hope this help you.

How to display a video in a web page using html,php

How to display a video in a web page using html,php,
Any example code
any one will help ,please
if you are looking for a flash player, I suggest you flowplayer.
if you are looking for HTML 5 video take go there
To embed microsoft videos here.
I think the best way to embed video is probably flash but if you are an technology enthusiast I would vote for HTML 5 since it's the future.