ActiveDen

Strip Gallery + CMS

  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
kevlarmedia says
Purchased

I’m trying to make this a gallery for 360 panos SWF ’s. So far I have the CMS loading images fine but when I load the pano.swf it trys to load for a minute then the white box get about 10×10 pixels.

Any ideas on how to get this working?

I have the gallery at www.act1inc.com/gallery

Thanks,

Kevin

Posted 2 years ago
Author
Ansimuz Ansimuz replied

Maybe the issue is that the size of the swf (panos) is not defined in the first frame.

put a white square (it can be transparent) in the first frame of the loaded swf (the panos) so the gallery knows the size of the swf.

hope i works.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
kevlarmedia says
Purchased

The swf is an output from a program and I don’t think I’d be able to ad any layer to it. Any other ideas to pass that information into the gallery?

Posted 2 years ago
Author
Ansimuz Ansimuz replied

You can load a swf that loads the panos.

example:

1 – the gallery loads the swf loader ( an swf with the square ).

2 – the swf loader (the above mentioned) loads the panos.

it could work.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
dmarbou says

This is close to what I need.

Can I add more attributes to the images uploaded. Therefore, can the upload image form be customized to add a couple of drop down lists (combo boxes), a check box for agree to Terms and Conditions, and a couple of text boxes for dimensions Width & Height and unit (inches/mms), and some hidden fileds such uploaded by, uploaded on date.

Also you mention “User admin access control” Can you elaborate please? What levels of access are there? Can you control what images users can see? For instance, if I wanted them to see only their own images. Can that be done?

Posted 2 years ago
Author
Ansimuz Ansimuz replied

For that custom work i need to quote you over an hourly basis rate.

let me know if you are interested.

email me a: luis at luiszuno.com

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
TBrock says
Purchased

Hi great gallery,

now how can I get the entire strip with the target area to move down 100 pixels vertically ?

and set the sizes for the picts ?

and make the text bigger in the gallery page and pict area

thanks

Tony

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
pting says
Purchased

Awesome gallery. 1 – how does one change the gradient color in the background? I notice it defaults to black with launched and then a gradient background. I would like it to be a gradient colour when launched and the same gradient colour when the thumbnails has been selected.

2 – how does one turn off the Gallery tab completely on the top left?

thank you Paul

Posted 2 years ago
Author
Ansimuz Ansimuz replied

Hi

1. Look and edit the bg_MC movieclip inside the assets folder from your gallery library.

2. Change the showGalleries value to false inside the data.xml file.

E.G.

showGalleries = “false”

cheers

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
blonde says

Is there functionality such that a user could submit an image and description?

Posted 2 years ago
Author
Ansimuz Ansimuz replied

No.

But i could custom that. if you are interested send me an email thrugh my profile and ill send u back a quote.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
blonde says

Sorry if i sound novice but where do i find your email address

Posted 2 years ago
Author
Ansimuz Ansimuz replied

luis at luiszuno.com

or click my profile

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
TBrock says
Purchased

another question, now that I moved the strip gallery 100 pixels down the mouse select area is still in the middle, how can I move that down as well ?

thanks in advance

Tony

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
ilap says
Purchased

Hi! I bought your file yesterday. Well done on the cool work.

I just have a little prob I’m not managing to fix so far. I have to use this gallery in french so I need the accents to appear in the image description part. Strangely enough, even if I integrate them in the dynamic text “desc_TXT” they don’t appear. Any idea why??

Thanks!!

Posted 2 years ago
Author
Ansimuz Ansimuz replied

Try this:

Edit the xml.php (in the cms folder) and comment or erase the line. It sould be near the end of the file:

$output = utf8_encode($output);

let me know.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
ilap says
Purchased

Perfect. That did the trick! Thanks!

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
TBrock says
Purchased

Okay I sent you a private message and email, no response,

this module is now loading into a as3 interface and the first time it comes up fine but the 2nd time it does not come up

I guess I have to do a inti function a call back funciton ? here is the site, I need this done yesterday,

http://kennyshanker.com/2010ken1

click on gallery go to another page and click on gallery again it does not load up, again this gallery module loads into the flash interface it is not hard coded into the flash interface, and the flash interface is as3

