Not able to stop movie...

I have a movie created in Captivate, and exported to Flash 8,
within the Flash 8 movie I added custom control buttons. But the
stop() command is not working, the movie continues playing even
though I have tried and confirmed various targetPaths, and my path
is correct. _level0.stop(); Any ideas why?

Ok, I got it to work, WOOHOO!!
These are the instructions for pausing and play Captivate 3
SWFs (which uses its own "skin" preloader and playbar) through your
own FLA.
First here are the command controls for externally
manipulating Captivate SWFs:
rdcmndPrevious
set to 1 to go previous slide
rdcmndNextSlide
set to 1 to go to next slide
rdcmndPause
set to 1 to pause the project
rdcmndResume
set to 1 to resume showing a paused project
rdcmndRewindAndStop
set to 1 to rewind and stop the project
rdcmndRewindAndPlay
rset to 1 to rewind and play the project
rdcmndGotoFrame|
go to a specific frame
1. Create a Movie to be a loader for the Captivate SWF and
give it an instance name (CapLoader for this example)
2. Add AS to load the Captivate Skin SWF:
_root.CapLoader.loadMovie("name and directory of the Cap SWF
Skin file);
3. Create a button to control the Captivate SWF
4. To pause the Cap SWF, give the button you created the
following AS:
on(release){
_root.CapLoader.cpSkinLoader_mc.rdcmndPause = 1;
5. To Play the Cap SWF, give the button a separate state with
the following AS:
on(release){
_root.CapLoader.cpSkinLoader_mc.rdcmndResume = 1;
That's it!
Note 2 things:
1. Make sure the rdcmndResume and rdcmndPause have the "R"
and the "P" as capital letters.
2: Don't forget the "cpSkinLoader_mc" in the target path when
passing the commands to the instance that contains the LoadMovie
for the Captivate SWF.
YAY!
-Dave

Similar Messages

  • Not able to Stop Instance

    Hi,
         Not able to stop our Solution Manager system.
    Os- AIX 6.1 & database-Oracle 11
    Getting this error when trying to stop the instance:
    pm2adm> stopsap unxs0275
    Checking PM2 Database
    Database is running
    stopping the SAP instance DVEBMGS10
    Shutdown-Log is written to /support/home/pm2adm/stopsap_DVEBMGS10.log
    /usr/sap/PM2/DVEBMGS10/exe/sapcontrol -prot NI_HTTP -nr 10 -function Stop
    stop of Instance failed
    Error log:
    pm2adm> pg stopsap_DVEBMGS10.log
    Trace of system startup/check of SAP System PM2 on Fri 26 Aug 10:55:50 2011
    Called command: /usr/sap/PM2/SYS/exe/run/stopsap stop
    10:55:54
    stopping the SAP instance DVEBMGS10
    10:55:55
    Shutdown-Log is written to /support/home/pm2adm/stopsap_DVEBMGS10.log
    10:55:57
    /usr/sap/PM2/DVEBMGS10/exe/sapcontrol -prot NI_HTTP -nr 10 -function Stop
    26.08.2011 10:55:57
    Stop
    FAIL: HTTP error, HTTP/1.1 401 Unauthorized
    10:55:59
    stop of Instance failed
    Can you please suggest?

    The sapstartsrv is not allowing you to perform the Stop option for instance 10.
    The sapstartsrv should create a streamfile in the /tmp/.sapstream5<instance number>13. Check
    if this file has the right permition, something like that:
    srwx---       1 <sap>adm sapsys       .sapstream51013
    To solve the issue you could try:
    1. Try restart the sapstartsrv for the instance 10 and check if this will solve the problem.
    2. check if the s-bit permission in the program sapuxuserch (note 927637)
    3. In the last way you could disable the protect method for sapstartsrv with the instace profile parameter
    "service/protectedwebmethods = NONE" and restart the sapstartsrv. This certainly  will solve the problem, but I do not recommend it for security aspect.
    Before unprotect the web methods you should try to update the sapstartsrv.
    Edited by: Clebio Dossa on Aug 27, 2011 12:52 AM

  • Workflow - Not able to stop at the breakpoint, how to debug?

    Hi,
    I am working on solving a workflow problem, but i am not able to stop at the breakpoint put on the function module called through the program.
    I am sure that the function module is called through the workflow. please tell me why is it not stopping.
    Pls help.
    Regards,
    Chamandeep

    maybe because it is a background method, its then executed by wf-batch.
    the easiest way to test/debug a method is doing it with tx swo1, fill in the Business object and test the method with the corresponding input parameters
    /Peter

  • Not able to stop ASM on 11g R2

    We are trying to bounce 11g R2 database and ASM with RAC, I was able to shutdown database using srvctl with out any issue,
    [oracle@dev1 ~]$ srvctl status database -d dev
    Instance dev1 is running on node dev1
    Instance dev2 is running on node dev2
    [oracle@dev1 ~]$ srvctl stop database -d dev
    however when i am trying to stop ASM i could not able to stop using srvctl
    [grid@dev1 ~]$ srvctl stop asm -n dev1 -i +ASM1
    -i option has been deprecated and will be ignored.
    PRCR-1014 : Failed to stop resource ora.asm
    PRCR-1065 : Failed to stop resource ora.asm
    CRS-2529: Unable to act on 'ora.asm' because that would require stopping or relocating 'ora.DEVDATA.dg', but the force option was not specified
    any comments.
    Thanks

    Also please provide the output of the following:
    srvctl status asmIn your 1st post you typed:
    [oracle@dev1 ~]$ srvctl status database -d dev
    Instance dev1 is running on node dev1
    Instance dev2 is running on node dev2
    [oracle@dev1 ~]$ srvctl stop database -d dev
    however when i am trying to stop ASM i could not able to stop using srvctl
    [grid@dev1 ~]$ srvctl stop asm -n dev1 -i +ASM1
    -i option has been deprecated and will be ignored.
    PRCR-1014 : Failed to stop resource ora.asm
    PRCR-1065 : Failed to stop resource ora.asm
    CRS-2529: Unable to act on 'ora.asm' because that would require stopping or relocating 'ora.DEVDATA.dg', but the force option was not specifiednotice this command "srvctl stop asm -n *dev1* -i +ASM1"
    you used dev1 after the "-n" option but it looks like dev1 is your instance name and not your node name.
    can you please try:
    srvctl stop asm -n <hostname>Thanks
    Edited by: user11150436 on Oct 25, 2010 12:09 PM
    Sorry I see dev1 is your nodename as well

  • Not able to stop Data supplier bridge

    Hi,
    After upgrading to SP 15 of XI3.0, we are not able to stop Data
    Supplier Bridge in http://Host:50000/sld --> Administration --> Data
    Supplier Bridge.
    We have upgraded all components to SP15 and there is no problem with
    that. Please help me with this.
    Regards

    Hi Kiran,
    Have a look at the following thread.
    Data Supplier Bridge won't start in URL
    Rgds,
    Sam Raju

  • Not able to stop batch session

    Hii,
    I have placed one session on error only mode.
    it has been running for last 5 hrs.I am not able to stop the session.
    Even after loging out of the system it still shows active session.when i tried to kill the session but it is not allowing me to kill the session.instead one more session is getting created.i am able to kill that session also.
    its very urgent pls help.
    Regards,
    Viren.

    see if this part of sap-help helps you!
    Deleting Sessions
    Use
    Normally, batch input sessions are deleted from the session list automatically when they are completed. However, sessions remain in the list if any of the following is true:
    They were generated with the KEEP option.
    They contain errors or were aborted with the /bend OK code. (Such a session is deleted when you finish processing it, unless it was generated with the KEEP option.)
    When you no longer need sessions that have been held in the list, you can explicitly delete them.
    Do not delete any sessions that contain unprocessed transactions. You must first correct and process such transactions or enter the data in the transactions into the R/3 System in some other way.
    Prerequisites
    Start the batch input management tool: Select System ® Service ® Batch input ® Sessions. Alternate: Enter transaction SM35. Both paths take you to the session overview of the batch input system.
    Procedure
    To delete a session from the session queue, mark the sessions to be deleted and choose Delete from the tool bar. The system asks you to confirm the deletion. It also asks you if the session log should be deleted together with the session.
    Message was edited by: Bapujee Naidu

  • HT3775 I am not able to convert movies, keep getting this message The document "The Walking Dead Trailer - YouTube-2.mp4" could not be opened. The movie's file format isn't recognized. not sure why, anybody know

    I am not able to convert movies, keep getting this message The document “The Walking Dead Trailer - YouTube-2.mp4” could not be opened. The movie's file format isn't recognized. not sure why, anybody know

    Sounds like someone ripped the movie off of YouTube and it got corrupted in the process. Try getting the movie file again, or try using an alternative movie player such as VLC: http://www.videolan.org

  • Not able to import .mov files in pre elements 8

    Hi,
    Using Pre elements 8 not able to import .mov files ,images stored on external drive (WD)
    whenever we import it shows icon in premiere elements 8 about the clip but whenever we drag and drop it onto the timeline it opens the add media window again and if we cancel it we get message --could not locate the some files.
    Able to import all kind of supported files images,videos in premiere elements 8 stored already in the computer internal hard drive.
    changed the scratch disk, in pre elements 8, to internal c: drive (os).
    All the files from the same camera.
    Please advice, why it is doing like this.
    Vinay

    What type of camcorder did this video from?
    Version 8 is generally not compatible with video from still cameras, and this video must be converted before it can be edited.
    Also, remember that video editors do not actually add your media clips to a project but build connections to them. In other words, once you add a clip to a Premiere Elements project, you MUST maintain a connection to the clip's location. So, if you're connecting to video clips on your external drive, you can not remove your external drive from your computer or this connection will be broken.

  • HT4367 Whenever I try to rent a movie, Apple TV buffers and does not come back.  I am able to see other programs, but not able to rent movies.   And the movie charge still goes on my bill.

    Whenever I try to rent a movie, Apple TV buffers and does not come back.  I am able to see other programs, but not able to rent movies.   And the movie charge still goes on my bill.

    Apple TV uses iTunes. The reason you can't rent through your ATV is because you can't rent movies through iTunes Canada. Sadly, as this is a user-to-user forum, no one here would know when or if rentals will come to Canada.

  • HT1296 Im not able to download movies and music purchased from my iTunes on my iPad iOS 6.1. The download begings to show and once the dowload appears 100% done, I get a message "unable to download". please help

    Im not able to download movies and music purchased from my iTunes on my iPad iOS 6.1. The download begings to show and once the dowload appears 100% done, I get a message "unable to download". please help

    You have to have an internet connection, either wireless or through a computer with iTunes.  When you choose Software Update you can only update to the latest version for your iPod Touch, iOS 6.1.6

  • I have 32 gb ipod and i inst new os 5.1 but after that i am not able to add movies...so plz help me

    i have 32 gb ipod and in last week i int the new os that is 5.1 but after the same i am not able to add movies and music ...so plz help me in this

    Do you really mean iOS 5.1, or do you mean iOS 5.0.1? If you do mean iOS 5.1, that has not yet been released yet so you you have a beta version, for which we cannot provide help here. If you are a registered Apple developer, you hvae recourses through which to request assistance and report problems.
    If you have iOS 5.0.1, post back with details - your model of iPod (3rd generation or 4th generation), the operating system on your computer, the version of iTunes, and the exact symptoms of the problem - and someone here can probably then offer suggestions.
    Regards.

  • I am facing issue with the new iOS 7 control center; where I am not able to stop Music or go to next track from this shortcut center. Any Solution or Settings ?

    Hi,
    I have upgraded my iphone 5 to new iOS7 where I see that we have a new shorcut feature Control Center to turn on Wifi, Blutooth, Air Play etc..In the same we have for MUSIC where I am not able to pause or stop music and also cant go to next track and issue withe those buttons.
    Please let me know any seetings needs to changed.
    Thanks
    Niranjan

    Last point...who archives? On my regular email page I now have the Archive icon to the left of my Delete icon which I would prefer was to the left, first in the line as this is the icon I use mostly. With Folders, my Sent and Trash lists, who needs to archive?
    I can help you only with the placement of the icon placement -- if you right-mouse click on the toolbar, then select Customize Toolbar, you can move an icon to where you want it to be.

  • Not able to stop Resource group

    I was not able to bring the resource group to offline.. Since some of resources are in stopping state and hung there. I was not able to either bring the resource to offline nor the resource group.
    =============================================
    Output of scstat
    ==============================================
    # scstat -g
    -- Resource Groups and Resources --
    Group Name Resources
    Resources: siebelgtwy_m gtwcrm01 siebelgtwy_m_stor siebelgtwy_m_gtwy
    Resources: siebelsrvr1_m gtwcrm02 siebelsrvr1_m_stor siebelsrvr1_m_nfs siebelsrvr1_m_srvr
    Resources: trillium_m gtwcrm03 trillium_m_stor trillium_m_nfs trillium_m_srvr
    Resources: siebelweb_m gtwcrm04 siebelweb_m_stor
    -- Resource Groups --
    Group Name Node Name State
    Group: siebelgtwy_m hspcsuncrm6 Online
    Group: siebelgtwy_m hspcsuncrm7 Offline
    Group: siebelsrvr1_m hspcsuncrm6 Error--stop failed
    Group: siebelsrvr1_m hspcsuncrm7 Offline
    Group: trillium_m hspcsuncrm7 Online
    Group: trillium_m hspcsuncrm6 Offline
    Group: siebelweb_m hspcsuncrm7 Online
    Group: siebelweb_m hspcsuncrm6 Offline
    -- Resources --
    Resource Name Node Name State Status Message
    Resource: gtwcrm01 hspcsuncrm6 Online Online - LogicalHostname online.
    Resource: gtwcrm01 hspcsuncrm7 Offline Offline - LogicalHostname offline.
    Resource: siebelgtwy_m_stor hspcsuncrm6 Online Online
    Resource: siebelgtwy_m_stor hspcsuncrm7 Offline Offline
    Resource: siebelgtwy_m_gtwy hspcsuncrm6 Online Online - Service is online.
    Resource: siebelgtwy_m_gtwy hspcsuncrm7 Offline Offline
    Resource: gtwcrm02 hspcsuncrm6 Online but not monitored Online - LogicalHostname online.
    Resource: gtwcrm02 hspcsuncrm7 Offline Offline - LogicalHostname offline.
    Resource: siebelsrvr1_m_stor hspcsuncrm6 Stopping Unknown - Stopping
    Resource: siebelsrvr1_m_stor hspcsuncrm7 Offline Offline
    Resource: siebelsrvr1_m_nfs hspcsuncrm6 Stopping Unknown - Stopping
    Resource: siebelsrvr1_m_nfs hspcsuncrm7 Offline Offline - Completed successfully.
    Resource: siebelsrvr1_m_srvr hspcsuncrm6 Offline Offline
    Resource: siebelsrvr1_m_srvr hspcsuncrm7 Offline Offline
    Resource: gtwcrm03 hspcsuncrm7 Online Online - LogicalHostname online.
    Resource: gtwcrm03 hspcsuncrm6 Offline Online - LogicalHostname online.
    Resource: trillium_m_stor hspcsuncrm7 Online Online
    Resource: trillium_m_stor hspcsuncrm6 Offline Offline
    Resource: trillium_m_nfs hspcsuncrm7 Online Online - Service is online.
    Resource: trillium_m_nfs hspcsuncrm6 Offline Offline
    Resource: trillium_m_srvr hspcsuncrm7 Online Online
    Resource: trillium_m_srvr hspcsuncrm6 Offline Offline
    Resource: gtwcrm04 hspcsuncrm7 Online Online - LogicalHostname online.
    Resource: gtwcrm04 hspcsuncrm6 Offline Offline - LogicalHostname offline.
    Resource: siebelweb_m_stor hspcsuncrm7 Online Online
    Resource: siebelweb_m_stor hspcsuncrm6 Offline Offline
    =======================================
    Here resource group "siebelsrvr1_m " ... i need to start it again .. for that i need to bring it offline first and then start it again.
    Anyone's help is much apprepicated.
    Thanks & Regards
    Kumaresh.P.N

    I guess you set Failover_mode for the siebelsrvr1_m_stor and siebelsrvr1_m_nfs to something else than HARD, because normaly if something like this happens it would have aborted/rebooted node hspcsuncrm6.
    You need to clear the Stop_failed flag like described at http://docs.sun.com/app/docs/doc/819-0703/6n343k6h3?a=view
    which basicly means:
    scswitch -c -h hspcsuncrm6 -j siebelsrvr1_m_nfs -f STOP_FAILED
    scswitch -c -h hspcsuncrm6 -j siebelsrvr1_m_stor -f STOP_FAILED
    scswitch -F -g siebelsrvr1_m
    You then need to make sure that whatever lead to the stop failed problem is resolved, then you can start the RG again:
    scswitch -z -g siebelsrvr1_m -h hspcsuncrm6
    Btw. if you are seeing the "ping-pong" effect, e.g. the RG failing over between the two nodes failing to start properly, you can try
    scswitch -Q -g <rgname that is failing>
    if you are at least on SC 3.1U3 or newer.
    Hope this helps.
    Greets
    Thorsten

  • Canon HF200 and Final Cut Express 4 - not able to import movie files

    Hello,
    I have a Canon HF200. I have a 16 GB Duracell "pro photo" flash card. When I first connected my camera to my computer and clicked on "log and transfer" all of the movie clips on my card showed up in FCE 4. I did not import them at this time, however.
    Now when I connect the camera, only newer videos taken with the camera show up as importable in FCE. Essentially, while the older videos remain on the card, I cannot access them and import them into FCE.
    I am not able to import the files, which are saved as .CPI and .MTS files by simply dragging or using the log and transfer option.
    If anyone can help me with this problem and tell me how I can retrieve the movie files I would really appreciate it.
    Thanks a lot.

    Do you own a card reader? Use that instead of the camera to transfer your files. If not, try using disc utility (or toast if you have it) to duplicate the memory card to a disc image (you can burn it to dvd if you want a back up of the original files) and then use the disc image to log and transfer.

  • Getting unwanted messages (VZWNMN:5) from Verizon and Verizon is not able to stop them.

    I am getting messages from 6250 number and the content is VZWNMN:5 (OR) VZWNMN:11 (OR) VZWNMN:37. In a day I get around 25 messages.I have reported the issue on Jan 21st, 2012 and talked to atleast 7 customer reps, 5 tech support, 3 engineers & 4 managers. Spent atleast 10 - 12 hours on the phone with Verizon and still the case is still open.
    Since Customer support is not able to resolve the issue, they opened a ticket with Engineering team ten days back. So called after few days to check the status and the ticket was closed with status as "Resolved". But it was not so they reopened the ticket again and it's been 6 days now. The person who opened the ticket said will follow up with me on last Saturday. But no answer from him so emailed him on Monday and the response received was that he will call on Tuesday. Till now no answer. I am totally frustated with service and no where to go. Don't know whom to contact.
    Really appreciate if someone can suggest how to handle this situation.
    Thanks,
    V

    Hello.. I'm not sure how much help I will be since I don't have a Droid, BUT.. I experienced this very same issue a while back. And had the same run around with VZW customer support.. FINALLY.. i answered back to one of the text messages, it was another lady trying to reach her relative with the same first name as mine. After speaking with her for a while, I came to a conclusion these messages all started after I signed up for a option under the MY VERIZON (my account). The option was the place where you can send and receive text messages online from your MY VERIZON profile. Some how my name and number were being published into some sort of data base thing.. I had also received a premium text message that cost me $10 (im on prepaid, but had extra money in my account for ringtones & ringback tones, ect). After numerous calls to customer service about the continued text messages, they put a block on my account for receiving text messages, also there is a place in the MY VERIZON profile where the text messaging is done at to block up to, i think, 15 numbers. Well I filled every slot up with the numbers that were texting me, then started receiving probably another 50 more texts a day. It was sooo annoying!!! Then after customer service tried everything they could think of to stop the texts from continuing, I ended up having to change my phone number, something I did NOT want to do.. but it stopped the problem and it has not happened again... BUT i didn't sign up for that online text messaging option on MY VERIZON account this time.
    I hope this helps, but if not, i'm sorry... just wanted to give you my story and the resolution. Good luck!!!

Maybe you are looking for

  • Deadline branch in BPM

    Hi I am using transport acknowledgement in my BPM.i am using deadline branch to cancel the process after 1 min ( if i receive -ve ACK) and i also need to send an alert also. question: can we use 2 control steps in deadline branch first control step t

  • No sound from my center speak

    Hello,?I have a sound blaster audigy 2 card and 5. logitech THX speakers. I can not get any sound out of my center speaker. I used ot have a diagnostic program that tested my speakers and would let me reset them if I encountered a problem. I can no l

  • How to delete a record from pa30

    Hi all    I created a dummy hire giving personnel no and rest of the stuff...now iam trying to delete it..but it says that record cannot be deleted(time constraint1)..is there any other way to delete it? Regards abapuser

  • Passing parameter to a LOv

    hi all, i have a select statement like select v_code,v_location,v_name          from v_master         where trunc(v_date) between :block.item1 and :block.item2         and v_job = :block.job         and v_status <> 'C'the v_job i should pass it as a

  • Captions in slideshows

    why do i get double text in my captions when in slideshow