Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

FlexGalleryPro

This is a discussion on FlexGalleryPro within the HELP free utilities forums, part of the Flash CS3 eng category; Hi, I've just tried installing FlexGalleryPro, but I'm having a problem with the gallery itself. In the admin ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Flash CS3 eng > HELP free utilities

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-05-08, 11:58
Junior Member
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
motofzr1000 is on a distinguished road
FlexGalleryPro

Hi,

I've just tried installing FlexGalleryPro, but I'm having a problem with the gallery itself. In the admin area, everything seems fine, but when I try to view the page with the gallery, there's a message saying that the images are loading, but nothing happens.
This is when I changed this line in Main.as:
Code:
public const GETINFO_PHP_URL:String="http://www.mydomain.be/gallery/PHP/getInfo.php"; // WITHOUT final slash !
If I leave getInfo.php (and the trailing slash), I see nothing at all

Any idea what could be wrong? I've done everything as was written in the install guide.

J.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 08-05-08, 12:51
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,350
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: FlexGalleryPro

Hi,
if you call getInfo.php and you view source with browser, do you see the XML format ?
If do not, set permissions to 777 and retry.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-05-08, 13:31
Junior Member
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
motofzr1000 is on a distinguished road
Re: FlexGalleryPro

thanks for the quick reply...

yes, XML format is visible
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-05-08, 13:35
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,350
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: FlexGalleryPro

Ok,
now check if the url's of images in XML echo ( of getInfo.php ) are corrects.

Also, did you following these steps during installation ?

4) Open Flash/main.fla and Flash/org.FlepStudio/Main.as
��l Main.as, line 19, change the value of GETINFO_PHP_URL with the url of getInfo.php that you just
uploaded ( http://www.mydomain.com/myGallery/PHP/getInfo.php )
��l Launch main.fla that creates the new SWF ( main.swf ). Don't worry it seems blank.
��l Upload main.swf to your FlexGalleryPro root folder ( http://www.mydomain.com/myGallery )
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-05-08, 13:51
Junior Member
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
motofzr1000 is on a distinguished road
Re: FlexGalleryPro

Yes, I followed these steps (change AS, export main.fla, and upload new swf), although I wasn't sure if I had to add getInfo.php in this line, so I tried both:
Code:
public const GETINFO_PHP_URL:String="http://www.mydomain.be/gallery/PHP/getInfo.php"; // WITHOUT final slash !
Code:
public const GETINFO_PHP_URL:String="http://www.yourdomain.net/gallery/PHP"; // WITHOUT final slash !
With getInfo.php added, I get the loading screen, otherwise nothing.
When I look at the XML, the link to the images is: <image_url>images/img_9.jpg</image_url>
I'm guessing it should be <image_url>../images/img_9.jpg</image_url> ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

photoFlow

  #6 (permalink)  
Old 08-05-08, 14:07
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,350
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: FlexGalleryPro

The XML paths are corrects because you have the images folder in same directory of main.swf, isn't it ?
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-05-08, 14:19
Junior Member
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
motofzr1000 is on a distinguished road
Re: FlexGalleryPro

It's working now...
I've changed the line in main.as to where the gallery is installed (and not the PHP folder where getInfo.php is located).

thanks for the support!
looks pretty good!

ps: would there be an (easy) way to show thumbnails on the gallery page?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-05-08, 14:28
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,350
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: FlexGalleryPro

Glad you fixed it.

To show thumbs you could create them when the gallery have finished to load all the images.
It's not difficult.
You can get the image when it is loaded and use Bitmapdata.draw() to get a new bitmap of the image.
After that you push the new bitmap into an Array and create the thumbs.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-05-08, 21:54
Junior Member
 
Join Date: May 2008
Posts: 2
Rep Power: 0
sevensoutbill is on a distinguished road
Re: FlexGalleryPro

I've installed and it all looks ok. Except, I cannot login to the admin panel and the Gallery swf loads, but no images. Cannot figure out what I'm doing wrong...any thoughts?

Thanks,
Bill
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 13-05-08, 09:00
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,350
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: FlexGalleryPro

Hi,
can you provide the url please ?
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Flexgallerypro flepciro FLEX builder 3 7 27-08-08 09:30


All times are GMT. The time now is 05:21.


Powered by vBulletin versione 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406