Re: [Flashcoders] Bitmap.draw versus MovieClipLoader

2007-07-06 Thread mike . nowak
It seems that calling bitmap.draw on a movieclip that has a downloaded image forces another download - I haven't veified this via netmon (yet) - but notice that a sandbox security violation occurs when call that function. To me that doesn't make sense, If I already gave it permission to use

[Flashcoders] Flash + Bitmap

2007-05-22 Thread Mike Nowak
Curious issue that I ran into. I have this small flash app meant to run locally. It basically shows the current webcame stream and when a user hits a button, it takes a snapshot (copy over the video to bitmap object) and then later the user can print it. Works fine. Except when I change the

Re: [Flashcoders] [OT] Flash player on the PS3?

2006-11-13 Thread Mike Nowak
[EMAIL PROTECTED] 11/13/2006 12:09 PM So, has the PS3's browser the Flash player by default? Which version? Keeping in mind that is running Linux*, is it version 7? I've tried to find information in their website* but no luck at all. --- Pretty sure it's 7. However, it should be noted that

Re: [Flashcoders] Faking 3D perspective of a 2D map in Flash 8..?

2006-11-12 Thread Mike Nowak
[EMAIL PROTECTED] 11/10/2006 1:32:09 PM Hello. I'm trying to take a vector map of North America and produce the sense of 'flying over' it. I want to have the flat map tipped along the X axis, so that the bottom (Florida, Texas, etc.) appear closer and the top (Nunuvut, Greenland, etc.) appear

[Flashcoders] Flash videos streaming from RealServer

2006-07-18 Thread Mike Nowak
We were recently forced to move a whole lot of videos to a seperate RealServer media streaming server. After changing the paths, all our flvs worked fine... however, any SWFs with videos embeded in them (for various reasons) behave oddly. The videos play, but I can't do much beyond that.

Re: [Flashcoders] Embed polish characters in Font Symbol

2006-06-28 Thread Mike Nowak
[EMAIL PROTECTED] 6/28/2006 12:17 PM If I manually create the textfield and populate it with text and embeds the characters via the Properties box then it works fine! But as soon as I add make a Font Symbol with the same font, my manually created textfield loses the Polish characters. Have I

Re: [Flashcoders] Eolas fix and backspace key flash bug

2006-06-13 Thread Mike Nowak
[EMAIL PROTECTED] 6/13/2006 4:40:17 PM why not use UFO or similar [...] Since JS is restricted. [...] and provide an additional noscript / with the somewhat deprecated object and embed ? Originally: I have to embed flash applets into web pages directly, without Javascript Eolas