ActiveDen

FlowGallery

  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
bacsilva says
Purchased

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

2 years ago
Author
bartQ bartQ replied

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

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
bacsilva says
Purchased

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

2 years ago
Author
bartQ bartQ replied

oh, read my comment carefully, I didn’t tell you to use YourConainer :)

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
bacsilva says
Purchased

You are right – mismatch between your .pdf and your reply. My apologies. Now i only get the first error :)

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
bacsilva says
Purchased

Hello there again. I still get the “possibly undefined method addFrameScript” error. Any ideas on how to solve this?

Thanks in advance. Bruno

2 years ago
Author
bartQ bartQ replied

please send me your files on email. I don’t see the situation right now.

Bartek

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
carlneuman says
Purchased

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

2 years ago
Author
bartQ bartQ replied

thank you :)

1. I’ll check this option for you.
2. It uses ‘2.1 rev920’ PV3D version, or alternatively you can use native FP10 3D capabilities without PV3D .
So there are two versions inside.

Bartek

2 years ago
Purchased
Default-user carlneuman replied

I only see one version of the source code. Where is the other one that do not need PV3D ?

My download is:

xxx_68292.zip

Thanks!

2 years ago
Author
bartQ bartQ replied

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.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
latman says

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

2 years ago
Author
bartQ bartQ replied

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

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
guedouarj says
Purchased

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 !

2 years ago
Author
bartQ bartQ replied

Hello :)
1) Certainly FP10 is faster and better than PV3D version.
2) Sure, It would require minor changes in source code. I don’t see problems.


thanks too :)
Bartek

2 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • Europe
Grphoto says
Purchased

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.

2 years ago
Author
bartQ bartQ replied

thanks, that certainly requires a fix :)

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
marcnader says
Purchased

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

2 years ago
Author
bartQ bartQ replied

Hi
Could you show me your code?
Bartek

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
marcnader says
Purchased

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())); } ]]>

2 years ago
Author
bartQ bartQ replied

i think that’s not correct code. Where is here your ‘uiComponnet’ object?

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
marcnader says
Purchased

It is inside the code i gave you …or i did not understand your reply.

What do you suggest ?

Thanks.

2 years ago
  • Has been a member for 1-2 years
Danne86 says

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!

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
israelalfasa says
Purchased

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

israel.alfasa@gmail.com

2 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
hopkme says
Purchased

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?

1 year ago
Author
bartQ bartQ replied

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:)

1 year ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
Alzi says

Is there a way to load SWF file instead of image file?

1 year ago
Author
bartQ bartQ replied

not now, it would require some modifications.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
phuongv says
Purchased

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?

1 year ago
Author
bartQ bartQ replied

hi,

Please send me an email via contact form,

thanks! Bartek

1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
carlneuman says
Purchased

The Flash10Api does not implement is the correct interface, thus cannot replace PV3DAdapter.

Can you please help?

9 months ago
Author
bartQ bartQ replied

I don’t really understand your question, but in fp10 you rather should not use pv3d as long there is a better api :)

9 months ago
Purchased
Default-user carlneuman replied

In your previous post on how to use FP10 API (to replace Paper3D), you wrote:

open Main.as and look at line:

addChild( new FlowGallery( null, new PV3DAdapter() ) ); Change it to: addChild( new FlowGallery( null, new FP10Api ) );

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!

9 months ago
by
by
by
by
by