Go Back   OXYLUS Flash Board > Support > Showcase Image Gallery

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-27-2008, 09:22 PM
Junior Member
 
Join Date: May 2008
Posts: 3
Default Links on Image Gallery V.2

Great work on this image gallery - very cool presentation.

Two questions:
Is it possible to put links in the text or link from images? I would like to be able to pop-up larger images, video clips, pages, etc. from this app but can’t seem to make links hot…. Any ideas?

I have put in about 60 items on the left scroller, and it moves *really* fast - any way to slow it down?

If these mods require extensive work, I would consider contracting you to make the changes. Please let me know, e-mail is the best way to reach me.

-T
Reply With Quote
  #2 (permalink)  
Old 05-28-2008, 08:46 PM
OXYLUS Staff
 
Join Date: May 2008
Posts: 166
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by onikudaki View Post
Great work on this image gallery - very cool presentation.

Two questions:
Is it possible to put links in the text or link from images? I would like to be able to pop-up larger images, video clips, pages, etc. from this app but can’t seem to make links hot…. Any ideas?

I have put in about 60 items on the left scroller, and it moves *really* fast - any way to slow it down?

If these mods require extensive work, I would consider contracting you to make the changes. Please let me know, e-mail is the best way to reach me.

-T

"I have put in about 60 items on the left scroller, and it moves *really* fast - any way to slow it down?"

Hi, In order to slow the scroller you must go to leftScroller.as line 95, there you have this._y += (ypos-this._y)/3; if you replace the last number with a bigger one the scroller will move slower (this._y += (ypos-this._y)/8) and if you lower the number the scroller will move faster(this._y += (ypos-this._y)/1).

Here's an idea... if you take a static variable and memorize the number of items you can change the speed of the scroller by those values... here's an example:

thumbNo = 30;

if (thumbNo<40)
this._y += (ypos-this._y)/3 // scroller moves slow
else
this._y += (ypos-this._y)/8 // scroller moves fast






"" Is it possible to put links in the text or link from images? I would like to be able to pop-up larger images, video clips, pages, etc. from this app but can’t seem to make links hot…. Any ideas?""

I don't really know what you mean, please be more specific...

Reply With Quote
  #3 (permalink)  
Old 05-28-2008, 09:38 PM
Junior Member
 
Join Date: May 2008
Posts: 3
Default

Quote:
Originally Posted by Razvan View Post
"" Is it possible to put links in the text or link from images? I would like to be able to pop-up larger images, video clips, pages, etc. from this app but can’t seem to make links hot…. Any ideas?""

I don't really know what you mean, please be more specific...

Thank you for the info about the scroll speed. My other question is... what do I need to do to embed links in the description text, or make an image clickable to open a new page? What must be done to enable links to appear in this gallery?

Thank you!
Reply With Quote
  #4 (permalink)  
Old 05-28-2008, 09:52 PM
OXYLUS Staff
 
Join Date: May 2008
Posts: 166
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by onikudaki View Post
Thank you for the info about the scroll speed. My other question is... what do I need to do to embed links in the description text, or make an image clickable to open a new page? What must be done to enable links to appear in this gallery?

Thank you!
to make the image clickable:

in bigImage.as go to line 212 (Tweener.addTween(Img,{_colorTransform:cEnd, time:.5, delay:.5, transition:"easeInOutQuad", onCompleteelegate.create(this, oc)}) and type after this

Img.onPress = function (){
getURL("http://www.google.com/", "_blank");
}

each time you click on the image that url will be launched.

tomorrow I'll have an answer for the links in the description... if the image it's not enough

all the best
Reply With Quote
  #5 (permalink)  
Old 05-28-2008, 10:56 PM
Junior Member
 
Join Date: May 2008
Posts: 3
Default

Thank you for your help. I have also sent you a PM.

-T
Reply With Quote
  #6 (permalink)  
Old 05-30-2008, 11:35 AM
Junior Member
 
Join Date: May 2008
Posts: 7
Default Image Gallery V.2

Hi again Adrian:
When I include this flash gallery in a hmtl with css style (I suppose that this is not a problem), when gallery is charged, only appears text "undefined" and without images.
Also, I would like know if I can include description in right images.

Vicen
Reply With Quote
  #7 (permalink)  
Old 05-30-2008, 11:43 AM
Super Moderator
 
Join Date: May 2008
Posts: 560
Send a message via Skype™ to Adrian
Default

Please, show me a link. I cannot imagine what is going wrong.
Please, in the future, try to give me as more details as you can and I can guarantee you'll receive a solution in a very short period of time. Thank you
Reply With Quote
  #8 (permalink)  
Old 05-30-2008, 11:59 AM
Junior Member
 
Join Date: May 2008
Posts: 7
Default

Hello again Adrian:

Well, you can see Zenlike by Free CSS Templates
I´m trying different proofs with Image Gallery v2 and with White TAB GALLERY v.2 , both give me troubles. Clicking swf in local browser work perfectly, but when I charge one in a html, they did´n work.
Reply With Quote
  #9 (permalink)  
Old 05-30-2008, 12:30 PM
Junior Member
 
Join Date: May 2008
Posts: 7
Default

Hi again Adrian:
Problems was in html and xml folder. Now is ok. A question more, in Image Gallery V2 I can write description in left images categories, but could I write also description in right images?

Thank you very much in advance
Reply With Quote
  #10 (permalink)  
Old 07-07-2008, 03:13 PM
Junior Member
 
Join Date: Jul 2008
Posts: 3
Default Undefined Display

Hello,

I've got the same problems than Vicen
I've got an undefined display like this :


I want to insert the HTML code inside a Joomla Article.
As the content is dynamically created and there is no specific folder for the content, I've modified the calling links of file in

<script type="text/javascript" src="http://www.mysite.net/images/Flash/swfobject.js"></script>

and

var so = new SWFObject("http://www.mysite.net/images/Flash/index.swf", "flash", "100%", "100%", "8", "#282828");
so.write("flashcontent");

I am probably making a big error

Flash folder is momentary set to 777 permissions to be sure to avoid some write-read problems.

When I call directly by an url the example of the index.html included in the test folder, everything works fine.

Thank you in advance for your help.
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

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


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.