TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
FORUMS
CHAT
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Ask a Question
→
communications with a server
Pages:
1
communications with a server
Max Marin
Posts: 138
February 09, 2021, 04:29:08 am
I have a question when I am testing with the web request blocks, my html 5 game must be uploaded to a server for it to work, the same with the multiplayer extension, because nothing works for me
I'm human
mdotedot
Posts: 1654
February 09, 2021, 05:42:42 am
That depends on so many factors. You really should be very exact what you are trying to do.
Most colyseus multiplayer examples run from your local computer to a server on the world wide web.
(ColyseusTickTacToe for instance)
To have us help you need to give error/warning messages. 'nothing works for me' is not very explanatory!
If you mean the visit url block then depending on the URL and the location of the files you might receive CORS message.
Check the console for these. (Right Mouse Click on Chrome, select Inspect and navigate to console output)
If you have CORS message you need special file on the server that allows navigation. Otherwise you can only access pages on the same server.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.
Pages:
1