World: r3wp
[Rebol/Flash dialect] content related to Rebol/Flash dialect
older newer | first last |
Oldes 5-Oct-2005 [51] | 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 |
james_nak 18-Oct-2005 [88] | Thanks. |
Oldes 23-Nov-2005 [89x2] | I already posted it to rebcode group as it's rebcode which allowed me to this, but will like to post it here as well, because the main reason was to improve the Rebol/Flash dialect again.... Maybe you know that in Flash you can have embedded outlined fonts (independend on system) Most of the font's looks blury if you use them as outlines so you must use special fonts to get non blured pixel precision fonts. I was using some font editor just to see, that it's pretty difficult to make such a font so I decided it would be good to have possibility to make such a font just in any graphic editor - as a bitmap and comnvert it to pixels. Here is the result: do http://box.lebeda.ws/~hmm/rebol/projects/font-tools/latest/test.r |
sorry for my terrible english (I should read the text before I press enter:) I meant convert bitmap (pixels) to vectors | |
james_nak 23-Nov-2005 [91] | I'll check it out. Thanks. |
Alek_K 24-Nov-2005 [92] | BTW - see SimpleFont http://www.simplefont.com/(font editor) |
Oldes 24-Nov-2005 [93] | interesting, this one I haven't known, for me it's enough what I have (anyway it looks that you cannot make subpixel fonts with this editor and you must do the tracing by hand:) |
Alek_K 24-Nov-2005 [94x2] | well - there is another tool for that :) PixFont - http://www.kgroup.ru/ |
Anyway - you made great job! | |
Oldes 24-Nov-2005 [96x3] | I was thinking about making visual editor as well, but don't think it's so important, I have my font and that's enough for now:) |
maybe I could hack the trutype spac to have possibility to save the font as a TTF as well | |
(spac = specification) | |
Alek_K 24-Nov-2005 [99] | It could be good commercial product to sell :) There are many users - and most free fonts are english only (same with tools for making fonts from handwriting f.e.). |
Oldes 24-Nov-2005 [100] | hm, but you make 3 fonts and then nobody will need it:) there is not many possibilities to make something original in 7x8 pixel grid:) and yes, the main reason was, that there are no font's with diacritics for my language (even the commercial one don't have it) |
older newer | first last |