sorry for the dumb question: i purchased your item with the idea that i could open it with flash cs3 professional – maybe i misinterpreted.
how can i produce an .swf from the contents of the .zip file?
thanks
sorry for the dumb question: i purchased your item with the idea that i could open it with flash cs3 professional – maybe i misinterpreted.
how can i produce an .swf from the contents of the .zip file?
thanks
hi bacsilva,
It’s documented in pdf. Create your CS3 .fla file in main directory and put this code on first keyframe:
import flowgallery.FlowGallery; import flowgallery.adapters.PV3DAdapter; addChild( new FlowGallery( null, new PV3DAdapter() ) );
Additionally add source classpath (it’s also documented – point 2.2)
regards
Thanks for the quick reply.
I’m a complet noob at this – flash’s reporting an error.
I added the code you mentioned (both in your reply and in the .pdf) in the Actions panel, in the first keyframe.
I then followed the instructions for adding source classpath, as documented in point 2.2. However, after exporting to .swf Flash CS3 reported the following:
“Main.as, line 1 – 1180: Call to a possibly undefined method addFrameScript.
Scene 1, Layer ‘Layer 1’, Frame 1, Line 4 – 1120: Access of undefined property YourContainer.”
Kind regards, Bruno
You are right – mismatch between your .pdf and your reply. My apologies. Now i only get the first error 
Hello there again. I still get the “possibly undefined method addFrameScript” error. Any ideas on how to solve this?
Thanks in advance. Bruno
The code is very professional. Thanks again!
Two questions:
1. How much is the extended license. Could you turn on that purchase option. My company may buy it.
2. what is the paperVision3D version used for the component?
Thanks!
Carl
PV3D version of flowGallery just works in that way. It’s rendered all the time. If you want to avoid this issue, please use FP10 version. There’s not much I can do about it now. To be honest, I’m not going to support PV3D applications anymore as long Flash Player provides better solutions for 3D.
Hi there.
I was wondering whether your component could be oriented so as to act like curved navigational element. The idea would be to modify the code so that categories of a product coule be listed in the centre and the items belonging to that category to appear on the outside as a curve. Clicking on the item then brings it in the foreground to display it’s attributes.
Interested in your thoughts. I am trying to get away from Flash (although have spent some time developing in it) as I feel that is limiting in many areas when compared to Flex.
Regards Steve
hello Steve,
Definitly it’s doable. It would require some modifications in source code to match these requirements. There’s nothing else I can say as long I can’t see clearly your ideas.
Probably flex it’s better in some areas and ‘clear’ as3 is more comfortable in different cases. Just like with all the technologies.
Bartek
Hello bartQ,
First, I would like to thank u for ur nice work bartQ, u are doing great, I just have two questions :
1) There is two adapters, F10 and PV3D , F10 API is better for rendering or PV3D ? ( in terms of performences )
2) Is it possible to use custom components in your flow list or we have to use images only ( If we can put videos for exemple )
Thank u !
Great file, but exist one small bug. If you click a picture twice, fast, by mistake then the picture drop more down in the area of shadow and shadow goes up from picture.
Hi,
I tried your code in Flex3, and it works well for me, except when I place your tag inside a viewstack like this… I do get the following error message…
TypeError: Error #1009: Il est impossible d’accéder à la propriété ou à la méthode d’une référence d’objet nul. at essai/createChildren()[C:\Documents and Settings\marc\My Documents\Flex Builder 4\essai\src\essai.mxml:9] at mx.core::UIComponent/initialize()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:5370] at mx.core::Container/initialize()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\Container.as:2526] at mx.core::Application/initialize()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\Application.as:846] at essai/initialize()[C:\Documents and Settings\marc\My Documents\Flex Builder 4\essai\src\essai.mxml:0] at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::childAdded()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:2009] at mx.managers::SystemManager/initializeTopLevelWindow()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:3234] at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::docFrameHandler()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:3064] at mx.managers::SystemManager/docFrameListener()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\managers\SystemManager.as:2916]
Can you help ?
Thanks.
MARC
This is the main.mxml code Bartek. All the filesystem structure has been implemented correctly to me. Thanks for your feedback.
<?xml version=”1.0” encoding=”utf-8”?> <![CDATA[ import flowgallery.adapters.PV3DAdapter; import flowgallery.FlowGallery; override protected function createChildren():void { super.createChildren(); uiComponnet.addChild(new FlowGallery(null, new PV3DAdapter())); } ]]>
It is inside the code i gave you …or i did not understand your reply.
What do you suggest ?
Thanks.
Nice Gallery!
I just wonder how I get images from other servers to work. I want to load in some images that is not on the same server as the flowgallery. What happens now is that the gallery is just black, no loading or no images. Is there some adjustment I can do in any actionscript-file?
Thanks alot!
hi, i just bought this beautiful component
i cant get it work at all
could you send me a simple zip file that contains the swf file with the attached images folder and xml file??
thanks
I really like this component, but there doesn’t seem to be a simple way to point an arrayCollection of image blobs (which our application pulls from a db) at this component and make it work.
Do you have any suggestions?
thank you
Take look on FlowGallery.as and then find line 128. See this snippet:
for each( var el:XML in dataQueue.getItemAt(0).content.category.img ) {
dataDict.push({ src: el.@src, desc: el });
imagesQueue.addItem( el.@thumb_src );
}
Add images from your arrayList and it should work:)
Is there a way to load SWF file instead of image file?
Hi,
I’ve just purchased the file. Could you show me how to create a navigation button that navigate to a certain picture in the gallery?
The Flash10Api does not implement is the correct interface, thus cannot replace PV3DAdapter.
Can you please help?
In your previous post on how to use FP10 API (to replace Paper3D), you wrote:
open Main.as and look at line:My question is, the above code does not work because the FP10Api does not provide the proper interface required by the FlowGallery constructor.
Here is the PF10 class (note the wrong interface it implements):
public class FP10Api extends EventDispatcher implements IFlowMenuAdapter.
It should implements IFlowGalleryAdapter
I was using the current download (as of 9/1/2011).
Could you clarify how to use FP10 ’s api and not to use pv3d’s?
Thanks!
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
92 Purchases
37 Comments