Flicker between films

Hello. I am using Captivate to simulate a request (provide a demo). In the past, hard-coded HTML has been used to simulate a database (jsp pages) but this proved cumbersome and time consuming so I did volunteer work.

The problem with HTML is that you need to use Javascript to create a view full-screen. Flash is not an option, because they want the ability to train someone for the resumption and do mods for this application after I leave and the learning curve would be too great with Flash, but not so bad with Captivate.

So I used a projector Windows and transparent buttons overlaid on the image for application to simulate an HTML environment. But when the user clicks the button it stops briefly before loading another movie and watch some other application are open on the screen for a brief second.

Does anyone have a solution for this / this problem?

Thank you advance.

Thank you, Larry.
Captivate Player looks like a great tool, especially for someone who has experience to Captivate but little or no Flash experience. I'll try but not for this project.

I like your first idea to give them a film about how to create a Flash shell and load video clips, I know that in this way I can imitate the software application based on the web in full screen.

Thanks for your help.

Chuck

Tags: Adobe Captivate

Similar Questions

  • SMV flicking between ESX hosts and generate HA errors

    Dear all

    This may seem obvious, but I'd really appreciate a confirmation of my thoughts.

    We have an ESX3.5 U3 environment with 16 hosts managed by virtual Center. Each physical host has two network adapters for each of the three vSwitches (Service Console, vmkernel and VM network). The two network adapters in each vswitch are powered by two different Cisco 6509 s for redundancy purposes. Last week, for a separate ground, one of Ciscoes was closed, which means that none of the three vswitches had network redundancy in place.

    Yesterday, it was noted that VMs were flicking between hosts - i.e. a VM would be visible on ESX06 for 5 seconds, then ESX11 to 5, then 06 once again, etc. The event log shows that HA is seeking to exchange the virtual machine per physical host x physical host there several times. It is always possible to RDP to the virtual machines, but there is no possibility to manage other aspects of the virtual machine by VC (i.e. vmotion), as I suppose, VC never knows exactly where it should be!

    My first feeling is that HA look at the Console of Service of all physical hosts vswitches and determine that there is a lack of redundancy and therefore seeks to move virtual machines from one host to another, then get stuck in a loop. However, I think that HA has been invoked only (which is actually to move a virtual machine from one host to another) If a particular host actually exit blinked eye and fell completely network - not only if she lost a redundancy...

    I would appreciate your opinion. And by the way, I'm not sure when the networking team will be able to get the second Cisco and running again, so want to rule out the possibility that this problem can be caused by something else.

    Thank you very much in advance for your help.

    have you seen this KB?

    http://KB.VMware.com/kb/1005051

  • Missing between film and Viewer Panel

    Hey all!

    I have Lightroom 4.0 and I'm editing, but I just noticed that the Panel between the film and the Viewer is missing. This is the Panel that got the opportunity to check the "Show mask Overlay" and set the pins mask on various display options (Auto, Hide, Show, etc.). I can't understand how to get it back. Toggle all panels does not work.

    Thank you!

    Screen Shot 2013-01-21 at 7.56.05 PM.png

    Press T to the toolbar

  • When refreshing a clip, timeline teeters between old and new versions?

    This has been a problem persistent and annoying for as long as I can remember.  You want to make a change to an animated sequence in your timeline.  Make you it, save it over the old, and it SHOULD just update in your timeline, such as making a change in a dynamic link.  But this isn't... sometimes.  You see the images flicker between old and new, if its a .mov or frame sequence.  Of course, it has something to do with the cache because the old file is GONE.  His crushed.  There is not, except in the temporary cache files.  The question is why don't they crushed?  First reboot always solve the problem, but why should I have to restart to clear the cache?   I can't be alone here.  I've seen this happen on several different set ups with Win and Mac OS, so it has zippo to do with the material.

    Try closing and reopening of the sequence.

  • How to switch between symbols with actionscript?

    If I have four Movieclips: MC_a, MC_b, MC_c, MC_d, and one other named MC_Box.

    Each video clip has 5 frames with images inside.

    I want to use a clip from movie both in a function named Presentation_MC:

        1. Function Presentation_MC () {}
        2. MC_Box.x = 100;
        3. MC_Box.y = 100;
        4. AddChild MC_Box();
        5. MC_Box.gotoAndStop (Math.Floor (Math.Random () * 5)); Choose ramdomly between executives of the selected movieclip
        6. }

    I want to use the change of the clip with shots from my keyboard (numbers 1 to 4), choose between my four film clips.

        1. stage.addEventListener (KeyboardEvent.KEY_DOWN, Oclusor);
        2. function Oclusor(evtOclusor:KeyboardEvent):void
        3. {
        4. If (evtOclusor.keyCode is 49)
        5. {
        6. / * Here is the code to choose MC_a to serve as MC_Box inside the function Presentation_MC () * /.
        7. }
        8. ElseIf (evtOclusor.keyCode == 50)
        9. {
        10. / * Here is the code to choose MC_b to serve as MC_Box inside the function Presentation_MC () * /.
        11. }
        12. ElseIf (evtOclusor.keyCode == 51)
        13. {
        14. / * Here is the code to choose MC_c to serve as MC_Box inside the function Presentation_MC () * /.
        15. }
        16. ElseIf (evtOclusor.keyCode == 52)
        17. {
        18. / * Here is the code to choose MC_d to serve as MC_Box inside the function Presentation_MC () * /.
        19. }

    How can I change between film clips to be used by the function?

    Finally, I think I did:

    Moving between images and set the values of xx

    stage.addEventListener (KeyboardEvent.KEY_DOWN, Oclusor);

    function Oclusor(evtOclusor:KeyboardEvent):void

    {If (evtOclusor.keyCode == 37) / / LEFT}

    {

    gotoAndStop(this.currentFrame-1);

    }

    If (evtOclusor.keyCode == 39) / / RIGHT GOLD SPACE

    {

    gotoAndStop(this.currentFrame+1);

    }

    ElseIf (evtOclusor.keyCode == 49)

    {

    XX = 0;

    }

    ElseIf (evtOclusor.keyCode == 50)

    {

    XX = 1;

    }

    ElseIf (evtOclusor.keyCode == 51)

    {

    XX = 2;

    }

    }

    Stop();

    It works as I wanted!

    var xx:int

    var Opto:Array is ['mc_A', 'mc_B', 'mc_C'];.

    var box = Opto [xx]

    var clipToUse:Object = flash.utils.getDefinitionByName (box);

    var mc:MovieClip = new clipToUse() as MovieClip

    addChild (mc)

    MC.x = 489

    MC.y = 190

    MC. Height = 388

    MC. Width = 388

    var randomClip = Math.round (Math.random () * 5)

    mc.gotoAndStop (randomClip);

    Stop)

  • Capture 8 mm for PE9 editing movies

    A few dozen hours of film 8mm of my family have fallen on my knees as well as a responsibility to try to scan it for posterity and it burn to the disc media. This raw footage would be nicer with the important mower in the form of clip selection, cutting, reassembilng order (because different reels were spliced years out-of-sequence), adding a few titles with dates and places and so on. Sounds perfect for first Elements 9. I haven't used before PE, so I don't know that there will be a learning curve. I am a subscriber to lynda.com, and they have instructional videos for PE9.

    But what is the best way to capture that 8mm film and enter PE9?

    I know there are services that will capture 8 mm film and burn to DVD, but I saw that Bill Hunt advised in another thread that "given the old telecine film on DVD is not the best" way to go. Also, a service I found also doesn't recommend not doing this with PC edition the ultimate goal. Maybe they were dissatisfied customers who have had problems to import and edition. It is also quite expensive with film so to transfer. In general we pay about 25 cents per foot, although a good amount of it is unable to make the cut and the quality can vary depending on the service.

    I have a Hi8 camcorder and a MiniDV camcorder. I can show the film on a screen and capture it on tape myself with a camcorder. My film projector can vary the speed if necessary in order to circumvent the problem of flicker caused by the difference in frequency between film and video. I see in others in other threads in the forum that I would need to get a D - A interface from the camcorder to the PC to import the video to DV - AVI type II. This camcorder to PC transfer should also be done in real time (once again, a second time, the screening of the film of count).

    Another Possibliity, is that I could buy a hard drive or flash card camcorder in function, ideally a camcorder supporting 24 p recording, in order to synchronize the frequency of images more easily. I then be able to copy files of clips using a card reader and import them into PE9 without transferring a second time in real time? Is there a noticeable quality difference in one of these two, other than possible flickering? Saving time, if a second reading in real-time is avoided, could do that useful for this reason alone. My budget limit myself to spending about $ 500 on this camcorder. What is the format the camcorder would need to save in?

    From what I've seen, I don't really work in HD or burn Blu - Ray for reasons of image quality, because these formats superior resolution of 8 mm film.

    My first recommendation would still be a laboratory good telecine and have them transfer the film scanned to miniDV Tape. A good telecine laboratory will do several things:

    • Clean the film
    • Repair any bad splices
    • Show the film directly to sensors in a camera miniDV, set up with the appropriate glasses and condensers and designed to get a perfect shot
    • Set the speed to match the video sequence
    • Correct some problems of density
    • Color correct to a certain extent

    We can draw on a large reflectivity, flat screen and shooting with a camera, but can never exactly match the axis of the lens of the projector, so some distortion will exist. Optically, this method will be as good as with a telecine machine, properly configured and calibrated.

    If you have a miniDV camera and must have a FireWire connector, as long as you have one on your computer, with the right cable, you won't need an A - D Bridge, you can capture directly from the miniDV Tape.

    There are companies that sell telecine equipment, and some will be available without the miniDV camera, and/or the projector. Due to the mechanics and optics, they are very expensive, so you would need to have a lot of film, to justify their fees. In addition, one should clean the film and fix any bad connections. Finally, a good telecine machine will probably have a liquid barrier in the spotlight, and this will help reduce scratches, etc.

    Just my feelings.

    Good luck

    Hunt

  • I cannot import video from iPhoto to iMovie because the app does not appear under 'movies '.

    OK, so I'm trying to download a video of 4 min 26 s (739 MB 1920 x 1080 29,96 fps H.264) in iMovie & iMovie does not recognize my Nikon D800 as being connected, so I uploaded the video to my iPhoto.  My original iPhoto has been deleted because it was corrupted and the peeps on the Apple Store deleted and created a new.  Now when I go in iMovie, I click on "Import" and then I click 'Movies' and in the window, all I can choose is iMovie, a directory of blue movies, PhotoBooth, & iTunes. Help! I just eventually want to download YouTube : (o)

    In the screenshot you posted, you should see iPhoto in the list between films and photo booth. Also movies iPhoto should appear in the browser. Since you see nor it seems than iMovie and the operating system cannot see iPhoto library. If you click the photo button in the toolbar you see your photos in iPhoto? If this is not the case, this would confirm a problem with iPhoto library. Try opening iPhoto, hold down the command and option keys. In the first aid window trying to repair the library and perhaps rebuild if repair does not fix your problem.

  • How can I SAVE groups of tabs. They disappeared when I opened then Firefox

    I created 5 groups of tabs. It was awesome flick between them, but I closed my computer and when I open again once they had gone.

    How would you please save them or stop them endangered

    Thank you

    pingu70

    If you clear your recent history manually then there is no problem with App Tabs and tab groups get lost and you can delete all data you want... There is only a problem when you do this automatically whenever you close Firefox. Your first screenshot shows that you only clear the output cache, so it should be OK.

  • iPod touch questions?

    Hello, ipod worked very well but all of sudden I'm having some trouble, the info is MD717LL/A, version 8.4.1 model [12H 321]. First question is when I plug in to charge I hear a repeated beep and I see the green bar in the the battery icon on top right flicker between black and green then it stops and show green. When the charger is not plugged into the bar shows black. How will I know when the battery if fully charged as when I go into settings-> use-> battery use, I don't see anything indicating a % battery?

    I got it for a while to charge and the battery led green color and now take off the ccharger the whole led bar is black. Basically what I need to know, what color of led battery must be fully charged please?

  • Satellite T110 - Defective Bluetooth after waking from sleep

    SATELLITE T110 Bluetooth will fail after awakening from sleep.
    The icon will be flick between white and green as he seeks my device (phone).

    I ve reduced the problem to the laptop, because if I try to pair again phone to the laptop it fails. It's almost like he has a block?

    Operate as planned, then I have to charge fully.
    Bluetooth connects then as planned.

    It only became a problem because I installed the latest BIOS v 2.40
    I use the 64-bit Version.

    When the problem occurs I run the Bluetooth Diagnostics and it comes back as fine no error reported. It s a pain now because I use the laptop mode "sleep" more off.

    This is due to the new update of the bios.

    Can you after waking from sleep just restart BT stack and try to connect to the mobile phone?
    You mean that with the old version of the BIOS, everything was OK?

    Last question: what was the reason for the update of the BIOS? I hope not the fact you want to have the latest version.

  • Microsoft updates installation gives me an error 800706BE

    I had just reinstalled Windows 7 Enterprise 64-bit on a reformatted hard drive. The first thing I did once inside, ran Windows Update and start installation updates one by one (with a system reboot between each of them, even if it was not necessary).

    • Properly installed KB890830
    • Successfully installed KB980908
    • Properly installed KB977074
    • Properly installed KB976662
    • Properly installed KB974431
    • KB971033 failed with error 800706BE
    • Another "Important update" or "Update optional" Microsoft (with KB sticker #) also fails with an error 800706BE

    I then install some optional updates third-party (non-Microsoft). These updates all the completed without problem. This suggests that Windows Update does not work properly.

    I tried to download Windows6. 1 KB971033-x 64.msu (a put failure to date) from the Microsoft Web site and run the file as a stand-alone update MSU. I had the same error 800706BE.

    I have tried other media messages on the read error:

    • "My Remote Procedure Call (RPC)" Service is running and set to automatic
    • 'My remote procedure, Call (RPC) Locator' Service is not running and the Manual value (to leave this service has not resolved the issue)
    • Tool repair of Background Intelligent Transfer Service (BITS) told me "repair is not required currently.
    • You try to run "Windows6. 0-KB942288-v2 - x 64' (Windows Update upgrade) tells me that an update is "not applicable to my computer.

    I'm out of ideas. Any help would be greatly appreciated.

    Hi Mike,.

    Bad news. I followed your instructions (thank you very much for taking the time to do). I copied the files corrupt in their correct locations. I have re-directed the CheckSUR tool and obtained a clean without any error log file. I restarted and after restarting Windows would no longer load. He got the login screen and then it would flicker between the login screen and a black screen constantly until I would restart the computer. It looks like to-something has been corrupted, no less.

    The good news. I advanced and tried another Windows reinstall (this time following these tips from PA bear.) This is my approach. I highlighted what I did differently from the previous relocation - in case someone else runs into this problem.

    1. I disconnected all devices from the computer except for the keyboard and mouse. Also, I unplugged the Ethernet cable.

    2. Insert the Windows installation CD

    3. When asked where install I deleted the system partition (the partition where I wanted to install the system, and the 100 MB partition that Windows created). I created a new partition in the space. And there the value Windows Installer.

    4. Once logged into Windows, I used a drive (freshly formatted) transfer via the MSE Setup file. I installed MSE and have a Full System scan.

    5. I plugged the Ethernet cable and configure my network.

    6. I opened Windows Update and was able to install all the updates without any problem.

    Don't know what the problem was. Maybe it was indeed hijackware that made its way through the network before. Maybe it was a corrupted installation. No idea, but at least everything seems to work fine.

    Thank you for your time and your patience with me. It is unfortunate that we could not understand the question without having to reinstall.

  • Streaming audio of ROCKET (external card) for pc, has stopped working.

    Hello

    I have a v1 rocket and use only the external memory slot to store audio. In the past I could plug the "rocket" on the PC and just explore memory and listening to music. After that I updated to the latest firmware, it now wants to copy the audio data before playing. This means that I have to wait for centuries (if it is a mixture of 90 min) to hear it. This becomes a real pain if I want to flick between files. She also did navigate the most boring rocket by adding a "MASTER" folder that did not exist before. I got back to the older firmware and restore the default settings, but it still does the same thing.

    Anyone offering any insight/help would be highly appreciated.

    Cheers, J

    Neither new nor old firmware requires to copy music to your PC. That would be nuts. The problem is the music player of your computer or USB mode on the "rocket" software.

    The update of the firmware may have changed your USB mode. Go to settings system/settings/USB Mode and change it. There are actually two modes, MSC and MTP.  (Auto Detect chooses between them, often wrongly.) Try the MTP and MSC to see if you can get the old behavior.

    MSC makes your job of rocket as a basic storage drive. You drag and drop the music on it through Windows Explorer.

    PSG controlled by Windows Media Player. You send music via Windows Media Player, sync, playlists, etc.

    Looks like you were using the before PSG, but it's hard to say without knowing what type of media player on your computer.

    The pleasure is that your computer can see a USB mode at a time - each mode appears on your computer (but not the "rocket" itself) as a separate partition. If you send files through the PSG, he sees only these files. If you send them via MSC, then the connection of the PSG will not see these files. Again, this depends on how you used the "rocket" before the change of firmware. .

    If you still get the oddities, what is your music player on your computer? Try another, such as Winamp and Media Monkey.

  • Two screen question: Control Panel appears on the screen 1 but the mouse is on the screen 2 and so I can't access

    I have a Sony Vaio laptop connected to a stand alone monitor. I don't use the laptop screen unless there is a problem and then I had to alternate between the two screens using Fn F7 key.

    A problem has occurred with the rundll32 process (which I'm trying to fix separately) and this led to the PC automatically flicking between screens and then stick with the independent monitor but in low resolution (so I couldn't access the tool bar along the bottom).

    I went to control panel to change the resolution to high, but the question of rundll32 kept close the process.

    This left me with icons on the desktop of the monitor stand alone, a white color on the laptop screen (it is normally black) and the ease of Fn F7 does not (said the service is not available).

    When I click on Control Panel on the screen of stand alone, it opens on the screen of the laptop, but I can't access it because the function of the mouse is on the screen to stand alone.

    Can someone help before I go out drinking?

    Thanks, Temp.

    I seem to have solved the problem. It seems that display order has been reversed and so I just had to move the mouse to the right of the screen to stand alone (I had been pushing against the left hand side) to move on the screen of the laptop. From there on, I played a bit with the display settings in the control panel and, although the issue of the always kept dllrun32 throw me out, seems to be back on the screen of stand-alone only, with the correct resolution and the Fn f7 works again. This means I can put the top back on bottle of vodka, at least until the next issue of dllrun32 arises.

  • Inspiron 7559 4K display (16 GB of ram, 960 m GPU) need help. white balance / tone is constantly evolving?

    I just picked up a new laptop (inspiron 7559 4K display, 16 GB ram, 960 m GPU) and I have a problem with the display. Its always of switching/flicker between the white balance / tone between a true white and bluish white cooler.

    It seems to be connected to what colors or lack of, are on the screen. When its just its beautiful text and white. When there is an image or a text in color, the screen switches to the cool bluish white.

    also happened when you hover over an image or an area of color (not items that are links or who have special functions)

    any ideas what I send that thing again? I'm certainly not satisfied with the new machine.

    Thank you

    Graham

    Hello

    I experienced exactly the same problem with this laptop (7559 4 k, 16 gb, 960 m).

    I managed to get always this problem of color change (change from white to a different shade of wide white-blue) when highlighting text on a Web page.

    Its quite irritating as the screen around is affected (not just the app you're using) and there's a twinkle in short when the color change occurs.

    HP support were in fact very helpful, has ran a lot of tests, updated all drivers (BIOS, graphics etc etc!), but unfortunately nothing really solved the problem and I returned the laptop.

    Others seem to be affected by this title by the youtube video below, which also shows the question quite well.

    www.YouTube.com/watch

    Its really shame that such a potentially important laptop would have a critical fault like this. If they could solve this problem that I would consider buying it again.

    Let us know if you manage to solve this problem!

    Thank you.

  • Movi presence status

    Is it possible to get the status of presence outside Outlook (at a meeting) to display in the Movi of Cisco Client.

    Or is it possible to unterfingest the TMS/VCS with the presence server for Cisco to get the State of the presence of the CUPC.

    THX

    Alex

    Sent by Cisco Support technique iPad App

    To my knowledge VCS cannot synchronize or integrate the presence outside the VCS

    Unless u try to have shared online / between film and a phone with a presence in cucm but this will lead to other questions

    One voice vs the routing of video calls

    Sent by Cisco Support technique iPhone App

Maybe you are looking for