Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[OPEN SOURCE] Flash Eclipse


Baron
 Share

Recommended Posts

  • Replies 157
  • Created
  • Last Reply

Top Posters In This Topic

> Yay the source is finally out!!!
>
> What features are you planning for the next release Baron?

Next release is likely to just be additional bugfixes / implementation of features already coded serverside. We walk before we run.
Link to comment
Share on other sites

I'm having an issue getting the web client working.

Some info:

I have my server up on a dedicated host. I changed the port in the data file to 7001, and opened it. I confirmed that's working with http://www.yougetsignal.com/tools/open-ports/

I recompiled the swf file with the necessary information.

_global.PUBLISHINGTIME = true;

var LockToDomain:String = "burstsocial.com";

var HostIP:String = "my dedi's IP";

I uploaded the html and swf files to my domain here: http://burstsocial.com/Flash_Eclipse_v3_0_1.html

As you can see, I'm unable to connect. I'm guessing because I need to define the port on the client side?
Link to comment
Share on other sites

> I'm having an issue getting the web client working.
>
> Some info:
>
> I have my server up on a dedicated host. I changed the port in the data file to 7001, and opened it. I confirmed that's working with [http://www.yougetsig…ols/open-ports/](http://www.yougetsignal.com/tools/open-ports/)
>
> I recompiled the swf file with the necessary information.
>
> _global.PUBLISHINGTIME = true;
>
> var LockToDomain:String = "burstsocial.com";
>
> var HostIP:String = "my dedi's IP";
>
> I uploaded the html and swf files to my domain here: [http://burstsocial.c…pse_v3_0_1.html](http://burstsocial.com/Flash_Eclipse_v3_0_1.html)
>
> As you can see, I'm unable to connect. I'm guessing because I need to define the port on the client side?

Correct. If you've changed the port serverside anturally the client has to follow.

I believe that you may also encounter restrictions on port ranges based on the xmlsocket flash class

I'd point you to the exact frame / line to change it but im not at a comp with access to the source right now.
Link to comment
Share on other sites

> Correct. If you've changed the port serverside anturally the client has to follow.
>
> I believe that you may also encounter restrictions on port ranges based on the xmlsocket flash class
>
> I'd point you to the exact frame / line to change it but im not at a comp with access to the source right now.

No need to show me the line. I changed the port back to the original one, opened it, and everything is up and running perfectly now.

Awesome job with the flash client. I've been waiting for a web-based client using an engine similar to playerworlds for years.
Link to comment
Share on other sites

> No need to show me the line. I changed the port back to the original one, opened it, and everything is up and running perfectly now.
>
> Awesome job with the flash client. I've been waiting for a web-based client using an engine similar to playerworlds for years.

Great to hear ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) If you fix anything / write more editors etc to expand existing functionality I'd love if you could let us know and post up a source. I'll curate the changes so everyone can benefit from updated versions.

EDIT: Oh, and welcome to Eclipse ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
Link to comment
Share on other sites

Oh wow, didn't remember how annoying Flash is to work in until I looked at the source for this lol. Gunna take some time to re-learn flash and remember the flow of everything then try to come up with some edits for this ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
Link to comment
Share on other sites

> Oh wow, didn't remember how annoying Flash is to work in until I looked at the source for this lol. Gunna take some time to re-learn flash and remember the flow of everything then try to come up with some edits for this ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)

Yeah, honestly it's probably not a great example of flash programing.

I started this wehn i was very new to as2/any language, and looking at some of the code now makes me cringe and want to rewrite it.

Long term if I get some support behind this I'll migrate a lot of the code to self contained classes to help simplify the code and editing processes for people new to flash. That and just perform general optimizations / improvements.

Look forward to seeing your edits ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
Link to comment
Share on other sites

Great work! ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png) My question is are there paperdolls in this version or are you adding it later (or at all)? Also when I replace graphics (sprites) I only see them when I run the client locally but still see the old ones when it's up on the web (after I upload the new file of course), is there anything I have to do other than replace the Sprites.png file?

I'm also looking forward to your edits Ertzel.
Link to comment
Share on other sites

> Great work! ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png) My question is are there paperdolls in this version or are you adding it later (or at all)? Also when I replace graphics (sprites) I only see them when I run the client locally but still see the old ones when it's up on the web (after I upload the new file of course), is there anything I have to do other than replace the Sprites.png file?
>
> I'm also looking forward to your edits Ertzel.

All the serverside is there to support Paperdolling, clientside yet to be implemented.

If you replace the sprites you need to make sure you refresh your page that is hosting the file to force it to redownload the new version instead of the cached .swf, can't think of any other reason itd be doing this if you've uploaded the newer swf with the changed sprite sheet.
Link to comment
Share on other sites

its ok I have it working but I have another question. to open admin panel I need to press F1 right why wont it let me ive given my self admin access and it wont Just loading short cuts from my computer. also why cant other people connect
Link to comment
Share on other sites

> its ok I have it working but I have another question. to open admin panel I need to press F1 right why wont it let me ive given my self admin access and it wont Just loading short cuts from my computer. also why cant other people connect

By default the debug player which is standalone for testing from the development environment has keyboard shortcuts enabled. To disable them dropdown the menus in the top left and toggle "disable keyboard shortcuts"
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...