Re: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Adrian Ionut Beschea
Do you really have to embed the images inside the swf ? Isn't any way you can load them dynamically ? Generating swfs at runtime on the client side, I don't think it's posible. You can check out Php Turbine http://www.blue-pacific.com/products/phpturbine/default.htm With it you can generate

Re: class name conflicts bug [Was: [Flashcoders] (no subject)]

2006-10-04 Thread Stephen Downs
I know this is an old message and an old enemy, but I though I'd share a workaround that seems to do the trick. When I get these errors (and I know my code is clean), I just delete my classpath settings (Preferences ActionScript ActionScript 2.0 Settings) and click OK. Then I reset the

Re: [Flashcoders] Projector Wrapper

2006-10-04 Thread Nicolas Cannasse
Would be interesting to compare with recently released Screenweaver HX (http://haxe.org/swhx). ...says one of the authors of Screenweaver HX. Being a shill doesn't work unless you use a different name. ;) Steven. You're posting your self-made comparison proclaiming mProjector as the

[Flashcoders] PDF's in flash

2006-10-04 Thread karim beyrouti
I remember seing a component, to output pdf's from flash... Anyone has the link to it?... Cheers Karim ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] PDF's in flash

2006-10-04 Thread rishi
Tryout blazepdf.com Regards Rishi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of karim beyrouti Sent: Wednesday, October 04, 2006 4:02 PM To: 'Flashcoders mailing list' Subject: [Flashcoders] PDF's in flash I remember seing a component, to output pdf's

[Flashcoders] [JOB] Flash developer, Cambridge, UK

2006-10-04 Thread Zárate
Hi guys, The company I work for is looking to hire Flash developers as we have a huge amount of work. We're based in Cambridge, UK and do predominately e-learning applications. You can check out our website http://www.tribalctad.co.uk for more info. Main role: Flash developer. The level of your

Re: [Flashcoders] [JOB] Flash developer, Cambridge, UK

2006-10-04 Thread Martin Wood
Zárate wrote: Hi guys, The company I work for is looking to hire Flash developers as we have a huge amount of work. We're based in Cambridge, UK and do predominately e-learning applications. You can check out our website http://www.tribalctad.co.uk for more info. Main role: Flash developer.

Re: [Flashcoders] [JOB] Flash developer, Cambridge, UK

2006-10-04 Thread Zárate
Ummm... I think we're open to all options but my feeling is that on-site freelancers would be better. Anyway, if you feel you match the requirements, please send your application, I'm sure we will look to all of them :) Thanks! On 10/4/06, Martin Wood [EMAIL PROTECTED] wrote: Zárate wrote:

[Flashcoders] Hough transform

2006-10-04 Thread dan
Hi guy's Im tring something tht might work Heres the idea Find the edge of a picture And use the Hough transform to find the shape :) Kinda stuck Does anyone have a simple way to use the Hough transform? 10x ___ Flashcoders@chattyfig.figleaf.com To

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Merrill, Jason
Keep all images external and just reference them in the XML. Then your .swf is 50k or less, not 6MB. Jason Merrill Bank of America Learning Organization Effectiveness - Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On

RE: [Flashcoders] OT- subscribe to Flashcomm list

2006-10-04 Thread INK
The same story is here. Doesn't working for me for two mounts or something. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Telmo Dias Sent: Sunday, October 01, 2006 6:04 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] OT- subscribe to

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Harald Kobler
Hi Don, We have a product called Snapp MX that you can use to create Flash screens that are stored as XML. A Flash Runtime reads this XML and displays the fully formatted screen to the end user. No Actionscript coding is required. Snapp MX is completely written in Flash on the presentation

Re: [Flashcoders] HTTP Statuscode 206 Partial content

2006-10-04 Thread Ron Wheeler
Given that you have 1 server, one communication line and http server knows all of this, there is not much point in trying to get 100 things happening at once. The http server may be the source of your problem since it may have some settings to limit the number of simultaneous requests from

