Re: [Flashcoders] any nice free PHP or .Net library to generate SWF

2006-02-24 Thread chall3ng3r
great, thanks for the pointers.

// chall3ng3r //
On 2/24/06, gazb <[EMAIL PROTECTED]> wrote:
>
> The long awaited and excellent Ming 0.3.0 final was released a week
> ago with PHP wrapper too details & files : http://ming.sourceforge.net
> some of my examples: http://www16.brinkster.com/gazb/ming/
>
> regards
> gazb
>
> On 2/24/06, chall3ng3r <[EMAIL PROTECTED]> wrote:
> > hello,
> >
> > i'm looking for a free library to generate SWF, it'd be great if someone
> > kows about any .net library.
> > thanks in adv,
> >
> >
> > // chall3ng3r //
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] any nice free PHP or .Net library to generate SWF

2006-02-24 Thread chall3ng3r
hello,

i'm looking for a free library to generate SWF, it'd be great if someone
kows about any .net library.
thanks in adv,


// chall3ng3r //
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] debug tool?

2005-12-12 Thread chall3ng3r
Product website: http://www.orison.biz/products/friendlyghost/?fgfc

// chall3ng3r //


On 12/13/05, Flash guru <[EMAIL PROTECTED]> wrote:
>
> I don't have to much experience with it yet but x-ray should do it. From
> what I read its great.
>
> http://osflash.org/doku.php?id=xray#xray_video_tutorials
>
> If that doesn't work you can always make a dynamic text area and trace to
> that.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Ann: FriendlyGhost - The Ultimate Debugger for Flash Platform and AJAX Innovations

2005-12-12 Thread chall3ng3r
Hello everyone on the list,

I would like to let you all know that we have recently released our latest
product FriendlyGhost.

FriendlyGhost is an advanced debugging tool for Macromedia Flash Platform
and AJAX Innovations which enables developers to debug ActionScript and
JavaScript applications more effectively. It can be extremely helpful to
beginners flash developers to seasoned professionals.

for Flash apps, drag the component onto the stage, name it, and call the
.write function anywhere without worring about the absolute path to the
component instance. get your debug messages out of the Flash Authoring, and
even debug applications in production enviroment.

The product also features FriendlyGhost Lite for debugging FlashLite
application on real devices and FriendlyGhost AJAX Toolkit for debugging
AJAX applications.

It's a must-have tool for every Flash developer.

Press release: http://www.orison.biz/pressroom/pr_friendlyghost.aspx?fgfc
Product website: http://www.orison.biz/products/friendlyghost/?fgfc

// chall3ng3r //
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Lightweight List Component

2005-12-12 Thread chall3ng3r
 hi,

sorry about the confusion, it's not actually component, it's a trick.

in that application, you may have checked that the messages and users lists
are totally self developed.

and i assume that you can create simple scrollbar as well, the tirck is that
you actually do not scroll any mc(s) using mask trick, but you simply chenge
the index of the array. then on each refresh, update the listbox content.

the good thing about this type of grids/lists that you can use MM scrollbar
comoponent to change the array index, and use it's event to refresh the
content.

but that way you are again including MM component wich is about 20-30kb, so
you've to create your own scrollbar also.

i developed this first time when Flash5 was available, and no sign of MM
bultin components. also if you go with your own scrollbar, and grid/list,
they'll size no more than 5kb (without raster imgs). and you'll have the
full controll over your grid/list.

i belive this implementation is the fastest as of my experience. i've also
implemented same kind of tricks in our latest product, FriendlyGhost.


best,

// chall3ng3r //

On 12/12/05, John Giotta <[EMAIL PROTECTED]> wrote:
>
> Hey chall3ng3r,
> Thanks, but I don't see the component you speak of.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Lightweight List Component

2005-12-09 Thread chall3ng3r
hi,

download this chat application (src included), in it i've used ultra fast
fully customized list component. i guess MM also picked the trick from it
when i submitted it to Flash Exchange.

http://www.orison.biz/products/chatmx_web.aspx

best,

// chall3ng3r //


On 12/9/05, John Giotta <[EMAIL PROTECTED]> wrote:
>
> I've seen some List Components that claim to be lightweight, but are
> they are still too large after compile.
>
> I'm looking for more component resources, can everyone help?
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] embeding running flash content in flashpaper

2005-10-30 Thread chall3ng3r
hi,
 i've not done any big things with flashpaper yet. but in my next project, i
am willing to use flashpaper extensively. but i wanna make sure few points
before i finalize my decision of using flashpaper in my project.
 - can i embed flv in flashpaper?
- is it possible to embed a custom swf in flashpaper as a part of full print
document?
  i've also just sent MM a flashpaper feature request to embed running swf
movies in flashpaper when a html document wich contains swf movie is
printed, rather than embeding it as an image.
 i've also requested to put a compiler directives in flashpaper processor
which process them when flashpaper document is being printed. like if i want
to tell flashpaper driver to embed swf in current document as image or as
swfs. this can be implimented as special text tags which the processor
should parse and act upon. for example, EMBEDFLASH:IMAGE/SWF etc. i believe
this will open up a lot more functinalities to flashpaper. -- what you say?
 // chall3ng3r //
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] JIT in 8.5, this sounds good and promissing

2005-10-18 Thread chall3ng3r
i guess just like .net? IL > JIT > machine lang. correct me if i am wrong.
 // chall3ng3r //
 On 10/9/05, Weyert de Boer <[EMAIL PROTECTED]> wrote:
>
> Would it cache the bytecode too?
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders