Re: [web2py] Re: Flash File and Routes

2012-09-03 Thread Andrew Evans
Thanks for your help I solved my problem by modifying the tutorial given here http://net.tutsplus.com/tutorials/wordpress/integrating-the-piecemaker-3d-gallery-into-your-wordpress-theme/ Thanks for the help *cheers Andrew On Mon, Sep 3, 2012 at 1:33 PM, Andrew Evans wrote: > ya its linked

Re: [web2py] Re: Flash File and Routes

2012-09-03 Thread Andrew Evans
ya its linked as piecemaker.xmlSource = "piecemakerXML.xml"; piecemaker.cssSource = "piecemakerCSS.css"; piecemaker.imageSource = "images"; in the flash file but it's being called in default that is strange not sure what else is linked in that file when I run it all that appears is a blank s

Re: [web2py] Re: Flash File and Routes

2012-09-03 Thread Andrew Evans
its linked in the flash file I believe from what I saw it is looking in the same directory as the Flash Document I will look again at that thanks for the help so far *cheers On Mon, Sep 3, 2012 at 12:50 PM, Anthony wrote: > Well, for one thing, it's looking for > https://85.25.242.165/tu

Re: [web2py] Re: Flash File and Routes

2012-09-03 Thread Anthony
Well, for one thing, it's looking for https://85.25.242.165/turtlebaychemists/default/piecemakerXML.xml and not finding it. How is the URL to that file configured? Anthony On Monday, September 3, 2012 3:11:45 PM UTC-4, Andrew Evans wrote: > > Thank you for your help Anthony > > the code in the

Re: [web2py] Re: Flash File and Routes

2012-09-03 Thread Andrew Evans
Thank you for your help Anthony the code in the head section swfobject.embedSWF("{{=URL('static', 'piecemaker.swf')}}", "piecemaker", "950", "350", "10.0.0.0", "{{=URL('static', 'js/expressInstall.swf')}}"); and in the body var flashvars = {};

Re: [web2py] Re: Flash File and Routes

2012-09-03 Thread Anthony
Can you show your code? How are you referencing those files in index.html? On Monday, September 3, 2012 1:30:27 PM UTC-4, Andrew Evans wrote: > > I am really not sure why they have to be like that > > But I did a test on my local system > > I put the flash files and xml files etc in a separate di

Re: [web2py] Re: Flash File and Routes

2012-09-03 Thread Andrew Evans
I think because there are some hard coded values in the flash file but since I can't change the file (cause of my version of flash) its causing a problem But I don't know what the hard coded values could be. The only values in the flash file were references to the xml and images folder Would app

Re: [web2py] Re: Flash File and Routes

2012-09-03 Thread Andrew Evans
I am really not sure why they have to be like that But I did a test on my local system I put the flash files and xml files etc in a separate directory and I put index.html outside of that directory changed all the references to the swf and css file and it would not work... Any ideas On Mon, Se

[web2py] Re: Flash File and Routes

2012-09-03 Thread Anthony
On Monday, September 3, 2012 12:08:20 PM UTC-4, Andrew Evans wrote: > > Hello > > I have a flash file that requires that the files associated with it be in > the same directory as views/default/index.html > Why do they have to be in that particular folder? Why not just whatever folder contains t