How do you resize. Your description said it’s easily re-sizable? How?
Let’s say all my images is size 400×300.
Posted about 1 year ago
The new version of the iPlat AS2 slideshow implementation. Version 2 comes with brand new features.
And optimizes the previous features:
iShow[v2.0] is fully customizable. You can enable – disable all of the iShow components, easily customize each textFormat, resize and place. You can also add as many instances as you want in the same movie by simply adding one line of actionscript!
Recent iPlat Files:
Recent Updates:
Posted about 1 year ago
How do you resize. Your description said it’s easily re-sizable? How?
Let’s say all my images is size 400×300.
Posted about 1 year ago
Hi casau:
To resize the movie you need to specify the dimensions you want, when you initially create the iShow object. In the constructor method just replace the 6th parameter (currently 590) with 400 and the 7th one (already 300) with 300. If you do this, the preloader will be centered.
This is the constructor method:
var obj1:iShow = new iShow(home, “show01”, “photos.xml”, 0, 0, 590, 300, 4000, “burn”, 1, “easeInOutCubic”, 0.5,”sequential”, true, true, true, true, true, 1, 0×000000, 25, 1, 0×333333, 100, headlineFormat, descriptionFormat, thumbFormat, indexFormat);
Thanks,
iPlat.
Posted about 1 year ago
I would like to buy your file, but I need to have front and back btns.. so the user can go backward or forward whenever they want.
Do you think this would be easy.
Do you customize files?
Thanks
Posted about 1 year ago
@ tarafarell: I am not sure I get this. How is this different from the already implement feature next – previous buttons. The users can always go backward or forward whenever they want…
Posted about 1 year ago
Hi, Im just about to buy your file but I wanted to know if I can change the the transition to a blur transition.. if so.. how could i do that.
Thanks
Posted 11 months ago
@ nelly: how exactly do you want this transition (have you seen a similar one in some other flashden item?), because I am a finding it a little hard to implement. The images will blur (blurX and blurY parameters) and also fade? Because somehow the next picture needs to show up smoothly… Any ideas? Thanks.
Posted 11 months ago
i was thinking a Blur_blur thing inplace of whatever code you have in there… Hm.. but then that would probably leave a long white space btw each picture
Posted 11 months ago
Hi, Is there a way to keep the text display up permanently?
Cheers Nice file BTW .
Posted 11 months ago
quick question i have this gallery loaded on my site but i have 3 instances of it on there… but when i go into for instance the website sections it plays fines but as soon as you enter any other section it starts to jump around and act funny, how do i fix this… head over to http://www.iamthaweb.com, and click on work in the top menu…. after that click on any section, then close that section and click on any other one, you will notice that anything after the first section will play jumpy and start skipping around and what not…
Posted 11 months ago
—-—-—-EDIT-—-—--
there was a comma at the end of the link i just posted, and the link was wrong, the link should really be… http://www.iamthaweb.com/flashSite
quick question i have this gallery loaded on my site but i have 3 instances of it on there… but when i go into for instance the website sections it plays fines but as soon as you enter any other section it starts to jump around and act funny, how do i fix this… head over to http://www.iamthaweb.com/flashSite and click on work in the top menu…. after that click on any section, then close that section and click on any other one, you will notice that anything after the first section will play jumpy and start skipping around and what not…
Posted 11 months ago
@ SuperGeek: you will need to deactivate some onRollOut, onReleaseOutside functions. Specifically delete or place inside comments the actionscript lines 593, 595, 1221, 1223 (onRollOut = infoOut, onReleaseOutside = infoOut). You will also need to change the 6th parameter of line 369 with
(1 – infoPanelRatio) * (instanceHeight / 3).
If you can’t make this work just send an email to send you the edited file.
@iamtheweb: can you please send an email, I might have a solution for this…
Posted 11 months ago
I’m trying to bring the slideshow into another flash file. I have copied the main frame with the actionscript, copied all the items in the library over to my other file’s library, and placed all the necessary files into the main project folder. But, nothing is showing up in the other flash document…. any help on using this file in another document would be great!!! I’m up against a major deadline. Thanks!
Posted 10 months ago
Can you send an email with some further details or an attached file perhaps?
Thanks.
Posted 10 months ago
iplat, Fantastic file, bought it a while ago and it’s still coming in handy. Really nice to make amendments to. Excellent Slideshow!!!
One thing I was wondering if it’s possible to change the slideshow so that when a user clicks a thumbnail, the slideshow continues to play rather than automatically pausing
Posted 10 months ago
How I make it that the slider wont start automatic? So on tsartup the gallery is paused 
@godeater: Open the iShow.as and find the totalProgress function. Right after the line 564:
slideshow();
add this:
playRelease();
Then find the playRelease() function and substitute
this.gotoAndStop(2);
originally located on line 1015 with this one:
target[instanceName].panel.playButton.gotoAndStop(2);
Save the .as and compile the movie once again. If there’s any problem send an email.
Thanks.
Posted 8 months ago
I changed the size of the document to width 330px and height 478px. Also I changed the params in the .fla file to this dimensions. My Big images are also of this size.
I changed the size of the thumbnail to 100×145, also i changed the params in the .xml
When i load the movie with another movie (mcLoader.loadClip(“flash/gallery/source.swf”, mymc)
it loads correctly but when i change to the thumbnail view I am only able to scroll when I am moving the mouse under the thumbnails. So that the actor for sliding is moved under the thumbs.
What is there the problem exactly? (mcLoader movieclip has same dimensions like the gallery)
@ godeater: When you run the source.swf separately, is it working properly when you switch to thumbnail mode? Can you send a link so that I can take a look? Thanks.
Posted 8 months ago
Oh thanks for your help, i fixed the problem. It has loaded the wrong xml sheet. I’m so stupid :F
Posted 8 months ago
hello it looks very usefull is it possible after theimage is displayed and clicking to return on thumbs not to view anything besides the thumbs (meaning not showing the picture)? thanks dimitris
Posted 8 months ago
is there a way to center portrait photo ??? or its just doesn’t work with them (vertical images) ??? thanks
Posted 7 months ago
if all photos have the same size (vertical images) they will be automatically centered. If not they will be placed on the upper left corner (they won’t be centered).
Thanks.
Posted 7 months ago
Hello iplat,
thanks for the file it is really documented and explained properly!
i have one question, how can i make the “fade” effect overlap? right now it is simply fade one image out then the next image fade in, and i wish i could make them blend more into each other while fading…
thank you kindly!
Posted 7 months ago
hi iplat,
i would like to setup the controlls (4 Buttons) in one area like a player controll eg. upper right and the buttons should be always visible. coul you please give me some useful hints?!
another point – i tried blind a lot but nothing worx: how can i move the thumb panel, the mask … to another horizontal position eg top.
ahhhhh this would be great for my project! hope to use it. its really great work. thanks!
Posted 6 months ago