Assigning Functions (play A Video Playlist By Passing It A Playlist ID) To Url Subdomains
Aug 15, 2011
I am creating a website, and I have javascript function that will play a video playlist by passing it a playlist ID. I want to be able to share a url that points to my website and also calls a javascript function, like: [URL] If someone clicks/enters that url, they redirect to my website and the getPlaylist(id) function is called. Is there a way I can do this?
have different players on a given page - youtube, vimeo, soundcloud, etc. when the first player is finished playing whatever it is, then it can move to the next one and start playing.
obviously we are talking about players that have javascript apis available. what i'm thinking is: have a "state" for when the player is playing (is it called an object?). run a loop that checks to see if the first item is playing, and when it's finished it goes to the next item and plays it.
I've been using the JME playlist plugin successfully in the scenario where I load one list and interact with that list only. However, I've had to update my app to load multiple lists and switch between them. Unfortunately, I can't get the new playlist to load - the original keeps playing. The behavior I'm going for is analogous to what happens when you call $('audio').loadSrc(new_playlist) - where the old playlist stops playing and the new playlist starts playing from the beginning.
I'm trying to use the array method,$('audio').playlist(pl_array), as that's easiest for processing. I've included a test example here so you can see the exact code I'm using:
I have a question about ajax, php si mysql.. In mysql i have a table playlists and here is the code for php:
<?php $playlist_result = mysql_query("SELECT *, COUNT(playlist_id) AS NumOccurrences FROM playlists WHERE created_by=$user_id GROUP BY playlist_id HAVING ( COUNT(playlist_id) > 0 ) ORDER BY date DESC"); $playlist_result_count=mysql_num_rows($playlist_result); $i=0; if($playlist_result_count > 0) { [Code]...
It`s working fine but in mysql is inserted the id of the last created playlist, not the one that I clicked. What am I doing wrong?
I'm having trouble setting up a webplayer on a site. I had set up the player receiving the files and set up a jwplayer with an xml playlist. I am then notified we won't be receiving files just <iframe> and <object> codes. The player I am using only supports this if I get a crossdomain.xml set up and that's not an option. What I need to know is how to set up a playlist that can on click play the selected <iframe> and <object> codes in a player window next to them. I am a beginner with javascript, most of my experience is html.
I have a blog which is dedicated to english music. I was using flash audio player before but now using window media player. Iam successfully runing the code in my blog and using a playlist in which songs play one by one, but i want to make the song list visible in my blog so that people coming in can decide themselves what to listen. so i want to make a playlist above or below the player so that songs are visible for selection and for listening. The current code which i am using now is.......
<OBJECT ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab# Version=5,1,52,701" STANDBY="Loading Microsoft Windows� Media Player components..." TYPE="application/x-oleobject" width="280" height="46">
I have an <img> Tab to play a video(of type .wmv). The image tag is as follows: <img border="0" dynsrc="Test1.wmv" start="fileopen" loop="1" width=1081 height=838>
Everything works fine, but now I need to play a video list (up to 5 videos). As soon as one video stops another video should start playing (at the same position automatically, without any user input) and as soon as the last video is stopped, it should start the first video again. So it will be like a loop.
I would need your helpful with a code for playing a music or video after 5 seconds launched page. I need a code to say under <body> </body> like autoplay.
01) I would like to rollover (onmouseover?) a button that is a video and have the video (button) play. (A 5 sec video that stops at end)
02) On rolloff (onmouseoff?) the same button I would like it to rewind to the beginning for next rollover.
03) I would like to add more of these "Video Button Rollovers" to the same website page in the future. I would like to use DreamWeaver CS4, and stay away from flash for more accessibility and less memory intensive overhead. (obviously no control-bar for video)
I have all the parts to this to try a variety of solutions. The video is a box with untied string on a white background. When played a person fades-on and ties the string into a bow. (white background matches website background)
Parts:
01) video from untied box to tied box with person .mov 02) image of first frame of video .jpg 03) video from untied box to tied box with person to person fade-off and untied box .mov 04) video of tied box with person to person fade-off and untied box.mov
was wondering if I could get some direction on something that I have been wondering about for a while. There have several flash video players that I have seen that only start to load/play the video when the object is visible on the screen.
For instance, if I click a link to an html page with an auto playing flv on it, and then minimize the window. The video will only start to play/load once I maximize the window again. The other instance I have seen it is with the position of the page. So if an flv is placed onto a long html page, all the way at the bottom, it will only begin to load/play once I have scrolled to make it visible.
I have done some searching but have not been able to determine what this would even be refered to as. Is it controlled by Javascript or Actionscript, or is this just a the way flash player functions?
I'm faced with a problem from my employer on making a flash video play when an image is rolled over. In a sense, with many images on the page (which represent a video), the user can preview a small sample of that clip when rolled over by the mouse. I know that when the image is rolled over I must somehow bring the player infront of the image using z-index, but can't seem to work out the details oh how to get it to play.
Does anyone have any examples I can draw from in order to help me complete this task?
I've got this code that needs to load a .wmv file - the client is adamant about using .wmv files and not Flash files - and the client insists that it use variables for the width and height parameters.I've now got the code working correctly in IE (it's always worked in Firefox) but I've just noticed that it's not working in Safari. I'm sure it's got something to do with the <object> but am not sure how to fix it.I've tried including the safari object code for wmv files and then using an if/else statement to only load the object code for safari but my javascript skills aren't that great.As it stands right now, both Firefox and IE try to load the quicktime object after they load the wmv movie object.
Here is what I am trying to do with no luck: I am sending an HTML marketing e-mail with a call to action to watch a video on my website. Since html e-mail code has to be pretty generic and simple I want to have the link inside the email be something like [URL].. Once the anchor is received on the web page the video automatically pops up and plays.
I'm using VS2008Pro with Master pages. On a child page, I have a modalPopupExtender that calls a panel with an embedded Google video. Everything works great - the popup appears with the video,background greyed.But, when I close the panel,the audio keeps playing in IE 7 & 8. Netscape is fine.I went and tried what Google recommended, but it still continues.
I see when I post a link to Facebook for a youtube video that it shows a thumbnail. When i click the thumbnail it plays the video right there on my facebook page.
I am wondering how do they do that trick?
So, let me take a guess.
Facebook is probably using some RSS feed aggregator to pull the info from YouTube.
They probably are also using maybe jQuery + CSS to hide the video at first. When you click the thumbnail it shows the video and then the video begins playing.
So, two questions: if that is how they do it then How do they make the hidden video not play when the page loads? how do they get it to start playing automatically once the video is revealed?
I am creating a tool to merge xml files using xslt usin Javascript/HTML.
Basically the user browses (browse button) to where there xml file are, then browses to where their xslt file (to perform an operation is. Then they click an "apply" button and the result is output in frame below.
My problem:
I have the tool working fine when I only have one input xml file (whic is no good in a merge tool!!) but when I modify the code and ad another xml field, the apply button will not work for two fields!
I think I haven't assigned the functions correctly to the xm fields/apply button. Heres some of the code I suspect is wrong, but i not sure where?? Code:
There is a frame, the top part of the frame contains a button. On clicking the button, the bottom part of the frame changes colors, which are contained in an array present in the head of the code.
For some reason, this is not working, perhaps something wrong with the way I have assigned the parameters. Code:
Take a look at this: [url] As you can see each img thumbnail has a title underneath. But I want the title to attach on the big player. It doesn't matter where exactly as long as I can access it with css.
(I have an additional question...When I put this code online the justin bieber video doesn't play. A message from Youtube is presented telling me that this is Vevo material and it can only be viewed on youtube. But as you can see it plays on jsfiddle.net.
My client wants to use a video as an intro to his site, but doesn't want to use Flash.
My question is, is it possible to call a JavaScript function from a video file. Or I guess, is there a way to time the page, so that the homepage loads after the video finishes playing?
I have a video gallery with a bigger div with width 500 pixels where the main video is waiting to be played and below is a smaller div with all the others videos from the gallery having width of 80 pixels.The list of video are managed by a content management system in PHP and are the result of youtube "Share Embed action" where the result is an iframe with the link for the video.How can i clicking on a video from the smaller div see the video being displayed in the bigger div ? already playing? or in a new layer above the website ?For now the video plays in the div it is located at.As an example here is the source video format :
I am working on a simple Expanding Family Tree. There are two principal Objects: Person and Family, and two subsidiary ones: Sibling-sets and multi-Marriage-sets.
When I click on a Family Button, I want to display all the Persons of a Sibling-set. Married Siblings will have a Button. Pressing this should display one or more Marriage-Partners. If these Marriages (Families) have children, they will have a Family-Button.
You will notice the code for the four objects is fairly repetitious, but that for the variable-length Sibling and Marriage Arrays, is what has kept me struggling for days. Lines S04-S10 and M04-M10 appear to be the problems.
Even though I think addSibling() is constructing Sibling objects, S06 reads the Argument vector as a single item S07 tells me the argument-count is 1. so S09 processes only once, and then.. it interprets argv[s] as a single item, but assigns the whole array to this.sibA.
Recently I decided to branch out and learn some Javascript on my own. I'm getting the following error: Uncaught ReferenceError: array is not defined
I don't quite understand why I'm getting this error, as I've created the array in the function showPrompt and it seems as though it's being passed around correctly. However, I believe the problem is with generateBoxes, specifically this part here:
onclick=\"getValue(array, i)\" (line 39)
Removing array from the function parameter seems to make it execute, but beyond that, i'm lost to what is wrong.
Here's the code:
function showPrompt () { Obtains user input var array = new Array(); var box = prompt("Please enter number of boxes","1");