Hello,
I am adding a Flash flipbook to one of my pages- usually when making static pages, I post one directory where there is a javascript file, an xml file, an swf file, and a folder called pages/ that contains jpgs of the flipbook pages. The swf uses all of these in order to create the flipbook.
I am a little confused about where files go when using modx....would I embed the swf file in a page (placing it in the Flash folder?), but where would I put the pages folder containing the files that it uses, as well as the xml and javascript files?
Is it possible to keep all of these files together ( and where would they go?), or do they need to be placed in different assets/ folders and then the paths created in the Flash file....
This might be a very silly question- but any help appreciated! I don’t understand how Flash works in ModX yet.
Catherine
Hello,
Thanks for the quick reply! I tried this out- uploaded my files into a new directory within assets called flipbooks. I embedded the swf file in my page in modx, and made sure to write the correct path- but the flash file does not show up. There is a rectangle where it should be, and that is all.
I tested the file itself by navigating directly to it in a browser-- and it works that way. Does anyone know why it would work that way and not through my modx pages?
Thanks!
Catherine
I appreciate the advice-- I went back into the flash file and coded the xml file path to http://mysite/assets/flipbooks/predators/
and that worked! First I tried just the path assets/flipbooks/etc. but it needs the full address.
The movie showed up, but not the content- so then I went back to the xml file and coded all of the pages to the same full path, and now it is all there.
Thanks for your all of your help. So I guess Modx needs to have the full urls in this case. Now the only problem that I get is a pop-up security warning from my Flash Player settings that says "Security warning: mysite.com is attempting to read from www.mysite.com. This a potentially insecure operation, do you want to allow it?"
I guess I don’t want visitors getting a warning, but any ideas why?
Catherine