Re: [Flashcoders] Reading and parsng binary file formats

2008-04-17 Thread Daniel Goldman
Rich, are you trying to build something in Flash to compare binary files? Or just compare them on your desktop? AIR on via the Net? On Wed, Apr 16, 2008 at 11:25 AM, Stuart (FunkDaWeb) [EMAIL PROTECTED] wrote: Im not sure fi this will work but try WinMerge www.winmerge.org - Original

Re: [Flashcoders] AIR bitmapdata.draw( FLV ) Security error

2008-04-17 Thread Sidney de Koning
Hi Patrick, You can do a couple of things; try this first: http://www.funky-monkey.nl/blog/2008/02/28/fresh-breath-of-air-2-animated-video-dock-icon/ What i do here is on the ENTER_FRAME event i draw the video to a Bitmap. You can try doing hte RMTP stream hack, explained here:

Re: [Flashcoders] byteArray x/y

2008-04-17 Thread John McCormack
Terry, // in randomize( ) in TileMap.as we have // a value sometimes more than 12... setTile(j, i, (i * numCols) + j); // here ^ // But the original has a value never more than 12 setTile(j, i, Math.floor(Math.random()*numTiles)); // here ^^^ //

Re: [Flashcoders] Flex UIComponent disappears

2008-04-17 Thread Paul Andrews
- Original Message - From: Phil Smith [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, April 17, 2008 1:13 PM Subject: [Flashcoders] Flex UIComponent disappears Hi, I am having an issue with a custom UIComponent disappearing after its display properties are

[Flashcoders] OT: php forum

2008-04-17 Thread Lehr, Theodore M (N-SGIS)
Anyone know of a good php forum? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] OT: php forum

2008-04-17 Thread Glen Pike
Phorum - this is okay, easy to customise the look when you find the template folder, header, footer css PHPBB - horrible to integrate with - tried doing a system to automatically add new users for a CMS to the forum and had to rewrite large chunks of code - does not separate code from SQL from

Re: [Flashcoders] Flex UIComponent disappears

