.flv with command at the end

Hey there,
I have created a SWF file that streams an FLV file.
What I would like to do, is have an actionscript command activate AFTER the FLV has played to the end of the movie.
Is there a code for something like this?

you can use:
var lo:Object = new Object();
lo.complete = function(eventObject:Object):Void {
//your as command
yourFLVPBC.addEventListener("complete", lo);

Similar Messages

  • Workflow display name coming up with .AMERICAN at the end

    Hi
    For a couple of employees created in our system, the workflow display name is coming with 'AMERICAN' at the end which clearly looks like is the language setting for the user. ORIG_SYSTEM for this users in WF_LOCAL_ROLES is WF_LOCAL_USERS.
    How can we fix this? There is no option called WF_LOCAL_USERS in the Synchroinze WF Local Roles program.

    Reply to sarojak
    To which orig system these users/roles belongs to? - WF_LOCAL_ROLES Shows Org system as WF_LOCAL_USERS
    What is the display name value shown when you query wf_local_roles table for the user that is having reported issue? - with .AMERICAN added

  • How to send an Email with content at the end of a Quiz?

    Hello,
    i have three Questions about the navigation function "sending an Email" at the end of an Test or Quiz, and i haven´t found any answers in the forum yet.
    An Information at the beginning:
    I want to use the Test without any other System, for example Moodle. It will be directly reachable with a link on a homepage.
    1) Is it possible, to send an Email with answers of the User as the content in the email, and if it´s possible, how?
    2) If it´s not possible, could i precast a Text in the email? Until now, there is only an empty Outlook-Window with the Emailadress.
    3) Is it possible, to send an Email without Outlook, so a User can use it only web-based, for example with gmx, webmail etc...
    Thank you for helping me
    Zholmar
    (German)
    Hallo,
    ich habe drei Fragen zum Versand im Rahmen der Navigationsfunktion von "Email versenden", dies soll am Ende von Test bzw. Quizanwendungen geschehen und habe im Forum leider keine entsprechende Antwort bisher gefunden.
    Zur Information:
    Der Test soll nicht in ein anderes System (z.B. Moodle) eingebettet werden, sondern lediglich per Link auf einer Homepage erreichbar sein.
    1) Ich würde gerne am Ende meines Tests eine Email versenden lassen, welche die Antworten des vorangegangenen Tests enthält, ist das möglich und wenn ja wie?
    2) Falls das nicht möglich ist, besteht die Möglichkeit, einen vorgefertigten Text + Betreff in der Email zu generieren? Derzeit öffnet sich lediglich ein Outlook Fenster bei erreichen der Folie, in welcher lediglich die angegebene Emailadresse eingetragen ist. In dieser Email soll wenn möglichst bereits ein Text integriert sein, so dass der Teilnehmer lediglich noch Angaben ergänzen muss.
    3) Ist der Email Versand auch ohne Outlook möglich? Kann die Funktion also auch rein Webbasiert erfolgen?
    Vielen Dank für die Hilfe
    Zholmar

    Sooo, which method are you wanting to use?
    Earlier I outlined the steps for the close project at end.
    If you are wanting to use the JavaScript solution, you insert a button. Then in the action, you tell the button to execute JavaScript. Then you click the Script Window button and enter the window.close(); code.
    Cheers... Rick

  • When I publish as an .mp4, the embedded .flv videos clip at the end

    I am using Captivate 6.0.1.240. I have .flv videos that were encoded using Adobe Media Encoder from a .mov file. The videos are embedded on the slide, as multi-slide synchronized video, but only distributed across one slide (as strange as this might seem, it is what was recommended to me because using Event Video resulted in choppy video).
    Now, the videos clip off a second or so before the end of the video. There are no transitions on the video slide or on the slide following it. I have tried extending the length of the slide beyond the length of the video, to no avail.
    What am I missing? How do I get the embedded .flv videos to play fully?

    Hi there,
    As you told you have checked that there is no transition on the Slide on which you have the video.
    Have you checked the transition effect on that video, whether Fade out only or fade in and fade out is selected. Select that multi slide video and click on the properties panel and check the transition on it.
    Also, if this video is on the last slide, check the fade in and fade out on the project. (edit > Preferences > Project > start and end)
    Thanks.

  • 6x4 photos print with picture off the end of the page

    HP Deskjet F2480 with Snow Leopard
    I have tried to print 6x4 photos from iPhoto and the preview appears correct but the photo comes out with the top of the picture missing and a white band on the other end. I called HP and they suggested I uninstall and get the latest software which I have done but it has not made any difference.
    Can anyone help please?

    Hello,
    Thanks for the post.  Great question!  I've been thinking about this one and a couple of things come to mind.  I've included a couple of links below that may assist.  One is loading the media, the other is for setting photo paper size, (in Windows) but you get the idea.  The odd part is that it appears correct in preview, which leads me to believe it's more hardware related (how the paper is loaded)   Close attention to the last paragraph.  Good Luck!
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01761332&cc=us&dlc=en&lc=en&product=3811337&tmp...
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01671543&tmp_task=solveCategory&cc=us&dlc=en&la...
    I worked for HP but my posts and replies are my own....Thank you!
    *Say thanks by clicking the *Kudos!* which is on the left*
    *Make it easier for other people to find solutions, by marking my answer with (Accept as Solution) if it solves your issue.*

  • My iPod touch will not sync with iTunes at the end of the sync it says "The iPod cannot be synced. An unknown error occurred (13019)

    Can someone please help me with this problem !!!
    I downloaded the new itunes version and delete & reinstall the song but it still won't synced.
    PLEASE HELP ASAP
    By the Way I have the iPod touch 4 and everything is upgraded ....

    Did you try all the suggestions mentioned here? iTunes Error 13019 during sync

  • Custom command at the end of a backup

    Hi Guys,
    We have a need to run a custom command when an offline backup is completed.
    In our Oracle RAC the weekly offline backup takes the service entries in the CRS offline. I already have a script to bring them back online. I tried adding a call to the script as an external command step in the Offline backup job but I think since SAP can't reconnect to the database after the backup it cannot get to the next step.
    I'm hoping there is a way I can run a custom brbackup command line that will perform the offline backup, then it will automatically call my custom command to bring the services back online.
    Is this possible?

    Hm,
    did you configure brbackup for RAC?
    You must set the parallel_instances and db_services parameter in the init<DBSID>.sap profile used by BRBACKUP so that BRBACKUP can access all the Oracle instances.
    Note 905359?
    The DB Guide at help.sap.com has a special RAC section as well.
    According to this, brbackup should take entierly care about the services.
    Volker

  • I can't get my ipod touch 2nd generation to sync with itunes, at the end of the sync the message ''the ipod cannot be synced, an unknown error occurred (13019)'' my sister who has the same ipod also has the same problem.

    my sister who has the same ipod also has the same problem, i ve tried re downloading itunes and restoring factory settings on my ipod but nothing works!

    Did you try all the suggestions mentioned here? iTunes Error 13019 during sync

  • BIC tables with @[at]k1 in the end

    Hello gurus,
    I have a problem in customer's system - database analysis in transaction DB02 shows that following tables takes very much space: /BIC/B0000091@k0, /BIC/B0000091@k1, /BIC/B0000091@k2 and /BIC/B0000091@k3.
    I know that these are some kind of PSA tables, but they do not exist in transaction SE11. I tracked down the DataStore object for table /BIC/B0000091000 and deleted all the PSA contents for the object, but these tables with @k in the end are not deleted and keeps using the database space...
    Any ideas what are these tables and how to delete them?
    Thank you in advance!
    Br,
    Juris

    Solution
    There are two main steps you must perform:
    (1) fix the reason why the table drop fails and then
    (2) remove the shadow tables so processing can continue.
    To determine why the partition drop failed, we recommend checking:
    1. The SQL Server Error Log u2013 this will tell you if the transaction log ran out of space. The log can be seen via SQL Server tools or transactions ST04/DBACOCKPIT.
    2. The Blocking Lock Monitor u2013 as long as you have the monitor job active, this transaction will show if there is blocking occurring. This monitor is in transactions ST04/DBACOCKPIT.
    3. The Deadlock Monitor u2013 will show if there was a deadlock at the time of the partition drop. This monitor is in transactions ST04/DBACOCKPIT.
    After you have determined the root cause, you must correct it before removing the shadow tables. If the log ran out of space then you must move it to a drive with enough space or add another log file on a different drive with enough space. If the root cause is blocking or deadlocks then first search SAP Notes for known solutions or, secondly, open a customer message in BC-SYS-DB-MSS if you need help. In all other cases, open a BC-SYS-DB-MSS customer message so the development support team can assist you in finding the cause.
    After you have corrected the root cause, you must remove the shadow tables. You can do this with the latest version of the SAP ABAP program RSDD_MSSQL_CUBEANALYZE (install the latest version which is attached to SAP Note 991014). After the program is installed, execute it with SE38 and choose Settings -> Expert Mode. Acknowledge the warning, press the Detail button under the Determine All Shadow Objects item and press Start Check. Then select each shadow table and press Delete Clone Table.
    For more information regarding SAP BWu2019s use of SQL Server table partitioning, read the white paper titled u201CTable Partitioning in SAP BI on Microsoft?SQL Server# 2005/2008u2033. The paper is currently available for download at:
    http://www.microsoft.com/isv/sap/technology/interop/bi.aspx
    via http://www.bw2048.com/db-shadow-tables-with-k-name-e-g-bicb0000201k0-201.htm

  • Detect the end of flvplayback

    i have an flvplayback component on stage, named the instance flvPlayer and added this code to frame 1, so a video loads in it.
    flvPlayer.source = "clip1.flv";
    the videos plays from the local folder perfectly.
    I need a code that when the video ends, it jumps and stop to frame 1 of scene2.
    something like:
    scene 1, Frame 1:
    stop();
    flvPlayer.source = "clip1.flv";
    // code for detecting the end of the video and jumping
    when flvPlayer completed
        MovieClip(this.root).gotoAndStop(1, "Scene 2");

    i have "Scene 1" and "Scene 2".
    i have the flvPlayback component on the stage of scene 1. i chose flvPlayer for the instance name.
    and added this code to frame 1 of scene 1:
    stop();
    flvPlayer.source = "clip1.flv";
    flvPlayer.addEventListener(VideoEvent.COMPLETE, completeHandler);
    function completeHandler(event:VideoEvent):void
        MovieClip(this.root).gotoAndStop(1, "Scene 2");
    and i have scene 2 with a stop action on it's 1st frame.
    when i try to test the file, i get this error message in compile error section:

  • Save bookmark with command &CMD=PROCESS_VARIABLES&SUBCMD=VARIABLE_SCREEN

    Hello everbody,
    I would like to save a bookmark, but with aditional command &CMD=PROCESS_VARIABLES&SUBCMD=VARIABLE_SCREEN.
    Today, the bookmark have been saved like this:
    http://rb3dd00a:8001/sap/bw/BEx?SAP-LANGUAGE=P&BOOKMARK_ID=3XPCZNBFV819FY2WYPXKXO7PK and to send a bookmark we put the add commands at the end of link, we would like to leave this automatic.
    I´m looking on SPRO (BW).
    Any help would be great !
    Tks,
    Marcelo

    You can create a custom Javascript in SE80 and reference this in your template. The custom Javascript will have the functionality of appending the additional parameters to the URL.
    Are you trying to display the variable screen when the user access the bookmark after saving. For this you just need to have the parameter &VARIABLE_SCREEN=X.
    Thanks.

  • Deleting Zeros at the end of fields in ALV report

    I want to make an ALV report that include both integer and decimals in same column.
    for example :
    1 - 1234.0000
    2 - 0.0027
    i dont want to see zeros at the end of value. 
    But the type will be decimal and integer values will be shown with zeros at the end.
    For Ex.
    I want to take report like this ;
    1 - 1234
    2 - 0.0027
    How can i make this?
    Thanks.
    Edited by: aydnbk on May 14, 2010 3:22 PM

    Hello aydnbk.
    As far as i know, there is no way to do what you want using standard ALV-Functions. There is a field 'DECIMALS' in structure LVC_S_FCAT, but using this field you could only define ONE setting, that would affect ANY value.
    Furthermore i am asking myself, if this feature is really sensible - when numbers are right-justified, a global setting for the number of decimals makes it much easier to compare the values - at least this is my personal opinion...
    If i had to do this trick, i would simply add some character fields to the output-structure and write the values to the charater-fields to enforce this quite special layout.
    Additionally i would set the fields 'NO_OUT' and 'TECH' for the fields of type 'P', that are holding the values - 'NO_OUT' hides the column and 'TECH' ensures, that the field can not be selected in a user-defined layout.
    Hope this helps.
    Regards, Jörg

  • Clicking at the end of each song

    I have a new 160gb ipod classic.
    After syncing songs to it from my 1.5gig powerpc g4 laptop i get staticky pops or clicks at the end of every track that has silence for a few beats.
    What the ****?
    No pop/clicks on my deck. Tracks from a mix of iTunes store, other downloads and CDs.
    Thanks.
    Legion

    As a follow up, I went to the Genius Bar for a bowl of Mensa Stew, but only got some tepid broth. Here's what transpired:
    The girl I was speaking with suggested that the artifact was the software misinterpreting information between the cuts. It was only a theory. She had not heard of any other incidents to relay. First she suggested I rip as MP3's. I explained that wasn't an option for me. She listened to a few cuts on a CD I'd brought with, or rather the ends of the cuts and confirmed there was a problem with the rip. She went through my settings, and asked if I'd tried it with Error Correction turned off. I explained I hadn't and that I preferred to use it. She suggested attempting to rip one of the cuts with it turned off just to see how it did. We did that and no artifact was there. So her 'solution' was to either leave error-correction turned off always, or turn it off for those problem CD's that produce the artifact (I'd estimate about 5% do on my laptop). This did not explain why it was doing it, nor why my g5 tower, which is running a carbon-copied system with all the same iTunes settings, does not produce the artifact with Error-Correction turned on.
    I'd be interested to hear of anyone else who's been having problems importing hi-rez files in iTunes. I know of at least one other instance where the artifact produced (on a MacBook) is dis-similar to mine in that it takes the form of brief electronic beeps moving from channel to channel.
    Anyone else?

  • Strange digital artifacts at the end of each song importing via iTunes

    I've tried a few variations on archive searches and wasn't able to find an answer to this: In ripping some of my CD's into iTunes (either Apple Lossless or WAV) I've been getting some very odd, brief digital artifacts at the end of each songs on a CD. This sounds like two or three seconds of an audio tape on fast forward. It only seems to happen on new releases (I cannot think of any older CD's it's occurred on). I just got a copy of Mary Gauthier's new album (great CD by the way) and it happened on that one, for example. I tried ripping it multiple times in Apple Lossless, and WAV (always in iTunes) and each and every time it created files where this strange artifact existed at the end of every song. I play the CD I ripped the files from and the artifact is not there. I have several CD's, most of them recent releases over the past five years, that do the exact same thing. Otherwise everything else functions perfectly an the bulk of my 700+ CD library has imported without a hiccup. Is this some kind of anti-piracy technology...or do I simply have some setting off in my itunes preferences (Error-Correction is on, WAV or Apple Lossless is always set to Automatic, have experimented with importing to startup disk and external disk-same results). The artifacts seem to always sound the same too...they never vary, except that they sound different from song-to-song, but the same if say, the first cut is played over again. They are always 2 seconds plus or minus, and always at the end of a cut (the final 2 seconds or so). They do transfer verbatim to my iPod, and also play via iTunes through my stereo.
    Anyone have any clues what this might be?

    As a follow up, I went to the Genius Bar for a bowl of Mensa Stew, but only got some tepid broth. Here's what transpired:
    The girl I was speaking with suggested that the artifact was the software misinterpreting information between the cuts. It was only a theory. She had not heard of any other incidents to relay. First she suggested I rip as MP3's. I explained that wasn't an option for me. She listened to a few cuts on a CD I'd brought with, or rather the ends of the cuts and confirmed there was a problem with the rip. She went through my settings, and asked if I'd tried it with Error Correction turned off. I explained I hadn't and that I preferred to use it. She suggested attempting to rip one of the cuts with it turned off just to see how it did. We did that and no artifact was there. So her 'solution' was to either leave error-correction turned off always, or turn it off for those problem CD's that produce the artifact (I'd estimate about 5% do on my laptop). This did not explain why it was doing it, nor why my g5 tower, which is running a carbon-copied system with all the same iTunes settings, does not produce the artifact with Error-Correction turned on.
    I'd be interested to hear of anyone else who's been having problems importing hi-rez files in iTunes. I know of at least one other instance where the artifact produced (on a MacBook) is dis-similar to mine in that it takes the form of brief electronic beeps moving from channel to channel.
    Anyone else?

  • Missing column at the end of report in Crystal report server 2008 VI

    When we run the reports in Crystal report server 2008 VI, for some reports we see the last column is missing some characters. I have few reports that show numbers with decimals at the end of the report, but in CMC it cuts the number at the start of the decimal. I only see the numbers upto the decimal. When I run the same report in Crystal designer, everything works fine.
    I had the same problem with CR developer 2008 and I used the following code to fix it:
    Private Sub SetMargins(ByVal myReportDocument As ReportDocument, ByVal left As Integer, ByVal top As Integer, ByVal right As Integer, ByVal bottom As Integer)
            Dim myPageMargins As PageMargins
            myPageMargins = myReportDocument.PrintOptions.PageMargins
            myPageMargins.leftMargin = left
            myPageMargins.topMargin = top
            myPageMargins.rightMargin = right
            myPageMargins.bottomMargin = bottom
            myReportDocument.PrintOptions.ApplyPageMargins(myPageMargins)
        End Sub
    Any help is greatly appreciated.

    HI Don,
    Install the same default printer as what you have onto the CRS server then what you should be the same. Also, which viewer are you using, ActiveX, DHTML or Java on the CRS Server?
    Thanks
    Don

Maybe you are looking for

  • Can you lock a window open?

    I've been having a problem that I can't seem to solve. Command-k allows me to connect to the company server quickly, at least it does the first time I use it after startup. If I close the window to the server, subsequent connections take forever. Our

  • Can I delegate a zpool to a non-global zone?

    I see I can delegate/assign a zfs dataset or a zfs volume to a zone using zonecfg. I want to know if it is supported to delegate an entire zpool. I have done it and it works, but is it supported. I seem to have problems with lucreate when I do this.

  • AddThis plug-in does not display properly.

    AddThis plug-in adds "Share page" to the Safari toolbar, but does not display icons for any sharing option (Facebook, Twitter, EMail, etc.). Therefore, I can't click on anything to share the web page I am reading. Any idea why this area is left blank

  • Error message require adminstrator or higher level, already did disk repair

    Hi all, I can't seem to install my printer drivers without an error message coming up: The program you are trying to install requires admin. or higher level access. I have gone to disk utilities and tried to repair disk permissions but it no use. It

  • Terrible External Hard Drive Fiasco

    First, let it be clear that no files are missing. I have all of my music files and movie files and TV show files -- everything still exists. The problem is, is that I copied them all onto an external hard drive a while back when I identified it as my