Re: [Flashcoders] OOP methodology and flash. I'm loosing my faith...

2006-08-31 Thread JOR
To quote the first line of the web page you reference: In more precise terms, polymorphism (object-oriented programming theory) is the ability of objects belonging to different types to respond to method calls of methods of the same name, each one according to an appropriate type-specific

[Flashcoders] Australian Flex Mailing List [flexaussie]

2006-08-31 Thread Bjorn Schultheiss
Hey Guys, I've started a new flex mailing list for us Aussies! This not an effort to move Australian developers away from using FlexCoders, rather it may be useful for Aussie developers to post messages that may not be suitable for the international list. Anyway the details.

RE: [Flashcoders] jigsaw performance issue

2006-08-31 Thread Danny Kodicek
It seems you're being unnecessarily complicated here. Why take the pieces, move piece A, remove piece A from the group and then move all the rest? I'd do it all in one loop. I thought I needed that approach because how would the group know what piece is being moved and how would

[FlashCoders] Images stay on memory forever?

2006-08-31 Thread Dimitrios Bendilas
Hello, While doind some tests, I ran into something that seems a bit weird to me. On stage I have two movieclips, p1 and p2 and a button, btn. Each movieclip has a big bitmap (800x600px). The following code is on frame 1. These are the only things in my app.

RE: [Flashcoders] TextFormat Font Face = 'Wingdings' or 'Webdings'

2006-08-31 Thread Merrill, Jason
Also, you can check for usual mistakes: missed semicolon (;-), not applied TextFormat etc. Well, you saw my code, I see nothing wrong in it, but I could be overlooking something. See the code below... it's not working for me. You shouldn't have to embed if it's a system font though right?

Re: [Flashcoders] TextFormat Font Face = 'Wingdings' or 'Webdings'

2006-08-31 Thread Alain Rousseau
Try to embed it into some textfield on the stage and then trace font name. How would you do that? There is no mytextfield.font property. Only TextFormat.font and TextField (class).getFontList() which shows all the fonts on the user's system. Thanks for your advice, Jason Merrill

RE: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Nitin Gore
Hi, I am using MediaPlayBack component for my video files so that it can work on flash player 7. I have around 30 to 35 flv files and I wanted to use only single component. I am trying to change the reference to flv file through url field (URL to the component) of MediaPlayBack component

RE: [Flashcoders] TextFormat Font Face = 'Wingdings' or 'Webdings'

2006-08-31 Thread Merrill, Jason
There is the myTextformat = myTextfield.getTextFormat() method that way you can get the font used in your textfield with myTextformat.font ! Alain, I understand, I already said essentially the same thing when I said: is no mytextfield.font property. Only TextFormat.font and... He suggested

RE: [Flashcoders] TextFormat Font Face = 'Wingdings' or 'Webdings'

2006-08-31 Thread Mike Mountain
Jason The only way I can ever get the dings fonts to display in a dynamic tf is by embedding them - even if they are on the users system. I assume this is something to do with the dings family being a symbol font. M He suggested I trace the font on the textfield, which is not the same

Re: [Flashcoders] TextFormat Font Face = 'Wingdings' or 'Webdings'

2006-08-31 Thread Ian Thomas
Hi Jason, It's not because you're using an HTML textfield, is it? Try tracing the test_txt.htmlText property after you're setting it - it might be doing something odd like wrapping it in a 'font face=Times New Roman' or something internally, even although you've set the Textformat.font to

[Flashcoders] Flashpaper issue with large Word doc

2006-08-31 Thread Jiri Heitlager
Hello, I have a Word document that has about 400 pages and contains hyperlinks. When I convert it into a .swf using FlashPaper 2.01, the links on the first 200 pages don't work anymore, the links located in the last 100 or so pages do work??? When I convert the same document but then only the

RE: [Flashcoders] TextFormat Font Face = 'Wingdings' or 'Webdings'

2006-08-31 Thread Merrill, Jason
The only way I can ever get the dings fonts to display in a dynamic tf is by embedding them - even if they are on the users system. I assume this is something to do with the dings family being a symbol font. Thanks Mike, that has to be it, or it's a bug, because all other tests I do confirm you

RE: [Flashcoders] TextFormat Font Face = 'Wingdings' or 'Webdings'

2006-08-31 Thread Merrill, Jason
Yup - it's a bug: http://board.flashkit.com/board/archive/index.php/t-3560.html Symbol fonts like Wingdings and Webdings cannot be used as System fonts in Flash. You have to embed it (or, change it to a normal font with a font editing tool, but that cancells out the whole point of it being a

