Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Implement LoadVars class #1151

Closed
saschanaz opened this issue Feb 22, 2014 · 7 comments
Closed

Implement LoadVars class #1151

saschanaz opened this issue Feb 22, 2014 · 7 comments

Comments

@saschanaz
Copy link

Apps based on Flash version 6 use LoadVars class to do an HTTP request, but it seems that Shumway does not support LoadVars (as my log says "AVM1 error: Error: Object "LoadVars" is not found")

PS: API document from Adobe http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00001161.html

@magcius
Copy link
Contributor

magcius commented Feb 22, 2014

Do you have a sample?

@tschneidereit
Copy link
Contributor

A test case would be good, yes. That being said, I checked and LoadVars is
in fact completely missing. So the test case would be useful for checking
our implementation once we have it (and it shouldn't be hard to do), but we
don't need it to verify that there is a problem.

@saschanaz
Copy link
Author

http://203.104.209.7/kcs/world.swf
This is the app in problem (without parameters for account information). You will see AVM1 error if you see browser log.

@saschanaz saschanaz changed the title Flash 6 support? "LoadVars is not found" Implement LoadVars class Feb 14, 2015
@saschanaz
Copy link
Author

It seems that we already have loadVariables function which is an older alternative of LoadVars. Hmm.

@tschneidereit
Copy link
Contributor

Correct, this isn't some fundamental issue, it's a case of not-implemented functionality. If you'd be interested in contributing, I'd gladly help you get things set up. Otherwise, we'll get to it in due time.

@saschanaz
Copy link
Author

I think I can try something based on your previous work (#1162). I'll ask some help when I actually start to work. Thanks :) This functionality is required to run DMM's game called Kantai Collection.

@tschneidereit
Copy link
Contributor

That would be quite excellent! Either you can ask questions here, or drop by in our IRC channel, #shumway on irc.mozilla.org.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants