Linking Notes to Video

Hi,
Currently we can creates notes that links to folders, other notes, playlists, songs. But can we link notes to video? If so what is the syntax for it?
Thank you in advance for your help and insights,
Guillaume Iacino
5G   Mac OS X (10.4.5)  

Thank you for your quick answer. Unfortunately, linking to a song does not work, if you wish to link to a video.
I've found another site talking about the same subject, and like me, they haven't found a solution either.
http://forums.macosxhints.com/showthread.php?t=46240http://forums.macosxhints.com/showthread.php?t=46240
Thank you again for your help,
Gui

Similar Messages

  • Flash Player that auto appeared on my screen. Ever since I can not play video, and my system has become painfully slow. I have Mac OS Lion 10.7.5 and software is up to date. Before this everything was running beautifully. Can you please provide a link so

    Dear Adobe.
    Yesterday I installed the latest version of Flash Player that auto appeared on my screen. Ever since I can not play video, and my system has become painfully slow. I have Mac OS Lion 10.7.5 and software is up to date. Before this everything was running beautifully. Can you please provide a link so I can uninstall the latest version only. Thank you. Stephen Kress. Melbourne. Australia

    When you run the uninstaller, it will uninstall all Flash Player versions.
    If you want to revert to an older version after that, get it from http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html

  • Video Links not working

    Seems like some of the links for Xcelsius videos have been removed. Is there any alternate link. For example:
    Connecting Crystal Report Data to Xcelsius Charts:
    https://boc.sdn.sap.com/node/4678
    Its not there anymore.
    Pls help
    Regards

    Seems like some of the links for Xcelsius videos have been removed. Is there any alternate link. For example:
    Connecting Crystal Report Data to Xcelsius Charts:
    https://boc.sdn.sap.com/node/4678
    Its not there anymore.
    Pls help
    Regards

  • SpryTabbedPanel: Flash player in tabs do not play video streams

    Note: I am a complete noob (no experience with Javascript and rudimentary experience with htlm/css). Please be patient (I hope that this is the correct forum for this) and know that I am appreciative of any help or solution that anyone can provide.
    Using Dreamweaver CS4 on Mac OS 10.5.8
    We recently switched all of our streaming servers from Windows Media (good riddance) to Flash Media Server 3.5 (now getting awesome H.264 quality in comparison).
    I was asked to re-design this webpage with the aim of re-organizing the content so that it is more accessible:
    http://www.librarymedia.net/VideoGallery.html
    We used Adobe's test page for our first page:
    http://www.librarymedia.net/flash/videoplayer.html?source=rtmp://63.116.232.4/live/livestr eam&type=live&idx=10
    This was meant as a temporary page to get us started, and as you can see, it needs work but at least it works.
    I've been working the the final version of this page. My boss wants a tabbed web page with links to our video streams (tab for each category of streams).
    This is what I have so far:
    http://www.librarymedia.net/Flash2/videoplayer2.html?source=rtmp://63.116.232.4/live/lives tream&type=live&idx=10
    I realize that I had several options before building this. One, I could have made a separate page for each tab and linked them with a tab menu. In hindsight, this might have been a better option since I could have just copied the working page that we already have for each tab. Or I could have done what I have tried to do: to use Dreamweaver's SpryTabbedPanel to make the tabs and insert a Flash player with links into each tab.
    The problem:
    1. The streams do not play. The player says "initializing" and then "please enter a stream name and play". Please note that I used SpryURLutils to get each link to open in the appropriate tab.
    2. After reading about the benefits of external vs. inline javascript, I took all of the inline javascript that was contained in Adobe's sample page and placed it in an external file. I tried placing the javascript back into the source code (inline), but this did not fix the problem. I guess there is a Javascript problem or I need extra Javascript code to get this to work.  The javascript code is below. Use view source in your web browser to see source code. Please let me know if I need to provide more information.
    Thanks.
    // (C) Copyright 2008 Adobe Systems Incorporated. All Rights Reserved.
    // NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the terms of the Adobe license agreement accompanying it. 
    // If you have received this file from a source other than Adobe, then your use, modification, or distribution of it requires the prior
    // written permission of Adobe.
    // THIS CODE AND INFORMATION IS PROVIDED "AS-IS" WITHOUT WARRANTY OF
    // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
    // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
    // PARTICULAR PURPOSE.
    // THIS CODE IS NOT SUPPORTED BY Adobe Systems Incorporated.
    // Version check based upon the values defined in globals
                                                var hasRequestedVersion = DetectFlashVer(10, 0, 0);
                                                if(!hasRequestedVersion)
                                                    var div = document.getElementById("flashcontent");
                                                    div.innerHTML = '<a href="http://www.adobe.com/go/getflashplayer/" style="color:black"><img src="images/ERROR_getFlashPlayer.gif" width="641" height="377" /></a>';
                                                else{
                                                        AC_FL_RunContent(
                                                            "src", "swfs/videoPlayer",
                                                            "width", "640",
                                                            "height", "377",
                                                            "id", "videoPlayer",
                                                            "quality", "high",
                                                            "bgcolor", "#000000",
                                                            "name", "videoPlayer",
                                                            "allowfullscreen","true",
                                                            "type", "application/x-shockwave-flash",
                                                            "pluginspage", "http://www.adobe.com/go/getflashplayer",
                                                            "flashvars", flashVars
                                          // -->  
    // Javascript in original page
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function changeImages() {
        if (document.images && (preloadFlag == true)) {
            for (var i=0; i<changeImages.arguments.length; i+=2) {
                document [changeImages.arguments[i]].src = changeImages.arguments[i+1];
    var preloadFlag = false;
    function preloadImages() {
        if (document.images) {
            navi_01_over = newImage("images/button_dynamic_up.gif");
            navi_02_over = newImage("images/button_samples_up.gif");
            navi_03_over = newImage("images/button_interactive.gif");
            preloadFlag = true;
    function changetab(obj, obj2, obj3, left1, left2, left3, nav1, nav2, nav3){
        document.getElementById(obj).style.display = 'block';
        document.getElementById(obj2).style.display = 'none';
        document.getElementById(obj3).style.display = 'none';
        document.getElementById(left1).style.display = 'block';
        document.getElementById(left2).style.display = 'none';
        document.getElementById(left3).style.display = 'none';
        document.getElementById(nav1).src = "images/" + nav1 + "_up.gif";
        document.getElementById(nav2).src = "images/" + nav2 + "_down.gif";
        document.getElementById(nav3).src = "images/" + nav3 + "_down.gif";
    function tabout(obj, nav){
        if (document.getElementById(obj).style.display == 'block'){
            document.getElementById(nav).src = "images/" + nav + "_up.gif";
        else{
            document.getElementById(nav).src = "images/" + nav + "_down.gif";
    function tabover(obj){
        document.getElementById(obj).src = "images/" + obj + "_up.gif";
    // Functionality
        <script language="javascript">
            var queryParameters = new Array();
            var flashVars = "";
            var tag = "";
            var url = "";
            window.onload = function ()
                for(var i=1 ; i<=10;i++)
                    var ids = String("sel"+i.toString());
                    document.getElementById( ids ).style.visibility = "hidden";
                    document.getElementById( ids ).className = "style76";
                // mark the entry for that index
                if(queryParameters['idx'] != "")
                    document.getElementById("td" + queryParameters['idx'] ).className = "style75";
                    document.getElementById("sel" + queryParameters['idx'] ).style.visibility = "visible";
            function initialise()
                function getUrlParam( name )
                      name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
                      var regexS = "[\\?&]"+name+"=([^&#]*)";
                      var regex = new RegExp( regexS );
                      var results = regex.exec( window.location.href );
                      if( results == null )
                            return "";
                      else
                            return unescape( results[1] );
                queryParameters['source'] = getUrlParam('source');
                queryParameters['type'] = getUrlParam('type');
                queryParameters['idx'] = getUrlParam('idx');
                   flashVars += "&videoWidth=";
                flashVars += 0;
                flashVars += "&videoHeight=";
                flashVars += 0;
                flashVars += "&dsControl=";
                flashVars += unescape("manual");
                flashVars += "&dsSensitivity=";
                flashVars += 100;
                flashVars += "&serverURL=";
                flashVars += queryParameters['source'];
                flashVars += "&DS_Status=";
                flashVars += "true";
                flashVars += "&streamType=";
                flashVars += queryParameters['type'];
                flashVars += "&autoStart=";
                flashVars += unescape("true");
                tag = "&lt;object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' &gt;&lt;param name='movie' value='swfs/videoPlayer.swf' /&gt; &lt;param name='quality' value='high' /&gt; &lt;param name='bgcolor' value='#000000' /&gt; &lt;param name='allowfullscreen' value='true' /&gt; &lt;param name='flashvars' value= '"+                   
                flashVars+"'/&gt;&lt;embed src='swfs/videoPlayer.swf' width='640' height='377' id='videoPlayer' quality='high' bgcolor='#000000' name='videoPlayer' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer'   flashvars='"+ flashVars +"' type='application/x-shockwave-flash'&gt; &lt;/embed&gt;&lt;/object&gt;";
            function playStream()
                var url = "source=" + document.getElementById('inputURL').value;
                var type;
                if(document.getElementById('vodCheckbox').checked==true)
                    type="vod";
                else
                    type="live";
                url += ("&type=" + type);
                document.getElementById('playBtn').href="videoplayer.html?" + url;
            function checkbox(type)
                if(type=="vod")
                    if(document.getElementById('liveCheckbox').checked==true)
                        document.getElementById('liveCheckbox').checked=false;
                if(type=="live")
                    if(document.getElementById('vodCheckbox').checked==true)
                        document.getElementById('vodCheckbox').checked=false;
            initialise();

    Should I have posted this in the Spry forum instead? My apologies if this is the wrong forum.
    >There is a sample application of the code included with the zip file  which shows how to implement it.
    The sample doesn't really tell me what I need to do to the code to make it work (I do not know javascript), and unfortunately, I have not found any helpful instructions/documentation online. You've given me the answer, I just don't know enough to implement it. This is what I've done:
    1. Placed the FAVideo.js file in my site folder and linked it to the page: <script src="FAVideo.js" type="text/javascript"></script>
    2. I added the following code (taken from the SimpleDemo.html example inside the FAVideo folder). My comments in bold. Page at
    http://www.librarymedia.net/Flash2/videoplayer2.html?source=rtmp://63.116.232.6/vod/mp4:Ol ympics2010_640x480.mov
             <! To the <body> section:-->
    <body onLoad="">
        <div id="divOne"></div>
    <!-Do I have to place the entire page within the "divOne" div (or just the section containing the tabs) in order for the javascript to work?-->
             <!-In the <head> section: -->
       <script type="text/javascript">
            playerOne = new FAVideo("divOne", "TabbedPanels1", "demo_video.flv",0,0,{ autoLoad:true, autoPlay:true });
        </script>
    <!- I noticed that the body code added a div id called "divOne", so I added the "TabbedPanels1" div id to the above code thinking that this would apply the javascript code to all of the tabs. Dreamweaver adds <div id="TabbedPanels1" class="TabbedPanels"> to the page when you insert the tabbed menu, so I'm thinking the javascript has to point to either one of those for it to work. The "demo_video.flv",0,0 code is probably unneccesary, right? As you can see, I'm completely clueless. -->
        <script>
            playerOne.addEventListener("playheadUpdate",this,myHandler);
            playerOne.removeEventListener("playheadUpdate",this,myHandler);
            function myHandler() {
                //alert("eh");
        </script>
    </body>
    Once again, thanks for your help.

  • Help with link to MP4 Video

    I need some help figuring out why the link to my Mp4 movies
    are not working. I created my website in Dreamweaver on a mac. On
    the video page I have direct link to several Mp4 movies which are
    located is the dame folder as the website is on a remote server.
    The direct link/path is correct but when the link is clicked I get
    a "This page cannot be found page". I also tried embedding the mp4
    into the video page and when the page is viewed I get a Q with a
    question mark over it. I also have links to wmv movies and those
    links all work and play fine. I just don't understand why wmv links
    work and mp4 links don't. I would link to know if there is an
    incompatibility problem and/or some technical issue with mp4's that
    causing the link not to work. I have attached the code I used to
    embed the mp4 and I believe it is correct. If anyone can shed some
    light on this topic I would greatly appreciate it. Thank
    you!

    Check this page and see if it works
    http://webdesign.about.com/od/video/a/add_web_video.htm

  • Bridge CS6 does not recognize videos but CS4 does

    Hi forum,
    My copy of Bridge CS6 suddenly stopped showing a preview image for video files and does not play them either.  Lightroom 4.4 and Lightroom 5 also do not recognize video files (.mov's, .avi's, m-pegs...).  My Lightroom used to have no problem playing them.
    Bridge CS4 sees them and plays them as normal.
    I purged my video cache in Lightroom, uninstalled and reinstalled it, updated Quicktime and am running OSX 10.8.5. 

    Here is a link for LR reset http://www.lightroomforums.net/showthread.php?14226-Resetting-%28or-Trashing-%29-the-Light room-Preferences-file

  • Is it possible to create a text link to a video in an interactive pdf

    Hi, I was wondering if anyone knew how to create a text link to a video within the same interactive pdf?
    I've seen that you can create buttons to link to video's but nothing about linking from text
    thanks in advance for any assistance

    HI Bernd,
    The video above does not show me how to link to a video have it start playing.
    I know it is also possible in indesign to have a button link to a specific point in a video, but I haven't been able to find out how to do that from a text link.
    so for example. the text could say "watch our video, or click here to learn about subject two".
    where - "learn about subject two" takes the user to a specific part of the video, and makes it start to play.

  • Links to Google Video Fail

    Hello,
    I recently upgraded to iWeb'08 and I use it to create a blog that links to videos posted to Google Video. When I enter the link in iWeb, it appears correct:
    http://video.google.com/videoplay?docid=1699324761799236248&hl=en
    However, when the site is published (just to my local machine, so no issues with FTP substituting character sets), the link becomes
    http://video.google.com/videoplay%253Fdocid%253D1699324761799236248%2526hl%253De n
    and this link does not work in Safari.
    Is there a way to force iWeb to not replace '?' and the '=' in the original URL?
    Since Google provides the URLs to the videos, I can't easily change them, and I would prefer not to have to hand edit the .xml files.
    Any solutions or suggestions are appreciated.
    Thanks,
    Justin

    Try to redo the default browser setting and temporarily set another browser as the default browser.
    *https://support.mozilla.org/kb/How+to+make+Firefox+the+default+browser
    *https://support.mozilla.org/kb/Setting+Firefox+as+the+default+browser+does+not+work
    *http://kb.mozillazine.org/Default_browser

  • Hi, I can not import video files into iMovie.

    I can open iMovie however can not import video files. the iMovie application just hangs and I have to force quit to start again and once again get the same problem.
    I have uninstalled and reinstalled iMovie.

    Yosemite sometimes has problems, often related to "default" permissions needing to be changed
    -one person's solution https://forums.adobe.com/thread/1689788
    -and a Java update https://forums.adobe.com/thread/1507936
    MOV is a wrapper, what is inside YOUR wrapper - Exactly what is INSIDE the video you are editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    https://forums.adobe.com/thread/1070933 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

  • When I import my files only the audio plays back not the video. If I export the sequence its there?

    When I import my files only the audio plays back not the video. If I export the sequence its there?
    I am new to Premiere having just downloaded the 30 day trial yesterday, I jumped straight in and imported all of my files from my video camera however in Premiere only the audio plays back with the displays just showing a black space.
    Out of curiosity I dragged three or four shots into the sequence editor and then exported them and played this through VLC and the video was there?
    As I said I am completely new to Premiere having only spent around 3 or 4 hours with it in the past, I read a few forum threads around similar issues but couldn't find any solutions and as I am trying to edit together a short film for a college project due in soon I need to try and find a way to fix this A.S.A.P
    Any help would be appreciated and if theres any more info I can provide please let me know.
    Thanks
    Drew

    Being new, I'm sure you don't know about the NEW ITEM process, so click/read about that at this link
    CS5-thru-CC PPro/Encore tutorial list http://forums.adobe.com/thread/1448923
    Also, More information needed for someone to help... please click below and provide the requested information
    -PPro Information FAQ http://forums.adobe.com/message/4200840
    What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    What is your exact graphics adapter driver version?
    Have you gone to the vendor web site to check for a newer driver?
    For Windows, do NOT rely on Windows Update to have current driver information
    -you need to go direct to the vendor web site and check updates for yourself
    ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us
    Exactly what are you editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

  • Linking Buttons to Video

    I'm new to Flash and i need some help please! I've been
    through loads of tutorials but can't find exactly what i need.
    I'm creating a virtual tour of my website. I've done the
    intro as a simple timeline with animation text etc, but now what i
    want to do is have 6 buttons, which when you click on, they open up
    individual movies. I've created the buttons as our logo icon...when
    you click on one i'd like it to be able to simultaneously open up a
    video (which i've imported so it's FLV) and two mp3 files ( a
    narration and a music clip).
    So how do i 'pause' the main timeline once the intro has
    completed, and how to i then link buttons to video and audio? Think
    i need specific code for it?
    Thank you!

    Hi
    this has to be relatively simple but I have looked everywhere and can't
    find a solution.
    One would think so, but unfortunately not, as you have to use a combination of actionscript in your flv creation and javascript on the browser side to do this.
    If you have a working solution in flash, it would probably be easier to insert this into your dreamweaver page and ensure that the links to your videos are relative to the position of the files in your html page.
    PZ

  • You Tube not playing video on Firefox with Adobe Flash after latest update

    You Tube and other sites are not playing video on Firefox with Adobe Flash after latest update for both. Adobe Flash is working on other sites but not You tube and those sites that may have embedded You Tube videos, I'm not sure.
    Adobe Flash does not crash and no error message is showing. All that shows is a dark screen for the Flash video. Right clicking the screen shows only a non-clickable 'Movie not loaded' and the clickable link to the Adobe home page.
    I have spent an hour trying things as suggested for past problems similar to this but none have helped.
    I have sent sad face letting you know what I think of the latest update because of this which says pretty much the same thing as I have said here.
    I have no further info but if I had some input and queries form you I might be able to provide more.

    I'm not sure how to remove the 12.xxx version,. I don't understand why it is there, usually updates over wirte the old one as far as I know. I don't know where to find it.
    pref .js deleted.
    I could not find a user.js
    I disabled hardware acceleration on one of them, not sure which and I don't remember how I did it but think it must have been on the flash.
    No idea what protected mode is
    no new profile, I've never done this.
    Ok, did what you have said as much as I could. I have been fidgeting with things now for a couple hours. After doing a CCleaner and Registry cleanse, turning off and restarting the computer, the videos are now p-laying.
    I would still like to know how to find and get rid of the duplicate Flash plug in though if you would't mind.
    Thanks for the help.

  • Can not watch videos

    Hello every one,
    I think I already read all the posts about not been able to watch rich content videos or any video in the internet, but I have not been able to find anything to help me with the problem. I tried almost everything also with the same result. Too long to describe all the different things that I had tried.
    If any body have a suggestion I'm willing to try anything, it will be greatly appreciated.
    WINDOWS 7 HOME PREMIUM 64BITS
    IE11
    FLASH VERSION 14.0.0
    PLEASE HELP!!

    It means exactly what "I can not walk" or " I'm not able to walk"
                                        "I can not talk" or "I'm not able to talk"
    Any time I try to watch a video in "my computer" I can not, I just get a black or white window with nothing playing, no error messages, no requests for anything. The video would not play.
    Some exceptions : playing videos in face book, or you tube, I figure that is because I'm connected to the sites playing the videos, the videos are not playing directly in my computer. Am I wrong?
    Another example: I get an e-mail with an attachment or link to a video, I can not see anything but a black box.

  • Linking text and video

    Is there a way to link text and video? Asking because I've added subtitles to several scenes, but now I want to rearrange them. Thanks.

    aperture14
    Still working on version Premiere Elements 12/12.1 on Windows 8.1 64 bit? I will assume so for now.
    Hold down the Shift key of the computer main keyboard as you click the video clip and then the text file. With both selected at the
    same time, go to the Expert workspace Clip Menu/Group to group the two files. They will travel together until you ungroup them.
    Any questions or need clarification, please do not hesitate to ask.
    ATR

  • Linking audio to video

    Hi
    I have an isight camera in my imac (never used it) & was wondering if i can record (just solo guitar possibly with vocal) using logic & somehow link it to video. To post on youtube or something like that.
    Assuming my isight camera records video?
    Cheers
    Rob

    Thank you so much Jerry and I think your close but that's not quite it. Here's the deal. That box (at the bottom of the inset, just above the words, "waveform cash") does NOT have a check mark in it. . . . HOWEVER the box at the top (under audio capture) does in fact have a check mark in it however it is greyed out. the other boxes (video capture, video render, and audio render) are blue and the check mark is in fact black.
    Thank you so much for the idea and maybe you have an answer with this new information
    Thanks again
    Jeffory

Maybe you are looking for

  • Purchase order related ????? Important

    hi all Gurus. Once GR is made against the Purchase order, i dont want any one to amend the P.O . Right now it allows to change P.O. Can anyone please suggest me on this?? Points will be rewarded!!!!!!!!!

  • Upgrading Macbook Pro (Mid 2009) HDD

    Hi friend, I want to upgrade my Macbook Pro (Mid 2009) HDD. I need to improve the capacity and speed for my recording music and digital painting. The problem is I don't know what type(s) are suitable or a good place(s) to get one (I live in the UK) I

  • Signature Stamp Wizard?

    Hi. I have a client with several sales people, a few of whom have recently upgraded to Acrobat X Standard from Adobe Reader X.  In Reader, they had created a signature stamp by stepping through a wizard of some sort that imported a scanned image of t

  • IPhoto 6.0.6 compatibility with  Canon powershot A530

    I want to use my USB Cable to download the picture in my computer. Nothing happens. So i downloaded the canon software, now i can have it but i don't want this sofware... Is there a way to connect directly with IPhoto to use the camera like USB Key.

  • Error during update of Table VBAP (RC= 4, Key= 5096672)

    Hello experts, i am getting error as Update was terminated System ID....   Q70 Client.......   999 User.....   HPROLLSD Transaction..   VA02 Update key...   4EF9258A885201B1E10080000A140014 Generated....   28.12.2011, 18:08:25 Completed....   28.12.2