r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Rebol/Flash dialect] content related to Rebol/Flash dialect

Oldes
9-Mar-2006
[146]
(oops:-)
Oldes
15-Mar-2006
[147]
And here is new example again: http://box.lebeda.ws/~hmm/rswf/index.php?example=155
 using precompiled tweening prototype
Oldes
16-Mar-2006
[148]
http://box.lebeda.ws/~hmm/rswf/index.php?example=158
Terry
16-Mar-2006
[149]
Oldes, do you have an eample that could create and embed a swf on 
the fly  ie: via cgi?
Oldes
16-Mar-2006
[150x3]
I would not use something like that. Why? You can have everything 
precompiled.
And it's easy, you just run rswf and call MAKE-SWF and print the 
result (probably would have to remove some warnings which are printed 
when I run make-swf)
that's can be done just setting print: prin: none
Terry
16-Mar-2006
[153x2]
I'm thinking about generating on the fly
By the way .. i like the title of "to see stupid chinese wathing 
atomic bomb explosion"   those chinese... crack me up..
Oldes
16-Mar-2006
[155x4]
hm, it's not so funny, they were really watching atomic explosion. 
And probably were not so stupid, just the leaders who forced them 
do such a experiments.
just found that the movies for this example http://box.lebeda.ws/~hmm/rswf/index.php?example=116
were missing - in the movie in the middle are czech soldiers on acid 
and the rest are the same chinese soldiers preparing to watch atomic 
explosion.
framTo tweening: http://box.lebeda.ws/~hmm/rswf/index.php?example=159
Organic window: http://box.lebeda.ws/~hmm/rswf/index.php?example=160
james_nak
16-Mar-2006
[159]
Thanks Oldes. I will check those out.
Oldes
16-Mar-2006
[160]
I've added an experiment with the Flash's security model http://box.lebeda.ws/~hmm/rswf/index.php?example=161
(there is added new tag so update your rswf dialect from the page) 
I'm not sure if it's working, but it should because it produces the 
same thing as this Macromedia's tool http://www.macromedia.com/support/flashplayer/downloads.html#lcu
james_nak
16-Mar-2006
[161x2]
Love that elasticboy. That's funny.
Oldes, all very good examples. Thanks.
[unknown: 9]
16-Mar-2006
[163]
I got to see a demo of this product : www.Lazlosystems.com which 
is a language that spews out both Flash and JavaScript. (and they 
look the same).
Oldes
17-Mar-2006
[164x2]
I've just updated the dialect to be able override the default settings 
for maximum recursion depth and ActionScript time-out: http://box.lebeda.ws/~hmm/rswf/index.php?example=162
james: the elasticboy is not my flash file! it's just a test if it's 
possible to download movie from other domain.
james_nak
20-Mar-2006
[166]
Yes, but it's still funny. Keep up th egood work.
Oldes
21-Mar-2006
[167x5]
I'm just looking what's new with Flash 8.5 (beta) http://labs.macromedia.com
ech, for the first look I don't like it. For example this card game 
(Klondike) http://www.darronschall.com/playground/klondike3.swfhas 
229663
(bytes) And don't see any reason, why it requires Flash 8.5  - it 
can be done in Flash 4
And you must have a Flex Builder which has 112MB = must be all the 
industrial standards so huge?
Hm, ActionScript 3.0 has new datatype - unsigned integer
Oldes
22-Mar-2006
[172]
New site made in Rebol/Flash dialect:   http://bonboniere.miss3.cz/
Maxim
22-Mar-2006
[173]
very nice!
[unknown: 5]
22-Mar-2006
[174]
Ditto!
james_nak
22-Mar-2006
[175x2]
Very cool.
Now, Oldes, when are we going to see how you do all that magic for 
the websites? :^ )
Thør
2-Apr-2006
[177]
initial sync...
Oldes
8-Jun-2007
[178]
New site made in Rebol/Flash dialect http://www.miss3.cz/(still 
requires some improvements)
Pekr
8-Jun-2007
[179]
Nice one ...
Chris
8-Jun-2007
[180]
I like the way the pictures rearrange when you resize the window...
[unknown: 9]
8-Jun-2007
[181x2]
Interesting........................there is a look to photos taken 
in Europe (mostly East Europe) which is really noticeable in these 
photos.


Like someone set up one very big light, and had 10 minutes to shoot 
everything…very odd.  They did this in America about 30 years ago.
Oops, sory, I guess we should be admiring the code, not the photos 
LOL
james_nak
8-Jun-2007
[183]
Excellent.
Cyphre
16-Jun-2007
[184]
On photos: It is always amazing to see how all the  'mode trends' 
& 'art' are recycling. :)
Oldes
13-Sep-2007
[185x2]
New version (2.0.0) of Rebol/Flash dialect (RSWF) is available here: 
http://box.lebeda.ws/~hmm/rswf/(the page was down, but now running 
again)
uncompressed version of the dialect is here: http://box.lebeda.ws/~hmm/rswf/rswf_2.0.0.r
Graham
13-Sep-2007
[187]
What about silverlight ?  :)
Oldes
13-Sep-2007
[188x2]
there is still a lot of things to do (for example usage of Func2 
action tag is not finished yet, but this is the version of the dialect 
I used to compile the flash site above and I was also able to compile 
all the old examples (except one) Some of them with a little code 
changes.
what's with silverlight?
Graham
13-Sep-2007
[190]
Isn't that the MS version flash ?
Oldes
13-Sep-2007
[191x4]
I still have a lot of things to imrove on my Flash compiler.. I don't 
want to play with some XML toy which can need ages to be available 
on so many computers as Flash is now
(ok, you can use c# to create silverlight apps, but anyway... I don't 
believe, it will took off soon)
Anyway.. the main reason to rewrite the actions parser was, that 
everything was hardcoded, now it first translates actions into instructions, 
which are compiled on second pass... so it's now possible to better 
dubug the compilers results... for example:

do http://box.lebeda.ws/~hmm/rswf/rswf_latest.r
>> acompiler/translate [a: 1 + 2 + b]
== [["a" 1 2 aAdd "b" aGetVariable aAdd aSetVariable]]
>> compile-actions [a: 1 + 2 + b]
== #{960D0000610007010000000702000000479603000062001C471D}
>> rswf/parse-ActionRecord compile-actions [a: 1 + 2 + b]
     aPush ["a" 1 2]
     aAdd2 #{47}
     aPush ["b"]
     aGetVariable #{1C}
     aAdd2 #{47}
     aSetVariable #{1D}
Pekr
13-Sep-2007
[195]
Oldes - what is the real purpose of your dialect? Is it just for 
you, who likes REBOL coding? I mean - do you think that eventual 
Flash "programmer" could find such way of creating Flash stuff useful?