Re: [Flashcoders] Firefox popup blocker and flash 9

2008-05-29 Thread Dan Wade
opup is attempted. Users have the choice > to block or not, or to white-list your popups. I recommend allowing them > that choice. > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dan Wade > Sent: Wednesday, May 28, 2008 4

[Flashcoders] Firefox popup blocker and flash 9

2008-05-28 Thread Dan Wade
I'm having problems with Fireox blocking my popup windows. I've tried everything I can think of. It seems to happen on Windows running Firefox but I can't replicate the issue on all machines I've tested(it works on most machines but not all). Here is the class I'm using: package { import fla

[Flashcoders] Flipping Effect...

2007-07-11 Thread Dan Wade
Hello, Looking to create this effect: http://www.element79.com I've been using AnimationPackage to do programmatic flips and scales But sadly I can't get the smooth effect you get using the timeline. Anybody know of any animation tutorials on this. I'm tempted to do it in After Effects and import

Re: [Flashcoders] Asfunction inside an dynamic xml file...

2007-05-10 Thread Dan Wade
Disregard this question, I'm forgetting that my text field is wrapped in a movieclip. Sorry. -Dan On 5/10/07 12:07 PM, "Dan Wade" <[EMAIL PROTECTED]> wrote: > Hello, > > After my xml is generated I have a node: > > para2> > > I have a htmlEnabl

[Flashcoders] Asfunction inside an dynamic xml file...

2007-05-10 Thread Dan Wade
Hello, After my xml is generated I have a node: para2> I have a htmlEnabled text field which I populate with the above node, but I can't get the testing() function to fire using asfunction. Is the syntax correct here or am I missing something? Tia, Dan

[Flashcoders] Bar Codes

2006-07-20 Thread Dan Wade
Hello, Does anybody have experience with generating barcodes. From what I've read it's as easy as embedding a barcode font and voila. But I can't match up to the example I have from the client. Any help or direction appreciated. Thanks, -d ___ Flashc

[Flashcoders] NetStream bytesTotal / bytesLoaded

2006-06-05 Thread Dan Wade
Hello, Trying to access bytesTotal and bytesLoaded for streaming .flv. var connection_nc:NetConnection = new NetConnection(); connection_nc.connect("movieHost"); var ns:NetStream = new NetStream(connection_nc); vid.attachVideo(ns); ns.play("movieTitle"); this.onEnterFrame = function() {

Re: [Flashcoders] Video object and RTMP...

2006-05-17 Thread Dan Wade
; > Also, the ns.play() command for streaming cannot have the .flv at the > end. I think your code is for progessive flv playback. I may be wrong > but I remember something like that being an issue for me once. > > On 5/17/06, Dan Wade <[EMAIL PROTECTED]> wrote: >> Hello

[Flashcoders] Video object and RTMP...

2006-05-17 Thread Dan Wade
Hello, I'm trying to build a simple vid player using the Video Object. I'm using a streaming flv from RTMP server. If I use one of the flash 7/8 vid components the flv plays fine but if I use: var connection_nc:NetConnection = new NetConnection(); connection_nc.connect(null); var stream_ns:NetStr

Re: [Flashcoders] .flv plays on mac but not on pc...

2006-03-23 Thread Dan Wade
Ok, Figured it out. I was copying the demo folder to pc desktop. The paths to .flv's must get wonky. I moved the folder down into c: and it worked. -dan On 3/23/06 12:15 PM, "Dan Wade" <[EMAIL PROTECTED]> wrote: > Should explain myself better, when I play demo on a

Re: [Flashcoders] .flv plays on mac but not on pc...

2006-03-23 Thread Dan Wade
Should explain myself better, when I play demo on a pc everything works but the .flvs. -d On 3/23/06 12:10 PM, "Dan Wade" <[EMAIL PROTECTED]> wrote: > Hi, > > I've built a flash demo which incorporates .flv files and the flvPlayBack > component. It works fi

[Flashcoders] .flv plays on mac but not on pc...

2006-03-23 Thread Dan Wade
Hi, I've built a flash demo which incorporates .flv files and the flvPlayBack component. It works fine on Mac and not on a PC. I need to transfer to PC for someone to demo. I tried zipping all files then tranfering but still no luck? Any ideas? TIA, -dan ___

[Flashcoders] Flvplayback and cuepoints.

2006-03-01 Thread Dan Wade
Hello, I have 2 .avi files which I encoded to .flv using flash 8. Now, all I want to do is fire an function when each video completes. Sounds easy enough. So I figure I'll use the "complete" event that gets fired from the flv component. This only works on 1 of the .flv's. The other one refuses to

[Flashcoders] FLVPlayback complete event not firing.

2006-01-18 Thread Dan Wade
Hello, I'm using the flvPlayback component. Then adding listener: vidPlayBack_cmp.complete = function( evt:Object ):Void { this._visible = false; } vidPlayBack_cmp.addEventListener("complete"); Simple enough. But the event never fires. Any ideas/experience with this? I'm thinking the actual

[Flashcoders] Attaching combobox inside of class

2005-11-23 Thread Dan Wade
I get a combobox that looks like a blank textfield using function below: private function buildCombo() { //create page combobox used to toggle between pages var pageToggler_cb = target.createClassObject(mx.controls.ComboBox, "pageSelector", target.getNextHighestDepth());

[Flashcoders] TWIPS

2005-11-14 Thread Dan Wade
Hi, i need to convert twips to pixels. There are 1140 twips per inch. Do i now need to divide 1440 by DPI (72 or 96) to get ratio. Do I need to establish a target DPI please help TIA -Dan ___ Flashcoders mailing list Flashcoders@chattyfig.figle