Re: [Flashcoders] Re: Dynamically resize Flash

2009-01-19 Thread Romuald Quantin
I sent to the BrowserCanvas developer the IE error months ago, I guess he didn't find a solution if he didn't update his library. I've been asked for this some months ago but we've ended up to build a flash scrollbar instead... if I may ask, what makes you choose a browser scrollbar for a

Re: [Flashcoders] Re: Dynamically resize Flash

2009-01-19 Thread allandt bik-elliott (thefieldcomic.com)
isn't there a bit of wierdness in firefox where, if you want it to be 100% width / height of the window, you need to add it to the css and apply it to the swfobject targetted div? On Mon, Jan 19, 2009 at 1:56 PM, Romuald Quantin soundstep.mail...@googlemail.com wrote: I sent to the

Re: [Flashcoders] Re: Dynamically resize Flash

2009-01-19 Thread Joel Stransky
Hmm, I'm using BrowserCanvas in my current project and having zero issues aside from it breaking swfaddress in IE7. Otherwise works fine in Safari and FF for mac and IE6/FF for windows. On Mon, Jan 19, 2009 at 10:27 AM, allandt bik-elliott (thefieldcomic.com) alla...@gmail.com wrote: isn't

[Flashcoders] Pixel Bender source for page turn?

2009-01-19 Thread Eric E. Dolecki
Hey all, I am looking for PB source to distort a displayObject like a page turn, only from the top to bottom instead of side to side. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Algorithm for distributing labels along a timeline without overlapping

2009-01-19 Thread Dale Bradshaw
spring embedder layout might work. http://wwwteo.informatik.uni-rostock.de/~le/Lehre/SS04/GraphLayout/demo3.ht ml All, [Sorry if this is a repost... some email issues today...] Hope I can phrase this question clearly... I'm working on an application that will display a visual

[Flashcoders] Re: Dynamically resize Flash ...

2009-01-19 Thread SJF
I can't assist at this point, but thanks for sharing. I was looking for something similar a year or so ago and had no luck. I first saw this technique on a Polish insurance site that was site of the week (or similar) on ultrashock a few years back. Awesome, thanks again. Will come in very handy.

Re: [Flashcoders] Re: Dynamically resize Flash

2009-01-19 Thread Joel Stransky
I fixed my issue for those who care. I consists of a mix of the first two examples posted in this thread. I placed my flashcontent div inside a container div. The width and height passed to swfobject are both 100% and the container div is set to the intended width and height. I then passed the