Adding video using iframes

Does anyone have a good solutions to make a video gallery on a page using iframes code, NOT from YouTube? I partnered with a video company and they gave me code to their portfolio videos which I can put on my site. However, I'm not finding a good way to have a thumbnail which can either open a lightbox on the same page and play the video or open a new window. At this point, I'm not going to be picky.
I was trying to use Web app program but it wasn't working. I have a variety of videos to show and wanted to arrange them in categories, but the Web app is not an ideal solution.
I get the video to work but it opens a large page which looks goofy. Plus, the video shows a > right above the video box.
I would really like to have the thumbnail open a lightbox which will play the video and have a link to play the next video as an option.
Any ideas?

Thanks.I really appreciate the feed back and help.
I tried the following code. I am using a template from BC which has the gallery laid out. It works welll with images and YouTube, but not for the iframe code that I need to use.
<div class="alignleft thumb_shadow"><a href="iframe width="532" height="300" src="http://smb.somedia.net/videoembed-iframe.php?nid=21223&autoplay=false" frameborder="0" rel="prettyPhoto[one]"><img alt="" class="border neutral_border" src="/images/portfolio/thumbs/Pizza90secad.jpg" /></a> </div>
The image appears, and the lightbox but the video doesn't show up.
Any suggestions? I searched the Internet and read several pages about using the prettyPhoto but they don't show an example for this situation.
Thanks!