2008-04-17 Thread Phil Smith
* public class CustomComponent { **public* *function* update(ob:Object):*void* ** { x +=1; // component disappears, is visible without line } } */* var h:Number = ScreenPlayerApp.getStage().stageWidth * panelData.getHeightRatio(); var ypos:Number =

Re: [Flashcoders] Flex UIComponent disappears

2008-04-17 Thread Phil Smith
The previous code example was of course a simplified excerpt. It appears to be some kind of Flex internal invalidation bug. I have reverted back to a previous version and the issue has disappeared. On Thu, Apr 17, 2008 at 12:23 PM, Phil Smith [EMAIL PROTECTED] wrote: * public class

RE: [Flashcoders] OT: php forum

2008-04-17 Thread Lehr, Theodore M (N-SGIS)
Sorry - I meant something like this where I can turn to when I have a problem -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Pike Sent: Thursday, April 17, 2008 10:45 AM To: Flash Coders List Subject: Re: [Flashcoders] OT: php forum Phorum -

Re: [Flashcoders] Reading and parsng binary file formats

2008-04-17 Thread Glen Pike
Hi, I have just built a text searching class that loads in external files and looks for search terms - this uses URLLoader to load a text file. URLLoader can do binary format too, so I guess you could load in your binary and compare byte for byte with your known good file... You may

Re: [Flashcoders] OT: php forum

2008-04-17 Thread Glen Pike
Not sure, I usually look at the PHP manual online and sift through the comments, but have never used any lists. Experts Exchange sometimes throws up PHP results, but you are supposed to have a subscription - last time I googled, you could look at the answers in Googles Cached pages without

[Flashcoders] Remove Flash on a page?

2008-04-17 Thread Dave Mennenoh
Does anyone know an easy way to remove a Flash object from a page? It's embedded using SWFObject, so within a Div tag. I'm calling a JS on the page through ExternalInterface and have not had any luck thus far... it's for an ad's close button. Dave - Head Developer

Re: [Flashcoders] OT: php forum

2008-04-17 Thread Jer Brand
The open forum/programmers symposium on arstechnica.com is a pretty good resource for most languages including PHP, though they tend to have an anti-Flash slant on occasion. On Thu, Apr 17, 2008 at 11:40 AM, Glen Pike [EMAIL PROTECTED] wrote: Not sure, I usually look at the PHP manual online

Re: [Flashcoders] OT: php forum

2008-04-17 Thread robert
PHP Builder is pretty great. There is even a section code critique which is helpful. http://phpbuilder.com/board/ On Apr 17, 2008, at 10:53 AM, Jer Brand wrote: The open forum/programmers symposium on arstechnica.com is a pretty good resource for most languages including PHP, though

[Flashcoders] [AS2] Inspectable Multiline Textfield

2008-04-17 Thread Helmut Granda
Hi All, I have run into a wall.. I am trying to have a textfield in a component to accept multiline input. But no matter how I define it in the class my input renders the /n or /t entries in class: [Inspectable(name=Text, type=Default, defaultValue=Text)] private var _text:

Re: [Flashcoders] OT: php forum

2008-04-17 Thread Helmut Granda
phpfreaks, they also have an IRC channel for assistance but don't count on getting your how do I join two strings in php? questions answered in the Channel, they mostly help you in more advanced topics and also some have a little attitude towards flash developers... other than that its a great

[Flashcoders] Shared Library, AttachMovie, LoadMovie

2008-04-17 Thread Leon
Hello all, On stage at Frame 1 : --- I have : --- 1- Shared Library (working perfectly) -- via Linkage:Import at first frame (theFile.swf)) -- and dropped on stage theFile.swf -- inside items will be dropped on stage via AttachMovie method 2- An external loaded swf via

[Flashcoders] Shared Library, AttachMovie, LoadMovie

2008-04-17 Thread Leon
Hello all, On stage at Frame 1 : --- I have : --- 1- Shared Library (working perfectly) -- via Linkage:Import at first frame (theFile.swf)) -- and dropped on stage theFile.swf -- inside items will be dropped on stage via AttachMovie method 2- An external loaded swf via

RE: [Flashcoders] byteArray x/y

2008-04-17 Thread I Go Geo
John, Thanks for response. That code does work. The steps I took to get to that point are: Copy complete set of files that are named Original from working project. These files included no trace/other code testing only spacetiles.gif replaced by tiles.gif in main class. Run SpaceMap verify

Re: [Flashcoders] Question AIR Sqlite api

2008-04-17 Thread Jiri Heitlager
weird...I will have to look into that and see if there is a work around, because I would really like to work with openAsync. J. Muzak wrote: Because when adding listeners you are implying asynchronous mode. In other words, as soon as you add listeners, you have to use openAsync(). I've found

Re: [Flashcoders] Question AIR Sqlite api

2008-04-17 Thread Muzak
Then I'm not sure I understand what your problem is. You said it works when using openAsync().. quote The weird thing is that when I use openAsync instead of open, it does work? /quote - Original Message - From: Jiri Heitlager [EMAIL PROTECTED] To: Flash Coders List

[Flashcoders] RE: Zend Framework PHP question

2008-04-17 Thread Anthony Cintron
Hi All, this is a far fetched question, but I'll give it a try. Anyone familiar with the Zend framework? I want to add the library to the PHP include, but I don't fully understand what it is I need to do. I added the directory and also switch out the php lib for the zend lib. I'm not seeing any

Re: [Flashcoders] Remove Flash on a page?

2008-04-17 Thread Jason Van Cleave
if overwriting the div contents isn't working you may want to look at SWFObject 2.0 which is I believe is more geared towards dynamic pages. Word of warning - the syntax is quite different from 1.5 if you are using it on other swfs On Thu, Apr 17, 2008 at 1:18 PM, Dave Mennenoh [EMAIL