Youtube video gallery for website

Dear All,
I am try to make a some video gallery for my website clients given to a format is given below for your reference
they want some thing like this. please help me how can do?

thanks rik
i get a code that code youtube video link goes some abstract way WEBLINK
how can do something like this
<!--Youtube Video Script Start Here-->
<script>
$(function() {
var list_data='';
var aur='';
var myurl='';
    $.getJSON('http://gdata.youtube.com/feeds/api/users/xyz/uploads?&alt=json-in-script&callback=?', function(data) {
        $.each(data.feed.entry, function(i, item) {
                        var updated = item.updated;
            var url = item['media$group']['media$content'][0]['url'];
            var thumb = item['media$group']['media$thumbnail'][1]['url'];
           // var numViews = item['yt$statistics']['viewCount'];
                              var tm = item['media$group']['media$content'][0]['duration'];
                              var mytm=Math.floor(tm / 60) +':'+Math.floor(tm % 60);
                              var ttl=item.title.$t;
                              myurl = myurl+url+'$$';
                              myurl=myurl.split("$$");
        list_data += '<div><img  id="'+ url+'" src="'+ thumb +'"><p><b>'+ttl+'</a><br> <span>Duration :'+ mytm+'</span></p></div>';
                     $("#youtube_latest").html("<object width=\"410\" height=\"300\"><param name=\"movie\" value=\"" + myurl[0] + "\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"" + myurl[0] + "\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"410\" height=\"300\"></embed></object>");
          $(".cont").html(list_data);
                    //$(list_data).appendTo(".cont");
                    $(".cont img").click(function(){
                    iurl= $(this).attr('id');
                    //alert(iurl);
                    $("#youtube_latest").html("<object width=\"410\" height=\"300\"><param name=\"movie\" value=\"" + iurl + "\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"" + iurl + "\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"410\" height=\"300\"></embed></object>");

Similar Messages

  • How can I make a "Youtube" style video gallery for offline, '.air' use?

    I work for a language company and we've put together a set of videos for use in computers, not online.  Currently we're using Apple's Keynote to present our videos to to the student.  This has the advantage of allowing us to put videos in a sequential order, with absolutely no work in the development department, and most importantly was easy for any student to control and navigate.
    Things have now changed.
    Keynote can no longer hold the size of our videos and we are constantly adding and changing videos all the time.  Now that CS5 is out, I would like to build a stand alone flash application for our system modeled after the same look and functionality of youtube. 
    Key features would be:
    • Main video player that links to our resident video files
    • Something that generates and displays a title for the current video
    • A text box below the main video player for notes and instructions
    • a side bar of thumbnails for all related videos, with titles displayed
    Future features would be an easy way for us to change videos in and out of the library (by "uploading" and "downloading" using a form for the videos, although not to the net, but again, on the resident computer).
    It looks like CS5 would make this possible.  My plan is to make a youtube-like site using flash catalyst.  I think I can do it myself since the first version only needs basic elements and design, but I know I'm going to run into some problems because I'm not sure the limitations of catalyst for this style of interactive video gallery. 
    What I'm looking for is someone to just quickly guide, tell, or yell me in the right direction, and I'm really keen (hell-bent?) on trying it out using Flash Catalyst... is this the way?
    Keeping in mind that my first draft only has to be a simple working version of the system, and I can play with the rest later, is any of what I said possible using flash catalyst?
    Thanks in advance to whoever can help me out!

    I doubt MU can do this.  It's pretty limited in scope &  I don't think it supports server-side code which you would need to parse feeds.  But feel free to post your question in the MU forum.  Maybe somebody there has a workaround.
    http://forums.adobe.com/community/muse/help_with_using_adobe_muse
    Nancy O.

  • Why do some youtube videos run for a while and then freeze in firefox

    HI i am having a problem with the lasted firefox browser. You see when I go to this website to watch a video witch is through youtubthe video will play for a little bit and then it will freeze but the audio of the video will keep playing but the video will still be frozen. I have went into firefox and I did go into tools and under privacy where it says clear recent history and I did put a check mark into clear catche, cookies, website preferences and push on the continue button. Then I went back to the website and again I did try and watch the youtube video with the same problem as described above. So then I did uninstall Adobe flash player and shockwave player and re downloaded both flash player and shockwave player and reinstalled them again. This changed nothing the youtube video keeps freezing and the audio keeps plays even when the video is frozen in firefox.
    edit: I was wondering can your antivirus cause videos from youtube to freeze.
    Help would be appreciated please.
    some info that might be helpful
    Firefox 36.0
    Windows 8.1 64 bit operating system
    Avast free 2015.10.0.2208

    Hello,
    Try these tool that may help solve your problem. Sometimes Video loads slowly depending on your network speed subscription from your network provider.
    The Refresh feature (called "Reset" in older Firefox versions) can fix many issues by restoring Firefox to its factory default state while saving your bookmarks, history, passwords, cookies, and other essential information.
    '''''Note:''' When you use this feature, you will lose any extensions, toolbar customizations, and some preferences.'' See the [[Refresh Firefox - reset add-ons and settings]] article for more information.
    To Refresh Firefox:
    # Open the Troubleshooting Information page using one of these methods:
    #*Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''. A new tab containing your troubleshooting information should open.
    #*If you're unable to access the Help menu, type '''about:support''' in your address bar to bring up the Troubleshooting Information page.
    #At the top right corner of the page, you should see a button that says "Refresh Firefox" ("Reset Firefox" in older Firefox versions). Click on it.
    #Firefox will close. After the refresh process is completed, Firefox will show a window with the information that is imported.
    #Click Finish and Firefox will reopen.
    Did this fix the problem? Please report back to us!
    Thank you.

  • How to make youtube video gallery auto play (&autoplay=1) work properly?

    Does anybody know how to make youtube videos play when clicked on the thumbnails in the video gallery? I have added the auto play function in the iframe code
    (<iframe width="600" height="335" src="http://www.youtube.com/embed/lwnhB8PEuDY? rel=0&autohide=1&showinfo=0&autoplay=1&theme=dark&color=white&modestbranding=1" frameborder="0" allowfullscreen></iframe>)
    for both videos but both videos play at the same time. The videos stop playing at the same time when once clicked on one of the thumbnails.
    Here is html test file and Muse project file to see what I mean.
    Help would be much appriaciated.
    Silvis.

    Hi Vinayak,
    Thank you for you response.
    Here silvis.co.uk/muse_test.zip is a valid link.

  • Youtube video embed in website?

    Hi
    Any body know how can i youtube uploaded video embed in website, its an simple go to share, embed my problem is after the youtube video ending i want a replay symbol how can i do that?
    Regards
    Manoj

    Is this what you are looking for http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=2310032?
    Gramps

  • Who is blocking video Airplay for websites, is it Apple or the website?

    I have to think the reason I can't share video from most websites to my TV is not due to technological limitations, but due to either Apple or the website owners themselves deliberately withholding from us this functionality. The reason I think this is because I've found a way to trick Airplay and/or the website to share the first ~15 seconds or so of the video to my TV. If you have an iPad and an AppleTV, here's how to Airplay share at least a portion of video from a website that's seemingly non-compatible for video Airplay sharing:
    1. On your iPad, go to any website with a video you'd like to watch on your TV (I tried it out on cnn.com).
    2. Tap to play the video on you iPad2.
    3. Tap to share the video to your AppleTV via AirPlay. Except for a few select sites like Vimeo and I think You Tube, you will see that you can only share the audio to your TV, not the video. I'm having you do these first three steps just to prove the video is not compatible with Airplay sharing.
    4. Now go to vimeo.com and play a video. I'm not sure this works with every video, so try out this one (don't worry, it's rated G): http://vimeo.com/14853945 When I played it I had HD selected so HD was highlighted in blue. Tap to share to your AppleTV (you should in this case be able to share both the audio and the video).
    5. Now go back to that same website you were at before, tap the same movie to play it, and then tap to share to your AppleTV over AirPlay. This time around, you'll notice that you can in fact share both the audio and the video to your TV. However, after around 15 seconds or so it kicks you off so you are no longer able to share that video to your TV.
    I think that's interesting. Does anyone know why that would be? My guess is that it's because once you can share anything you want from the web to your TV, you might no longer need to receive any cable broadcast, and, as an example, if you watch CNN on your TV straight from the Web, CNN doesn't get any money from that, whereas if you watch over cable or satellite, they already have an arrangement whereby the cable/satellite providers pay royalties back to the various TV networks for the right to distribute their content to our televisions.
    However, I think it's already possible to share anything from the web to your TV, even on an iPad, right? I believe that that digital AV adapter allows you to fully mirror whatever is on your iPad to your TV already, doesn't it? If that's the case, why bother blocking the functionality via Airplay when we already have the option via an HDMI hookup?
    This is all very interesting to me. My stepdad thinks in ten years the broadcasting landscape will have totally changed the way we watch TV. Rather than pay Comcast or DirecTV to distribute your content, you will access your content through a tablet or other device which you would then have mirrored on your TV.
    I think my stepdad's wrong. I give it two years. Two years from now I think many of us will no longer pay Comcast or DirecTV for our content, and aside from sports and news, there will no longer be a schedule for when a program is on TV. Everything will be on demand. It's pretty much that way now anyway for anyone who has a DVR.

    Thanks for all of the commentary. I posted this before I received my iPad2. I now have an iPad2 and while I've successfully mirrored it to my TV, I find it useless for mirroring anything other than video (because webpages, etc. look like crap on the TV) and the mirroring only works about half the time, if that.
    At least half of the time when I plug the digital AV adaptor into the back of my iPad2, I get nothing on the TV. I think this is because it's a really long HDMI cable (cuz who wants to have to sit right next to your TV?) and I run it through an HMDI hub because my TV only has one HDMI input and I need 3-4 HDMI inputs (one for my DVR, one for my AppleTV, one for my HD camera, one for my DVD player and one for my iPad if I want to mirror it, which I won't if it continues to be so inconsistent).

  • Embedded Youtube Video's on website's other than Youtube (e.g. GiantBomb) don't give me the option to go Fullscreen. Any Clues?

    I had to reset to Factory Settings recently and after reinstalling Firefox and some add-ons I have noticed that Youtube videos on some webistes such as Giantbomb.com or Joystiq.com for example don't give me the go fullscreen icon in the bottom right of the embedded video. Also if I click watch on Youtube they lead me to a 404. I loaded up Chrome and the proper options for the video were there so something is odd with my new installation of Firefox. I have loaded it up in Safe Mode and still the problem persists. Before the apocalypse of wiping my HDD and starting like new they worked fine. I have ran Windows Update, I have the latest Flash Player. I am can't think what it is. Any help would be great :D

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Trouble Watching Youtube Videos on my website

    I'm having trouble watching embeded youtube and other videos on my website. Whenever I access the website and press the play button, it shows the adobe flash plugin has crashed despite numerous updates. my website url is: [removed] please advice?

    Read Before Posting: How To Get A Useful Answer To Your Question

  • Is it safe to download a "free" youtube video converter for MAC and if so, which one is recommended?

    Is it safe to download a "free" Youtube video converter (Ex. "freemake.com") for MAC or is there a better program recommended to convert these videos to DVD?  Thanks!

    Youtube's ToU specifically state that downloads of any content is prohibited unless there is a download button available for a particular video.

  • I am trying to add youtube video downloader for firefox having problem doing so

    I had uploaded few videos about my website project www.finditdubai.com which i want to download from youtube as once i uploaded i had deeted the video files from my computer. When i am trying to add your tube downloader from mozilla extentions mozilla page is not displaying any extentions there its just a simple white page with text links is it because of some internet issues or there is some problem with mozilla extantion page??? P;ease check https://addons.mozilla.org/en-US/firefox/addon/youtube-video-and-audio-dow/

    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the extensions.* files (e.g. extensions.json, extensions.sqlite, extensions.ini) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled or not compatible extensions in "Firefox/Tools > Add-ons > Extensions" then click the Tools button at the left end of the Search Bar to check if there is a compatibility update available.
    If this hasn't helped then also delete the addons.json and addons.sqlite files.

  • Embedded youtube video is consuming website output quota

    I have a free website (www.agendatellme.com.br) hosted on azure that contains a youtube embedded video. I am suspecting that when the video is played it is consuming the output data quota from this website.
    Is it expected? If so, why?

    An embedded youtube video will not consume data from the website's quota as it goes from the client directly to youtube.
    Why do you suspect otherwise?

  • Firefox latest update will not print youtube videos on my websites - just has a blank space in place of video when I print web page?

    WinXP - When I preview a web page before printing it - it is blank where my Youtube video should appear - and when I print the web page, Firefox prints a blank space where the video should appear?
    How can I fix this?

    Can't be done due to the aforementioned Bug that was reported on the Gecko Core back in 2002. Never worked in Firefox which was just beginning initial development under the Phoenix moniker, when that Bug was filed.
    '''Content of plugins (flash, java applets) doesn't get rendered for printing or print preview'''
    Have you tried "printing" to PDF??

  • Embedded youtube video code for subtitles on ipad?

    I am trying to code an embedded video so that the viewer has the option to view subtitles (cc) on an ipad or iphone.
    I can't find a solution to make closed captioning work when the youtube video is embedded on a webpage.
    These are some of the things I have tried:
    <iframe width="853" height="480" src="//www.youtube.com/embed/FYjQkx7xCDk" frameborder="0" allowfullscreen></iframe>
    <iframe width="853" height="480" src="http://www.youtube.com/embed/FYjQkx7xCDk&controls=1" frameborder="0" allowfullscreen>iframe>
    <iframe width="853" height="480" src="http://www.youtube.com/embed/FYjQkx7xCDk&cc_load_policy=1" frameborder="0" allowfullscreen>iframe>
    Suggestions?
    Any help would be appreciated.

    <iframe width=”550″ height=”343″ src=”http://www.youtube.com/embed/kTvHIDKLFqc?rel=0&cc_load_policy=1” frameborder=”0″ allowfullscreen></iframe>
    Nancy O.

  • I have just bought my new retina mac book and tried watching youtube videos, but for some reason... i am not able to... why is that?

    i don't understand why i am not able to watch youtube videos? keep in mind this is my very first macbook so i am quite new to all of this... comment kindly!

    You may need to download and install the Adobe Flash player.
    http://get.adobe.com/flashplayer/

  • Quicktime video clips for website

    I would like to upload clips of a recent tv appearance on my website. The producer will give me the footage as a quicktime file, but he needs to know the following specs first: resolution, pixel h x w, and frame rate. (I'm not sure the producer himself knows what info he needs). Basically, each clip will be about three minutes long, and I'd like the best possible quality for the web, in a normal, youtube sized window. My webmaster doesn't know quicktime. Can anyone tell me what to tell the producer?

    All you need to know is how big a file the're willing to allow to be downloaded.
    There is sometimes a misconseption about streaming verses downloading a video. Streaming video requires a dedicated sever, (for the type of streaming you are going to be doing.)
    If you are not going to stream, but rather download the video content, (known as progressive download) then the file can sit on the http server as a downloadable file, with a link to it, by embeding the files information in the web page, using the proper html code, from the vendor to the media content you are going to use.
    We use Quicktime here and do true streaming, using a Xserver and stream via RTSP proticol. The web server then has a reference movie embed in the web page that directs the enduser to the streaming servers address, which is then sent to the web page with the embed information for QT and the end view can watch the movie, without every downloading any of the content to there local drive. This protects the content from being downloaded by the end user and alos gives random access to any part of the media, at will, (no waiting for all of the file to download, like progressive does.)
    If you choose to do, (what most sites do, progressive download) then you only need the http web server and a large hardrive or RAID storage for the media content. These file are then downloaded when the end user clicks on the link provided in the web page, and you will see a progression bar below the movie as the file downloads. A dedicated streaming server is not used in this case, just the http server as a download server.
    Most web movies are currently running a window at 320x240 or in my case, (using the QT codec, H.264) 480x360 for SD video. We stream at the following streaming sizes, 128k, 512k & 1024k, using the above window size for all.
    Our software that we encode with is Episode Pro, (our primary encoder) or Cleaner 6.5, (this is a second choice, (due to lack of support by Auto Desk who owns Cleaner.) We also encode with Sorenson 4.5, but not offten.
    Hope this helps?

Maybe you are looking for