#1 (permalink)  
Old 06-03-2008, 01:30 PM
Junior Member
 
Join Date: Jun 2008
Posts: 2
Default Links on XML fille

First off all congratulations for your professional work...its allways an inspiration!

Can i insert links to open html pages in the left images (thumbs) just using the XML comands in the XML fille?
Can you help me in this subject?

Thanks

Joao Viegas
Reply With Quote
  #2 (permalink)  
Old 06-04-2008, 10:48 AM
OXYLUS Staff
 
Join Date: May 2008
Posts: 166
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by jviegas View Post
First off all congratulations for your professional work...its allways an inspiration!

Can i insert links to open html pages in the left images (thumbs) just using the XML comands in the XML fille?
Can you help me in this subject?

Thanks

Joao Viegas
Hi... This will require some custom work, I must modify the xml and some classes in order to do that.
Reply With Quote
  #3 (permalink)  
Old 06-04-2008, 08:38 PM
Junior Member
 
Join Date: Jun 2008
Posts: 2
Default hi again!

How mutch coold cost that customization?

Thanks
Reply With Quote
  #4 (permalink)  
Old 06-04-2008, 08:56 PM
OXYLUS Staff
 
Join Date: May 2008
Posts: 166
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by jviegas View Post
How mutch coold cost that customization?

Thanks
The customization is 50$, if you decide to make it, you can send me an e-mail at razvan@oxylus.ro
Reply With Quote
  #5 (permalink)  
Old 07-10-2008, 10:52 AM
Junior Member
 
Join Date: Jul 2008
Posts: 3
Default HTML code and hyperlinks

Hi !

According to the documentation and to the XML example
Code:
![CDATA[5. Product description HTML formated text Lorem ipsum dolor sit amet, ...
HTML code could be put inside the Product description.
HTML code means Hyperlinking possibility.
But when I try to insert some HTML code, I've got a display like this
HTML Code:
<font face="Arial& ...
All the > & < have disappeared and the hyperlinks doesn't work.

What is the trick to use this ?
HTML coding should function. This is why I bought the module

Thanks

I am not talking about Hyperlinks in Thumbnail as jviegas proposed. This is clearly a feature which was not included and presented on FlashDen.
Reply With Quote
  #6 (permalink)  
Old 07-10-2008, 11:44 AM
OXYLUS Staff
 
Join Date: May 2008
Posts: 166
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by Consult View Post
Hi !

According to the documentation and to the XML example
Code:
![CDATA[5. Product description HTML formated text Lorem ipsum dolor sit amet, ...
HTML code could be put inside the Product description.
HTML code means Hyperlinking possibility.
But when I try to insert some HTML code, I've got a display like this
HTML Code:
&lt;font face=&quot;Arial& ...
All the > & < have disappeared and the hyperlinks doesn't work.

What is the trick to use this ?
HTML coding should function. This is why I bought the module

Thanks

I am not talking about Hyperlinks in Thumbnail as jviegas proposed. This is clearly a feature which was not included and presented on FlashDen.
Hello, here's the fix:

go to rightScroller.as find

bigImage.LabelHtml["txt"].htmlText = descr;

and replace it with

bigImage.LabelHtml["txt"].htmlText = node.parentNode.lastChild.firstChild.nodeValue;

it should work, I've test it with a link like this description:


<description><![CDATA[ 1. Product description HTML formated text Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam accumsan mi vel elit. Nunc auctor, nisl ac tristique vulputate, turpis leo<a href= "mailto:someone@something.ro" ><u>Send mail to someone</u></a> varius enim, nec mattis neque dui porta metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris elementum, massa id dignissim elemenharetra. ]]></description>
Reply With Quote
  #7 (permalink)  
Old 07-11-2008, 01:19 PM
Member
 
Join Date: Jul 2008
Posts: 34
Default

Quote:
Originally Posted by Razvan View Post
Hello, here's the fix:

go to rightScroller.as find

bigImage.LabelHtml["txt"].htmlText = descr;

and replace it with

bigImage.LabelHtml["txt"].htmlText = node.parentNode.lastChild.firstChild.nodeValue;

it should work, I've test it with a link like this description:


<description><![CDATA[ 1. Product description HTML formated text Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam accumsan mi vel elit. Nunc auctor, nisl ac tristique vulputate, turpis leo<a href= "mailto:someone@something.ro" ><u>Send mail to someone</u></a> varius enim, nec mattis neque dui porta metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris elementum, massa id dignissim elemenharetra. ]]></description>

After I change this, do I have to open index.fla and export the movie? When I do that, it tells me I'm missing fonts, substitute.
Reply With Quote
  #8 (permalink)  
Old 07-11-2008, 03:17 PM
OXYLUS Staff
 
Join Date: May 2008
Posts: 166
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by cassie View Post
After I change this, do I have to open index.fla and export the movie? When I do that, it tells me I'm missing fonts, substitute.
You will have to install some fonts used:

PetitaBold

Street Corner

you can find them on google
Reply With Quote
  #9 (permalink)  
Old 07-21-2008, 09:40 AM
Junior Member
 
Join Date: Jul 2008
Posts: 6
Default weird right scroll resizing...

I read this string about fixing the html abilities of the app, and did as it told me to do... I changed the code, added the fonts to my pc... and the html started working...

But... then the right column thumbnails started resizing to weird sizes. They are now warping horizontally, and shrinking vertically after you mouse over them...

I tried to revert my files... I deleted the fonts... and its not working. I even tried trashing my unzipped files and starting over with the freshly unzipped files I downloaded... but the weird quirk will not go away...

Here is a link to the quirky behavior after the changes that I cant get rid of...

JG Model Management

Can anyone help me fix it?

Last edited by psun; 07-21-2008 at 06:16 PM. Reason: Removed the first link because it no longer displays the working swf...
Reply With Quote
  #10 (permalink)  
Old 07-22-2008, 02:51 PM
OXYLUS Staff
 
Join Date: May 2008
Posts: 166
Send a message via Skype™ to Razvan
Default

Quote:
Originally Posted by psun View Post
I read this string about fixing the html abilities of the app, and did as it told me to do... I changed the code, added the fonts to my pc... and the html started working...

But... then the right column thumbnails started resizing to weird sizes. They are now warping horizontally, and shrinking vertically after you mouse over them...

I tried to revert my files... I deleted the fonts... and its not working. I even tried trashing my unzipped files and starting over with the freshly unzipped files I downloaded... but the weird quirk will not go away...

Here is a link to the quirky behavior after the changes that I cant get rid of...

JG Model Management

Can anyone help me fix it?

I really don;t know what may be the problem... use the original files that you have downloaded and upload them to a server, maybe you have an internal error in your pc.
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.