Author Topic: Store swf's on a remote server  (Read 630 times)

hiddink

  • Newbie
  • *
  • Posts: 4
Store swf's on a remote server
« on: May 28, 2010, 08:55:35 pm »
Hello,

Just some thoughts:

1) If I were able to store the swf after pdf-conversion on a remote-server, would MZ be able to read them, if I put relative path to swf-server in the XML (fe. <img src="http://www.myserver.nl/book23/345.swf">)?

2) Will MZ be able directly load the images from fe. a Flickr-RSS-feed or do I have to parse this feed first and deliver a standard XML to MZ?

Experiencies/ideas?

Thanks for any feedback on this!

Regards,
Bert

 

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
Re: Store swf's on a remote server
« Reply #1 on: May 30, 2010, 01:01:25 pm »
1) that's an absolute URL ;) (relative means relative to the current directory, so e.g. something like ../dir1/file.ext), and yes, that should work. For SWFs you might want to have a look at the parameters img@sameappdomain, img@samesecdomain (second one not yet documented, but same as the first one just for the SecurityDomain) and possibly book@allowcrossdomaindata.
2) you'll have to parse that feed first, MegaZine3 can only handle images. Feel invited to write a Flickr plugin, though :)
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.