Posts by Lawrence • 83 points
7 posts
-
1
votes1
answer1527
views -
1
votes1
answer100
viewsQ: Error trying to grab data from a . txt file and move to a C queue?
I can open and go through the entire file the error happens when I try to point to the beginning or end of the queue, someone tell me if the pointers are correct typedef struct lista { int info;…
-
0
votes1
answer56
viewsQ: Tag video by createelement
I’m creating a full page by the Document.createelement() method, only I’m facing a problem creating a video tag. It creates the element but does not play the video, I wonder if the video tag works…
-
2
votes1
answer74
viewsQ: Wanted to know how to create variables through for in javascript?
because I am creating a page with javascript that has a lot of variaves that changes just like in the excerpt below var divClearFloat1 = document.createElement("DIV"); var divClearFloat2 =…
-
1
votes2
answers2159
viewsQ: How to call the value of a javascript variable to use in src?
I have this function in js that takes the name of the video that the user has chosen function getUrlVars() { var vars = {}; var parts =…
-
0
votes1
answer1137
viewsQ: How to pass a parameter to be used on another page using html
Well I am creating a video library and I need to pass the video corresponding to the image clicked on the page to another page that will receive the corresponding video <div class="grid">…
-
2
votes1
answer89
viewsQ: How do I create a fullscrenn button for my video player?
<!doctype html> <html> <head> <title>Tag video</title> <meta charset="utf-8" /> <script language="Javascript"> window.onload =…