saw this on a website.. is this the same app you have here???
hxxp://www.ez-results.ca/web.html
Posted 6 months ago
XML PHOTO FLOW MENU
XML driven flash image / picture / photo gallery
Features include:
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 11 months ago
saw this on a website.. is this the same app you have here???
hxxp://www.ez-results.ca/web.html
Posted 6 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 6 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 6 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 6 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 6 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 5 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 5 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”
;
}
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 5 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 5 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 5 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 5 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 5 months ago
Hi!
Is it possible to have the image be larger when you roll over it?
Thanks! : )
Posted 5 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 4 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 4 months 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 2 months ago
is it possible to have differnet sizes of images?
or its restricted to that size only?
Posted about 1 month ago
Hmm have set this up and works 100% in firefox but not in IE 6 or 7 at all???
Anyone have any ideas, would be much appreciated 
Hi: Can You Help Me
When Select Some Image , And Click 2 Times it Open a A Link, y Wanna Change When Click Open JavaScript, i Send you A Examample Link,
http://www.loscocinerosdelnorte.com/
Chose One pic of the left side and click , a javascript window open, this is the code of flash file to open..
on (press)
{
getURL(“javascript:SWFDelegate(\’images/hector.swf\’,\’434.1\’,\’508.1\’,\’Hector Alberto\’
;”
;
;
objLink.setAttribute(‘href’,url);
objLink.setAttribute(‘rel’,’lightbox’
;
objLink.setAttribute(‘title’,caption);
if(typeof width != ‘undefined’
{
objLink.setAttribute(‘width’,width);
}
if(typeof height != ‘undefined’
{
objLink.setAttribute(‘height’,height);
}
Lightbox.prototype.start(objLink);
}
my Question is how can i do the same in this file to open diferents swf files when click 2 times in select file…
Sorry for my english
Posted about 1 month ago