Re: [Flashcoders] 2nd rtmp video doesn't play

2006-12-26 Thread Yehia Shouman
Hi, 1. Switch between indexes if you have alot of sequential movies to play 2. use doLater if you're building on top of mx.core.uicomponent or a setInterval() with 100 milliseconds and a clear Interval to kill it again 3. Make sure you get the latest FLVPlayback component update 4. I am streaming

Re: [Flashcoders] XRay and projectors [SOLVED]

2006-12-26 Thread John Grden
Hey John thanks for posting the resolution for archive's sake, glad it worked for you, John On 12/26/06, John Mark Hawley <[EMAIL PROTECTED]> wrote: D'oh. I forgot to mention that I was using the Zinc wrapper. I managed to discover a fix here: http://www.mdmforum.com/forum/index.php?showtopic

Re: [Flashcoders] XRay and projectors [SOLVED]

2006-12-26 Thread John Mark Hawley
D'oh. I forgot to mention that I was using the Zinc wrapper. I managed to discover a fix here: http://www.mdmforum.com/forum/index.php?showtopic=16240&b=1&st=&p=&#entry -mark > > From: John Mark Hawley <[EMAIL PROTECTED]> > Date: 2006/12/26 Tue PM 02:40:33 CST > To: > Subject: [Flashcoders] X

[Flashcoders] XRay and projectors

2006-12-26 Thread John Mark Hawley
Am I missing something here? I can't get XRay to successfully take snapshots of a Flash Projector. It sure seems like it ought to work, but I'm always told 'No swf is available to connect with.' I *do* get log messages from the projector. Anyone more familiar with this situation on the job toda

Re: [Flashcoders] Chinese characters in mailto: link

2006-12-26 Thread Alain Rousseau
You first need to activate Chinese language pack on your computer to be able to see the characters properly throughout your system, maybe it's that ? or maybe your e-mail program doesn't take the characters as UTF-8 , then you might need to specify other kinds of encoding for your mailto ... do

Re: [Flashcoders] Inserting FLV Message events

2006-12-26 Thread Francis Turmel
This is what you want: http://www.buraks.com/captionate/ Fixes metadata, insert cuepoints properly, export/import xml data file containing cuepoint infos, etc. There's no demo, but trust me, it really saved me on a project and is absolutely worth it. Good luck On 12/21/06, Chris McFadyen aka

[Flashcoders] Chinese characters in mailto: link

2006-12-26 Thread Joshua Sera
I'm trying to use chinese characters in the body of a mailto: link, but all I'm getting is garbage. I'm getting them from an XML file. Flash is reading them fine, and displaying them fine in a text box. getURL("mailto:[EMAIL PROTECTED]&subject=bla&body="+chineseTextHere, "_blank"); gets me a lin

[Flashcoders] NetDebug undefined...

2006-12-26 Thread Andrew McLean
I am trying to debug a RemotingConnection component with the as2 remoting classes. I have installed the remoting components for flash 8. Here is what happens when I try to debug: - import mx.remoting.debug.NetDebug; trace("NetDubug: " + NetDebug); // undefine

[Flashcoders] 2nd rtmp video doesn't play

2006-12-26 Thread me myself
Join Date: Dec 2006 Posts: 2 *2nd Video Doesn't Play!* -- Hi. I'm trying to play two videos in the flvplayback component. The first one is playing; the second isn't. Both paths are rtmp paths. I've read on various message boards that you should remove the .flv extensio

RE: [Flashcoders] Measuring width of some text

2006-12-26 Thread Perdue, Blake
Strangely, the TextField.textWidth property returns different values on different systems. On WIN IE v6.0.2900 Service Pack 2 with Flash Player Version 8,0,24 textWidth is consistently larger than on WIN IE v6.0.2800 Service Pack 1 with Flash Player 8,0,22. Are the different values of textWidth

Re: [Flashcoders] Skinning buttons

2006-12-26 Thread Muzak
http://www.adobe.com/devnet/flash/articles/skinning_2004.html regards, Muzak - Original Message - From: "Mendelsohn, Michael" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, December 26, 2006 3:15 PM Subject: [Flashcoders] Skinning buttons Hi list... Probably a sill

Re: RE: [Flashcoders] Skinning buttons Part II

2006-12-26 Thread John Mark Hawley
That might be it -- themes are wild and woolly things I try not to fuss with too much. > > From: "Mendelsohn, Michael" <[EMAIL PROTECTED]> > Date: 2006/12/26 Tue AM 09:37:35 CST > To: "Flashcoders mailing list" > Subject: RE: [Flashcoders] Skinning buttons Part II > > Could it have something t

RE: [Flashcoders] Skinning buttons Part II

2006-12-26 Thread Mendelsohn, Michael
Could it have something to do with the fact that I imported the Halo themes folder into my library? Thanks, - MM > You don't normally need to do any of those extra steps. Something else is hosed. ___ Flashcoders@chattyfig.figleaf.com To change your s

Re: [Flashcoders] Skinning buttons Part II

2006-12-26 Thread John Mark Hawley
You don't normally need to do any of those extra steps. Something else is hosed. > > From: "Mendelsohn, Michael" <[EMAIL PROTECTED]> > Date: 2006/12/26 Tue AM 08:23:55 CST > To: "Flashcoders mailing list" > Subject: [Flashcoders] Skinning buttons Part II > > I just discovered that you have to a

[Flashcoders] Skinning buttons Part II

2006-12-26 Thread Mendelsohn, Michael
I just discovered that you have to add mx.skins.SkinElement to the AS2 class field in the linkage dialog box and an onClipEvent(initialize) function to the button instance to assign it skins. But, does this code have to be there for every button instance? There's got to be a more streamlined way,

[Flashcoders] Skinning buttons

2006-12-26 Thread Mendelsohn, Michael
Hi list... Probably a silly question, but I can't get my button skins to work. In the library I created 3 symbols with corresponding linkage names (falseDownSkin, falseUpSkin, falseOverSkin), but they're not showing up on the stage. What am I missing? Thanks, - Michael M.