Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Products Exhibitor

This is a discussion on Products Exhibitor within the FlepStudio utilities forums, part of the Tutorials category; yeah my parents are Italian but i was born and raised in the states and jsut moved back to south ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Tutorials > FlepStudio utilities

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 25-01-08, 11:39
Member
 
Join Date: Jan 2008
Posts: 38
Rep Power: 0
Maldor is on a distinguished road
Re: Products Exhibitor

yeah my parents are Italian but i was born and raised in the states and jsut moved back to south of rome a couple months ago so when im having problems with one of your english tutorials i read it in italian casue it helps me concentrate and focus....

heres the xml
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<products>

    <category name="News">
        <product name="Feb 28th 2008" thumb="" image="" price="" detailsURL="">
        <description><![CDATA[<p align="left"><b>1 Novembre 2007, Frosinone</b> -  siamo lieta di annunciare che, a partire dal 2 Feb 2008, l'azienda e il nuovo ed unico distributore ufficiale dei prodotti bla bla bla  PDF</p>]]></description>
<product name="Feb 2nd 1990" thumb="" image="" price="" detailsURL="">
        <description>
<p><a href="http://www.lorem-ipsum.info/"><i>Lorem ipsum</i></a> </p></description>
        </product>
</products>

Last edited by Flep; 30-01-08 at 08:21..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 25-01-08, 14:01
Member
 
Join Date: Jan 2008
Posts: 38
Rep Power: 0
Maldor is on a distinguished road
Unhappy Re: Products Exhibitor

shooooooooottttttt

sorry its for now anyways your products.xml file with CDATA tags in the description tags....the cdata tags are just the example from your tutorial....with a bolded title, the line breaks and the links....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 30-01-08, 08:41
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Products Exhibitor

Hi Maldor,

this is the correct XML you should use ( for 1 category and one product ):
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<products>
<category name="category 1">
		<product name="product 0" thumb="http://www.flepstudio.org/utilita/ProductsExhibitor/thumbs/thumb_0.jpg" image="http://www.flepstudio.org/utilita/ProductsExhibitor/images/pic_0.jpg" price="1.00 $" detailsURL="http://www.flepstudio.org">
		<description><![CDATA[<p align="left"><b>1 Novembre 2007, Frosinone</b> -  siamo lieta di annunciare che, a partire dal 2 Feb 2008, l'azienda e il nuovo ed unico distributore ufficiale dei prodotti bla bla bla  PDF</p>]]></description>
		</product>
	</category>
</products>
and you get the description + CDATA tag as following:
Code:
node.firstChild.firstChild.firstChild.firstChild.nodeValue;
add that to your textfield:
Code:
des_txt.htmlText=node.firstChild.firstChild.firstChild.firstChild.nodeValue;
__________________

 


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

  #14 (permalink)  
Old 30-01-08, 10:23
Member
 
Join Date: Jan 2008
Posts: 38
Rep Power: 0
Maldor is on a distinguished road
Re: Products Exhibitor

thanks for your reply flep .......this works fine on its own ......sorry if i didnt explain myself the best or put up the wrong code.....what i want to do is have the products display thing display html text in the the products display .....what i first tried to do is use the class from your HTML in XML tutorial which is the as3 code i posted earlier and add it as a class file to be imported along with the other classes ....the only problem with this is IT DOESNT WORk.....more staright forward question is what do i have to do to the Main.as file in your Product display thing in order for it to read html tags!.......
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 31-01-08, 05:01
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Products Exhibitor

Hi

sorry, I don't get you... I thought you want to display html text into description textfield...
__________________

 


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

Flash Multi Gallery
  #16 (permalink)  
Old 31-01-08, 16:01
Member
 
Join Date: Jan 2008
Posts: 38
Rep Power: 0
Maldor is on a distinguished road
Riferimento: Products Exhibitor

hey flep.....yeah that is what i want to do but it doesnt seem to be working...i am still seeing the html tags
you can check it out here if and when you have some time.........
thanks again for your help, time, effort, PATIENCE and forum.....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #17 (permalink)  
Old 01-02-08, 08:32
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Products Exhibitor

Hi Maldor

Open Product.as, function init.
You must write des_txt.htmlText=des;
__________________

 


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

  #18 (permalink)  
Old 01-02-08, 16:31
Member
 
Join Date: Jan 2008
Posts: 38
Rep Power: 0
Maldor is on a distinguished road
Riferimento: Products Exhibitor

thanks alot for your time flep.........if anyone needs a hand with this just drop a message here and after torturing flep i will be more than willing to help !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #19 (permalink)  
Old 07-02-08, 09:10
Junior Member
 
Join Date: Jan 2008
Posts: 12
Rep Power: 0
energyhigh is on a distinguished road
Re: Products Exhibitor

Hello there Flash Guru.
I would like to ask,
can i change the graphic interface of this amazing porduct illustration(i mean colors,buttons,etc)
and use it in my website?
Of course i dont know exactly how to do that but just asking before beggining with it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #20 (permalink)  
Old 07-02-08, 09:16
Member
 
Join Date: Jan 2008
Posts: 38
Rep Power: 0
Maldor is on a distinguished road
Re: Products Exhibitor

yes you can enrgy....the first thing you will need to do is downlaod Flash CS3 from adobe.there is a 30 day free trial version....from there you can download the file from fleps site and open it up and change it...flep gave me a lot of help on this and i endd up altering it quite a bit....if you have any mor e questions lemme know,im always poping in and out........
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 On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 19:42.


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


FlepStudio
by Filippo Lughi
P.IVA 03605860406