[Flashcoders] Mouse released outside Flash Movie Troubles

2009-06-15 Thread Joseph Masoud
Hello everyone, On Firefox 3 for the Mac, if the user triggers a mouse down when over a draggable movie clip, but then releases the mouse outside the stage, for some reason the stopDrag() method of the movie clip is having no effect, you can see this on: http://www.mavedu.com/viewer Part

Re: [Flashcoders] wrapper recommendation

2009-06-15 Thread Ian Thomas
Northcode's SWFStudio consistently gets the best reviews. HTH, Ian On Mon, Jun 15, 2009 at 2:48 PM, Mendelsohn, Michaelmichael.mendels...@fmglobal.com wrote: Hi list... Can anyone recommend the best wrapper for a Flash projector?  All I need to do is open pdfs in Acrobat (not a browser,

[Flashcoders] wrapper recommendation

2009-06-15 Thread Mendelsohn, Michael
Hi list... Can anyone recommend the best wrapper for a Flash projector? All I need to do is open pdfs in Acrobat (not a browser, like what navigatetourl would do). I found Jugglor (www.flashjester.com). Anyone have experience with that? Thanks, - Michael M.

[Flashcoders] pixelbender - blurfilter

2009-06-15 Thread Sander Schuurman
When i make a blurfilter in PixelBender, will it be faster then the build-in flash blur? Probably not right? Cause PixelBender only increases actionscript code when you have multiple cpu-cores, and the flash blur is native (C?) -code Am I answering my own questions? Or can Pixel Bender

Re: [Flashcoders] Mouse released outside Flash Movie Troubles

2009-06-15 Thread Karl DeSaulniers
I have not had a chance to look at it just yet, but wanted to ask. Have you implemented something to the effect of following the mouse._x and mouse._y or the MC's ._x and ._y and set up a boundary that will automatically release the MC if the mouse moves out of the boundary range? Karl On

Re: [Flashcoders] Mouse released outside Flash Movie Troubles

2009-06-15 Thread Joseph Masoud
Hi Karl, Many thanks for your response. Your help is very much appreciated. I have tried something to that effect, but with the same result, the event fires but stopDrag() has no effect. A sample of what I have tried to do is on: http://pastebin.com/d3999b3d2 lines 67-72 For the

Re: [Flashcoders] Mouse released outside Flash Movie Troubles

2009-06-15 Thread Karl DeSaulniers
One other thing you could do, but it may increase memory usage (test to make sure), is make a large invisible button that is the with and height of your viewing area and attach to the onRollOut, the stopDrag(); J.A.T. Karl On Jun 15, 2009, at 2:11 PM, Joseph Masoud wrote: Hi Karl, Many

[Flashcoders] flv not loading

2009-06-15 Thread Mendelsohn, Michael
Hi list... I'm using the flvComponent and it's not loading the flvs. Structure: Htmlpage (contains someFolder/swffile.swf) someFolder swffile.swf vidA.flv vidB.flv swffile is embedded in htmlpage. Swf sets flvcomponent instance source to someFolder/vidA.flv doesn't

[Flashcoders] HTMLLoader issues

2009-06-15 Thread Mark Mulhollam
Hi all, I am having some event issues with an htmlLoader object which I populate with loadString(). When I click on a link inside that HTMLLoader object, sometimes the page opens up in the default browser as it should and sometimes not. Worse is that I have the HTMLLoader object to be

Re: [Flashcoders] test message

2009-06-15 Thread Juan Pablo Califano
It works, I guess ... 2009/6/15 Dave Watts dwa...@figleaf.com testing ... Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore,

[Flashcoders] Something to appreciate...

2009-06-15 Thread Taka Kojima
http://pastie.org/513192 This is the file I have to traverse through this afternoon, gotta love contractors. p.s. Read the comment at the top to get the full scope. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Something to appreciate...

2009-06-15 Thread Ktu
Gotta love people who have passion. Good luck. You could use a bunch of find/replace to make it a bit easier to read. Ktu On Mon, Jun 15, 2009 at 7:06 PM, Taka Kojima t...@gigafied.com wrote: http://pastie.org/513192 This is the file I have to traverse through this afternoon, gotta love

Re: [Flashcoders] Something to appreciate...

2009-06-15 Thread Sam Brown
seriously? uggg, nobody need esoteric code. :) On Mon, Jun 15, 2009 at 4:06 PM, Taka Kojima t...@gigafied.com wrote: http://pastie.org/513192 This is the file I have to traverse through this afternoon, gotta love contractors. p.s. Read the comment at the top to get the full scope.