Hello,
I'm doing my thesis, and needs to be able to upload a custom flash file, that should allow the users to insert some data (such as score and time) and present that data in graphics.
The part of uploading the flash file is already available, but I don't now how to do a custom flash file to allow the user to insert data, and after grab that data and put it in graphics
This is possible with the elgg?
Best regards
Artur
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Paweł Sroka@srokap

Paweł Sroka - 0 likes
- Artur Vieira@ArturVieira

Artur Vieira - 0 likes
- Paweł Sroka@srokap

Paweł Sroka - 0 likes
You must log in to post replies.Creating swf files has nothing to do with framework (in this case Elgg) itself.
There's of course Adobe Flash, though it's on a commercial license.
Actually you're very likely to do almost everything as in flash in modern html5 browsers. Flash is dying. I'd rather learn how to make what you need, using html5 canvas or svg if I were you. Though it depends on details of what you need, which you didn't provide.
Thank you for the reply
I know that the creation of swf file has nothing to do with the framework.
The problem is how to catch the data that will be inserted by the user after opening the swf file, and present it on graphics.
I don't know if are anything closer to this in elgg already.
There's no support for that in Elgg core itself. Perhaps there's some plugin that does that does similar thing, though I rather doubt it.
If I understand correctly, the problem is to communicate with swf and javascript. You might want to have a look at: http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7cb1.html