Re: [Flashcoders] Need a little help with rtmp and streaming video...

2007-01-16 Thread Shang
Can it be crossdomain.xml problem? Try to use some traffic monitoring software to see what is your flash loading. HttpWatch: http://www.httpwatch.com TamperData: http://tamperdata.mozdev.org/ On 1/16/07, Rob Bayne [EMAIL PROTECTED] wrote: are you using speedera or a co-located server?

[Flashcoders] (no subject)

2007-01-16 Thread Adam Raft
The function look like this: private function nextSlide():Void { slide_num++; if(slide_num total_slides) slide_num = 1; container_1_x -= image_width; container_2_x -= image_width; if(slide_num == 2){ container_2_x = image_width; if(image_container_2_mc.getDepth()

RE: [Flashcoders] ActionScript classes availability

2007-01-16 Thread Merrill, Jason
mm... so if you name an object, say, stage and use a width element of it in your SWF5-compiled movie, can you expect it to work with any player ? [ it would clash with Stage class intruduced in player 6 ] AFAIK in that case, it would clash with the respective version of the Flash player.

RE: [Flashcoders] How to achieve this line open/close effect?

2007-01-16 Thread Andy Stone
There are many ways to do it. I'd script the tween and use a callback like this... Press tween close load movie tween up You can find docs on the tween engine here... http://laco.wz.cz/tween/ http://www.mosessupposes.com/Fuse/ #include lmc_tween.as // var container:MovieClip =

Re: [Flashcoders] Using XRay

2007-01-16 Thread slangeberg
So where is this log info supposed to go? I tried catching it using the Flex XRay client, but it's not connecting: http://www.rockonflash.com/xray/flex/Xray.html -Scott On 1/15/07, John Grden [EMAIL PROTECTED] wrote: http://www.rockonflash.com/xray/downloads/as3/logger/Xray_AS3_Logger.zip

Re: [ Ticket #1310 ] Re: [Flashcoders] Flash Tracer / FF2

2007-01-16 Thread Trevor Burton
i'm getting them too T On 1/16/07, slangeberg [EMAIL PROTECTED] wrote: Anyone know why zocoSites Support ( [EMAIL PROTECTED] ) is sending me these support ticket emails, regarding messages sent to this forum?? PS. I never submitted anything to any help desk! -Scott -- Forwarded

Re: [ Ticket #1310 ] Re: [Flashcoders] Flash Tracer / FF2

2007-01-16 Thread slangeberg
I'm guessing that '[EMAIL PROTECTED]' can be removed from the list? Moderators? -Scott On 1/16/07, John Grden [EMAIL PROTECTED] wrote: I got the same email on 2 different posts form the list On 1/16/07, slangeberg [EMAIL PROTECTED] wrote: Anyone know why zocoSites Support ( [EMAIL

[Flashcoders] components in flash

2007-01-16 Thread Gustavo Duenas
Does anyone know why the components in flash don't always read well and need to refresh the page. The case is that I'm using a scrolling bar component attached to a dynamic text, the first time the component is read , is white, then when I do the refresh page in my browser it appears as is

RE: [Flashcoders] RE: Keyboard accessibility and sliders

2007-01-16 Thread Andrew Kirkpatrick
As far as I can see, the only restriction introduced by this solution is that one cannot navigate through the tabEnabled controls anymore using the arrow keys. But I believe the TAB / SHIFT+TAB keys are sufficient for this. They are. This limitation is expected for component-based

[Flashcoders] Re:[ Ticket #1043 ] What is Zocoloco.com and why this ticket???

2007-01-16 Thread BOYD SPEER
[ Ticket #1043 ] [Flashcoders] Re: speech recognition in Flash? What does this message mean - as a response to my inquiry about translating a Director project to Flash? Do some - or all - questions get sent to some server that is supposed to find an appropriate solution?? I see other messages

Re: [Flashcoders] Re:[ Ticket #1043 ] What is Zocoloco.com and why this ticket???

2007-01-16 Thread Ian Thomas
Boyd, I had the same problem. I suspect some fool has signed up an automated bug-reporting email address to the mailing list, and when you sned email to the group, it thinks it's got email from you and replies accordingly. Cheers, Ian On 1/16/07, BOYD SPEER [EMAIL PROTECTED] wrote: [

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
that's where it's supposed to go alright - can you send me your code offline? Or maybe just one class/mxml that uses the log? I just wanna verify On 1/16/07, slangeberg [EMAIL PROTECTED] wrote: So where is this log info supposed to go? I tried catching it using the Flex XRay client, but it's

Re: [Flashcoders] components in flash

2007-01-16 Thread Hans Wichman
sounds like another preloading issue:) grtz JC On 1/16/07, Gustavo Duenas [EMAIL PROTECTED] wrote: Does anyone know why the components in flash don't always read well and need to refresh the page. The case is that I'm using a scrolling bar component attached to a dynamic text, the first time

RE: [Flashcoders] Re:[ Ticket #1043 ] What is Zocoloco.com and wh y this ticket???

2007-01-16 Thread Dave Watts
Boyd, I had the same problem. I suspect some fool has signed up an automated bug-reporting email address to the mailing list, and when you sned email to the group, it thinks it's got email from you and replies accordingly. I've temporarily disabled the one account with a zocoloco.com

Re: [Flashcoders] Re:[ Ticket #1043 ] What is Zocoloco.com and wh y this ticket???

2007-01-16 Thread Ian Thomas
Thanks, Dave. Ian On 1/16/07, Dave Watts [EMAIL PROTECTED] wrote: Boyd, I had the same problem. I suspect some fool has signed up an automated bug-reporting email address to the mailing list, and when you sned email to the group, it thinks it's got email from you and replies

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
It fails for me too in an AS3 project. Tried with the online Flex tool, tried the windows exe, in the stand alone debug player and in Opera. package { import com.blitzagency.xray.logger.XrayLog; public class Photobar extends Sprite { private var log:XrayLog; public function Photobar () {

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
bugger. Let me see if I missed something.. Although, if I missed a class, you should see a compile or runtime error. I assume neither is happening? On 1/16/07, Webdevotion [EMAIL PROTECTED] wrote: It fails for me too in an AS3 project. Tried with the online Flex tool, tried the windows exe,

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
I don't get to see any errors when compiling. BTW: I tried both the Log and Logger class. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
any chance I could get you to send me your files offlist so I could diagnose? The only thing I can think of is security, but that hasn't been an issue as of yet. My LC's use an underscore in the connection name etc etc and shouldn't be a security issue. But that's about all I can think that

[Flashcoders] overwriting a class

2007-01-16 Thread BlackMail
Hi, I am looking for advice about swapping classes of the same name but using different methods. Let's consider three classes: class SomeClass { public function meth() { trace(meth of skin SomeClass VERSION 0); } } // class SomeClass { public

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
I've sent you my tiny project that I used as an example ;) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

[Flashcoders] Loading international language XML into Flash

2007-01-16 Thread Mick G
I have a file that needs to be able to load various languages into the Flash via XML (Chinese, Japanese, Russian, etc.) Any tips? - Is this as simple as using system fonts for all dynamic text fields - If I want smooth fonts, do I just need to find a font to embed for each language (in which case

Re: [Flashcoders] playheadUpdate

2007-01-16 Thread Webdevotion
Are you using the debug player on your windows machine ? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] components in flash

2007-01-16 Thread Hans Wichman
Hi, yes, don't do anything at all until the whole movie is loaded. There is probably a lot of info on this in the archive. So in other words, as long as _root.getBytesLoaded 4 and getBytesTotal, dont jump to frames, create components etc. Only when getBytesLoaded==getBytesTotal, (or

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
yep got it! One thing to note: You WILL get a no swf to connect to message, but the logging will still work. Thats because Xray doesn't detect the introspection LC that comes with the connector for doing snapshots. On 1/16/07, Webdevotion [EMAIL PROTECTED] wrote: I've sent you my tiny

Re: [Flashcoders] overwriting a class

2007-01-16 Thread Thomas Fowler
Yes, but it's actually, overRIDING ;) - Original Message - From: Merrill, Jason [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, January 16, 2007 12:32 PM Subject: RE: [Flashcoders] overwriting a class Flash allows deleting classes. But

Re: [Flashcoders] overwriting a class

2007-01-16 Thread slangeberg
I would suggest implementing interfaces, as a good practice: interface ISpeakable { function speak(); } class myClass implements ISpeakable { function speak() {} } this lets you pass around instances that implement your interface and to change behaviors at runtime, such as: class

Re: [Flashcoders] overwriting a class

2007-01-16 Thread Hans Wichman
Hi, because in some large systems you have to load a ton of swfs, classes get updated in ways you did not forsee, and thus you have different versions of the same class hanging around, if you did not think about preventing this upfront. That is different from an architecture in which you wish to

Re: [Flashcoders] playheadUpdate

2007-01-16 Thread Serge Jespers
I am... but the client isn't. Are you using the debug player on your windows machine ? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
Indeed, it works. Can we make snapshots of our apps or can we only use the trace messages ? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
right now, logging is all that you can do. I'm working on the snapshots ;) On 1/16/07, Webdevotion [EMAIL PROTECTED] wrote: Indeed, it works. Can we make snapshots of our apps or can we only use the trace messages ? ___

[Flashcoders] Need help setting setMenuItemSelected in XML MenuBar.

2007-01-16 Thread Gareth Hudson
Hi everyone, Hopefully this posting won't affect the layout of the code in this message. If the layout does get all messed up again can someone let me know why that might be when posting a message? My problem is described again here. I have a problem with my MenuBar in the fact that I can get

Re: [Flashcoders] Using XRay

2007-01-16 Thread slangeberg
Yes, works for me too. Thanks a lot, John! -Scott On 1/16/07, John Grden [EMAIL PROTECTED] wrote: yep got it! One thing to note: You WILL get a no swf to connect to message, but the logging will still work. Thats because Xray doesn't detect the introspection LC that comes with the

Re: [Flashcoders] playheadUpdate

2007-01-16 Thread Webdevotion
I did a little test with an flv on a remote server. win xp sp 2 with Opera 9, IE 7 and FF Gran Paradiso ( beta ). Everything went smooth. Can you pass the link of the online flv so I can check if it occurs with your flv ? ___

[Flashcoders] Re: Flashcoders Digest, Vol 24, Issue 27

2007-01-16 Thread Dan Styles
I bought this thing.. MultiPowUpload - from element-it.com - and it uses the Alert component.. yet nothing i seem to do to change the Alert window styles seems to work.. no idea why.. it seems they did some fiddling with the standard halo button code for some reason - would this affect the Alert

Re: [Flashcoders] components in flash

2007-01-16 Thread Gustavo Duenas
hi, I did, but the error is still there, the movie is in a loader component, even it has a preloader component also, how can I do? any ideas? Regards. On Jan 16, 2007, at 1:37 PM, Hans Wichman wrote: Hi, yes, don't do anything at all until the whole movie is loaded. There is probably

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
Allright. Thanks for the effort you put into this project! ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

RE: [Flashcoders] overwriting a class

2007-01-16 Thread Merrill, Jason
because in some large systems you have to load a ton of swfs, classes get updated in ways you did not forsee, and thus you have different versions of the same class hanging around, That's why I don't have tons of swfs in my projects, at least not ones that all use the same class. Why would you

Re: [Flashcoders] playheadUpdate

2007-01-16 Thread Serge Jespers
Thanks for your help! I ended up embedding the video which is not the best thing to do but if the client is breathing down your neck, you do just about anything, right? It's weird that the performance of the Flash player is now worse on a PC then on a Mac. It used to be the other way

Re: [Flashcoders] playheadUpdate

2007-01-16 Thread Webdevotion
Did you try other flv files ? Maybe one that you didn't encode ( one from youtube for example ) ? I don't think it has something to do with the Players but with the flv encoding. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
awesome! \m/ On 1/16/07, slangeberg [EMAIL PROTECTED] wrote: Yes, works for me too. Thanks a lot, John! -Scott [ JPG ] ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Perdue, Blake
We want to have this scenario for a homepage flash piece: - SWF is loaded off server A - SWF loads an XML config file off of server B - SWF loads images off of server C I have built this scenario and tested and it works fine. Some have said that this will not work due to crossdomain issues

RE: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Perdue, Blake
So, this is the error message I get in Flash 6. Is there anyway around this issue? *** Security Sandbox Violation *** Connection to http://sportsillustrated.cnn.com/.element/swf/3.0/sect/MAIN/t1.xml?c=0.6 83000534772873 halted - not permitted from

RE: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread David Brunswick
You need to have a crossdomain.xml file at the root of the server hosting the swf The file looks like so ?xml version=1.0 ? !DOCTYPE cross-domain-policy - cross-domain-policy allow-access-from domain=your domain secure=true / /cross-domain-policy David Brunswick Senior Multimedia

RE: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Perdue, Blake
Hmm, we have that file in place, and I still get the error message: http://sportsillustrated.cnn.com/crossdomain.xml -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Brunswick Sent: Tuesday, January 16, 2007 4:35 PM To: 'Flashcoders mailing list'

Re: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Thomas Fowler
You don't seem to be calling anything from the secure link on i.a.cnn.net but your crossdomain.xml file has secure set to true for that domain. Could that be the issue? - Original Message - From: Perdue, Blake [EMAIL PROTECTED] To: Flashcoders mailing list

RE: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Perdue, Blake
I added it after David's email -- it didn't work with or without it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Fowler Sent: Tuesday, January 16, 2007 4:51 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] crossdomain issues -- do

Re: [Flashcoders] Using XRay

2007-01-16 Thread slangeberg
So, anyone ever see the XRay Connector component kill their app? I get the following message, but nothing else: (75) Connections: true | true This application is a bit complex, loads external swf modules and associates classes with those. Thanks, -Scott On 9/28/06, John Grden [EMAIL

Re: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Thomas Fowler
Is the server environment for sportsillustrated.cnn.com clustered/load balanced? Maybe the crossdomain.xml file doesn't exist on one or more machines in the cluster? - Original Message - From: Perdue, Blake [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
ifyou get true|true, that means the logger and controller LC connections were made successfully. Are you using it in an FLA by chance? If so, find Xray in the library, right click and choose linkageID - don't have hit export in first frame. Then, if it's not on stage, put it on stage. Then, in

[Flashcoders] remoting components / jsp

2007-01-16 Thread [p e r c e p t i c o n]
Hi all, I'm wondering if anyone has experience with the remoting components and the flashgateway.war file that's supposed to be part of the install? here's what i'm trying to do. first i created a servlet that let's me upload a file to a server. then i use getURL to popup a page that calls

Re: [Flashcoders] crossdomain issues -- do they exist?

2007-01-16 Thread Mick G
I thought the crossdomain policy file wasn't supported in Flash player 6?? You have to use: System.security.allowDomain http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14213 or if you have control of both servers, use a proxy file (or the shim method) to load the file on the

[Flashcoders] Loading .html as a String variable

2007-01-16 Thread Andrew Murphy
Hi. Does anyone know of a way to load an .html document as a simple String variable, so it can be parsed rather than displayed like a webpage? There's the good-ol-XML object, but if the webpage you're loading isn't exactly XML compliant, it won't load, correct..? Thanks. :) -[a]- -- No virus

Re: [Flashcoders] Loading .html as a String variable

2007-01-16 Thread Mick G
If you had a server-side language like PHP you could create a script to add myString= to the start of the file then load it with loadvars. On 1/16/07, Andrew Murphy [EMAIL PROTECTED] wrote: Hi. Does anyone know of a way to load an .html document as a simple String variable, so it can be

RE: [Flashcoders] Loading .html as a String variable

2007-01-16 Thread Steven Sacks | BLITZ
Can't you use LoadVars with the html file as the path? BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Murphy Sent: Tuesday, January 16, 2007 4:41 PM To: 'Flashcoders mailing list' Subject:

Re: [Flashcoders] Loading international language XML into Flash

2007-01-16 Thread Alain Rousseau
Using system fonts is the best idea since people that will read in Chinese will have the Chinese language installed on their comp. That's what I did for a multilanguage site i'm working on. For my part it's not XML but either text from a database or text file saved in UTF-8. To test your