views:

118

answers:

3

I've found a flex paging example I'd like to get working, but can't seem to get it running.

The Example files can be found here: http://blogs.adobe.com/tlf/2008/12/actionscript-pagination-exampl.html

I've downloaded and imported the project into flex. However I seem to have an error that prevents the example from running. Here is the error that appears

The definition of base class DisplayObjectContainerController was not found. – PaginationWidget.as

Method marked override must override another method. – PaginationWidget.as

+1  A: 

Here's things I would look at:

Did you install Flex builder in another directory? Is it in your path? Is it on a removable or network drive?

Do you have Flex builder OR Flash CS4 Professional with the TextLayout plugin? Do I have the appropriate example download for my setup?

Thomas Langston
I've added a libs folder and got my hands on the paginationAS.swf but I'm still coming up with errors.
Adam
the project is in the right directory, and I'm not having any permissions issues. The textlayout.swf has been added to the project. And I've tried deleting the project and re-downloading all with no luck.
Adam
A: 

I've resolved the issue.

Got a hold of someone from Adobe and turns out that the files posted contained old beta code.

He was able to direct me to the new updated source code. - http://blogs.adobe.com/tlf/files/2010/09/Pagination20Build169.zip

He informed me that they are currently slowly working on posting all their examples with current source.

Adam
A: 

hey, take a look at this component ..

http://forums.adobe.com/message/3166670#3166670

it may help you

fryhtans