FLV marks start a event in the site

Hello!
I working with my new website where I want to show a FLV movie.
Next to the movie, I have a text box that will have a new text at certain times.
I want some kind of marker in the film to trigger the change.
I use Aftereffets to make the movie and know that in the program I can set layer marks in timeline.
But how should I do so Dreamweaver or similar software detect such marker.
Is it possible anyway?
Thanks for the reply

Thanks!
But how do I do it practically.
I'm not so good at programming.
I understand that there are an ActionScript HTML / PHP code that detects cuePoint.
Is there an exercise task that I can look at?

Similar Messages

  • How can I automatically notify the invitees by email about an event on the calendar on a certain date ?

    Hello,
    I want to start an event in the calendar, on this very day, for after 2 weeks (just giving an example).
    Also I want to add an notification, that is going to notify me and all the invitees, for example 10 before the very event.
    How can I do that?
    I tried to do it, but it only reminds me, not the invitees.
    Thanks in advance!
    Have a wonderful day!

    I don't enter it , it gets it from my card and i have written 2 there and its allowing me to choose between those two.
    Maybe we are talking about different things if you can just let me know the procedure of doing it from the beginning, I will be very grateful, if not thanks!

  • Connection Pooling much faster but eventually brings down the site

    Hello,
    We are running Oracle 11g, with ODP.net. When we have connection pooling turned off the site is very slow. When we turn it on, the site runs very fast, but will all of a sudden slow down to a crash and require an IIS restart. (We will receive many oracle connection timeouts). After checking the Event Viewer, the site crash seems to coincide with a stored procedure crash, though we aren't positive that this is the case. We are running IIS on windows 2k3 asp.net 3.5.
    Any assistance is greatly appreciated.

    It sounds like you're describing a connection leak, and those are usually the result of code not cleaning up after itself properly. Make sure you're calling Dispose on all your objects as soon as you're done with them so the GC can free up the resources.. OracleConnection, OracleCommand, OracleRefcursor, OracleClob, OracleXMLType, OracleParameters, etc.
    Also make sure you're up to the latest version of ODP and client. There were some issues in earlier versions where an access violation could leave a hung critical section and hang the pool.
    Hope it helps,
    Greg

  • In SharePoint Calendar lists, fields [Start Time] and [End Time] do not exist at the Site Column level.

    <header style="box-sizing:border-box;color:#777777;line-height:1;font-size:13px;padding-right:46px;margin-bottom:3px;font-family:'Helvetica Neue', arial, sans-serif;">
    </header>
    I'm doing SP app development and have the following problem.
    I need to check Start time and End Time in SharePoint Calendar using CAML query and then add a new event to Calendar list using the Start time and End Time that user has entered in 2 datapickers
    in the form.
    function AddCalendarListItems() {
    var SD = document.getElementById("datepicker1").value;
    var SThh = document.getElementById("St1").value;
    var STmm = document.getElementById("St2").value;
    var ED = document.getElementById("datepicker2").value;
    var EThh = document.getElementById("Et1").value;
    var ETmm = document.getElementById("Et2").value;
    var T = document.getElementById("Title").value;
    var S1 = SThh;
    SD = SD.slice(6, 10) + "-" + SD.slice(0, 2) + "-" + SD.slice(3, 5) + "T" + SThh + STmm + ":00Z";
    ED = ED.slice(6, 10) + "-" + ED.slice(0, 2) + "-" + ED.slice(3, 5) + "T" + EThh + ETmm + ":00Z";
    //alert("SD= " + SD + " , ED= " + ED);
    var siteUrl = SiteCollurl + "/SharePointApp11";
    var clientContext = new SP.ClientContext(siteUrl);
    var oList = clientContext.get_web().get_lists().getByTitle('Calendar');
    var ListItemCInfo = new SP.ListItemCreationInformation();
    var newEvent = oList.addItem(ListItemCInfo);
    newEvent.set_item("Title", T);
    newEvent.set_item("EventDate", SD);
    newEvent.set_item("EndDate", ED);
    newEvent.update();
    clientContext.executeQueryAsync(Function.createDelegate(this, this.onQueryAddCalendarSucceeded2), Function.createDelegate(this, this.onQueryAddCalendarFailed2));
    function onQueryAddCalendarSucceeded2(sender, args) {
    alert("Success");
    function onQueryAddCalendarFailed2(sender, args) {
    alert('Add new item to the calendar failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    But I receive the following error:
    Add new item to the Calendar failed. Column 'Start time' does not exist. It may have been deleted by another user.
    I've checked and 'Start time' does exist. So it seems in SharePoint Calendar lists, field [Start Time] and [End Time]  exist but do not exist at the Site Column level.
    Please advise.

    Hi Khojasteh,
    Use “EventDate” for Start Time field, and “EndDate” for End Time field. They are the internal name of the two fields, you can check it in the column settings page url like “Field=EndDate”.
    If it isn’t the issue, please debug the code, in which line the error occurs.
    Thanks,
    Qiao
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Qiao Wei
    TechNet Community Support

  • How do I add web part in the event receiver after the site is provisioned in SP 2010?

    How do I add web part in the event receiver after the site is provisioned in SP 2010?

    You try the below steps:
    1. Use long operation to provision the site, so that it does not time out in process.
    2. After provisioning, you can add a page or add the web part directly to landing page of site.
    For each of the above steps you can find the sample code pieces.
    if you couldn't get that, let me know. I will share with you.
    Thanks, Ashish If my response has helped you, please mark as answer.

  • First time going to a site where I do not have access and clicking the back button I'm returned to the root site instead of the site I started from

    Greetings,
    I have SharePoint 2013 enterprise using ADFS for authentication.  I have an issue where the first time going to a site where you do not have access and clicking the back button you're returned to the root site instead of the site you
    started from.
    ie:
    1) at site http://www.sharepoint.com/sites/finance/home.aspx
    2) browse to
    http://www.sharepoint.com/sites/finance/private/home.aspx
    3) receive a message: you do not have access to this site  ((oops went to the wrong location - I'll hit the back button))
    4) click the browser back button
    5) get returned to http://www.sharepoint.com/pages/home.aspx
    This only happens the first time browsing to a site that I do not have rights to, after this I can browse to the same site and hit the browser back  button and return to the correct site, or any other site that I do not have access to.
    Any ideas as to why this happens?  Ideas of where to start looking?
    Thanks

    Hi Robert,
    From your description, when you receive access denied message and hit back button in browser, it redirects you to the root site but not previous site. However, this just happens at the first time.
    You may try to use some tool or check log which can tell us how does it handle the request when you hit the button. And compare the issue time and non-issue time.
    I'd suggest you use Netmon tool:
    http://blogs.msdn.com/b/carloshm/archive/2012/11/08/sharepoint-2013-network-monitor-parsers.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I've tried to update my i-Tunes version after the site suggested I should following my i-Pad being plugged into it for the first time. The update seemed successful but the program would not open at all despite switching off the PC and re-starting several

    I’ve tried to update my i-Tunes version after the site suggested I should following my i-Pad Air being plugged into it for the first time. The update seemed successful but the program would not open at all despite switching off the PC and re-starting several times. I then tried wiping the original software from the computer and re-downloading from scratch. Each time I tried the download failed with a message saying “Service “Apple Mobile Device” failed to start. Verify that you have sufficient privileges to start system services” At this stage, the only way forward was to “abort” the download. This I have done now four times and the same thing happens. When I did finally manage to get an i-Tunes shortcut on my desktop, the program wouldn’t open saying: “i-Tunes was not installed correctly. Please re-install i-Tunes. Error 7 (Windows error 193)” Any ideas to resolve this?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • When I click on Firefox it opens with a box that says "Foxfire is installing your updates and will start in a few moments-. " then it says "Software Update Failed (in blue) with an exclamation mark inside a yellow triangle) The update could not be install

    When I click on Firefox the first time it says "Foxfire is installing your updates and will start in a few moments…. (with a green bar)" then it says "Software Update Failed (in blue) with an exclamation mark inside a yellow triangle)
    The update could not be installed. Please make sure there are no other copies of Firefox running on your computer, and then restart Firefox to try again." When I click the ok, Firefox opens up. If I open another Firefox window with the previous one still running, it doesn't give me any of these messages, it just opens normally.
    == This happened ==
    Every time Firefox opened

    If you can't install on top of the current installation then you need to delete or rename the current Firefox program folder to do a clean install.
    It is possible that your security software is using or locking files, so you can try to temporarily disable that software during the installation.

  • I want to delete my old account: simon@s.dk and start over with my correct email-account: simon@fonsbo.dk, but every time, I try to by a plan or get a new membership, the site tells me, that Creative sui is not available in my country, the democratic repp

    I want to delete my old account: [email protected] and start over with my correct email-account: [email protected], but every time, I try to by a plan or get a new membership, the site tells me, that Creative sui is not available in my country, the democratic republic of Congo!!!!, but I live ind Denmark. Hoew can I buy, and how doo I change my Adobe Id in my CC desktop. Ive tried for several days, but no matter which membership, I ask for, the answer (congo is the same. What to do???

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html

  • A magnet fell on my macbook "late 2007 series black" and it stopped working. When i start my macbook up it sits on the white screen. i tried inserting the snow leopard disk to do a clean install but the disk ejects and all i see is the pointer.help please

    A magnet fell on my macbook "late 2007 series black" and it stopped working. When i start my macbook up it sits on the white screen. i tried inserting the snow leopard disk to do a clean install but the disk ejects and all i see is the pointer. i even bought a new hard drive to do the clean install but the same thing happens. Please Help

    Your problem is not Boot Camp, in fact, is your optical drive. Win XP requires indeed sp2, but also the internal drive, does not work from external optical drive.
    For other possible tricks, please use the appropriate Boot Camp forum, not here. Mac OS X may be installed from both external and internal optical drive and/or internal/external partition of a disk, any disk. Windows is not so generous.

  • Java does not list any sites in the site exception list, just an exclamation mark, so how do I add them?

    I want to use an online drum machine ("monkey machine") that requires Java, so I installed Java, apparently correctly.
    However, when I try to use the monkey machine drummer, it still demands Java, but Java's security mechanism won't allow me to add the monkey site (or any other site). All I get is an exclamation mark in the box where the list of site exceptions should be. This is in the control panel,under the security tab, after hitting "add" to add sites...
    So.....
    How to add in the sites?
    Thanks!

    ¡Hola!
    Does this http://java.com/en/download/exception_sitelist.jsp solve your question regarding Java?

  • When Firefox freezes, how can I shut it down, and re-start it without it automatically going to the site which caused the problem in the first place ?

    I have Firefox set so that when I start up, I have it set so that it automatically goes to my home page. However when it freezes, which it does on a daily basis, and I have to shut it down and re-start, it automatically goes to the site which caused the problem in the first place.
    If I was a hacker, I would probably find it quite fun to design a virus to reintroduce bugs after they had been exterminated - except that Firefox seem to have got there first.

    Here's how:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''sess''' and pause while the list is filtered
    (3) Double-click the '''browser.sessionstore.max_resumed_crashes''' preference and enter 0 (that's a zero) and click OK.
    When Firefox resumes after a crash, instead of resuming automatically, it will display a list of your previous windows and tabs and you can deselect problem pages.
    (This assumes it wasn't a private browsing session.)

  • I have a older intel MacBook pro, now when I try to start up instead of the apple logo I see a file folder with a question mark. Need some help please.

    I have a first gen MacBook pro with intel chip. All of a sudden when I try to start up instead of the apple logo I see a file folder with a question mark. Phone support wasn't much help since it is a older machine. It's either a software issue or the hard drive went. Any ideas on how to fix if it's a software issue would be appreciated. Thanks a lot.

    Thanks I tried that and when I click repair it tells me
    Invalid volume header
    Checking hfs plus volume.
    Invalid b-free node size
    Volume check failed
    Error: the underlying task reported faliure on exit.
    1 hfs volume checked
    1 volume could not be repaired because of an error.

  • What does a file folder with a question mark in it mean when the computer won't start?

    What does a file folder with a question mark in it mean when the computer won't start?

    There are four general causes of this issue:
    1. The computer's PRAM no longer contains a valid startup disk setting when there aren't any problems with the disk itself. This can be checked for by pressing the Option key and seeing if the drive appears.
    2. The internal drive's directory structure has become damaged. This requires usage of an alternate bootable system to perform the repair.
    3. Critical system files have been deleted. This requires usage of an alternate bootable system to reinstall them.
    4. The internal drive has died or become unplugged. This is the most likely case if the computer took a sharp impact or there are unusual sounds coming from the hard drive's location.
    (68976)

  • I like to start my morning by looking at my email first thing in the morning  it helps my brain get jumpstarted and gives me a jump on the events of the day.I keep my iPhone encased in an Otter Box. Will this help protect it from steam when I take shower?

    I like to start my morning by reading my emails that came in during the night. This jumpstarts my brain and gives me an edge on the events of the day. Since my wife is still asleep when I get up I do this in the bathroom while I'm getting ready. I keep my iPhone 4 encased in an Otter Box case. Will this protect the phone from steam damage or should I thow it in a drawer while I take a short shower?

    TMI dude.
    You should be asking this to Otterbox but I'm guessing it depends on the specific Otterbox case... check the case specs at Otterbox.
    IMO, I would just leave it outside the bathroom... I'm sure your email can wait a few extra minutes.

Maybe you are looking for

  • Cor1(process order)

    HI All, My requirement is to create a idoc for the process order which is released from COR1.(idoc part is completed) Can any one suggest me a badi which will triger while releasing the process order from COR1 (not cor5), i worked with workorder_upda

  • OIM 11g PreProcess Handlers

    Hi, I am developing a logic for UserID Generation using PreProcess Handlers. I am using the following code snippets for generating UserID. ==================================================== import oracle.iam.identity.usermgmt.api.UserManager; impor

  • Finding unique minimum value from a set of values

    Hi. I have numbers in three columns - H, P, X I need to compare numbers in each row and find out the lowest value and find out if there is a unique lowest value. For example, in row 2 H2=2, P2=5.4, X2=2. In this row, both H2 and X2 have the lowest nu

  • Best practices for defining Environment Variables/User Accounts in Linux

    Hello, After reading throught the Quick Install guide for 10gR2 on x86_64 Linux, I see that it is not recommended to define ANY variables in .bash_profile. I'm hoping to get a Best practices approach for defining environment variables - right now we

  • Expand

    Somehow I have lost the ability to expand and collapse folders in list view. Other drives on this computer are not affected. The triangles have disappeared. Can someone tell me how to get them back? Thanks.