[Flashcoders] FLVPlayback goes blank on fullscreen

2008-11-27 Thread Daniel Boey
Hi List, I'm hoping someone has encountered this issue and solved it. I've got a SWF with a FLVPlayback component in it that streams a FLV video. It's all fine and dandy when I launch the SWF directly into a Standalone Flash Player. Maximising it or resizing the window is fine. However, when I ma

Re: [Flashcoders] MovieClip path

2008-11-27 Thread Juan Pablo Califano
Considering how display lists have changed between AS 2 and AS 3, I doubt this is going to be really useful, but perhaps for tracing out a path, it could the job. import flash.display.DisplayObject; function getFullPath(dpo:DisplayObject):String{ var path:Array = []; while(dpo.parent) { pa

Re: [Flashcoders] SWFobject and SWFaddress

2008-11-27 Thread Glen Pike
Hi, SWFAddress.onChange = function () { //handle it here... trace(SWFAddress.getValue()); } coker todd wrote: Hi Coders, I've been trying to get the SWFaddress working in AS 2.0 now for three entire days, Problem being I'm trying to fire everything off of one frame, my navigati

Re: [Flashcoders] online .swf generator

2008-11-27 Thread Ian Thomas
A couple of alternatives come to mind: - You can use the Flex SDK - there is a version of the compiler designed to stay resident and run on the server, which speeds up the whole compilation process. Can't remember where - check out Adobe Labs. It's not superfast, but may be fast enough. - You coul

Re: [Flashcoders] can Flex classes be used within (Flash CS3) along with ActionScript?

2008-11-27 Thread Meinte van't Kruis
what's so hacky about it? To my knowledge you point to an SWC the same way you would point to actionscript classes, adding it to your classpath On Wed, Nov 26, 2008 at 10:18 PM, Eric E. Dolecki <[EMAIL PROTECTED]>wrote: > Oops - I didn't see that CS3 part. CS4 makes it super easy to link to a SWC

Re: [Flashcoders] online .swf generator

2008-11-27 Thread allandt bik-elliott (thefieldcomic.com)
would that not cause a security problem? or do you mean to store it on the host server? On Thu, Nov 27, 2008 at 2:48 PM, Adrian Ionut Beschea <[EMAIL PROTECTED] > wrote: > we used flex sdk on the server side and it proved to be very slow > if you need it for on-the-fly generation I don't think i

Re: [Flashcoders] online .swf generator

2008-11-27 Thread Adrian Ionut Beschea
we usedĀ  flex sdk on the server side and it proved to be very slow if you need it for on-the-fly generation I don't think it's an option. why not using an general swf for all banners and justĀ  slip the configuration file on the server. --- On Thu, 11/27/08, poste9 <[EMAIL PROTECTED]> wrote: Fro

Re: [Flashcoders] online .swf generator

2008-11-27 Thread Paul Andrews
Would rather compromise quality and filesize, I think. - Original Message - From: "mike cann" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Thursday, November 27, 2008 1:45 PM Subject: Re: [Flashcoders] online .swf generator You can render the output client side to a BitmapData o

Re: [Flashcoders] online .swf generator

2008-11-27 Thread poste9
openslaszlo r0x 2008/11/27 mike cann <[EMAIL PROTECTED]> > You can render the output client side to a BitmapData object then use a > compression lib in AS3 to convert it to GIF or PNG or something then upload > that image to the server and avoid the whole SWF part? >

Re: [Flashcoders] online .swf generator

2008-11-27 Thread mike cann
You can render the output client side to a BitmapData object then use a compression lib in AS3 to convert it to GIF or PNG or something then upload that image to the server and avoid the whole SWF part? 2008/11/27 allandt bik-elliott (thefieldcomic.com) <[EMAIL PROTECTED]> > could you use some ki

[Flashcoders] MovieClip path

2008-11-27 Thread Michael William Ypes
In as2 whenever you wanted to know the heirarchy of the movieclip I would just trace(this) and it would give _level0.mc1.mc2.mc3 etc. How can you achieve that in as3 as it returns the type [object MovieClip] and not its location. I am sure it can be done as it was a very handy thing for whe

Re: [Flashcoders] online .swf generator

2008-11-27 Thread allandt bik-elliott (thefieldcomic.com)
could you use some kind of code injection like flashdev used to do (and prolly still does)? a On Wed, Nov 26, 2008 at 8:53 PM, Latcho <[EMAIL PROTECTED]> wrote: > One way: You can compile an swf serverside with flex-sdk and ant, that way > you can feed it whatever you want as a main class, confi

[Flashcoders] Re: [ Air Application - File.browse ] - Font file

2008-11-27 Thread david costard
OK I find a solution. I can't select a font if I try to select it in the Windows Font Folder. If I try from a non System folder (for ex: d:\projects\font) it's ok. david 2008/11/26 david costard <[EMAIL PROTECTED]> > Hi list, > > In a new AIR application, I want to catch the path of a font in

[Flashcoders] can't get selected item from PopUpMenuButton

2008-11-27 Thread philtre flash
I'm trying to create a simple form with two TextInput fields and a PopUpMenuButton. My "dropdown" PopUpMenuButton uses an ArrayCollection as dataProvider. All the labels are displayed and the itemClick event fires and returns the right item from the collection. However, upon submitting the form, I

Re: [Flashcoders] AIR execute file .bat

2008-11-27 Thread david costard
Thanks Ricky for your reply. I'm not very fan of Zinc but I will watch this version and its opportunity. david 2008/11/26 Ricky Blaha <[EMAIL PROTECTED]> > If that doesn't work for you, I have found Zinc to be a much better > alternative to AIR for this and many other reasons such as database