Re: [Flashcoders] Re: [OT] Improve my design skills

2007-08-30 Thread Bob Wohl
Love it! Thanks Helmut! B. On 8/28/07, Marcelo de Moraes Serpa <[EMAIL PROTECTED]> wrote: > > Hello Helmut, > > > Deseloper... > > http://www.deseloper.com/ > http://en.wikipedia.org/wiki > > > > /Deseloper > > > > The term was created years ago by *Jen deHaan which hasn't catch on yet > ( > > t

Re: [Flashcoders] onRollOver() not invoked for children MovieClips

2007-08-24 Thread Bob Wohl
or the children. hth (now back to my coffee) On 8/24/07, Bob Wohl <[EMAIL PROTECTED]> wrote: > > just a stab as I am not that AS3 savy, but wouldn't you want to run a hit > test against the parent and rollover on the children? Just a guess. > > > On 8/24/07, Alexander Far

Re: [Flashcoders] onRollOver() not invoked for children MovieClips

2007-08-24 Thread Bob Wohl
just a stab as I am not that AS3 savy, but wouldn't you want to run a hit test against the parent and rollover on the children? Just a guess. On 8/24/07, Alexander Farber <[EMAIL PROTECTED]> wrote: > > Hello! > > I have a MovieClip representing a player avatar. > When the mouse pointer is over it

Re: [Flashcoders] flash debugging via firebug extension

2007-08-15 Thread Bob Wohl
You need to go back through the steps to implement the flash flash tracer. Once I went back through the steps, the flashlog.txt reported correctly. I believe the reason it was not working was due to either a player update or installing CS3(it's been a while since I've fixed this on my systems).

Re: [Flashcoders] How to use media server alongwith webserver for video streaming

2007-07-23 Thread Bob Wohl
You store the FLVs on the flash media server and then all data would be stored on the server. All FMS does is pipes the video for you, you get to handle everything else like any other web app. On 7/23/07, creativity <[EMAIL PROTECTED]> wrote: Hi, Can anyone guide me on how to use flash medi

[Flashcoders] detect if/when swf gets focus

2007-06-26 Thread Bob Wohl
Hi all, is there a way in AS2 to tell when an swf gains focus? We're having an issue when a user downloads a file via html link that when the download dialog box finishes a swf gains focus on the page(at least I think it's the swf, cant tell if i cant test). I've tried a few hacks trying to detec

Re: [Flashcoders] onReleaseOutside event - AS3

2007-06-20 Thread Bob Wohl
TECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Wohl Sent: Wednesday, June 20, 2007 12:42 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] onReleaseOutside event - AS3 Just Curious, why the heck is there no onReleaseOutside Events in AS3? I was building a custom scrubber the other d

[Flashcoders] onReleaseOutside event - AS3

2007-06-20 Thread Bob Wohl
Just Curious, why the heck is there no onReleaseOutside Events in AS3? I was building a custom scrubber the other day and couldn't fine any events for this. Flex has one, why not AS3? B. ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] webcam video capture

2007-06-15 Thread Bob Wohl
anywhere outside that camera object (other than bitmap class like jim just posted) On 6/15/07, Bob Wohl <[EMAIL PROTECTED]> wrote: yes and no. You can do a camera.get but that will basicaly create a connection to your camera, no one else can see it just you. It is not only a few fram

Re: [Flashcoders] webcam video capture

2007-06-15 Thread Bob Wohl
yes and no. You can do a camera.get but that will basicaly create a connection to your camera, no one else can see it just you. It is not only a few frames, it is live. it's also not accessible (images that is) to use anywhere outside that camera object. 'Capturing' it and saving to a source can

Re: [Flashcoders] Cycle through XML nodes

2007-06-12 Thread Bob Wohl
currentImage++ On 6/12/07, José Maria Barros <[EMAIL PROTECTED]> wrote: Hi, all..I hope anyone can help me here.. I have two buttons: a next and a previous button. I need to cycle through the XML nodes with that.. Like a photo menu that i press next and the next photo and text loads.. Can

Re: [Flashcoders] Best way to control game character animations

