Help with creating a photo gallery online
#1
Posted 11 July 2007 - 02:22 PM
#2
Posted 11 July 2007 - 04:47 PM
#3
Posted 11 July 2007 - 09:37 PM
#4
Posted 15 July 2007 - 01:14 PM
#5
Posted 15 July 2007 - 04:46 PM
Edited by werny, 15 July 2007 - 10:32 PM.
#7
Posted 15 July 2007 - 10:18 PM
-edit, how now do I specify in my flash movie how to call that xml file based on the variable
this is what it is right now
xmlData.load("images.xml");
would it be something like thisxmlData.load(_root.xmlname);,and then have it set to get the xmlname variable from the url?
Edited by werny, 15 July 2007 - 10:39 PM.
#8
Posted 16 July 2007 - 08:10 AM
Change varName to whatever you called the variable. You should be able to use your second code block there and have it work.
#9
Posted 16 July 2007 - 09:52 AM
heres what I have
xmlData.load(_root.xmlname);and then my address looks like thi
test.php?xmlname=images2.xmlive also tried encoding the url like this
test.php?xmlname=images2%2Exmland this is my embedding
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://macromedia.com/cabs/swflash.cab#version=6,0,0,0" ID=flaMovie WIDTH=250 HEIGHT=250> <PARAM NAME=movie VALUE="test.swf"> <PARAM NAME=FlashVars VALUE="xmlname=<?php echo(urlencode($xmlname));?>"> <PARAM NAME=quality VALUE=medium> <PARAM NAME=bgcolor VALUE=#99CC33> <EMBED src="test.swf" FlashVars="xmlname=<?php echo(urlencode($xmlname));?>" bgcolor=#99CC33 WIDTH=250 HEIGHT=250 TYPE="application/x-shockwave-flash"> </EMBED> </OBJECT>
and yet the file does not load
Edited by werny, 16 July 2007 - 10:01 AM.
#10
Posted 16 July 2007 - 11:47 AM
#11
Posted 16 July 2007 - 12:20 PM
-edit i uploaded a rar of the files, if you think I have something wrong, the actual flash file is straight from this tutorial http://www.kirupa.com/developer/mx2004/xml...hotogallery.htm execpt for calling out the xml file
Attached Files
Edited by werny, 16 July 2007 - 03:39 PM.
#12
Posted 23 July 2007 - 07:23 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
