Click here to Skip to main content
15,891,316 members

Comments by Rakesh Katanguri (Top 6 by date)

Rakesh Katanguri 3-Oct-12 2:49am View    
Hi Zoltan,
I was tried my best, but all these above mentioned methods are not suitable to my requirement. Even here i can easily change the swf file scripts and swf file. But i was unable to interact the multiple xml files into a single swf file. Is there any other methods??? Plz do needful
Rakesh Katanguri 22-Aug-12 2:22am View    
Hi Zoltan,
I was trying to load these all files, but i couldn't made it. Need your help, if you have any related code files please share with me.
Rakesh Katanguri 21-Aug-12 3:23am View    
Thanks,
Yes from that link only, and I'l check with your steps.
Rakesh Katanguri 21-Aug-12 2:57am View    
Hi,
Actually am planning to load the images in the 3D manner, and i've downloaded the swf file. Here is my code for swf file...

<object id="_slideshowBoxEmbed395170" type="application/x-shockwave-flash" data="templates/Wall3D.swf" width="900" height="700" style="padding-left:10px;">
<param name="movie" value="templates/Wall3D.swf">
<param name="allowFullScreen" value="true">
<param name="flashvars" value="source=sample.xml">

So in place of sample.xml file, i want to load the different files as per the user selection of photo albums.

Thanks...
Rakesh Katanguri 21-Aug-12 2:08am View    
Hi,
Thanks for the response. Here actually am generating the xml files while uploading the images into database using asp.net. So these xml files contains the image path and details. So here multiple xml files are generating, and i want to load those xml files based upon the user selection of the given categories. So how can i change the xml file name dynamically in the object parameter value.