2007-05-29 Thread Bob Wohl
can you set their visability? (AS3 noob i am) B. On 5/28/07, Frederico Ferro Schuh <[EMAIL PROTECTED]> wrote: Hello list, I've been fiddling around with character animations for use in AS3 flash games. What's not clear to me is the animation control. What's the best way to switch the curre

Re: [Flashcoders] stage resize question

2007-05-25 Thread Bob Wohl
np, glad to be of help =) On 5/25/07, Ing. Mario Falomir <[EMAIL PROTECTED]> wrote: perfect, thanks a lot Bob. On 5/25/07, Bob Wohl <[EMAIL PROTECTED]> wrote: > > use the Stage object and listeners. Set the embed and object's height & > width to 100%, reposition

Re: [Flashcoders] stage resize question

2007-05-25 Thread Bob Wohl
use the Stage object and listeners. Set the embed and object's height & width to 100%, reposition via a stage listener. hth. B. On 5/25/07, Ing. Mario Falomir <[EMAIL PROTECTED]> wrote: Hi all, i need some orientation :) Does any body know any documentation around the internet or anywhere else

Re: [Flashcoders] How to check if a URL is invalid?

2007-05-23 Thread Bob Wohl
Hi Bruce, So you're getting a path to the flv file via xml, correct? you could create a video object, connect a netstream of the flv and on success kill the stream telling your function handler to load up the component with the path to the url. With proper use of buffer time, this route would b

Re: [Flashcoders] Projector File download with GetURL

2007-05-16 Thread Bob Wohl
var result_lv:LoadVars = new LoadVars(); result_lv.onLoad = function(success:Boolean) { if (success) { trace("we got connection"); getURL("www.thefileyouwant"); } else { trace("no connection"); //no connection do stuff } }; var send_lv:LoadVars = new LoadVar

Re: [Flashcoders] Flash animation like http://u10.iriver.com/

2007-05-15 Thread Bob Wohl
http://www.on2.com/consumer/flix-pro I've never had any exp. with that but I've seen tons of ads for it. ;) on another note, that could be a bitmap sequence that has been tracebitmapped - with the edges looking not as smooth as hand drawn. B. On 5/15/07, Helios Pregioni Bayma <[EMAIL PROTEC

Re: [Flashcoders] Zombie symbol - can't get rid of some text

2007-05-08 Thread Bob Wohl
Hey Michael, You may want to add a mask that only displays the stage(it's quick, easy, and will not leave you stumped for hours =P ) B. On 5/8/07, Michael King <[EMAIL PROTECTED]> wrote: Hey all, I know this is more of a flash question than an actionscript question, but it's sorta relate

Re: [Flashcoders] QT in IE returning null value to flash

2007-03-23 Thread Bob Wohl
the javascript function call some function in your Flash movie to give it the value). The control flow for that would be a bit odd, but it might work if you can't get it to return correctly. -Andy On 3/20/07, Bob Wohl <[EMAIL PROTECTED]> wrote: > yeah, I can alert the value (real

Re: [Flashcoders] QT in IE returning null value to flash

2007-03-20 Thread Bob Wohl
pt (no Flash involved)? See if that works. It might make it easier to debug (removing a layer of complexity). Maybe IE has some security in place that's preventing the access of the values from QT (you mean quicktime? I always think of QT as the C++ toolset made by trolltech.) -Andy On 3

[Flashcoders] QT in IE returning null value to flash

2007-03-20 Thread Bob Wohl
Hello all, I've researched quite a bit over the past week to no avail on how in IE i get a return of null when pulling the time from a QT file but in FireFox i get the proper time... flash call - myTime = ExternalInterface.call("DisTime", "document.movie1"); js - function DisTime(anObj){

Re: [Flashcoders] Poor video quality problem

2007-03-19 Thread Bob Wohl
The quality comes from the conversion process, not the embed. What are you using to convert the media? On 3/19/07, creativity <[EMAIL PROTECTED]> wrote: Hi, I have dvd video and want to put it in flash. videos are long in duration, Embeding it is resulting in very poor quality and long time

<    1   2