Author Topic: Please, give me source of demo v1.38  (Read 1377 times)

slans

  • Newbie
  • *
  • Posts: 7
Please, give me source of demo v1.38
« on: October 18, 2009, 07:49:28 am »
Immediately, sorry for my english, i don`t know this good.
I want to have source of demo, that see, how engine work, and change something. But i don`t use right svn or i don`t understand something, and when i see source this - http://svn.mightypirates.de/megazine/, i can`t start it, and look into it too)
Just if i have source of demo i will can learn this engine.
I hope, it`s possible, thanx.

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1989
  • MegaZine3 Developer
    • MegaZine3
Re: Please, give me source of demo v1.38
« Reply #1 on: October 18, 2009, 05:26:53 pm »
The demo from the site has been available through the downloads section for quite some time, now...
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.

slans

  • Newbie
  • *
  • Posts: 7
Re: Please, give me source of demo v1.38
« Reply #2 on: October 18, 2009, 06:22:07 pm »
I have a demo-files, but...
I mean source of demo, but not compile demo, because problem that i have - it`s not understand, how create pages etc.
My problem it`s path of file "megazine.xml" - i want what this file request from url, but not computer/server folder just.
I hope, you understand what i mean, i feel what my English stupid :-\

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1989
  • MegaZine3 Developer
    • MegaZine3
Re: Please, give me source of demo v1.38
« Reply #3 on: October 18, 2009, 07:07:37 pm »
Not really sure what you mean, but the demo zip contains the exact files used for generating the demo on the site, including the megazine.xml?
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.

slans

  • Newbie
  • *
  • Posts: 7
Re: Please, give me source of demo v1.38
« Reply #4 on: October 19, 2009, 10:16:59 am »
Problem, that i have, it`s file "megazine.xml" load from relative path of file "megazine.swf", but i want, what file "megazine.xml" load from absolute path, like "http://mysite.ru/megazine.xml".
Just, request see what:
var loader:URLLoader = new URLLoader(new URLRequest ("http://mysite.ru/megazine.xml"));
but NOT
var loader:URLLoader = new URLLoader(new URLRequest ("megazine.xml"));
But that it do, i want to have not-compile data from your engine. In your contain "demo.zip" have a copile files....

slans

  • Newbie
  • *
  • Posts: 7
Re: Please, give me source of demo v1.38
« Reply #5 on: October 19, 2009, 10:55:26 am »
It seems what i`m understand! I was just use svn, and get source%) Thanx