[Flashcoders] printing in higher resolution than 72dpi with printAsBitmap

2006-10-04 Thread Tom Versweyveld
Is it at all possible to print a movieclip (wich has alpha and mask effects, so printAsBitmap is needed), on a higher resolution than 72dpi. By this I mean, when the movieclip contains a 1000x1000px jpg, which is scaled to 100x100px, how can the jpg be printed to its full potential of

Re: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Robert r. Sanders
I don't see how a generated SWF is going to be much smaller than the source (I could be wrong). As long as the files can load incrementally I don't see that the 6MB is too huge a problem; if you try to load it all in one go it would be, but if a reasonably sized XML is read in and then your

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Merrill, Jason
6MB is insane for a .swf if you can keep the media external. Why can the media not be external to the .swf? Jason Merrill Bank of America Learning Organization Effectiveness - Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL

[Flashcoders] Date Format Time Zone Issues

2006-10-04 Thread Kevin Bachman
I hope someone here has run into this strange problem I am having. Using a remoting call to a ColdFusion web service, I am returning a recordset from my SQL database for use in my Flash application. One field in the recordset is a datetime field type returning a date in the format '2006-10-04

Re: [Flashcoders] OT- subscribe to Flashcomm list

2006-10-04 Thread greg h
fyi ... Following was posted a week ago on the bloghttp://www.flashcomguru.com/index.cfm/2006/9/27/flashmedialistover at flashcomguru.com: September 27, 2006 Alternative Mailing List for Flashcom and Flash Videohttp://www.flashcomguru.com/index.cfm/2006/9/27/flashmedialist After I have been

RE: [Flashcoders] VitalStream Bandwidth detection

2006-10-04 Thread Rob Bayne
looks like bwcheck to me. i'd just use p_bw in a condition where p_bw is detected bandwidth. if p_bw is less than than x play stream1, else if p_bw is greater than x and less than y play stream2, else play stream3. ie. stream1=56kbps; stream2=150kbps; stream3=300kbps; i usually run the

[Flashcoders] Direct ODBC connectivity?

2006-10-04 Thread Doug Coning
Does anyone know of a flash component that allows direct connectivity between flash and an ODBC source? Is this an impossibility? I know that I could probably write a web service to pull the data, but wanted to see if there was a component that allows me to point to any odbc data source and then

[Flashcoders] [JOB] Flash Developer | NYC | 50/hour

2006-10-04 Thread Beau Gould
Flash Developer | NYC | 50/hour Location: New York City (on-site) Duration: 2 months Rate: 50/hour We need someone who lives Actionscript and breathes creativity. This is an amazing opportunity to work with a great team and develop high- profile projects. The nature of the projects range from

RE: [Flashcoders] [JOB] Flash Developer | NYC | 50/hour

2006-10-04 Thread Steven Sacks | BLITZ
Isn't $50/hr kind of low for a senior level contract in the most expensive place to live in the country? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] xical-like project

2006-10-04 Thread Andrei Thomaz
hello list, I need to create a lot of presentations. They are very simple, so I guess I can use Xical to make that. But I would like to ask you if there are more projects like Xical, that can read a XML, load assets (images and sounds) and show a slideshow, with some basic animations. thank

[Flashcoders] Find point after rotation

2006-10-04 Thread Jason C Reynolds
Hi, having some math problems... hoping someone can help Lets say I have a rectangle (height width). I need to know the bottom middle point. That would be point(clipWidth / 2, clipHeight). But I am having a hard time keeping track of this point after I rotate that clip. If I rotate the

RE: [Flashcoders] Find point after rotation

2006-10-04 Thread Steven Sacks | BLITZ
The _width and _height change based on the rotation so don't use the stored _width and _height and instead use the current _width and _height. That is, unless you're trying to keep track of that exact point on the rectangle after you rotate it, then that's something more complex.

RE: [Flashcoders] Find point after rotation