Similar Messages

  • Adding a timer into videos using FCP?

    Does anyone know of a way to insert a timer into a video using FCP? I'll have some sports clips and I'd like to insert a small timer in the corner of the video (the type that would start at 0:00.00 and count up, beginning at an arbitrary point in the footage? I don't know of any.
    Thanks.

    I had this question a while back, needing something that would count down (really just arbitrary, as you could set it in reverse). I needed something that counted in just time through a multitude of clips, not really a TC thing. After searching hard, the best thing I came up with was just shooting a digital clock that can count down, put it in the corner of the picture, and could edit it just like video. Just sort of a 'plan-x' method.
    -Jack

  • Adding videos without iTunes!

    I have a 30GB iPod and I want link from where I can download a software that can be used for adding videos in iPod without iTunes.
    I need that software because whenever I try to add videos to my iPod using iTunes, it displays the error like this:-
    " iTunes has encountered a problem and needs to be closed.We are sorry for inconvenience."
    So, please send me any link from where I can download such software free!
    Thank You.

    Same Here.
    iTunes doesn't work for me, I need software that will allow me to sync Videos DIRECTLY to my iPod.

  • I shot a video using my iPad 2, and it is too far away from the subject. How do I zoom in and save the whole video like that? Thanks!

    I shot a video using my iPad 2, and it is too far away from the subject. How do I zoom in and save the whole video like that? Thanks!

    Sorry to be such a moron with this, but I just don't have much experience with this iPad.  I have had it for over a year and I just keep adding stuff to it and it has worked great.  Now that the memory is used up, I am trying to figure out how to free up space and not lose what I have paid for. 
    So, Step 1 is complete, as I have "Transferred" all of the purchases.
    What is Step 2?  I unchecked the concert on the iTunes library, did a sync, but it's still on my iPad.
    Thanks again for the help!!!

  • How to Specify Metadata When Adding Content Using iTunes U Web Service?

    I've been developing Java applications using iTunes U Web service and uploaded content to iTunes U site using iTunes U Web service without problem. Now I want to add metadata fields (name, artist name, album name, etc.) for the tracks I uploaded. It seems to me that "AddTrack" will do. So I tested it but it neither adds a track under the specified group nor updates metadata fields for an existing track. It turned out "MergeTrack" actually updates metadata fields for an existing track. So is there any way to specify metadata at the time of adding content using iTunes U Web service? And what exactly does AddTrack do? This is all about contents hosted by iTunes U site and no RSS is involved.
    I'm referring to the "AddTrack" method in iTunes U Web service:
    http://deimos.apple.com/rsrc/doc/iTunesUAdministrationGuide/iTunesUWebServices/c hapter18_section_21.html#//appleref/doc/uid/AdminGuide-CH13-SW26

    Thanks for all the replies. My question is whether there is any way to specify metadata WHEN adding content using iTunes U Web service. Specifying metadata AFTER adding content can be achieved by MergeTrack (weird naming) and it does work.
    As for setting track level meta-data in the media file and then upload it, there're several reasons against that, among which are:
    1. Some track metadata are context-dependent. A video about buildings on Michigan Ave in Chicago can be track #2 in a history course and described as "historic view of the Magnificent Mile", but the same media can also be track #5 in a landscape design course and described as something like "contemporary architecture". Setting these metadata in the media file itself is not the preferred way to do it since it implies maintaining a version of the same media for any course/group it gets uploaded to.
    2. Setting metadata in a location separate from the media file helps track the metadata change and search for media without digging into the media itself.
    3. If MergeTrack "updates" metadata, there got to be some other method that "creates" metadata - that's what a well-designed API should look like. And setting metadata in the media file is not an equivalent to a "create metadata" method call. In rickwolf's term, that implicit AddTrack should actually be made explicit so the party uploading content can explicitly specify metadata instead of having iTunes U extract metadata from the media.
    It is still not clear what "AddTrack" does exactly, maybe rickwolf is right - it's only relevant to tracks created through RSS.
    So it seems to me there is no other way to specify metadata WHEN adding content using iTunes U Web service than setting metadata in the media file. To me it is more like a design flaw.
    Message was edited by: Stone Xiang
    Message was edited by: Stone Xiang
    Message was edited by: Stone Xiang

  • Embed a specific part of a webpage using iframes.

    Hi,
    I've had an in depth search of the forums and can't find anything to help me.
    I know to use iframes to embed a web page within a webpage but I want to choose a specific portion of a webpage - how do I do that?
    Thanks for your help.

    Peter Pitrelli Here wrote:
    I tried the piece of code you had provided for another website, but am not able to get it right.
    That won't work, web-clips is site dependent and page viewport dependent, so the code for other site won't apply to what you want to have.
    Here is your:
    <style type="text/css">#outerDiv{overflow:hidden;position:relative; width:200px;height:100px;} #innerIframe{ position:absolute;/* increase to nudge right, decrease to nudge left. Note negative number. */left:-823px;/* increase to nudge down, decrease to nudge up. Note negative number. */top:-403.5px;width:200px;height:100px;}</style><div id='outerDiv'><iframe id='innerIframe' scrolling=no src=''></iframe></div><script type='text/javascript'>_rect=new Array();_rect.push(-52.0);_rect.push(-364);_rect.push(274);_rect.push(364);_rec t.push(547);_rect.push(455);_outer=document.getElementById('outerDiv');_outer.st yle.width=_rect[4]+'px';_outer.style.height=_rect[5]+'px';_inner=document.getEle mentById('innerIframe');_inner.src='http://www.zshare.net/video/115850651ed07b1a /';_inner.style.top=_rect[1]+'px';_inner.style.left=_rect[0]+'px';_inner.style.w idth=(_rect[2]+_rect[4])+'px';_inner.style.height=(_rect[3]+_rect[5])+'px';</scr ipt>

  • Problem with adding Videos in itunes

    Can someone please please help me!
    Ever since i upgraded to the latest version of itunes I started encountering problems/difficulties in adding videos in itunes library. All the videos that I'm trying to upload are in the correct file format (mpeg4/mp4). I tried adding using Add File to Library, Add Folder to library and even Import..nothing happens..no prompt that its uploading. In the end can't add any video.
    I tried doing this using my PC and my laptop and i still encounter the same problem so I can say that th problem is not on my computers.
    Please help!
    Ipod Video 30GB   Windows XP  

    Hi,
    This article: http://support.apple.com/kb/TS1718 provides general tips that may resolve the issue.
    -Jason

  • Adding video to webpages

    Hi guys
    Can you help me out. I have added video to my website (10 mp4
    files) and embedded it using the active x function. Now when I test
    them on my Mac they work fine. I have checked it on other macs at
    work and everything runs great. The vids load quickly and play
    fine. But when it comes to PCs nothing works. All you get is what
    looks like a broken picture link. My friend says the videos try to
    load on his PC but after giving a warning about trying to find the
    Active X plugin it crashes his copy of IE6. All the PCs I've tested
    it on run IE5 and they don't crash but give the broken pic link.
    The link to the video gallery is
    http://thisismorley.com/thmfc/vidsMorleyCupFinal280609/galleryMorleyCupFinal.html'
    Could the problem be in the video files I'm using. Should
    they be something other than mp4. If anyone can have a look for me
    I'd be very greatful
    Cheers Thom

    On Tue, 29 Aug 2006 14:18:18 +0000 (UTC), "thomjcook"
    <[email protected]> wrote:
    http://thisismorley.com/thmfc/vidsMorleyCupFinal280609/galleryMorleyCupFinal.html
    >
    > Could the problem be in the video files I'm using.
    Should they be something
    >other than mp4. If anyone can have a look for me I'd be
    very greatful
    The mp4 format is relatively new. It's quite possible that a
    good number
    of machines won't have the proper codec to play it. FWIW, I
    looked at
    the first four or five. They all played fine in both Firefox
    and IE6,
    except the third video crashed IE6. I'd suggest you convert
    them to
    .mpg, or Flash video.
    Gary

  • Should I record video in Iframe format or other format such as 1080/60i or 1080/60p--want to import to imovie or abobe premiere?

    I am traveling and recording video using a panasonicHCX920 full HD camera.  I will probably import video into Imovie 11 on my Imac--but if I switch to final cut or Adobe premiere what recording format should I use?  I know Iframe works--but does it work for HD movies played back on a HD TV?  Which format is best? 
    1080/60I (1080/60p) or Iframe?
    Thanks

    Hi
    iMovie can not yet - use p50 or p60 - as standard at all !
    So I would use i50 or i60
    the progressive material (p60) can be converted outside iMovie to interlaced (i60) - but I don't know how.
    FinalCut Pro X - Can import and use progressive material - i've read.
    Yours Bengt W

  • When recording a video using quicktime and my built in camera (isight) how come the program wont let me use my audio interface rather than the built in mike?

    when recording a video using quicktime and my built in camera (isight) how come the program wont let me use my audio interface rather than the built in mike?

    when recording a video using quicktime and my built in camera (isight) how come the program wont let me use my audio interface rather than the built in mike?
    The basic answer is that Apple has not programmed the capture routine with this capability. As such, you can always send QT feedback requesting this feature be added as a future enhancement.

  • Adding videos to adobe muse

    I need help in adding videos to adobe muse. I don't want to use video.js becasue its complicated for me. I would like to add an html video. somehting very simple please. I am new to this so be very specific please

    If you attempt to use the embed code from YouTube, the likely result will be a crash in Muse.
    Google made a change to their video player recently that's exposed a crashing bug within Muse. While we work on a robust long-term fix, we've released an alternative YouTube widget on the Muse Exchange <http://muse.adobe.com/exchange-library/youtube-widget-without-poster>. You can double click on the .mulib file to add it to your Library panel. From there you can drag-n-drop the widget onto your page and enter the ID for your YouTube video and select the widget options. This updated widget shows just a static "YouTube" graphic in Muse Design view and the built-in Muse Preview, but works as expected in Preview in Browser or when pushed live.
    Sorry for the inconvenience.

  • Recording live video using FME 3

    Hello..
    I'm using flash media encoder 3 to publish livestream to
    clients...
    I heard that using client side code, its impossible to record
    video,.that was for fms2.. i'm using FMS 3.5 is there any added
    feature in fms 3.5 to record video using FME 3..
    If possible please provide any links having exapmles or the
    server side code for recording video from FMS...
    Regards...
    Bijesh

    Thanks a lot for the reply nikhil...
    Im having a client application to initiate the record...
    For that i have to use the client.[function name]..
    i dont want the fme to start the recording in my server side
    code..
    But i'm not getting the H.264 encoded recording,, this is my
    code..
    application.onConnect = function( client ) {
    trace("on connect");
    application.acceptConnection( client );
    client.recordthis = function(streamName)
    trace("starting");
    s = Stream.get(streamName);
    trace("streamname");
    if (s){
    s.record();
    ///////s.play("clientStream");
    // Stop recording.
    //s = Stream.get("serverStream");
    //if (s){
    //s.record(false);
    i changed s=stream.get(mp4:streamName);
    then Fme is showing error while connecting to FMS...

  • Error while adding a used relationship between the New DC and the Web DC

    Hi Gurus
    We are getting the Error in NWDS while Adding  a used relationship between the New DC and the Web DC.
    Steps what we are Done
    1. Create the custom project from inactiveDC's
    2.creating the project for the component crm/b2b in SHRAPP_1
    3.After that we changed the application.xml and given the contect path.
    4.Then we tried to add Dependency to the custom create DC we are getting the error saying that illegal deppendency : the compartment sap.com_CUSTCRMPRJ_1 of DC sap.com/home/b2b_xyz(sap.com.CUSTCRMPRJ_1) must explicitly use compartment sap.com_SAP-SHRWEB_1 of DC sap.com/crm/isa/ like that it was throwing the error.
    so, we skip this step and tried to create the build then it is saying that build is failed..
    Please help us in this regard.
    Awaiting for ur quick response...
    Regards
    Satish

    Hi
    Please Ignore my above message.
    Thanks for ur Response.
    After ur valuble inputs we have added the required dependencies and sucessfully created the projects, then building of the  projects was also sucessfully done and  EAR file was created.
    We need to deploy this EAR file in CRM Application Server by using the interface NWDI.
    For Deploying the EAR into NWDI, we need to check-in the activites what i have created for EAR. once i check-in the activites ,the NWDI will deploy the EAR into CRM Application Server.
    In the Activity Log we are able to check the Activities as Suceeded but the Deployment column is not showing any status.
    When i  right click on my activity Id the deployment summery is also disabled.
    So finally my Question is that where can i get the deployment log file, and where can i check the deployment status for my application..
    Any pointers in this regard would be of great help..
    Awaiting for ur valuble Responses..
    Regards
    Satish

  • Unable to play recorded video using BB multimedia api in other platform

    Hi all,
    I am new to Blackberry application development. The application I am developing it is required to record a video using multimedia api.
    I am using
    video encoding : MPEG-4
    audio encoding : AMR
    res : 320 x 240
    Device using Curve 8250
    It is the same encoding combination BB curve use to record a video from default recorder.
    _player = Manager
    .createPlayer("capture://video?encoding=video/3gpp&width=320&height=240&fps=12&video_codec=MPEG-4&audio_codec=AMR");
    After recording it from my application I am able to play the video in vlc even in BB devices. But when I am trying toplay in android,J2ME and iPhone platform. It is unable to play the video..Can anybody help me out in this regard.
    I am really in trouble. I need your help .
    Thanks in advance.
    Regards,
    Angan

    In my experience if windows media player plays it(the mpeg4), it will not be compatiable with quicktime. At least if you do not go installing the codecs to read ISO mpeg 4 (.mp4 is the standard extension that quicktime puts on the files). Another thing to check is if you are creating ISO compliant files. The mpeg4s that windows media reads by default are not ISO compliant. You also need to keep in mind that Quicktime is a simple profile mp4 and main profile mp4 player (although not all b frames are compatable with quicktime). See http://en.wikipedia.org/wiki/Quicktime for a basic overview of the profile support. I suggest that you try playing the media with free softwares such as vlc http://www.videolan.org/vlc/ and mplayer http://www.mplayerhq.hu/design7/news.html and check that the format and codecs are correct. Although they will play non standard files they will list the codecs in use (make sure that you are using ISO compliant standards as you can put more than MPEG 4 in mp4).

  • Can't capture video using iSight camera in QuickTime 7.4 (92)

    OK, I see that there are plenty of "bugs" with Quicktime Version 7.4 (92), but I don't see the problem I am having, posted anywhere. Here goes...
    I cannot capture video using my [Firewire] iSight camera on my CoreDuo MacMini. I definitely used to be able to do this. When I go to File>New Movie Recording, I get a back/blank Movie Recording window and that's it. I click on the Red/Record button and nothing happens. The timer doesn't even advance. Just sits there. When I try to stop the recording, I get the following message:
    *"Recording failed because no data was received.*
    *Make sure that the media input source is turned on and playing."*
    I can still capture audio, although had some problems and had to "downgrade" to version 7.3.x and subsequently reinstalled 7.4. Now the audio works but still no video.
    A few things:
    1. YES, the iSight camera works - I can use it in iMovie, iChat, Photobooth, etc. - for both video and audio.
    2. As I mentioned, I tried "downgrading" (using "Pacifist") but still no video.
    3. I re-installed Version 7.4 and the audio problems cleared up, but again, still unable to capture video.
    3. All software updates installed.
    Any ideas???
    Thanks!

    "As I mentioned, I tried "downgrading" (using "Pacifist") but still no video."
    See QuickTimeKirk’s posting in the following thread:
    http://discussions.apple.com/thread.jspa?threadID=1357579&tstart=0
    Try the following:
    Trash com.apple.LaunchServices.plist
    It's located in your account:
    HD/Library/Preferences/com.apple.LaunchServices.plist
    Delete the file, restart (a new .plist will be created) and quicktime hopefully will work again w/o doing an Archive & Install.
    +If you want to do an A&I:+
    Do an archive and install of your OS from the OS disc. Stop at the QT upgrade you need.
    http://docs.info.apple.com/article.html?artnum=301270 Scroll down to "Archive and Install”
    IMPORTANT: Maker sure you select "preserve user preferences and data" when you performed the A&I?
    Good luck!

Maybe you are looking for