Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
bharattextile.com #1
Folder view for jpg slideshow application
Folder view for jpg slideshow application
Hi,
I?m making a standalone slideshow application of jpg files (not for web).
I?ll have a folder in pre defined path in the hard drive
(c:\images\thumbnails\) from where my flash program would pick up jpg files and
display in the scrollpane. It should be dynamic ? if I add more images in the
?thumbnails? folder in future it should pick up the current files list.
This would be program run from CD. Hence I won?t be able to use PHP. I was
told that Flash cannot read into the folder to get the file list. Can XML help
to achieve this? I am new to XML.
I have already done a slideshow for images embedded inside the library with
following code inside the scrollpane. Here, 001 and 002 are the movieclips but
now I want to use jpg?s from the folder:-
var imageList = ["001", "002", "003", "004", "005?];
var img = null;
for (var i = 0; i<6; i++) {
img = this.attachMovie(imageList, "img_"+i, i);
img._x = 0;
img._y = (i*80)+80;
_root.myScrollPane.refreshPane();
}
Kindly help!
bharattextile.com Guest
-
Customizing left pane in Contribute 4 - folder view
There is a folder view option (to easily browse your Website and select pages) for the left pane in FrontPage/ We are moving to Contribute 4 and I... -
Folder on desktop does not retain view settings.
I have a folder on my desktop that holds my shortcuts. I want it to always show up in icon view, and with the selected size folder. About 90% of... -
Folder not showing up in remote view
I checked and the folder doesn't start with an underscore. It's just called "divisions". The folder is not hidden, but I checked anyway and the site... -
Make hi-res photo slideshow VCD and view on TV
"DVD Photo Slideshow" is a cd burning software that makes hi-res photo slideshow with bakground music on VCD and it can be played with DVD player.... -
Application folder not seeing namespace of the main application
hi I have a website (localhost namespace : "whatever") that has a secure application folder ( called secure with a namespace : "Secure") I...



Reply With Quote

