How can i move a video element without restart? - html

Can i move video element without restarting the video. I've tried sevaral ways without any success. Any ideas. Maybe some hacks.

Its not possible. I've tried a little bit with javascript as well. No solution.
Please look also is-it-possible-to-move-a-video-element-in-the-dom-without-resetting-it

Maybe something like this will help you:
HTML5 Dynamic Video Loading
You just have to adjust this loading with a buffering....maybe it'll work
But maybe you could tell us what exactly you want to do this sounds interesting :)

Related

I want to make a nice looking percentage preloader for my website but do i have to use flash?

So i want to make a percentage preloader for my website but wonder if i have to make it in flash or if there is a better or easier way to do it? Ive been making gif preloaders before with photoshop.
You should use CSS3 in this Case! Flash is out of date...
Have a look an CSS3 transition and transform!
Try it!
No, you do not have to use Flash. In fact, flash is hardly ever a good choice for anything these days.
you can do it with CSS animations
here is a link to a great tutorial that shows you how
http://tympanus.net/codrops/2014/08/05/page-preloading-effect/
You can also do it with jQuery, there are lots of pre made plug ins out there for you to use. Take a look at these -
http://www.jqueryrain.com/demo/jquery-preloader-image/
No, you haven't. There are many other technologies that can do that.
Simple percentage preloader search on stackoverflow.com gives the following solutions:
Q: JavaScript preloader/progress/percentage
Q: jQuery preloader with a percentage counter
Q: CSS3 preloader with percentage

I have a layout I'm working on and I need help wrapping my head around where to get started

I'm working on a layout and instead of inserting an image, I wanted to try CSS. It seems like it's possible, but I don't know where to start. Everything is on a 20px grid, so what's the best way to line all of that up?
Here's a image to what I'm talking about.
Thank you!
You can use any grid systems available.
http://getbootstrap.com

Crop video part using popcorn.js

I've read the popcorn.js docs, but i can't seem to found a way for removing some parts of the video.
Any help will be appreciated
I don't think this library gives you any function to crop the video. Although, if you want a solution with popcorn.js, notice that it offers a "sequence" feature which you could use to skip some parts of the video and simulate what you're looking for.

HTML 5 video background repeat EDIT: refreshes

I used a video as background for my site, the problem is that it's refreshes itself everytime a other page is clicked.
On which way do i prevend this?
This is the kind of video background plugin I use: http://syddev.com/jquery.videoBG/
Till now I believe it's the best option. Try giving it a chance, it will solve your problem, since the plugin prevents that from happening.
Any other doubt feel free to ask in comments!
Greeting from Argentina!

html help frameset

I'm working on my html project, and everything is going well.
Now I'm doing the same project with framesets, but I discovered that the page in a frame set won't scroll as a whole page (you can only scroll each frame at a time).
How can i solve this?
Please help
It sounds like what you want is perhaps a static design around your scrolling content, correct?
If so, what you should actually do is make a single page (not a frameset) with your desired DIV layout (a good example can be found here), and then have your content div use CSS that will allow it to scroll (e.g. overflow:scroll;).
Hope this helps.
Don't use frames! I know this is a horrible answer to your question, but believe me - loads of peeps would agree!
If you can, use plain ol' CSS and NO FRAMES.
Also, there is rogue synchronised scrolling Javascripts floating around on the Interwebs - But I wouldn't use them. People who have Javascript off won't get that effect.