[Flashcoders] Anyone know if this book is any good?

2006-08-31 Thread James
any experience of this tome? AdvancED ActionScript Components: Mastering the Flash Component Architecture http://www.amazon.com/AdvancED-ActionScript-Components-Component-Architecture/dp/1590595939/ref=sr_11_1/103-9985048-8171815?ie=UTF8 James

[Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Edwin van Rijkom
Hi list, We are happy to announce that Screenweaver HX - version 1.0 is now available! Screenweaver HX is an (open source) extension to the haXe programming language (http://www.haxe.org) for creating Flash interfaced desktop applications. GUIs can be made using either haXe or Flash/Flex

Re: [Flashcoders] Embed polish characters in Font Symbol

2006-08-31 Thread ellen . sundh
Hi! For everyone who had this problem I can tell you I found a solution. Remove the Font Symbol in your library and refer to the font directly in your css file. If it is css you use. Embed your fonts in a blank textfield on the Stage. Good luck! . . . . . . . . . . . . starring: Ellen Sundh .

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Cliff Rowley
So HX is the successor to v4? Shame for me, since I'll be saying bye bye to Screenweaver and waiting for Apollo, but good luck in your ventures - I think there's a lot of value in it. On 8/31/06, Edwin van Rijkom [EMAIL PROTECTED] wrote: Hi list, We are happy to announce that Screenweaver HX

[Flashcoders] Returning a value from file upload

2006-08-31 Thread Jake Prime
Hi I am uploading a file in Flash 8 and I would like to get a return value from the server. Now I know I'm not the first person to want to do this, and I have searched around. From everywhere I've looked the answer seems to be it's not possible and I need to make a second call to the server. I

Re: [Flashcoders] Simulate download question

2006-08-31 Thread slangeberg
On PC, Service Capture has a nice bandwidth simulation feature: http://kevinlangdon.com/serviceCapture/ Scott On 8/30/06, Mendelsohn, Michael [EMAIL PROTECTED] wrote: Hi list... My swf (currently on my hard drive) loads external flv files, but when testing at a simulated download at 56k,

[Flashcoders] Advanced hitTest Detection

2006-08-31 Thread Helmut Granda
Hello, I have 10 items on screen and only 2 of them have to match. so there is no problem saying itemA.hiTest(itemB). But now I have to know if itemA.hitTest(itemB) + itemC. The only way i got it to work is by having itemC onEnterFrame check if the mouse is on top of it. The issue here is that

Re: [Flashcoders] Math Prob...

2006-08-31 Thread Zeh Fernando
I have a listBox with 6 labels ( at the moment) and corresponding data. The labels are title of a image and the data is the URL of the image. I'm not sure what the problem actually is since it wasn't stated on the email, but if you mean that going to the next 'page' isn't working, it's

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread David Rorex
I hope you're not giving up because you think you have to use haXe for all of your apps: On top of 'standard' haXe-to-haXe communications, Screenweaver HX features a Flash library that allows communications between a haXe written back-end and a Flash IDE developed front-end. Both AS2 and AS3

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Dimitrios Bendilas
Sorry for posting again, Anyone got any idea? You can download an example from: http://www.zefxis.gr/files/ImageIssue.zip This is actually very urgent and I haven't been able to find anything so far. So if someone has a clue, I'd really appreciate it. At least can anyone give it a try and

Re: [Flashcoders] Flash + Web Services problems

2006-08-31 Thread Mike Britton
What does your crossdomain.xml file look like? Mike ___ 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 Premier

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Cliff Rowley
As long as it's fully supported and not just bolted on the side, that's fine by me. However I would hedge my bets that HX will slowly move away as Apollo steps in. I'll certainly use it in the meantime, but I suspect the gravity of the HaXe/Screenweaver partnership will win out overall (and

Re: [Flashcoders] Advanced hitTest Detection

2006-08-31 Thread Alias™
Hi Helmut, Not sure how much use you'll get out of this, but I did a talk a while back on this subject, and the conference notes can be found here: http://londonmmug.org/downloads/presentations/20040916-London-MMUG-Alias-Cummins-Flash-games.zip What you have here is an algorithm with

Re: [Flashcoders] Flash + Web Services problems

2006-08-31 Thread Liam Mincy
My crossdomain.xml file is structured like the following: ?xml version=1.0? !-- Castrol Speed Challenge Cross-Domain Policies -- cross-domain-policy allow-access-from domain=webservices.otersite.com / allow-access-from domain=secure.othersite.com / allow-access-from

Re: [Flashcoders] Flash + Web Services problems

2006-08-31 Thread Mike Britton
Try adding a domain=* attribute to cross-domain-policy, and a allow-access-from domain=* / node to your cross-domain-policy nodes. Let me know if this works so I can feel a smug sense of satisfaction. Mike ___ Flashcoders@chattyfig.figleaf.com To

[Flashcoders] Hex arithmetics and negative values

2006-08-31 Thread André Goliath
Heyho, I´m doing some math on Hex Numbers to implement a modification of the TEA algorithm, which has to match a C implementation. Now I´m facing the problem that Flash allows negative hexadecimal values, which is quite unusual and not supported in C. I´ve posted my algorithm below, would be

Re: [Flashcoders] Flash + Web Services problems

2006-08-31 Thread Mike Britton
Like this: ?xml version=1.0? cross-domain-policy domain=* / allow-access-from domain=somedomain secure=false / allow-access-from domain=anotherdomain secure=false / allow-access-from domain=* / /cross-domain-policy Mike

[Flashcoders] multiple swfs within a swf

2006-08-31 Thread sysco
I am designing an application in flash. Let's say I have 2 main areas/functions within the application. 1) searching existing application 'documents' 2) creating new application 'documents'. Should I create two independent SWFs for each main area/function and load them into on 'Main'

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Martin Wood
Sounds perfectly normal to me, making something invisble in flash doesnt mean it will unload the content from memory, in fact it doesnt necessarily mean it wont get rendered. Im not sure if this is still the case in fp8 but i know that in previous versions i would also move a clip to

[Flashcoders] Flash player cache?

2006-08-31 Thread Dominico Savio
I have this weird problem, and could not find any solutions on net. I have 2 swf A and B, and A.swf using a C class, and A.swf will be loaded into B.swf. Whenever I modified C class, then recompile A, the A.swf functions correctly when it's played alone or tested in authoring environment. But

Re: [Flashcoders] Flash + Web Services problems

2006-08-31 Thread Liam Mincy
Unfortunately this doesn't seem to be doing it either. After I tried this I also put the following inside the code to no avail: System.security.allowDomain(webservices.domain.com,*,*.somedomain.com); This one has me flummoxed... Thanks, liam m- --- Mike Britton [EMAIL PROTECTED] wrote: Like

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Dimitrios Bendilas
Hi Martin, Ok, but the memory doesn't even free if I remove the movie clip with .removeMovieClip() And I tried moving it out of the stage as well... Dimitrios - Original Message - From: Martin Wood [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Martin Wood
are the clips created via attachMovie? why do you need to reclaim 4MB? its not a lot of memory. Flash may well use a memory management strategy that doesnt require it to immediately return the memory its allocated. Dimitrios Bendilas wrote: Hi Martin, Ok, but the memory doesn't even free

RE: [Flashcoders] multiple swfs within a swf

2006-08-31 Thread Merrill, Jason
Depends on what said application is supposed to do, but I'm developing an RIA right now that edits other Flash files via .NET. I have the main editing app load in the other .swf it's going to edit, saves the changes to the database. The other app is meant to be deployed alone, and it reads in

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Nicolas Cannasse
As long as it's fully supported and not just bolted on the side, that's fine by me. However I would hedge my bets that HX will slowly move away as Apollo steps in. I'll certainly use it in the meantime, but I suspect the gravity of the HaXe/Screenweaver partnership will win out overall (and

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Ian Thomas
Guys, This looks brilliant! Can't wait to have a play with it. Thanks for all your hard work. Cheers, Ian On 8/31/06, Edwin van Rijkom [EMAIL PROTECTED] wrote: Hi list, We are happy to announce that Screenweaver HX - version 1.0 is now available! Screenweaver HX is an (open source)

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Dimitrios Bendilas
Hi Steven, Thanks for the information. I've read this great article before, I'll read it once more to refresh my memory. My mistake, I forgot to mention that I have the same issue even if I remove the movieclip with removeMovieClip(), or move it to negative coords, outside the visible stage

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Cliff Rowley
Nicolas Cannasse wrote: Several important differences between Screenweaver HX and Apollo : - size : SWHX takes 450 KB. Apollo is expected to be in the 5-9 MB range Sure, but Apollo is a global runtime isn't it? - extensibility : SWHX is extensible with custom-made C libraries. Apollo is not

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread eric dolecki
to remove a movieclip, you need to create or attach it first. if you're using the IDE to place the mcs, you can't use removeMovieClip(). if a mc is not on stage, is invisible, it will still be rendered by the player. Thats the way it works, whether it makes sense to you or not. On 8/31/06,

Re: [Flashcoders] Flash + Web Services problems

2006-08-31 Thread Kevin Newman
Assuming that webservices.domain.com is where your web service is located, and www.domain.com is where your swf files are located, so you have the crossdomain.xml file on the correct server (it should be on webservices.domain.com)? Kevin N. Liam Mincy wrote: Unfortunately this doesn't seem

RE: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Steven Sacks | BLITZ
That is correct. If you want to remove a movieclip that you did not attach using attachMovie (one that is manually there on a layer in the timeline at compile) then you have to first swapDepths() it and then you can removeMovieClip it. BLITZ | Steven Sacks - 310-551-0200 x209 -Original

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Dimitrios Bendilas
Of course I'm swapping depths before I remove it. I see it removed, but the memory doesn't free Dimitrios - Original Message - From: Steven Sacks | BLITZ [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, August 31, 2006 9:09 PM Subject:

Re: [Flashcoders] Flash player cache?

2006-08-31 Thread Ron Wheeler
Does compiling the B class fix the problem? If the B.SWF has an old version of the definition of the C Class, then rebuilding A.SWF will not get rid of the copy of the definition of Class C in the B.SWF. When Flash player needs to use Class C it uses the first definition it finds. Common

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread eric dolecki
On 8/31/06, Dimitrios Bendilas [EMAIL PROTECTED] wrote: Of course I'm swapping depths before I remove it. I see it removed, but the memory doesn't free Dimitrios - Original Message - From: Steven Sacks | BLITZ [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread eric dolecki
remove all references to the mc in code see what happens. might not be immediate. could take a few minutes. On 8/31/06, Dimitrios Bendilas [EMAIL PROTECTED] wrote: Of course I'm swapping depths before I remove it. I see it removed, but the memory doesn't free Dimitrios - Original

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Nicolas Cannasse
Several important differences between Screenweaver HX and Apollo : - size : SWHX takes 450 KB. Apollo is expected to be in the 5-9 MB range Sure, but Apollo is a global runtime isn't it? What do you exactly mean by a global runtime ? It's possible that once installed, you might not have to

Re: [Flashcoders] Flash player cache?

2006-08-31 Thread Dominico Savio
But B.swf doesn't use C class at all. just use a simple loadMovie call. Then where is the problem? D. On 8/31/06, Ron Wheeler [EMAIL PROTECTED] wrote: Does compiling the B class fix the problem? If the B.SWF has an old version of the definition of the C Class, then rebuilding A.SWF will

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread Dimitrios Bendilas
This is the only code I've got: n = 1; btn.onRelease = function():Void { _root[p+n].swapDepths(1); _root[p+n].removeMovieClip(); n++; } I left it open for 15 minutes. Doesn't free memory... Tested with Xray too. Nothing is left on stage except for the button. Dimitiros - Original

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Derek Vadneau
When you present a choice to a paying client, you should emphasis with the choice you think is superior technicaly. Hopefuly they are companies that are looking in the details and not only at branding and marketing. It's not simply about marketing or branding. It's about accountability. With

[Flashcoders] RE: Images stay on memory forever?

2006-08-31 Thread dave matthews
hi Dimitrios, re: Anyone got any idea? We had problems last year with something similar, loading 6 layers of tiles in a 10 x 10 grid from the terraserver: http://www.davidmatthews.com/dad/07-03-05-maplicator.swf press n slide/pan, double click n hold slide to zoom. Turns out .jpg's

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Nicolas Cannasse
It's not simply about marketing or branding. It's about accountability. With an open-source project there is no accountability. A corporation may use open-source software, but it will be purchased through a company that can offer support and more importantly accountability. So when the

Re: [Flashcoders] RE: Images stay on memory forever?

2006-08-31 Thread Martin Wood
p.s. Martin, is this true? - does the player really NOT render things placed way off stage? Im not sure if this is still the case in fp8 but i know that in previous versions i would also move a clip to -1,-1 to stop the renderer from including it. im sure it *was* true back in the

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread hank williams
And if something goes wrong, then in all closed source softwares, EULA prevent all kind of accountability anyway because software companies don't want to get used for lost data - even if it was a bug in their application. You'll of course get some kind of support, and hopefully your bug will take

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Cliff Rowley
I think, to be honest, that you're just a bit of an idealist. Which is good, but we have to live and work in the real world where we don't always get to make the decisions. Nicolas Cannasse wrote: If nothing goes wrong, guess which one is cheaper ? :)

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Cliff Rowley
Nicolas Cannasse wrote: What do you exactly mean by a global runtime ? It's possible that once installed, you might not have to install it again. But 5-9 MB is quite big for the user the first time he want to download your application. Evidently from your reply you know what I mean by a

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Nicolas Cannasse
Not exactly sure why, except for the Brand ? but you admited before that ScreenWeaver has already gained some reputation of its own... Or is this just unfounded discrimination ? ;) It's true, Screenweaver has gained some reputation. So now 2/10 non-developers might have heard of it. Brand,

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Cliff Rowley
hank williams wrote: The reality is that the larger the company, the greater the liklihood that they only want to buy from another large company. This is why the whole market has moved from b2b to b2c. Consumers dont care about who sold them stuff. Big companies generally care deeply. This means

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Cliff Rowley
Nicolas Cannasse wrote: Well I think they must sometimes think it very LOUD when seeing all the press coverage AJAX is getting ;) I don't get your point.. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

[Flashcoders] help in storing value

2006-08-31 Thread Rutul Patel
hi guys, I am using Array to store value and its drive me crazy to get back all that value, because i have like 10-15 array to store different values and i also have to compare two array so i have to use for loops..so i m using like so many for loop in my program and sometimes its giving me

Re: [Flashcoders] help in storing value

2006-08-31 Thread JOR
Let's see a code sample of what you are doing with loops to better understand your question. James O'Reilly - JOR www.jamesor.com Rutul Patel wrote: hi guys, I am using Array to store value and its drive me crazy to get back all that value, because i have like 10-15 array to store

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Edwin van Rijkom
There's truth in what you guys are saying from a practical stance, I think. But, it is equally true that there are successful open source projects, that do get used by commercial companies for production purposes. This is true for all sorts of projects, but especially so for application

[Flashcoders] Flash cross-platform

2006-08-31 Thread Audry Taylor
I figure the experts could help me on this one. When you create an interactive Flash file, is it automatically compatible with different platforms (Windows, Mac, Linux) so long as the user has installed Flash or does it take extra scripting or something special to make it work across

[Flashcoders] Keyboard Access on Pocket PC

2006-08-31 Thread Harald Kobler
We are just starting to develop a small web database application for a WM5 Pocket PC running Flash Player 7. Has anyone figured out a way to pop up the keyboard when the application is in full screen mode so data can be input into a text box? -- No virus found in this outgoing message. Checked

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread hank williams
This is of course true. I am excited about swhx for my application. My only point was that it is perfectly reasonable for someone to think that his clients or customers would prefer something else because of the large company mentality. But I do think lots of users will not have any political

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Edwin van Rijkom
hank williams wrote: This is of course true. I am excited about swhx for my application. My only point was that it is perfectly reasonable for someone to think that his clients or customers would prefer something else because of the large company mentality. But I do think lots of users will not

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Cliff Rowley
On 9/1/06, Edwin van Rijkom [EMAIL PROTECTED] wrote: Sure, I can see that line of reasoning. One can debate over whether developers or customers are wrong or right on finding using open source software unattractive, and all its pro's and con's, but I think no one has been able to answer that

Re: [Flashcoders] mpg to FLV

2006-08-31 Thread Marshall MacGillivray
http://www.on2.com/developer /flix-engine-sdk/?sid=5DHA-2F6F-44d72df95bcaaref= FFMpeg: http://ffmpeg.mplayerhq.hu/ Has anyone ever set either of the above two up for server side encodeing and what was the result/workflow. I'm having trouble finding server side encodeing information and

Re: [Flashcoders] Flash player cache?

2006-08-31 Thread Dominico Savio
My bad, one of my team member used that class before I load A.swf. So your suggestion is correct Ron. Thanks On 8/31/06, Dominico Savio [EMAIL PROTECTED] wrote: But B.swf doesn't use C class at all. just use a simple loadMovie call. Then where is the problem? D. On 8/31/06, Ron Wheeler

[Flashcoders] FileReference, FireFox, SSL

2006-08-31 Thread Chadwick Smith
Has anyone resolved the issue with uploading files with FileReference, through FireFox over SSL? -Wick ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Edwin van Rijkom
Cliff Rowley wrote: On 9/1/06, Edwin van Rijkom [EMAIL PROTECTED] wrote: Sure, I can see that line of reasoning. One can debate over whether developers or customers are wrong or right on finding using open source software unattractive, and all its pro's and con's, but I think no one has been

Re: [Flashcoders] mpg to FLV

2006-08-31 Thread Pedro Zaz
Try TVE SDK http://www.blue-pacific.com/products/turbinevideosdk/default.htm zaz On 9/1/06, Marshall MacGillivray [EMAIL PROTECTED] wrote: http://www.on2.com/developer /flix-engine-sdk/?sid=5DHA-2F6F-44d72df95bcaaref= FFMpeg: http://ffmpeg.mplayerhq.hu/ Has anyone ever set

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Cliff Rowley
On 9/1/06, Edwin van Rijkom [EMAIL PROTECTED] wrote: I think it will, but as I said, I think it will happen in it's own right - as the SW/HX combination - not as an extension to the existing Flash/Flex platform. I agree that's the most likely scenario. I'm glad my point is finally being

[Flashcoders] Fwd: Application Framework

2006-08-31 Thread Jeff Brown
Hello List. I'm a programer with a good background in PHP, Smarty, MySql, javascript and other web technologies. I'm working on an application that needs to blend PHP and Flash components together. Since I haven't touched flash since way back in the dark ages, I'm a little put off at the

Re: [Flashcoders] mpg to FLV

2006-08-31 Thread Marshall MacGillivray
This seems like a pretty neat solution that would save on bandwidth and server processing power... it's basically a browser plugin that uses the users cpu to encode the video and hence no server side encoding. Could be a good solution for alot of problems... i just emailed them regarding price (i

Re: [Flashcoders] Keyboard Access on Pocket PC

2006-08-31 Thread eric dolecki
Use a software keyboard instead (flash)... I am sure that you'll be able to find one online somewhere. On 8/31/06, Harald Kobler [EMAIL PROTECTED] wrote: We are just starting to develop a small web database application for a WM5 Pocket PC running Flash Player 7. Has anyone figured out a way

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Ramon Miguel M. Tayag
It looks like you need xfactorstudio's xml xpath :) And yes, Flash can do what you need it to do here On 9/1/06, Jeff Brown [EMAIL PROTECTED] wrote: Hello List. I'm a programer with a good background in PHP, Smarty, MySql, javascript and other web technologies. I'm working on an application

Re: [Flashcoders] Flash cross-platform

2006-08-31 Thread Count Schemula
Flash plug-in plays all flash files. However... there is now an issues with object tags in Internet Explorer. So use something like swfobject to make sure that the .swf loads in IE without Active X hassles. http://blog.deconcept.com/swfobject/ Linux player is usually a generation behind the

Re: [Flashcoders] mpg to FLV

2006-08-31 Thread Pedro Zaz
they say 700 euros but all is negotiable in portugal, impostor.com.pt they top profssionals did flash printer last!!! zaz On 8/31/06, Marshall MacGillivray [EMAIL PROTECTED] wrote: This seems like a pretty neat solution that would save on bandwidth and server processing power... it's

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Duncan Reid
Hi Jeff, I'm not sure how far along you are with the development of your project, but since you are natively more of a PHP guy it might not hurt to have a look at AMFPHP. It would allow you to bypass the XML layer and deal with more complex data types like RecordSets and what not. Just

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Jeff Brown
Thanks Mike! That looks like something I can tweak. But, id do still have a question or two. It seems it might go easier on me if I rdeifine the XML to use just child nodes instead of attributes. Does that make sense, or is there an easier way to get at an attribute of your array then say:

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Alain Rousseau
Hi Jeff, if you want to convert the XML to anative AS object you could try out Sephiroth's XML2Object class http://www.sephiroth.it/file_detail.php?pageNum_comments=0id=129 or the XMLObject class which is similar but with a few more functionnalities.

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Jeff Brown
Wow Duncan, this may solve quite a bit. It looks even easier than the php-xml-flash method I was looking for. Although my designer may need to install the Flash Remoting thing. We've already started development on the app's php mysql side, but we're a little ways (re: 8-10 weeks) from needing

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Jeff Brown
Thanks for the tip Alain. I'll have to check it out. Jeff On 8/31/06, Alain Rousseau [EMAIL PROTECTED] wrote: Hi Jeff, if you want to convert the XML to anative AS object you could try out Sephiroth's XML2Object class http://www.sephiroth.it/file_detail.php?pageNum_comments=0id=129 or the