Forum General Can I use PLAYER.IO with just FLEX SDK?

Any issues or discussions relating to Flash development are welcome here.

Can I use PLAYER.IO with just FLEX SDK?

Postby Matt McFarland » February 3rd, 2011, 1:33 am

Hi all!

PLAYER.IO looks like an amazing solution to my multiplayer needs, and I'd like to use it with Flash Develop/FLEX SDK. I was wondering if this is possible? I have no interest in using adobe CS and am very comfortable with FLEX and Flash Develop.

Thanks!
Matt McFarland
 
Posts: 2
Joined: February 3rd, 2011, 1:30 am

Re: Can I use PLAYER.IO with just FLEX SDK?

Postby Benjaminsen » February 3rd, 2011, 8:43 am

Player.IO works perfectly with flex, you can even just copy the code from the AS files of the CS5 examples.

However, when you mention it, I should probably start working on those Flash Builder / Flex examples.

/Chris
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Can I use PLAYER.IO with just FLEX SDK?

Postby Matt McFarland » February 3rd, 2011, 6:04 pm

Benjaminsen wrote:Player.IO works perfectly with flex, you can even just copy the code from the AS files of the CS5 examples.

However, when you mention it, I should probably start working on those Flash Builder / Flex examples.

/Chris


Thanks!
How about FlashDevelop? FlashDevelop uses the FLEX SDK and is completely free to use unlike Flash Builder and CS.
Anyway, I'll check out the AS files and see what I can figure out :D
Matt McFarland
 
Posts: 2
Joined: February 3rd, 2011, 1:30 am

Re: Can I use PLAYER.IO with just FLEX SDK?

Postby Benjaminsen » February 3rd, 2011, 6:13 pm

Any SWF compiler work... you can even use Player.IO with HaXE
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Can I use PLAYER.IO with just FLEX SDK?

Postby gladius2metal » November 7th, 2011, 10:31 pm

is there a tutorial out there yet?
I am working with flash develop and try to run the tic tac toe demo...
the odd thing is, there are errors with some basic flash thingies (I guess, I only built two games with flixel so far) ...
Code: Select all
\src\Tile.as(21): col: 4 Error: Access of undefined property eventTarget.

flash version problem? or is there some s*** in the .fla - I am not going to install the thingie (cs?) that uses fla files...
gladius2metal
 
Posts: 2
Joined: November 7th, 2011, 10:00 pm

Re: Can I use PLAYER.IO with just FLEX SDK?

Postby gladius2metal » November 7th, 2011, 10:43 pm

uhh yes, the comment indicates that
Code: Select all
         //Make sure we get the event from the correct event element
         //The button is only there to give us a nice hand cursor
         eventTarget.addEventListener(MouseEvent.CLICK, handleClick)


let me guess the event element is something defined in the .fla...
gladius2metal
 
Posts: 2
Joined: November 7th, 2011, 10:00 pm


Return to General



cron