gskinner / gskinner/SPL

WordListLoader woes

Open
#2 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
ActionScript
Stars
38
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Using SPL in Actionscript with TLFTextField. Attempting to load word list with this code:

```
wordListLoader.addEventListener("complete", loaderComplete);
wordListLoader.addEventListener("httpStatus", loaderStatus);
wordListLoader.addEventListener("ioError", loaderError);
wordListLoader.addEventListener("open", loaderOpen);
wordListLoader.addEventListener("securityError", loaderError);
wordListLoader.load( new URLRequest( wordListURL ) );
```

Sometimes the list loads and other times it does not. When it does not there will be an "open" and a 200 status followed by silence. The request seems to be eaten.

Is there a good documentation source for Actionscript usage? Have searched but not found a good reason for the loading issues.

Thank you.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.