Adobe Dreamweaver Forums



Last 10 THreads :         Re: Colour differences on the web (Last Post : Lundberg02@adobeforums.com - Replies : 0 - Views : 1 )           »          Re: sRGB vs. Adobe (1998) RGB (Last Post : Neil_Keller@adobeforums.com - Replies : 0 - Views : 1 )           »          Re: Using 2 Curves Layers when 1 is enough. Good idea/bad idea? (Last Post : Ramón_G_Castañeda@adobeforums.com - Replies : 0 - Views : 1 )           »          cs4 full screen mode isn't saved in workspaces, unlike cs3 (Last Post : eddie caruso - Replies : 0 - Views : 1 )           »          delete all channels previously created by "save selection" (Last Post : Paul_R@adobeforums.com - Replies : 1 - Views : 2 )           »          Emailing Content of CFML page (Last Post : Fetch - Replies : 2 - Views : 3 )           »          cfapplication in Application.cfc (Last Post : tgoold - Replies : 5 - Views : 6 )           »          Table cell - text formatting question (Last Post : Walt F. Schaefer - Replies : 8 - Views : 9 )           »          Can I make a 4 state CSS Sprite nav bar. (Last Post : Team Liquid Fire - Replies : 6 - Views : 7 )           »          Re: Paint, erase, burn and dodge won't work for me in CS4 (Last Post : John Joslin - Replies : 0 - Views : 1 )           »         


User Info Statistics
Go Back   Adobe Dreamweaver Forums > Macromedia Software > Flex
 
Tags:



Reply
  #1 (permalink)  
Old 11-14-2008, 12:03 AM
mrcoolcourt
 
Posts: n/a
Diggs:
Default Tips on creating a dynamic flexbook (pageflip)

Hello, I am new to adobe's forum and flex in general, but I am slowly learning
more advanced techniques.

My question is, is there anyway to have a flex + php Flipbook component?

Basically I want to create one of those magazines with 100+ images.

Ideally I was lookin to have the book either updated through a DB or the
images loading in different areas.

A zoom function and a search function would also be really helpful.

http://ikeaus.ecweb.is/09/mus/

^ That was an example of a book that gave me the idea to try to create a
dynamic flipbook.

Any help will do in any form.

Thanks



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-14-2008, 12:25 AM
Amy Blankenship
 
Posts: n/a
Diggs:
Default Re: Tips on creating a dynamic flexbook (pageflip)


"mrcoolcourt" <webforumsuser@macromedia.com> wrote in message
news:gfif5r$jt2$1@forums.macromedia.com...
> Hello, I am new to adobe's forum and flex in general, but I am slowly
> learning
> more advanced techniques.
>
> My question is, is there anyway to have a flex + php Flipbook component?
>
> Basically I want to create one of those magazines with 100+ images.
>
> Ideally I was lookin to have the book either updated through a DB or the
> images loading in different areas.
>
> A zoom function and a search function would also be really helpful.
>
> http://ikeaus.ecweb.is/09/mus/
>
> ^ That was an example of a book that gave me the idea to try to create a
> dynamic flipbook.
>
> Any help will do in any form.



http://www.quietlyscheming.com/blog/...ents/flexbook/


Reply With Quote
  #3 (permalink)  
Old 11-14-2008, 01:03 AM
Greg Lafrance
 
Posts: n/a
Diggs:
Default Re: Tips on creating a dynamic flexbook (pageflip)

Now that is one fantastic application!
Reply With Quote


  #4 (permalink)  
Old 11-14-2008, 01:15 AM
mrcoolcourt
 
Posts: n/a
Diggs:
Default Re: Tips on creating a dynamic flexbook (pageflip)

Hello amy and thank you for the reply. I got that script and I am going to go
home and play with the source a lil more.

My question now would be, is there any way to have the actual pages of the
book dynamically changed from the backend? For instance I code up the flex to
find an image file from the DB and through the code it applies the new page to
the flex app?

I hope that makes sense and isnt too out of the question.

I just have about 100 images and I want to seperate them into a few categories
and maybe have them load on demand or without the user waiting for the whole
app to load.

Thanks for your help

Reply With Quote
  #5 (permalink)  
Old 11-14-2008, 01:15 AM
Greg Lafrance
 
Posts: n/a
Diggs:
Default Re: Tips on creating a dynamic flexbook (pageflip)

Assuming the book is populated by a collection, you could always populate the collection using HTTPService automatically.
Reply With Quote
  #6 (permalink)  
Old 11-14-2008, 02:54 AM
Amy Blankenship
 
Posts: n/a
Diggs:
Default Re: Tips on creating a dynamic flexbook (pageflip)


"mrcoolcourt" <webforumsuser@macromedia.com> wrote in message
news:gfij6e$p1p$1@forums.macromedia.com...
> Hello amy and thank you for the reply. I got that script and I am going to
> go
> home and play with the source a lil more.
>
> My question now would be, is there any way to have the actual pages of the
> book dynamically changed from the backend? For instance I code up the flex
> to
> find an image file from the DB and through the code it applies the new
> page to
> the flex app?


Look for HTTPService, URLLoader, and RemoteObject in the Help.


Reply With Quote


  #7 (permalink)  
Old 11-20-2008, 10:24 PM
mrcoolcourt
 
Posts: n/a
Diggs:
Default Re: Tips on creating a dynamic flexbook (pageflip)

Are there any examples out there on creating a book using those methods
(HTTPService, URLLoader and RemoteObject)

I am getting extremely fustrated because I cant find any way to populate the
book with images from an XML file. And making Chapters just seems impossible by
now, I cant give up but there isnt anyone that wants to help.

Reply With Quote
  #8 (permalink)  
Old 11-21-2008, 12:33 AM
*gsb*
 
Posts: n/a
Diggs:
Default Re: Tips on creating a dynamic flexbook (pageflip)

I have never made such a book in Flex as is the case with most people that
visit this forum I am sure. It is not "...but there isnt anyone that wants
to help."
...it is just that we do not know your answer.

Perhaps if you made smaller requests like "How to read in an XML file..." or
"Once an XML file is read in, how to use a 'URL' note to load an external
image, SWF, or such."

These smaller questions many can help with I am sure.



Reply With Quote
  #9 (permalink)  
Old 11-21-2008, 07:13 PM
mrcoolcourt
 
Posts: n/a
Diggs:
Default Re: Tips on creating a dynamic flexbook (pageflip)

http://www.danvega.org/blog/index.cf...owered-by-Cold
Fusion

I just found that, do you think it would be hard to change the cold fusion to
a php script or even another xml?

Reply With Quote


Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 11:25 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Cheap Car Insurance - Compare Motor Insurance
Endsleigh Car Insurance Natwest Car Insurance
More Than Car Insurance Norwich Union Car Insurance
Prudential Car Insurance Zurich Car Insurance
Inactive Reminders By Mished.co.uk