Re: [Flashcoders] flash stops redrawing the stage

2009-06-28 Thread Hans Wichman
Hi Karl, what should I wrap in an onEnterFrame? The fullscreen call is triggered once at startup. I've found though that it seems be caused by the 'use hardware accerelation' flag. If I disable hardware acceleration the problem goes away. grrr Hans On Fri, Jun 26, 2009 at 10:55 PM, Karl

[Flashcoders] difference in player 10 and player 8 while playing the same 8 content

2009-06-28 Thread Hans Wichman
Hi List, most of you probably already know, but there are some differences between player 10 and 8 when playing 8 content. One was the performance of the same content, running notably better in player 10, that appeared to be the (buggy on my pc) hardware accelaration amongst other things. But

[Flashcoders] Youtube Videos cache

2009-06-28 Thread Leandro Ferreira
According to this site, Youtube can now cache his videos on the browser YouTube managed to achieve something incredible: browsers now cache YouTube videos and you can load the same video multiple times from the local cache. (

Re: [Flashcoders] What is the space relationship between a SWF and its surrounding html?

2009-06-28 Thread jonathan howe
Hi, John, I think you would get a similar experience if you had an image of size 320 x 250, so it's not really a Flash problem per se but rather an HTML/browser co-compatibility. Basically, the browsers treat the window size property differently - I think IE includes the width of the scrollbars

Re: [Flashcoders] What is the space relationship between a SWF and its surrounding html?

2009-06-28 Thread Matt S.
you could try CSS: body style=padding:0px;margin:0px to guarantee that there isnt any default paddings or margins. .m On Sat, Jun 27, 2009 at 4:01 PM, John McCormackj...@easypeasy.co.uk wrote: Hi List, I have some SWFs that will be launched from someone else's GUI based on IE6 which uses

Re: [Flashcoders] What is the space relationship between a SWF and its surrounding html?

2009-06-28 Thread John McCormack
Matt and Jonathan, body style=padding:0px;margin:0px That certainly helped. I think you would get a similar experience if you had an image of size 320 x 250 I tried this and can confirm that it's true. The vertical edge of the image (250)fits exactly, when the zoom is at 97%. Unfortunately

Re: [Flashcoders] What is the space relationship between a SWF and its surrounding html?

2009-06-28 Thread John McCormack
Matt and Jonathan, body style=padding:0px;margin:0px Provided most of the fix. Because the html page was coming from a pen drive via a local connection, there was an extra bar, needing extra height, at the bottom of the window telling of the intranet connection. TWO CHANGED MADE THE SCROLL

Re: [Flashcoders] Youtube Videos cache

2009-06-28 Thread Juan Pablo Califano
Appartently, the news is that it works across youtube CDN, which would likely serve the same video from different servers / url. Yet, I think calling this incredible is a bit overstated... And FWIW, it doesn't seem to work every time (I've just tried it on Chrome -- default settings -- and

Re: [Flashcoders] Youtube Videos cache

2009-06-28 Thread Muzak
And from what I can tell, doesn't work for HD videos, which is where this *feature* would actually be useful. - Original Message - From: Juan Pablo Califano califa010.flashcod...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Sunday, June 28, 2009 8:34 PM

Re: [Flashcoders] flash stops redrawing the stage

2009-06-28 Thread Karl DeSaulniers
:) - Hi Hans I guess I was thinking that the user initiated the Full-Screen somehow by a button or something. I was thinking that if you had the code that controlled wither the movie was playing in full screen or not wrapped in an onEnterFrame, it would keep it in Full Screen when you had