2006-10-04 Thread Arva, Adrian
the easiest way to get your task done is to attach in that point an mc After rotation ,you get localToGlobal coords for it -Original Message- From: [EMAIL PROTECTED] on behalf of Jason C Reynolds Sent: Wed 10/4/2006 6:08 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Find

Re: [Flashcoders] Find point after rotation

2006-10-04 Thread Mark Winterhalder
Lets say I have a rectangle (height width). I need to know the bottom middle point. That would be point(clipWidth / 2, clipHeight). So we'll say: var x = clipWidth / 2; var y = clipHeight; Closest I've gotten is using: x=ClipWidth / 2 + Math.cos(angle) y=ClipWidth / 2 - Math.sin(angle)

Re: RE: [Flashcoders] [JOB] Flash Developer | NYC | 50/hour

2006-10-04 Thread stefan burt
I would agree that amount of money sucks for the level of experience you asking for, I'm sure you'll probably get someone but they would still be eating mac and cheese for their effort. On 10/4/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Isn't $50/hr kind of low for a senior level

[Flashcoders] Flash Player 9 FullScreen Mode

2006-10-04 Thread l u c h y x
Yesss it here.! now available. Detailed example here http://www.riaevolution.com/blog/?p=44 -- l u c h y x r i a e v o l u t i o n (r) [EMAIL PROTECTED] http://www.riaevolution.com Phone: +54 (11) 4931-7006 ___

[Flashcoders] Flash Player 9 FullScreen Mode

2006-10-04 Thread Bjorn Schultheiss
There's got to be a few implications about this. Imagine the new generation of full screen banner ads, nasty. Regards, Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of l u c h y x Sent: Thursday, 5 October 2006 11:47 AM To: The haXe

Re: [Flashcoders] Flash Player 9 FullScreen Mode

2006-10-04 Thread l u c h y x
Loll .. yes it's true. A trusted fullscreen site settings panel will help, I think. :P On 10/4/06, Bjorn Schultheiss [EMAIL PROTECTED] wrote: There's got to be a few implications about this. Imagine the new generation of full screen banner ads, nasty. Regards, Bjorn Schultheiss

Re: [Flashcoders] Find point after rotation

2006-10-04 Thread Zeh Fernando
orry, I'm s rusty with math and hoping someone can push me in the right direction. Right now I'm trying to figure out the radius of the 'circle' that is formed while rotating, but that isn't going anywhere (fast anway). Just to kinda repeat what everybody has said -- You could easily

RE: [Flashcoders] Flash Player 9 FullScreen Mode

2006-10-04 Thread Bjorn Schultheiss
There will have to be ?? I propose a test what happens when launching 20 banners ads all fighting for fullscreen, In windows are you able to alt+tab between fullscreen swf's? Regards, Bjorn Schultheiss -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Flashcoders] Flash Player 9 FullScreen Mode

2006-10-04 Thread l u c h y x
If you hit ALT+TAB the SWF restore the state to NORMAL_MODE On 10/5/06, Bjorn Schultheiss [EMAIL PROTECTED] wrote: There will have to be ?? I propose a test what happens when launching 20 banners ads all fighting for fullscreen, In windows are you able to alt+tab between fullscreen swf's?

Re: [Flashcoders] Flash Player 9 FullScreen Mode

2006-10-04 Thread Zeh Fernando
There will have to be ?? I propose a test what happens when launching 20 banners ads all fighting for fullscreen, In windows are you able to alt+tab between fullscreen swf's? Well, this is a huge can of worms. Thankfully, there's this:

[Flashcoders] RE: Find point after rotation

2006-10-04 Thread Jack Doyle
Pick up a copy of Foundation ActionScript Animation: Making Things Move! by Keith Peters. Best $26.39 (at Amazon.com) you'll ever spend. The answer to your question (and a bunch more you never knew you had) is in that book. Jack -- Date: Wed, 4 Oct 2006 16:55:45