World: r3wp
[Rebol/Flash dialect] content related to Rebol/Flash dialect
older newer | first last |
Oldes 5-Oct-2005 [38x5] | make-swf/save/html http://box.lebeda.ws/~hmm/rswf/examples/swf8/swf8-filterglow.rswf |
make-swf/save/html http://box.lebeda.ws/~hmm/rswf/examples/swf8/swf8-filterblur.rswf | |
make-swf/save/html http://box.lebeda.ws/~hmm/rswf/examples/swf8/swf8-blendmode.rswf | |
list-dir | |
It all in one version of the dialect (I simplified the ucs-2 code to support only cp1250 charset ) The zlib dll support for decompressing foreign swf files is missing. Hope everything else is included - I used it to compile this page successfully: http://www.nohyvnebi.cz/ | |
Volker 5-Oct-2005 [43] | how about using 'call and some exe? |
Oldes 5-Oct-2005 [44] | I think this is enough, if you don't have Lash player, the exe is not enough |
Volker 5-Oct-2005 [45] | i mean for zipping. |
Oldes 5-Oct-2005 [46x3] | for the examples above you must have installed the latest flash player plugin (Flash8) These aree first tests of the Flash8 as I downloaded it yesterday) |
you mean make-projector.r script? It's not included. | |
I'm not sure if it's legal to distribute the flash player binaries | |
Volker 5-Oct-2005 [49] | all i read was "he zlib dll support for decompressing foreign swf files is missing" and remembering there are some small zip-exes for commandline. |
Oldes 5-Oct-2005 [50x2] | you must have zlib.dll (zlib is not zip) |
That's Carl's problem anyway - there must be some bug in rebol's compress/decompress function | |
Volker 5-Oct-2005 [52] | thought there are exes, whatever it is. but the embedded stuff is different? other headers? |
Oldes 5-Oct-2005 [53] | You can compress/decompress swf's, but some of them (the foreign) use probably latest zlib and Rebol cannot decompress them |
Volker 5-Oct-2005 [54x2] | IIRC some script in the library says there are more options, buffer-size and something. rebol can output nearly gzip, but read only a specific version. |
rebol does not need to zip if exe can do it right. data -> file, whatever-zip, read file. slow but could work. | |
Oldes 5-Oct-2005 [56x4] | Yes, the compression Rebol's using is zlib, but in Rebol must be used old version, because has problems with some zlib streams |
anyway, you could use this: http://box.lebeda.ws/~hmm/rebol/zlib_latest.rip | |
I don't want to give it inside the rswf as it's not so necessary (you need it only if you want to examine some foreign swf file) | |
You can examine compressed files compiled with rswf without problems | |
Volker 5-Oct-2005 [60] | just tried to make a helpfull suggestion. did not want to critisize. |
Oldes 5-Oct-2005 [61x4] | for example if you do the examples above, you can do: exam-swf/file %swf8-blendmode.swf |
no problem | |
Just one last thing for now, it's safe to compile only to version swf6, I donloaded the spec for swf7 only yesterday and swf8 is not documented at all. | |
Interesting: just downloaded this free ActionScript compiler http://www.mtasc.org/ and will try if it would be possible to integrate it with the rswf (so I could use *.as file for actions without need to parse it in Rebol) | |
james_nak 5-Oct-2005 [65] | Oldes, can you tell me the name of that spec. I believe they are pdf's, right? |
Oldes 5-Oct-2005 [66x2] | yes |
go here: http://www.macromedia.com/cfusion/entitlement/index.cfm?e=file_format register and download | |
james_nak 5-Oct-2005 [68x2] | Doing it now. |
Thanks Oldes, I finally got it and now can learn! How cool. I was downloading everything but this doc. : ^) | |
Volker 5-Oct-2005 [70] | where is he difference between rswf and mtasc? |
Oldes 7-Oct-2005 [71x2] | Was just checking it a little bit, and it looks that the mtasc is pretty complicated. First action script I wanted to compile using mtasc was not compiled successfully:) The biggest difference is, that the mtasc is only ActionScript compiler, but in my dialect one can compile everything (shapes, sprites, images, sound). You must use swfmill or how they call it to compile such a things (and it's using XML so I thing it's not much useful for making complete application in it (as I do). |
I would like to make new pages for RSWF dialect during the weekend. | |
james_nak 7-Oct-2005 [73] | That's great! |
Oldes 11-Oct-2005 [74x4] | The new site is here: http://box.lebeda.ws/~hmm/rswf/ |
I have problems with update of the old site:( | |
The dialect file have been updated a little bit, use: do http://box.lebeda.ws/~hmm/rswf/rswf_latest.r | |
to make sure that you are using the latest one | |
james_nak 11-Oct-2005 [78x2] | Thank you Oldes! Your work is very much appreciated. |
Nice page too. | |
Brett 12-Oct-2005 [80] | Oldes: I've updated codeconscious.com for your new link. Linking to old and new now. |
Oldes 12-Oct-2005 [81] | Thanks, the dialect file updatet a little bit again and there are 3 new (flash8) examples |
Oldes 13-Oct-2005 [82x2] | And again updated (fixed conversion of 4digit-issues/tuples), 2 new examples. |
http://box.lebeda.ws/~hmm/rswf/index.php?example=145 | |
james_nak 13-Oct-2005 [84] | Once again thanks. |
Oldes 18-Oct-2005 [85] | and updated again, current version 1.0.4 (make sure you use the rswf_latest.r file with the new examples (there are two more of them) |
james_nak 18-Oct-2005 [86] | Excellent. |
Oldes 18-Oct-2005 [87] | hmm, should say 3, I forgot the second version of the color picker to upload, now it's here as well http://box.lebeda.ws/~hmm/rswf/index.php?example=148 |
older newer | first last |