Hello, As I am still painfully aware of the fact that I am still new to Flex, I was wondering if you or anyone for that matter, would want to help me to do this for my the Poetry Magazine that I publish online. It would be so great to have this kind of thing for the presentation of a poetry magazine online. I would gladly give full credit to anyone who would help make this happen. Our magazine shows up in position 4-6 of the generic results on yahoo.com when searching on poetry magazine. Maybe "generic" is not the word but I mean not on the paid listings on the search engine.
It would thus be good exposure and if anyone here enjoyss poetry, that would be another incentive (I hope). I'm referring to the FlexBook component that is available under an Open-Source license. I could just stick the text on the first example use of this component, where we use somewhat transparent slides. Transparency is good at times but probably not needed for my poetry magazine. Thanks in advance, Bruce --- In [email protected], "valdhor" <[EMAIL PROTECTED]> wrote: > > This is what I did.. > > Went to the URI you provided. > Clicked on Example 1. > Right Clicked on the page and selected view source. > Saved the Book.zip file it asked me to save. > Opened Flex Builder - File->Import->Flex Project... > Clicked Browse and opened the Book.zip file downloaded previously. > Clicked Finish (The project was imported) > > There are some problems with the imported project. This is what I did > to fix them... > > Right click the Book project and select properties. > Click Flex Build Path. > Click on the folder C:\dev\qs\lib (At the top) and click Remove. > Change Output Folder from C:\dev\qs\web\public\book to bin-debug. > Remove http://localhost:3000/book from Output folder URL (Leave blank) > Click Apply. > Click OK. > Click OK to the warning about upgrading the project. > > I do not have the Pro version of Flex Builder so I do not have the > charting stuff so I had further work to do: > > In CompanyPage.mxml, remove the entire section with the component > ColumnChart. > In app.mxml, remove the entire section with the component BarChart. > > Now you can run any of the six demos included. There are some runtime > errors but these seem to be security sandbox problems that I have not > looked into. > > > > --- In [email protected], "brucewhealton" <bruce@> wrote: > > > > Hello all, > > I sure hope someone can help me with this. I stumbled upon a > > great Flex component that will fit a need I have. Actually, it was > > only when I found this that I realized I need this. It's the > > FlexBook, PageFlip component that is available from Quietly Scheming > > here: > > http://www.quietlyscheming.com/blog/components/flexbook/ > > This is free too! > > Now, this takes me to a page with a few different examples. You can > > do this with a List or as a container. Instead of looking at the > > code for each of these example or possible ways of doing it, we just > > see a demo and there is one link to Download Source, which basically > > downloads everything including content that probably has little to do > > with the FlexBook. > > I don't know. I'm missing something here. I thought I could > > start with a particular design and put some text on it and then later > > I could make more detailed modifications and customizations. > > I tried opening up one of the projects in Flex Builder 3 and > > got an error. I thought I'd start with the FlipControls and so I > > imported that into Flex using File > Import and selecting the > > directory. It didn't like that. So, I tried to import the entire > > zip file that is available, but that didn't work either. It only > > tried to import the first project in there and refused to continue on > > to Flex, unless I hit Cancel. > > Any tips or help would be very appreciated. > > This is freely available so, it would be so useful to have for my > > publications. > > Thanks, > > Bruce > > >

