Search  
Search Options

XML PHOTO FLOW MENU

HomeBrowse CategoriesFlashMenus & ButtonsHorizontal MenusXML Photo Flow Menu

XML PHOTO FLOW MENU

XML driven flash image / picture / photo gallery

Features include:

  • XML driven menu
  • This menu supports an unlimited amount of images. Simply replace the current jpegs with your own photo’s.
  • Use the XML file to add your captions and URL links.
  • Mouse wheel supported for next and back navigation.
  • Clicking on the larger center image will launch it’s URL link.
  • Can also be set up to target frame labels inside another movie clip on your stage if you wish to use this as a navigation.
  • Main image loads once, then code sets the reflection. Also can work on a white background as reflections are gradient masks.

Help file and comments in the code included.

Did you find this file useful? Also see:

What’s NEW from Digital Science:

FEATURED from Digital Science:

Click here to see more files by Digital Science | View Website

Posted 10 months ago

saw this on a website.. is this the same app you have here???

hxxp://www.ez-results.ca/web.html

Posted 5 months ago

Hello, is there a way that after entering one of the options and come back to this menu, the menu slide/open the last selected option instead of going back to the beginning of the sequence and open the first one?

Awesome file man! I managed to do a dinamic submenu inside this one with your global.ID and a bunch of XML (lol) but oh well it’s done, i’m just a designer – and would be perfect to solve this little thing with the sequence when going back to the menu, any tips are welcomed :)

ssc

Posted 5 months ago

Great file! I, as a lot of others here, have a quick question :)

How would I go about using this in a fullscreen flash site? I´ve tried this now:

viewer._x = Stage.width/2; viewer._y = Stage.height/2;

I called the MC viewer, and it sort of works, but when I resize the site, it bounces of in a different direction. I know this is because the first frame is empty… but is there any way around this?

Cheers.

Posted 4 months ago

is it possible to configure the menu in such way to ììììì the title on the top and space between one picture and the other? black border on the picture and change the background colour?

Posted 4 months ago

I WANT EACH PHOTO I CHOOSE TO LOAD A MP3 TRACK OR A SWF HOW CAN I DO THIS ??? FROM XML ?? OR FROM FLA ?? ALSO I WANT THE LINK FROM XML TO BE IN A POP UP WINDOW NOT A NEW WINDOW …HOW CAN I DO THIS ??PLEASE HELP ME !!! THANKS

Posted 4 months ago

I WANT EACH PHOTO I CHOOSE TO LOAD A MP3 TRACK OR A SWF HOW CAN I DO THIS ??? FROM XML ?? OR FROM FLA ?? ALSO I WANT THE LINK FROM XML TO BE IN A POP UP WINDOW NOT A NEW WINDOW …HOW CAN I DO THIS ??PLEASE HELP ME !!! THANKS

Posted 4 months ago

HOW MANY DAYS I MUST WAIT TO HAVE AN ANSWER ??THIS IS YOU SUPPORT ?

Posted 4 months ago

portofolio, don’t scream, it doesn’t help you at all. I’ve been waiting for answer from digitalscience too but he doesn’t seem to be around since approx a month ago, I guess he has his reasons…

But try the Forum, I did and my problem was solved within two hours, great and helpful people in there…

Posted 4 months ago

Hello DigitalScience,

I tried to have your flow menu pull in different xml file based on the flashvars variable but it’s not working for me. Any idea what I am doing wrong?

var var1:String; if (var1 == “default”;) { xmlData.load(“content2.xml”;); } else { xmlData.load(“content.xml”;); }

Posted 4 months ago

Sorry, here’s my message again that’s a little easier to read.

Hello DigitalScience,

I tried to have your flow menu pull in different xml file based on the flashvars variable but it’s not working for me. Any idea what I am doing wrong?


var var1:String;
if (var1 == "default") {
    xmlData.load("content2.xml");
} else {
    xmlData.load("content.xml");
}

Posted 4 months ago

Here’s how I call it:

<script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', '<a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',</a> 'width', '590', 'height', '300', 'src', 'preview', 'quality', 'high', 'pluginspage', '<a href="http://www.macromedia.com/go/getflashplayer',">http://www.macromedia.com/go/getflashplayer',</a> 'align', 'middle', 'play', 'true', 'flashvars', 'var1=default', 'loop', 'true', 'scale', 'showall', 'wmode', 'window', 'devicefont', 'false', 'id', 'preview', 'bgcolor', '#000000', 'name', 'preview', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'preview', 'salign', '' ); //end AC code } </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="590" height="300" id="preview" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="flashvars" value="var1=default"/> <param name="allowFullScreen" value="false" /> <param name="movie" value="preview.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /> <embed src="preview.swf" flashvars="var1=default" quality="high" bgcolor="#000000" width="590" height="300" name="preview" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> Posted 4 months ago

Sorry, I am a newbie. So, I forgot to use

 tags.  Here's is my meaage again:

<pre>
<code>

<script language="javascript">
    if (AC_FL_RunContent == 0) {
        alert("This page requires AC_RunActiveContent.js.");
    } else {
        AC_FL_RunContent(
            'codebase', '<a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',</a>
            'width', '590',
            'height', '300',
            'src', 'preview',
            'quality', 'high',
            'pluginspage', '<a href="http://www.macromedia.com/go/getflashplayer',">http://www.macromedia.com/go/getflashplayer',</a>
            'align', 'middle',
            'play', 'true',
            'flashvars', 'var1=default',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'preview',
            'bgcolor', '#000000',
            'name', 'preview',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', 'preview',
            'salign', ''
            ); //end AC code
    }
</script>
<noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="590" height="300" id="preview" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="flashvars" value="var1=default"/>
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="preview.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" />
    <embed src="preview.swf" flashvars="var1=default" quality="high" bgcolor="#000000" width="590" height="300" name="preview" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
</noscript>

</code>

Posted 4 months ago

I think digitalscience might be a bit too busy now-a-day.

Can anyone here with a little more experience with flash help me?

I am just trying to get this flash component to use a specific xml file depending on which thumbnail the user click on.

Any help would be appreciated.

Posted 4 months ago

Hello? I can’t get this to work. Can I have my money back since I can’t get any help from digitalscience?

Posted 4 months ago

Hi!

Is it possible to have the image be larger when you roll over it?

Thanks! : )

Posted 3 months ago

Don’t buy this. Doesn’t work well. Not much documentation. No support.

DigitalScience ignore you and don’t respond. He took your money and ran.

Posted 3 months ago

Maybe he didn’t run. He’s just hiding behind you and you don’t know it.

People get busy. So is he.

Peace out. // URanimEnigma—

Posted 2 months ago

Thanks man! I want extra smoothness, try that when you’re not busy ;)

Posted about 1 month ago

Thanks for the great file. It says in the description that “Can also be set up to target frame labels inside another movie clip on your stage if you wish to use this as a navigation”. Could you point me to right direction of how to do that.

TIA

Posted about 1 month ago