Home / Components / Galleries & Slideshows / PhotoFlip AS2 /
PhotoFlip AS2
119 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]
> View graphic table with full license features
$19.89
Package includes: MXP
Flash Version: Flash 8, Flash CS3, Flash CS4
Viewable with: Flash Player 8
Documentation level: Well documented
Flash knowledge level: Basic
Action Script: ActionScript 2.0
Product ID:F0902160
Please install flash first.
See more advanced easy-to-use Flash Components visiting my portfolio.
$19.89
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by Digicrafts:
Related components:
Featured components:
This is the second version of the HTML / XML V...[+]









35 comments
Add comment
1 2
Digicrafts
>>webcrafters
It support CS4. You can try open a ActionScript 2.0 project. You will see it in the component panel.
#  /  PM  /  posted on Feb 17, 2010
mfetro
Is there a way to increase the distance between objects by more than 100 px?
#  /  PM  /  posted on Feb 19, 2010
Digicrafts
>> mfretro
The distance limited by the UI now. We will update it for next update.
Now, you can set it via AS.
photoflip.itemDistance = 150;
#  /  PM  /  posted on Feb 19, 2010
wintersun
Hi, ive bought this and intergrated it.
However i have a question or two:
I have made a picture but the thumbnails are just that bit too big for a fast preload.
Is there a way to allow a click on a picture and making it bigger without actually leaving
the window you are in ?
For example without leaving the gallery ?
Or if not, have you any ideas that might allow something similar.
I can get a picture to load into a totally new window but that makes viewing pretty awkward and makes navigation within the flash file difficult.
Thanks
Chris
#  /  PM  /  posted on Mar 23, 2010
Digicrafts
>>wintersun
You can add actionscript to control the behaviors when item click.
e.g.
//Define Event Listener Object
var photoListener = new Object(); //Event for item clicked
photoListener.onItemPress = function(eventObj) { trace(eventObj.selectedItem.contentURL); // You can do script here to load the picture in a loader. // Or add javascript here to connect with external js gallery like FloatbBox
}
//Add Event Listener
photoflip_mc.addEventListener(“onItemPress”,photoListener);
#  /  PM  /  posted on Mar 24, 2010
wintersun
Thanks, i will give this a go and report back :)
Regards
Chris
#  /  PM  /  posted on Mar 25, 2010
pggolden
I have an area of 435px in which I intend to put your Photoflip component. Is it easy to scale for a novice Flash user?
#  /  PM  /  posted on Jul 01, 2010
Digicrafts
>> pggolden
The components is resizable like normal movieclip inside Flash Authoring. You can change it on the stage by mouse.
#  /  PM  /  posted on Jul 02, 2010
pggolden
I am having trouble with the scrollbar. When I export the swf the scrollbars are placed at the top left and both left and right arrows are bunched up and overlay one another. Any ideas where I am going wrong?
I am using Flash CS4 with AS2.
#  /  PM  /  posted on Jul 02, 2010
Digicrafts
Could you contact us at fc [at] digicrafts.com.hk
#  /  PM  /  posted on Jul 08, 2010
asbkwt
Sir i purchased this component, it is very nice, but i want to load this swf in my swf. please help how to do this.
#  /  PM  /  posted on Sep 16, 2011
asbkwt
my image size is width 600 and height 300. so what should i do the settings. and what is Max Dimension in apperance Tab.
please help
#  /  PM  /  posted on Sep 16, 2011
asbkwt
Dear i want to show my image size is width 600 and height 300. What should i make component widht and height and what should i have to use Max Dimension. i tried 600 Max dimension it does not show my full image. please help.
#  /  PM  /  posted on Sep 18, 2011
asbkwt
Dear what you said use 600 Max Dimension i used but still image is cropped.
Dear i want to show my image size is width 600 and height 300. What should i make component widht and height and what should i have to use Max Dimension. i tried 600 Max dimension it does not show my full image. please please help.
#  /  PM  /  posted on Sep 19, 2011
asbkwt
Dear how can we call XML file through action script. Because i want to change XML file through buttons as i have 2-3 categories of images so i want to have 2-3 xml file that i can load through action script. Please help
#  /  PM  /  posted on Sep 20, 2011
1 2