slideshow

Slide show using Javascript

Hi, I have a slide show using javascript where images display from another server (remote server). i have to display images from another server,problem is when i set "src" property of "Img" html tag, it append my server localhost path at starting as "http:\mysitehost.com\myremoresite.com\image1.jpg" where my image path is "http:\myremote...

Best way to make a newsletter slideshow kiosk for the office?

So, I've been tasked with making a kiosk for the office for showing statistics about our SCRUM progress, build server status, rentability and so forth. It should ideally run a slideshow with bunch of different pages, some of them showing text, some showing graphs and so on. What is the best approach for this? I first thought of powerpo...

jQuery - cycle help

I'm looking to get some help on using the cycle library for jQuery. I'm in the beginner demos, and I got the absolute first one completed. This is the second one on the page. <script src="jquery-1.2.6.min.js" type="text/javascript"></script> <script src="jquery.cycle.all.min.js" type="text/javascript"></script> <script type="text/javasc...

How to do a presentation for your co-workers containing lots of code?

I'm supposed to do a presentation for my co-workers on a web framework I evaluated. These people are developers and hate long and boring PowerPoint stuff, so I got lots of little code snippets. I also put together a small sample application. My question is, how do I present the code so people can follow? Some things I thought of: Put ...

Flex Flash based slideshows (no GUI tools)

Anyone know how to create a slideshow with flex, that has the following. Based with java flex (xml, java code whatever) Text Animation (text moving across the screen, etc) Ability to play mp3 or ogg (mainly mp3) Ability to add images on each slide. Essentially, I want to easily create better 'powerpoint' presentations. Ideally witho...

Dynamic javacript slideshow...

I have a javascript slideshow that pre-loads images out of a mySQL database and then displays them one at a time in an image tag in the HTML document. Briefly, it accomplishes this by pre-loading images like many slideshow tutorials show on the web, but instead of using static images (i.e. images/image1.jpg etc.) it uses a dynamic image ...

Load images from folder into slideshow

I have this AS3 slideshow code, that loads an XML with a list of images. What I'm looking for, is a way to skip the XML part, and just load all images in the folder "images"? How can I add an constant boolean that decides if it should play the images random or not? const RANDOM:boolean = true; ... // import tweener import caurina.trans...

Anyone have experience with slide.show2?

I'm looking to use Slide.Show2 on a website, however I have run into a few problems, and I am wondering if they are worth fighting through or not? Problems Thus Far: XmlDataProvider does not support query string parameters in the Path argument. While I've managed to hack around it, this raises some serious warning flags to me about t...

Android Combine Bitmaps -> Video

Hello, I have a array of Bitmaps. How could I combine them into a video to store on the SD Card? Thanks, Isaac ...

Flash movie not working in IE

The page at http://rants-group.com/ works fine in Firefox, not IE. Can anyone look at the source and see any problems? I cannot get this right at all! I think I have messed with it too much at this point, not sure what to do! The code to display the movie is like this: <div id="mainhome"> <table width="700" height="309" border="0" ...

Best tool to create a full screen slide show from the web

I need to create a slide show of some images that can go full screen so it can be displayed via S-Video out. The software is delivered via the web so a web-based option is needed. The list of images is dynamic, and I would like to show them in order. The list of photos can change while the slideshow is running, and I would like to add...

Javascript / Flash notifications in Slideshow Pro

Hi, I am using SlideShow Pro (a flash slideshow/media player) on a site. I want to receive notifications (in JavaScript) from the flash player when a video is finished playing so I can load another video via Ajax. There is an onVideoEnd() ActionScript call in the API: http://wiki.slideshowpro.net/SSPfl/API-onVideoEnd In ActionScript: ...

how to preload more than one but not all images of a slideshow with jquery

I'd like to create a web based stop motion video player. Basically a slideshow that shows 2-4 images per second. Each image might be a maximum of 20KB. I don't want to preload all images in the slideshow as there might be thousands, however I need to preload more than just the next image in the show as this will not playback fast enough ...

How to center my a div in a table using CSS?

I'm trying to add a slideshow to one of my websites. The whole page is layed out in an HTML table (which I hate with a passion AND did not choose). I want to center my slideshow inside that paticular column. Here is what my CSS looks like: #slideshow { position:relative; } #slideshow IMG { position:absolute; z-index:8; opacity:0.0; } ...

Ken Burns effect on iPhone views

Hey, are there any exisiting approaches on how to apply Ken Burns slideshow effects (take a look at a javascript demo: slideshow demo site) to a view? Regards... ...

Joomla Ja Slideshow Descriptions

How do you display the descriptions in Ja Slideshow? I found an example on the forums that goes like this: [desc img="img.jpg" url="http://www.url.com"] <h1> Title </h1> <p>Bla</p> [/desc] However, even if i match url of desc item to url of img, it's not being displayed, and i'm not all together on how that would work for multiple ima...

jQuery Image Slideshow: captions not transparent in IE

I have created a slideshow of images using jQuery. The images fade between each other. There are captions for each image, each inside its own div. As the image is faded in the related caption slides up. The caption is meant to be transparent and this works in all browsers (that i have tested it with) except IE. The website can be found ...

Looking for Image Slideshow with Preview Images

Checking to see if something like this is available for free or purchase. We would like to be able to set the size of the main image that, when clicked, would open up another window with the high res image in it. The other images in the slideshow would appear below the main image in small thumbnails. Each image could have a descripti...

jQuery: Transform slideshow from one DIV to many DIVs

I'm writing some rather basic jQuery code to create a slideshow from a set of images in a DIV. The CSS ensures that all images are stacked on top of each other. The script looks at the active image in the set, then moves the NEXT image's z-index up (via CSS class) and fades it in from 0.0 opacity. Rinse, repeat. It's actually based on so...

How to start a slideshow desktop change in Windows 7

Hello, I'm trying to trigger a desktop slideshow change but I can't find a public API to do it... The closer I got was to see the name of the methods that are using (they are using a COM object, but I don't know the CLSID to instantiate it). I already know how to change the desktop wallpaper (i'm doing that already), what I want is a w...