Search  

MYITEMBROWSER (XML)

HomeBrowse CategoriesFlashMenus & ButtonsHorizontal MenusmyItemBrowser (xml)

A stylish product displayer for your products with tooltips.

Features:

  • easy to customize and manage. XML based.
  • Launch an external link or run a function with additional parameters directly set in the xml.
  • Tool tip for product descriptions.
  • Mouse wheel scroll for quick browsing with blur effect.
  • Loops as well!

Here are some of the settings you can play
with in the xml itself:

menuWidth=”590” : overall width of the menu.
menuHeight=”300” : overall height of the menu.
imgWidth=”200”: width of the image.
imgHeight=”227” : height of the image.
moveSec=”1” : Slide + alpha transition speed
blurAmount=”60” : Blur amount when moving
tipFollowSpeed=”5” : speed of the tip when following the mouse
uppercase=”false” : uppercase option for the description
launchLinkTarget=”_blank” : link target for the menu

Example on how to launch link in XML :

<item type="link">
    <title>Tasty Juice 3</title>
    <image>img3.jpg</image>
    <url>http://flashden.net</url>
    <description>Easy to set up. All settings can be done in the xml itself.</description>
</item>

Example on how to launch function in XML :

<item type="function">
    <title>Tasty Juice 1</title>
    <image>img1.jpg</image>
    <url param="movie.swf">customFunction</url>
    <description>This item is set to run a function with a parameter passed along with it to load an external swf. 
    All done directly in the xml!</description>
</item>   


Note:You will need FuseKit installed to get this file to work, it is very easy to install, dont worry :) you can get it for free here




Related file(s):

myAdvTooltip

myMacishMenu – Horizontal

Posted 10 months ago

Absolutely fantastic, but, can it auto run (auto play) when all of the images are loaded?

Thx.

Posted 6 months ago

absolutely gorgeous!

i was wondering if you could teach me how to “switch off” the loop ? cause i want my image sequence to be linear for example when i click NEXT it goes from 1- 2, and click previous from 2 – 1. is it possible ?

could you walk me through this?

Posted 5 months ago

It gives me an error saying “The class or interface ‘Fuse’ could not be loaded.” !

hope for a soon reply

Posted 4 months ago

you need to install fuseKit as mentioned in product description :)

Posted 4 months ago

Sorry encryptme! too lazy to read! stupid I :) thanxs a lot

BTW nice file!

Posted 4 months ago

Hi. I need to write into “title text” 2 lines. I try to change the text field to HTML and Trekkinghola , and notihing happend.

Can you help me? I need to put 2 prices with different colors. Example: Price: 2.000 New Price: 1.000

PD: English is my second language :)

Posted 4 months ago

Gotta thank you encryptme!!!!

For all possible clients: done in 3 hours http://www.interiority.it !!!!!!!

Great File!

Posted 4 months ago

I sent a question to you, Can you answer me? Thanks :)

Posted 4 months ago

hi i bought this recently and it works great!! however, i put up a file with about 50 slides in there, but it becomes slow and sluggsh even when i turn off the blur effect. What can i do about it?

is it because they are all loaded onto the stage but but just have alpha set to 0? please let me know.

Thanks in advance..

Posted 4 months ago

i think i figured it out.. so i guess i had to have the scale set to zero on either side of the current one. so its essentially not on the stage. and doesnt slow down my movie. i had set the scale to 100 on the left and right icon so it gives a horizontal slide motion instead of a zoom/scaling in motion.

is there anyway of achieving this without bogging down my movie?

Posted 4 months ago

nope didnt solve it..lol.. i think my flash movie is caching the results.. im trying to load different xml files in the scrollcomponent. but i cant clear the xml before i load a new one.. it just keeps adding them in and merges them.

How do i get around this?

Posted 4 months ago

hi there, is it possible to turn off the loop?

Posted 4 months ago

I am still waiting for your answer !!!!!!!!!!!!!!!! :(

Posted 4 months ago

and?

Posted 4 months ago
evanlau
add this into last line within goNext function
backBtn.enabled = true;
if(root.curIcon == 0){
    this.enabled = false;
}
add this into last line within goBack function
nextBtn.enabled = true;
if(root.curIcon == menuArray.length-1){
    this.enabled = false;
}

thecubchile
as much as i would want to help, i can only afford to provide free support when i have free time or if its something simple.. what you see is what you get.. hope you can understand.

anyway.. to get what you asked on, please look on .htmlText to replace .text if you want to use html in the text field. Also in the xml you need to have CDATA tags within the title tags.

Posted 4 months ago

thank you so much for taking your time to help me out :)

this tool is awesome :)

Posted 4 months ago

hey encryptme, i tried using the methods that you told me , to off the loop but doesnt work… tho..

i made all the necessary modifications to the .as script but the loop is still not turn off. abit puzzled

Posted 4 months ago

@evanlau
pls send me your files, ill look into it for you.

Posted 4 months ago

I buyed your menu so i am getting some fails when i opened fla files. I have no information about code,can you help me? myItemBrowser.as, Line 76 “The class or interface “Fuse” could not be loaded. var f:Fuse = new Fuse(); myItemBrowser.as, Line 149 “The class or interface “Fuse” could not be loaded. var f:Fuse = new Fuse(); myItemBrowser.as, Line 157 “The class or interface “Fuse” could not be loaded. var f2:Fuse = new Fuse();

Posted 3 months ago

@encryptme – this is a great little tool. can you tell me why i get this error when i place the clips into another flash file:

  • -Fuse#0>Item #0: No targets found! [Skipping tween parameters in this action] *
  • -Fuse#1>Item #0: No targets found! [Skipping tween parameters in this action] *
  • -Fuse#2>Item #0: No targets found! [Skipping tween parameters in this action] *
  • -Fuse#3>Item #0: No targets found! [Skipping tween parameters in this action] *
  • -Fuse#4>Item #0: No targets found! [Skipping tween parameters in this action] **

Thank you for your help!

Posted 3 months ago

hei man, whats this:

Error C:\clientes\grafica_vital\flash\flashden_myitembrowser-xml_7679\myItemBrowser.as: Line 76: The class or interface ‘Fuse’ could not be loaded. var f:Fuse = new Fuse();

Error C:\clientes\grafica_vital\flash\flashden_myitembrowser-xml_7679\myItemBrowser.as: Line 149: The class or interface ‘Fuse’ could not be loaded. var f:Fuse = new Fuse();

Error C:\clientes\grafica_vital\flash\flashden_myitembrowser-xml_7679\myItemBrowser.as: Line 157: The class or interface ‘Fuse’ could not be loaded. var f2:Fuse = new Fuse();

Total ActionScript Errors: 3 Reported Errors: 3

Only save and export…

Posted 2 months ago

http://www.mosessupposes.com/Fuse/

solution ;)

Posted 2 months ago