Flash XML Slideshow - Load next image after set amount of time

I'm creating flash xml slideshow and have managed to get the
images to load from the XML file. What I want to do now is have a
timer that loads the next image after x amount of seconds. Any help
would be great.
Code sample
stop();
// Create XML Object
slideshow_xml = new XML();
// Start slideshow once XML file is loaded
slideshow_xml.onLoad = startSlideShow;
//Load XML file
slideshow_xml.load("slideshow.xml");
//Ignore Whitespace in XML Document
slideshow_xml.ignoreWhite = true;
//Create Function for Slideshow - Shows first slide and
initalises variables
function startSlideShow(success) {
if (success == true) {
rootNode = slideshow_xml.firstChild;
totalSlides = rootNode.childNodes.length;
firstSlideNode = rootNode.firstChild;
currentSlideNode = firstSlideNode;
currentIndex = 1;
updateSlide(firstSlideNode);
function updateSlide(newSlideNode) {
imagePath = newSlideNode.attributes.jpgURL;
slideText = newSlideNode.firstChild.nodeValue;
loadMovie(imagePath, loadTarget);
}

Ok I've managed to get most of this working including the
alpha fade in. I haven't been able to get the images to fade out
(fadeImageOut function) so if someone can tell me what I'm doing
wrong. Also should I have some sort of preloader function for when
each image loads? and if so any pointers, then it should be done
except that I might need to add some text for each image in the XML
file.
stop();
var container:MovieClip =
this.createEmptyMovieClip("container", this.getNextHighestDepth());
var loader1:MovieClip = this.createEmptyMovieClip("loader1",
this.getNextHighestDepth());
var loader2:MovieClip = this.createEmptyMovieClip("loader2",
this.getNextHighestDepth());
container._x = 0;
container._y = 0;
function fadeImageIn() {
var fadeTween = new mx.transitions.Tween(loader1, "_alpha",
mx.transitions.easing.Regular.easeIn, 0, 100, 1.5, true);
loadmovie(imagePath, loader1);
function fadeImageOut(loader1) {
var fadeTween = new mx.transitions.Tween(loader1, "_alpha",
mx.transitions.easing.Regular.easeOut, 100, 0, 1.5, true);
unloadMovie(loader1);
// Create XML Object
slideshow_xml = new XML();
// Find out what this does
slideshow_xml.onLoad = startSlideShow;
//Load XML file
slideshow_xml.load("slideshow.xml");
//Ignore Whitespace in XML Document
slideshow_xml.ignoreWhite = true;
//Create Function for Slideshow - Shows first slide and
initalises variables
function startSlideShow(success) {
if (success == true) {
rootNode = slideshow_xml.firstChild;
totalSlides = rootNode.childNodes.length;
firstSlideNode = rootNode.firstChild;
currentSlideNode = firstSlideNode;
currentIndex = 1;
updateSlide(firstSlideNode);
function updateSlide(newSlideNode) {
imagePath = newSlideNode.attributes.jpgURL;
slideText = newSlideNode.firstChild.nodeValue;
//loadMovie(imagePath, loader1);
fadeImageIn();
function nextSlideImage() {
nextSlideNode = currentSlideNode.nextSibling;
if (nextSlideNode == null) {
rootNode = slideshow_xml.firstChild;
totalSlides = rootNode.childNodes.length;
firstSlideNode = rootNode.firstChild;
currentSlideNode = firstSlideNode;
currentIndex = 1;
updateSlide(firstSlideNode);
} else {
currentIndex++;
updateSlide(nextSlideNode);
currentSlideNode = nextSlideNode;
slideTimer = setInterval(nextSlideImage, 5000);

Similar Messages

  • Flash xml slideshow in iWeb not working

    Hallo
    I am really struggling to get a Flash xml slideshow to work.  I have used Flash Slideshow Maker app, which creates a slide.xml, .swf and .html file and everything is published in one folder "slideshow" on a local disk.
    I am using the following code and it works perfectly when viewed in iWeb:
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0, 40,0"
    WIDTH="920" HEIGHT="400" id="Phambili">
    <PARAM NAME=movie VALUE="/Users/elsjevanzyl/Documents/Websites/Published Websites/Phambili/Slideshow/Phambili.swf?xml_path=slides.xml">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME="wmode" value="transparent">
    <PARAM NAME=base VALUE=".">
    <EMBED src="/Users/elsjevanzyl/Documents/Websites/Published Websites/Phambili/Slideshow/Phambili.swf?xml_path=slides.xml" quality=high  wmode="transparent" WIDTH="920" HEIGHT="400"
    NAME="Phambili" ALIGN="" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" base=".">
    </EMBED>
    </OBJECT>
    But as soon as I publish it to FTP with following code, it displays the slideshow but NOT the photos or thumbs:
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0, 40,0"
    WIDTH="920" HEIGHT="400" id="Phambili">
    <PARAM NAME=movie VALUE="http://harmonieproteas.co.za/Slideshow/Phambili.swf?xml_path=slides.xml">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME="wmode" value="transparent">
    <PARAM NAME=base VALUE=".">
    <EMBED src="http://harmonieproteas.co.za/Slideshow/Phambili.swf?xml_path=slides.xml" quality=high  wmode="transparent" WIDTH="920" HEIGHT="400"
    NAME="Phambili" ALIGN="" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" base=".">
    </EMBED>
    </OBJECT>
    I have also tried iFrame code, but this is not working at all.
    Can anybody tell me what I am doing wrong when publishing the above code to FTP?
    Any help will be appreciated.

    Flash isn't my thing but, it appears that you are missing the images:
    <flash_parameters copyright="socusoftFSMTheme">
    <preferences> 
    <global> 
    <basic_property movieWidth="920" movieHeight="400" decoration="" html_title="Title" loadStyle="Pie" startAutoPlay="true" continuum="true" backgroundColor="0x00000000" hideAdobeMenu="true" photoDynamicShow="true" enableURL="true"transitionArray="" socusoftMenu="false"/> 
    <title_property showTitle="true" photoTitleColor="0x00000000" backgroundColor="0x00c0c0c0" alpha="30" autoHide="true"/>
    <music_property path="" stream="true" loop="true"/>
    <photo_property topPadding="2" bottomPadding="64" leftPadding="2" rightPadding="2"/>
    <properties enable="true" backgroundColor="0x00c0c0c0" backgroundAlpha="30" cssText="a:link{text-decoration: underline;} a:hover{color:#ff0000; text-decoration: none;} a:active{color:#0000ff;text-decoration: none;} .blue {color:#0000ff; font-size:15px; font-style:italic; text-decoration: underline;} .body{color:#ff5500;font-size:20px;}" align="top"/>
    </global>
    <thumbnail> 
    <basic_property width="40" height="40" thumBackColor="0x002c2c2c" borderColor="0x002c2c2c" thumborder="2" thumSpacing="4" shapeAlpha="60" buttonColor="0x00000000" currentbuttonColor="0x00ffffff"/> 
    </thumbnail>
    </preferences>
    <album> 
    <slide jpegURL="thumbs/mozzie tour 2.jpg" d_URL="slides/mozzie tour 2.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Mozzie Tour 2" width="916" height="334"/> 
    <slide jpegURL="thumbs/mozzie10.jpg" d_URL="slides/mozzie10.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Mozzie10" width="916" height="334"/>
    <slide jpegURL="thumbs/snow on hogsback.jpg" d_URL="slides/snow on hogsback.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Snow on Hogsback" width="916" height="334"/>
    <slide jpegURL="thumbs/tea time@santa maria.jpg" d_URL="slides/tea time@santa maria.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Tea Time@Santa Maria" width="916" height="334"/>
    <slide jpegURL="thumbs/western cape tour knersvlakte.jpg" d_URL="slides/western cape tour knersvlakte.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Western Cape Tour Knersvlakte" width="916" height="334"/>
    <slide jpegURL="thumbs/western cape tour[2].jpg" d_URL="slides/western cape tour[2].jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Western Cape Tour[2]" width="916" height="334"/>
    <slide jpegURL="thumbs/bush camp in botswana[2].jpg" d_URL="slides/bush camp in botswana[2].jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Bush Camp in Botswana[2]" width="916" height="334"/>
    <slide jpegURL="thumbs/eastern cape tour 2.jpg" d_URL="slides/eastern cape tour 2.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Eastern Cape tour 2" width="916" height="334"/>
    <slide jpegURL="thumbs/hogsback 2.jpg" d_URL="slides/hogsback 2.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Hogsback 2" width="916" height="334"/>
    <slide jpegURL="thumbs/mozzie tour.jpg" d_URL="slides/mozzie tour.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Mozzie Tour" width="916" height="334"/>
    <slide jpegURL="thumbs/western cape tour.jpg" d_URL="slides/western cape tour.jpg" transition="0" panzoom="1" URLTarget="0" phototime="2" url="" title="Western Cape Tour" width="916" height="334"/>
    </album>
    </flash_parameters>
    http://harmonieproteas.co.za/Slideshow/

  • HT201250 After setting up my time capsule, I noticed that my iphoto library and music was not backed up.  The documents and .jpg's was back up, do I need to do something else in the set up?

    After setting up the time capsule, and completing a full back up, I noticed my iphotos and music was not backup.  I have all my documents and .jpg files but no music from Itunes or photos from iphoto?  Do I need to set something else up?

    Can I ask you how you know your photos and music are not backed up?
    Open a Finder window to your Pictures folder (you should see your current iPhoto Library file). Go to the Time Machine icon in the menubar, then click Enter Time Machine to use the TM interface, and go back in time to a random point. Is the iPhoto Library file still there? If so, it's being backed up.
    If not, is there any chance you've excluded those folders from TM preferences? Click Options on the TM system preference panel and see if you have exclusions.
    Matt

  • For Photoshop CC download do I have to pay the £8odd a month forever or for a set amount of time?

    I want to know whether there's a set price to the deal or will I be paying £8odd forever?
    I'd rather buy the full application, then and there, if that is the case. Save Money.
    Is there a set price? Or are you paying it if off monthly for a set amount of time?
    Can't find answers anywhere.
    Thanks In Advance!
    J

    You pay for your Cloud membership as long as you want to use the software.
    When you stop paying the software stops working. You never own the software. There is no set time when you finally pay it off - because it's a subscription model, not a rent-to-own model.
    If you want a pay once, own forever deal then you may be better off getting the superseded CS6
    Creative Suite 6

  • Continuing a loop for a set amount of time

    Hi,
    I'm am trying to alter a previously written program have run into a problem.
    The program is set up so that when the input exceeds a set level an output voltage to a buzzer is created; the buzzer continues as long as there is an input.  What I need it to do is to continue this output for a set amount of time.
    I've been searching the forum and found this straight forward solution from adamsjr.
    "The easiest way to do this is to use a two Tick Count functions. The first
    one is outside of a While loop, the second one is inside of the While loop.
    Wire the first one through a tunnel into the While loop, add on the appropriate
    ms (5*1000), wire the sum to one input of a compare function. Wire the
    other input of the compare function to the second Tick Count function. Exit
    the loop when the compare shows the second Tick count value is greater than
    the summed value."
    I've got placed the output subVI into a while loop and followed the above directions and this doesn't seem to work. I'm wondering if I would also have to include the input subVI into the loop or is there another possible solution
    Thanks ahead of time,
    Kristen

    Hi Kristen,
    You have the compare function implemented incorrectly.  You need to make sure that the first terminal of the "Greater than or equal" function connected to the output of the sum, and the second terminal to the tick count in the while loop.  The first terminal corresponds to x parameter and the second terminal is for the y parameter.  So if x is greater than or equal to y, then the loop will need to exit.
    You can see how long a subVI is taking if you put a flat sequence structure within your subVI around the entire subVI code.  The first frame would only have a tick count going into an indicator, the middle frame your normal code, and then the final frame would contain another tick count wired into another indicator.  Then you can subtract the second indicator value from the first and get hold long it took to execute the middle (core) of your code for that subVI.
    I highly suggest using the highlight execution and probes and other debugging techniques such as breakpoints to diagnose where the data is being held up.

  • Safari won't load some images (after upgrade to Mavericks from Lion)

    Hi,
    I've noticed that since I upgraded my OS from Lion to Mavericks, Safari won't load all images on certain websites.
    I've tried loading the same pages on my daughter's MacBookPro (she upgraded from Mountain Lion to Mavericks) and everything works just fine.
    We cross checked the Safari preferences and everything is identical.
    Below are two pictures, the first one taken from my computer, the second one from my daughter's. As you can see, in the first photo the image won't display, while it's been perfectly loaded in the second photo.
    Here's the website: http://blog.alice.tv/berengario/2013/11/16/trasmissione-su-arturo-tv/
    I've tried opening the same page on Firefox, and all images are perfectly displayed.
    Could you please help me?
    Thank you for your support!
    Kind regards,
    Leo

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • How to load a image after getting it with a file chooser?

    I'm still starting with JavaFX, and I simply would like to know how to load the image (e.g. png or jpg) that I selected using a FileChooser in the user interface. I can access the file normally within the code, but I'm still lost about how to load it appropriately. Every time I select a new image using the FileChooser, I should discard the previous one and consider the new one. My code is shown below:
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.shape.Rectangle;
    import javafx.scene.paint.Color;
    import javafx.scene.layout.HBox;
    import javafx.scene.control.Button;
    import javax.swing.JFileChooser;
    import javafx.scene.image.ImageView;
    import javafx.scene.image.Image;
    var chooser: JFileChooser = new JFileChooser();
    var image;
    Stage {
        title: "Image"
        scene: Scene {
            width: 950
            height: 500
            content: [
                HBox {
                    layoutX: 670
                    layoutY: 18
                    spacing: 10
                    content: [
                        Button {
                            text: "Open"
                            action: function() {
                                if (JFileChooser.APPROVE_OPTION == chooser.showOpenDialog(null)) {
                                    var imageFile = chooser.getSelectedFile();
                                    println("{imageFile.getCanonicalFile()}");
                                    image = Image{
                                        width: 640
                                        url:imageFile.getAbsolutePath()
                // Image area
                Rectangle {
                    x: 10
                    y: 10
                    width: 640
                    height: 480
                    fill: Color.WHITE
                ImageView {
                    x: 10
                    y: 10
                    image: bind image
    }Thank you in advance for any suggestion to make it work. :)

    As its name implies, the url param expect... an URL, not a file path!
    So, use {color:#8000FF}url: imageFile.toURI().toURL(){color} instead.

  • How to restore image after Set Text of Container behavior

    Hi there, I'm not sure how to apply the Set Text of Container behavior. Basically, when I mouse over an image, I want a larger version of the image with decription text to appear.  I also want to restore the original image without text on mouse out.
    I want the larger image and its text to appear in the exact location of the original image not anywhere else on the page. Here's an example what I've done to try and achieve the effect:-
    1. Create a div and insert image in it.
    2. Select the image and Set Text of Container behavior. Under the Set Text of Container dialog box, select the div that the image is in (e.g. div "apdiv1") and type in the New HTML - For example: <img src="largerimage.jpg"><span id="apdiv1">image description</span>
    3. Set the event to mouseover
    I do not know how to proceed to restore the original image without text when I mouse out. I know I’m doing something wrong to achieve this effect but I can’t figure out what it is. Your help is greatly appreciated!

    Use CSS Disjointed Rollovers.
    http://alt-web.com/DEMOS/CSS-Disjointed-Image-Rollover.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-1.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-2.shtml
    http://alt-web.com/DEMOS/CSS-Disjointed-Rollover-3.shtml
    Nancy O.
    THANK YOU NANCY It worked perfectly!
    THANKS GRAMPS!

  • Load/Import images with Lingo in "running time"

    I would like to do the following:
    When I start a Shockwave application on my website, I want to
    load an images from the server and include it in my movie.
    How can I do it? (The image is not initially on the movie).
    On the other hand (this one is more difficult): If I have a
    3D scene: Can I put such image in a wall of my 3D scene
    dynamically?
    Thank you a lot.

    To load an external image in your movie, you can set the
    .fileName property of a bitmap member. It would help to preload the
    image file, so that it is available locally before setting the
    filename. Look up preloadNetThing().
    To show an image on a wall in a 3D scene, you need to make
    the image into a texture, make the texture part of a shader, and
    use that as the shader of the wall mesh. Here's a movie that does
    something like that, using images already available in a castLib:
    http://nonlinear.openspark.com/tips/3D/zoetrope/

  • Application keeps crashing after an amount of time

    Hello,
    Since an certain amount of time we get crashes with our application on some of our PC's. It's an touchscreen application and it's running on a builtin PC with an Intel G41 Express Chipset. The application only crashes if it runs fullscreen.
    I've tried various things to get a solution but everytime the application keep's crashing. The things i've tried so far:
    Reinstall a clean Windows 7 (x86), No chipset drivers (just the drivers Windows recognized) with Adobe AIR 3.6 and the application, after that i've tried Adobe AIR 3.4 and 3.5. Application keeps crashing on the Adobe AIR.dll that's in C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\
    Reinstall a clean Windows 7 (x86), the latest chipset drivers with Adobe AIR 3.6 and the application, after that i've tried Adobe AIR 3.4 and 3.5. No other software. Application keeps crashing.
    Reinstall a clean Windows 7 (x64) with Adobe AIR 3.6 and the application, after that i've tried Adobe AIR 3.4 and 3.5. Application keeps crashing.
    I'm guessing the chipset is messing up Adobe AIR, because if we run it on another PC the application runs fine. Even if I run the application in Windows XP mode, the application runs fine. But I guess that's just because "Windows XP mode" simulates other hardware.
    In the Windows Event Log I can find the following entry:
    Naam van toepassing met fout: SenF.exe, versie: 0.0.0.0, tijdstempel: 0x4eb75ae0
    Naam van module met fout: Adobe AIR.dll, versie: 3.6.0.5970, tijdstempel: 0x510d8c68
    Uitzonderingscode: 0xc0000005
    Foutoffset: 0x001b1d38
    Id van proces met fout: 0xf84
    Starttijd van toepassing met fout: 0x01ce198187df72be
    Pad naar toepassing met fout: C:\Program Files\SenF\SenF.exe
    Pad naar module met fout: C:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR.dll
    Rapport-id: e9a85ae2-8574-11e2-9597-e06995e99d65
    I've created a dump file and I can find the following:
    0:000> !analyze -v
    * Exception Analysis *
    *** WARNING: Unable to verify timestamp for SenF.exe
    *** ERROR: Module load completed but symbols could not be loaded for SenF.exe
    GetPageUrlData failed, server returned HTTP status 404
    URL requested: http://watson.microsoft.com/StageOne/SenF_exe/0_0_0_0/4eb75ae0/Adobe_AIR_dll/3_6_0_5970/51 0d8c68/c0000005/001b1d38.htm?Retriage=1
    FAULTING_IP:
    Adobe_AIR+1b1d38
    66e81d38 8b8694000000 mov     eax,dword ptr [esi+94h]
    EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 66e81d38 (Adobe_AIR+0x001b1d38)
       ExceptionCode: c0000005 (Access violation)
      ExceptionFlags: 00000000
    NumberParameters: 2
       Parameter[0]: 00000000
       Parameter[1]: 00000094
    Attempt to read from address 00000094
    PROCESS_NAME:  SenF.exe
    ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    EXCEPTION_PARAMETER1:  00000000
    EXCEPTION_PARAMETER2:  00000094
    READ_ADDRESS:  00000094
    FOLLOWUP_IP:
    Adobe_AIR+1b1d38
    66e81d38 8b8694000000 mov     eax,dword ptr [esi+94h]
    MOD_LIST: <ANALYSIS/>
    NTGLOBALFLAG:  0
    APPLICATION_VERIFIER_FLAGS:  0
    FAULTING_THREAD:  00000490
    BUGCHECK_STR: APPLICATION_FAULT_NULL_CLASS_PTR_DEREFERENCE_INVALID_POINTER_READ
    PRIMARY_PROBLEM_CLASS: NULL_CLASS_PTR_DEREFERENCE
    DEFAULT_BUCKET_ID:  NULL_CLASS_PTR_DEREFERENCE
    LAST_CONTROL_TRANSFER:  from 00000000 to 66e81d38
    STACK_TEXT: 
    00000000 00000000 00000000 00000000 00000000 Adobe_AIR+0x1b1d38
    STACK_COMMAND:  ~0s; .ecxr ; kb
    SYMBOL_STACK_INDEX:  0
    SYMBOL_NAME:  Adobe_AIR+1b1d38
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: Adobe_AIR
    IMAGE_NAME:  Adobe AIR.dll
    DEBUG_FLR_IMAGE_TIMESTAMP:  510d8c68
    FAILURE_BUCKET_ID: NULL_CLASS_PTR_DEREFERENCE_c0000005_Adobe_AIR.dll!Unknown
    BUCKET_ID: APPLICATION_FAULT_NULL_CLASS_PTR_DEREFERENCE_INVALID_POINTER_READ_Adobe_AIR+1b1d38
    WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/SenF_exe/0_0_0_0/4eb75ae0/Adobe_AIR_dll/3_6_0_5970/51 0d8c68/c0000005/001b1d38.htm?Retriage=1
    Followup: MachineOwner
    Can someone point the the right direction? If necessary I can upload the whole DMP file.
    If you need more information feel free to ask. I'm not the developer of this program so I might get in contact with the company that build this application to get your questions answered.
    Many thanks in advance.
    Message was edited by: Michel van den Hoek

    Hi Chris,
    It seems the problem has been resolved yesterday. I waited to reply with the solution until we're done testing. Since testing is done, i'll tell you our solution. I think the problem was very computer specific, but since others can have this problem i'll tell how we fixed this.
    We are using 32" touchscreen from ELO (http://www.elotouch.com/products/ids/3200L/default.asp) with an builtin PC with the following specs.
    ECM1:
    Intel Celeron Dual-Core
    2.2GHz E1500
    (512KB L2 cache/800MHz bus)
    Appearantly we were using the drivers that are delivered with Windows 7 and we did 'downgrade' the drivers with the drivers that can be downloaded from the ELO website (http://www.elotouch.com/files/driver_packs/IDS_Computer_Module_Win7_Drivers_Package.zip). I guess the below drivers are the one that solved our problem.
    *  Product: Intel(R) Chipset Device Software
    *  Release: Production Version
    *  Version: 9.2.0.1021
    *  Target Products: Intel(R) 6 Series/C200 Series Chipset Family
    *                        2nd generation Intel(R) Core(TM) processor family
    *  Date: December 23 2010
    Unfortunately the latest drivers are'nt always the best... at least not for us.
    Thanks Chris for your help, i still can upload the DMP file to see where it was going wrong. I'll email them ASAP.
    I hope that I can help some people with this post.

  • How do you set the alert time to default to a set amount of time in the calendar?

    How do you set a default alert time in my calendar so I don't have to set it every time?

    Go iCal Preferences/General and click the default alert tick box at the bottom. You can then adjust the amount of minutes before the event for the alarm. NB. ticking the tickbox means you get an alarm for every entry.

  • Locked record to be killed automatically after x amount of time

    I often face a problem that if any of the client is updating a record and before commit/rollback the pc gets restarted, the session of the user does not get killed and the record remains locked.
    Is there any method that in the above mentioned senario, session can be killed automatically?
    Thanks in advance
    Zulqarnain

    Justin, before following David's advice be sure to consider if you have any programs that connect to Oracle and set idle waiting for an external stimulus like a middleware receipt (mailbox , message queue etc…) receipt. You will need to set your idle time to take these programs into account, which could render the setting ineffective for your needs.
    The alternative is to write a script that looks for connected but idle sessions and which then kills them through Oracle. Through logic you define the script has the ability to skip specified sessions or to apply different timeout standards as desired.
    HTH -- Mark D Powell --

  • Flash xml data loading and unloading specs

    hi i am trying to get specification information that i cannot
    find anywhere else.
    i am working a large flash project
    and i would like to load xml data into the same swf
    object/movieclip repeatedly.
    as i do not want the previously loaded items to unload i need
    to know if doing this will unload the items from the swf or just
    keep them in the library so they can be reposted without reloading.
    i cannot find any supporting documenation either way that
    tells me that if i load new content into a clip (i am aware
    levels overwrite) if it will or will not unload this content.
    thanks in advance.
    mk

    this is awful for me -- i cant even get the clip to duplicate
    -- and i thought this would be the simplest solution to keeping
    everything cached for one page before and one page after current in
    the project.
    i have used a simpler clip to test the code and see if i am
    insane.
    duplicateMovieClip(_root.circle, "prv", 5);
    prv._x = 300;
    prv._y = 300;
    prv._visible = true;
    prv.startDrag();
    this ALWAYS works when i use the _root.circle file of a green
    simple circle
    BUT
    when i change it to my main movie clip (which is loaded AND
    On screen -- it just doesnt duplicate at all!) -- i've even
    triggered it to go play frame 2 JUST IN CASE
    I've even set visibility to true JUST IN CASE
    ie all i do is change _root.circle to _root.cur
    and .... nada.
    AND _root.cur IS DEFINITELY on the screen and all xml
    components have been loaded into it. (it is a slide with a dynamic
    picture and dynamic type and it 100% works)
    has anyone had this insanity happen before?
    is this an error where flash cannot attach movie or duplicate
    a clip that has dynamic contents???

  • Flash doens't load external resources after refresh in Windows Firefox

    Hi guys,
    We're encountering a weird problem here. Implementing a Flash header that fades in&out through some external assets via XML... Works fine in all browsers on Windows & Mac, except, after refreshing the page in Firefox for Windows (XP, 7,...) it doesn't load the external resources anymore and we get a blank SWF. Monitored this in Firebug.
    Flash Player has the latest version. We also have this problem on a local host.
    It probably has something to do with caching, but the strange thing is that it only goes wrong in FF on a Windows machine. Also works fine again after a hard refresh.
    Thoughts?
    Thanks.
    BR,
    Lex

    UPDATE: Removing wmode: transparent from the Flash attributes seems to fix it.. Weird. Unfortunately this attribute is really necessary for the lay-out..

  • How can I create a flash picture slideshow for 3 images

    Hi. I am wondering if anybody can tell me how to create a picture PUSH. I have three images that I wish to work with. By pushing I mean having an image come in from the left (or right) and place itself on top of the other (or pushing the other out of view). Like a slide show of three images scrolling along but one stops for a brief period before the other image comes into view.
    Any help would be appreciated. Thanks!!!

    http://www.hongkiat.com/blog/30-free-flash-photo-galleries-and-tutorials/

Maybe you are looking for

  • Kernel26 2.6.28-3: Keyboard and touchpad (elantech) broken

    Hi, after upgrading to the new kernel, my Elantech touchpad doesn't work anymore. I guess that is the same problem like here http://bbs.archlinux.org/viewtopic.php?id=63150 The other problem is much worse: The keyboard stops working after some minute

  • Windows Storage Server 2008 backup fail to UEFI based computers

    Hai All I have got Windows Storage Server 2008 running on a WD Sentinel DX4000. Recently my company bought a couple of new Dell laptops all running windows 8.1 64bit OS. Only three older laptops were left. Now for the fun part...I installed the conne

  • How do I create a signature

    Help?

  • Bug with ListView!?

    Can someone please run the following code and tell me what is wrong? We have the following problem: If some cell is selected, and then you select another cell, the previously selected cell becomes partly blank (only the text element). If I mouse over

  • JGrasp -- how to increase heap size?

    Hello, can anybody tell me how to increase the max heap size in jGrasp? Thank you.