ActiveDen

mySlideShowSitePro (V2)

  • Has been a member for 5-6 years
  • Won a Competition
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Malaysia
  • Referred between 10 and 49 users
encryptme says
Author

@sanvodan
please see my answer for frenzy_rumble above, he was having the same problem too. But since you gave a good suggestion, i have added an optional modification on the product description above called “Optional Modification: Auto category jump (July 18, 09)”.. Enjoy.

@spix44
yes you can on your button in movie.swf add this:
on(release){
    import mx.transitions.Tween;
    var t:Tween = new Tween(_root.mainHol["c" + _root.curCategory], "_alpha", _root.mvEase, _root.mainHol["c" + _root.curCategory]._alpha, 40, _root.mvSec, true);
    //the category to go into.. first category is 0, 2nd is 1 and so on..
        _root.curCategory = 3;
    _root.curImage = 0;
    _root.fromItem = _root.imgCategories[_root.curCategory][2];
    _root.totalItems = _root.imgCategories[_root.curCategory][3] - _root.imgCategories[_root.curCategory][2];
    var t:Tween = new Tween(_root.mainHol["c" + _root.curCategory], "_alpha", _root.mvEase, _root.mainHol["c" + _root.curCategory]._alpha, 100, _root.mvSec, true);
    _root.initiate();
}
3 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
sanvodan says
Purchased

Tks a lot encryptme!!! cheeers!

3 years ago
  • Has been a member for 5-6 years
  • Bought between 50 and 99 items
spix44 says
Purchased

Perfect, thanks encryptme!

3 years ago
  • Has been a member for 2-3 years
  • Has been a member for 5-6 years
  • Won a Competition
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Malaysia
  • Referred between 10 and 49 users
encryptme says
Author

@idwilson
i cant tell what the issue is if you have modified the file.. i notice there is an audio player there.. do send me the files, so i can look into it.

3 years ago
  • Has been a member for 2-3 years
idwilson says

encryptme give you email add for me .thank

3 years ago
  • Has been a member for 5-6 years
  • Won a Competition
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Malaysia
  • Referred between 10 and 49 users
encryptme says
Author

@idwilson, pls use the form on http://activeden.net/user/encryptme my email add is also there.. thanks

3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Robye says
Purchased

Hi, i’m italian and i need to use accented characters on the movie (òàèéì…)

1) i added System.useCodepage = true; on first frame of the mc

2) and added the characters òàèéì on characters embedding of the text areas (example info text area) and all its working right

its this the correct way for make visible accented characters ?

3 years ago
  • Has been a member for 5-6 years
  • Won a Competition
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Malaysia
  • Referred between 10 and 49 users
encryptme says
Author

@Robye yes that is one of the common ways of doing it. You can repeat step 2 for each dynamic text boxes which needs to display info with special characters.

3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Robye says
Purchased

Hi, i see a problem about open permalink in a new window. if i change category and if theres the first image it open the permalink of the “start” (first category/first image), if the image isnot the first its all ok…

i mean:

.../index.php?category=2&image=0 (or ..category=3.., 4 etc ) goes to …/index.php?category=0&image=0

.../index.php?category=2&image=3 correctly goes to …/index.php?category=2&image=3

3 years ago
Author
encryptme encryptme replied

Thanks for the feedback, ill look into this ;)

3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Robye says
Purchased

Theres a way to have different visualization of the images dipending on the rapport between height and width… i means…

portrait image: image._height = Stage._height

landscape image: image._width = Stage._width

or ..

if (image._height > image._width)

{ image._height = Stage._height } else {image.width = Stage.width}

(ps: i didnt write correct code, its just an example)

i hope i was clear
3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Robye says
Purchased
About my previous request.. you just responded to “theWerks & Fotographia” at page 6

Scuse moi and thanks, very great support!

3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Robye says
Purchased

at page 4 ( http://activeden.net/item/myslideshowsitepro-v2/9977?page=4) you say that is possible use CData in description:

<![CDATA[Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]>

making the textField for the description to htmlText but , donno why, it doesnt work… its possible?

3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
edgecreative says
Purchased

hey mate – great file. am useing it for a client very nicely. one thing i cannot seem to find or change though…. is the time between image fades?

what am i doing wrong?

i changed 1.2 and yes it changes a lot of bits, BUT doesn’t affect the time an image stays before next one.

where do i change that?

if I can get that sorted I am done yay!

very nice!

thanks

2 years ago
Author
encryptme encryptme replied

Hi there, the time the image fades is actually the same as set for “slideSpeed” in the setup xml.. if you want the image to stay longer on screen, just change the value of “pauseCountdown” the default is 6 seconds. :)

2 years ago
Purchased
Default-user edgecreative replied

thanks for the reply encryptme. yes – i gathered that should be what changes it…BUT…. ii doesn’t change the time each image stays onscreen. It’s ok – I found the code in the fla file – root.timerId = setInterval(root, “tickTock”, 100); – and changed it there, but honestely, the pauseCountdown variable in xml doesn’t change it for me. now….happy to admit i’ve stuffed up :) , buti’d thought it shoudl be that simple…but no.

many thanks

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

Your template is great. Really nice work.

I’m wondering, before I purchase it, if there’s a way to not allow an auto resize of the image… Could I simply scale the image to fit the full height of the browser window, and then leave the rest of the background to show behind the image?

2 years ago
Author
encryptme encryptme replied

Sorry for the late reply as i was away. Yes, there is an option in the xml to set the scaling method.

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

Hi again.

I purchased your template and it looks great. Good work!

I’m wondering – can you tell me how, in the code, I can make it so that the thumbnails the run along the bottom of the screen are always present on the screen? Many visitors don’t see the thumbnails because they don’t think to move the mouse to the bottom of the screen…

Thanks!

2 years ago
Author
encryptme encryptme replied

Hi, you cant set the “cp_pined” to true in the setup xml to keep the bottom panel up at the start. Cheers.

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 100 and 499 items
onkel-kappe says
Purchased

Hi, purchased, love it, got it pretty much where i want to have it now.

2 Things left that made me write you,.

1st

the round preloader:

when replaced with a bigger one it makes the thumbnails go up, 
you said it is because the thumbnails share the same preloader.
how could i assign a different preloader? so i can have a big and a 
small version of the same thing. Or any other sort of workaround..

2nd

I found some odd behaviour concerning the accordion,

when you have the about box up, and move your mouse down on the thumbnail bar, then back up to the accordion, the mouse arrow turns into the hand it shows when moved over a button,....

this effect basically turns a loaded swf like in my case a contact form into a dead container with no interactivity, this disappears when you move your mouse over another accordion element and then back on the previous element…

made me go huh? a lot :)

Using Mac with Safari, same on Firefox here.

Cheers

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 100 and 499 items
onkel-kappe says
Purchased

whoops,... sorry bout that..text…box..thingy

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 100 and 499 items
onkel-kappe says
Purchased

uhm.. another (minor) thing.

how could i adjust how far the about box moves out, ( i disabled the news section and now have a blank space id like to get rid of )

thx

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 50 and 99 items
  • Referred between 1 and 9 users
eaflash says

Can I replace the bottom buttons 01, 02, ... with their thumbnails, wich is it shown when hover? I want to buy this, so give me an answer ASAP .

1 year ago
by
by
by
by
by