The issue I have after I change the image, the setInterval timer does not reset itself. 5 second delay starts, but when a new image is loaded, the 5 second delay does not reset.
Code
----------------------------------------------
slides_xml = new XML();
slides_xml.onLoad = startSlideShow...
targetClip is defined (as a movie clip), where the images are going to loaded. That works fine.
I put the linkURL to output into slideText, to see if it was reading the XML file correctly. It did output correctly.
When I click on the link_btn, nothing shows on the web browser/
ActionScript...
This is the first time I am working with XML and Flash combination.
Update XML
-----------------------
<Slides>
<slideNode linkURL="www.cnet.com"
jpegURL="images/ad1.jpg">Ad 1</slideNode>
<slideNode linkURL="www.zdnet.com"
jpegURL="images/ad2.jpg">Ad...
I have done a search on XML getURL, but I still cannot get my code to work.
"XML document"
--------------------
<Links>
<linkNode linkURL="http://www.cnet.com"></linkNode>
<linkNode linkURL="http://www.zdnet.com"></linkNode>
<linkNode linkURL="http://www.sony.com"></linkNode>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.