Adobe Dreamweaver Forums



Last 10 THreads :         Need advice on flash efects (Last Post : Sibee_007 - Replies : 0 - Views : 1 )           »          Table cell - text formatting question (Last Post : JRStaf4ord - Replies : 6 - Views : 7 )           »          Adobe Flash 10 kills Wimpy (Last Post : midiwriter - Replies : 106 - Views : 107 )           »          Em Dash (Last Post : David Stiller - Replies : 1 - Views : 2 )           »          button event with transparency (Last Post : Kruc3fix - Replies : 0 - Views : 1 )           »          Dragging components (Last Post : hsfrey - Replies : 21 - Views : 22 )           »          Scaling .swf files to fit specific dimensions (Last Post : wolfsj - Replies : 2 - Views : 3 )           »          Re: Your techiques for removing specular from photos (Last Post : Don_Gough@adobeforums.com - Replies : 0 - Views : 1 )           »          Re: Colour differences on the web (Last Post : g_ballard@adobeforums.com - Replies : 0 - Views : 1 )           »          Re: Colour differences on the web (Last Post : Jim_Jordan@adobeforums.com - Replies : 0 - Views : 1 )           »         

test


Color & Font Picker
CSS Validator
CSS Generator
CSS Generator (Advanced)
Drop Down Menu Maker
HTML Validator
Keyword Density Analyzer
Popup Maker
Mouseover Maker
Link Checker
Link Popularity
Meta Tag Creator
Meta Tag Viewer
Table Maker
Table Maker (Advanced)
Link Extractor
HTTP Headers
HTML Optimizer
HTML Encrypter
htaccess URL Rewrite
Spider View
Webpage Analyzer
C Class Checker
Crontab Entry Generator
Domain Name Checker
Dreamweaver Code Cleaner
Frontpage Code Cleaner
Determine Country From IP
Spam List Check
Websafe Color Tool
Whois Lookup
Alexa Rank Comparison
Code To Text Ratio
Advertising ROI Calculator
Email Encrypter
Google Dance Tool
Gradient Image Maker
.htaccess Ban Generator
.htaccess Password Generator
Screen Resolution Tool
Text Diff Tool
Advanced Text Diff Tool
Google banned
Google datacenter search
Index checker
Keyword Suggestion Tool
Link popularity
Ranking tool
Search engine position
Url redirect checker
Visual pagerank
Browser details
Alexa Traffic Rank
Broken link checker
Domain lookup
IP Location
Reverse IP/Look-up
Server status
Website speed test
Link Extractor
Competition Research Tool
Advanced Meta Tag Generator
Robots.txt Syntax Checker
Robots.txt Generator
Broken Link Checker
Color Converter
HTML Converter
Page Rank Predictor
Image Optimizer
Favicon Generator

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 10:09 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