my email is

web12005@yahoo.com

thanks in advance

Tony

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
TBrock says
Purchased

your crossdomain.xml is the culprit, it is canceling out the other modules

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
ilap says
Purchased

Hi there, I had a look in the FAQ but I don’t think anyone has asked you this yet. I have a SQL error syntax when I type an apostrophe in the text for the new album (eg. << it’s a wonderful day >>) I searched and saw that people talk about mysql_real_escape_string() but to be honest I’m not sure how and where to use it. Could you help me out? Thanks!!

Posted 2 years ago
Author
Ansimuz Ansimuz replied

Hi

use it in the sql query from the php files (add or edit).

e.g.

$sql ="INSERT INTO images
            VALUES(
                '',
                '".mysql_real_escape_string($_POST["name"])."',
                '".$_POST["description"]."',
                '".$_POST["album_id"]."',
                '".$_POST["link"]."',
                '".$_POST["thumblink"]."'
                )";

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
ilap says
Purchased

Thanks for the answer! Though…I’m getting this error now: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘)’ at line 1

The code:

if( isset($_POST[‘name’]) ){ }

$sql ="INSERT INTO albums
    VALUES(
        '',
        '".mysql_real_escape_string($_POST["name"])."',
        '".mysql_real_escape_string($_POST["description"])."',
        )    ";
mysql_query($sql) or die(mysql_error());
// reedirect
header("Location:list.php");
Posted 2 years ago
Author
Ansimuz Ansimuz replied

remove the , (comma) from the end.

'".mysql_real_escape_string($_POST["description"])."', <-- remove comma
Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
ilap says
Purchased

Ahh great! so sorry about that! I was sure it was caused by a silly mistake but I couldn’t see it!!

Thank you very much!

I have one last question though I understand if I may be asking a bit too much….is there any possibility of putting part of the description text in bold or in another colour?

Thanks again for your help!

Posted 2 years ago
Author
Ansimuz Ansimuz replied

sorry this galery doesnt support html text.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
malahhaor says
Purchased

Good day, I have purchased the Strip gallery and am pleased with the results, however, is there a way to make the system create small thumbs in the gallery menu on the left. It only shows a small portion of the image and it is almost useless. I would really like it to make the image smaller and fir within the mask. Thanks much

Posted 1 year ago
Author
Ansimuz Ansimuz replied

Hi

You would need a php programmer to custom that. unfortnately i am not avialble try posting the job on the forums,

Posted 1 year ago
Purchased
Default-user malahhaor replied

It looks good in the demo. Minimized (somewhat) and centered, yet in my system it’s a full size picture and only top left corner is visible. must be a setting or something?

Posted 1 year ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
malahhaor says
Purchased

also, how can i control the sorting of images and galleries?

Posted 1 year ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • France
psaraceno says

Hi I’ll realy like your portfolio but I need it to customize it can you doit as freelance

can you give me your email so I can explain you what I need

than you

Posted 1 year ago
Author
Ansimuz Ansimuz replied

Sure

email me at luis at luiszuno.com

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • United States
bkraysler says

hi, can i use this gallery in another fla file? drag and drop? resizable?

thanks

Posted 1 year ago
Author
Ansimuz Ansimuz replied

You. However i cant warranty it wont cause any conflict with the other fla programming.

cheers

Posted 1 year ago
Default-user bkraysler replied

great. thanks

Posted 1 year ago

You must sign in or sign up to purchase this item.

$30Regular Licence

$30

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

$300Extended Licence

$300

Extended Licence an app, paid game, or other software project, a website template for sale - Details

67 Purchases 39 Comments

Buyer Rating
12345 ( 10 ratings )
Ansimuz

Ansimuz

  • Has been a member for 3-4 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Bought between 1 and 9 items
  • Referred between 100 and 199 users
View Portfolio
Created 21 August 09
ActionScript Version AS2
Documentation Well Documented
Flash Files Included XML Files, HTML Files, CSS Files, JS Files, PHP Files
Opens With Flash 8 (8+)
Published Size 52kb
Resolution Resizable
by
by
by
by
by