RE: [Flashcoders] Flash transparent on top of Windows Media Player
WMP can play the basic SWF if you really want/have to use WMP... I'd rather not do that though... WMP cannot really do anything for the scripted SWF or any complex SWF... I'd rather convert the app to SWF version from WMP version if I have a choice... ;) CyanBlue > -Original Message- > From: [EMAIL PROTECTED] [mailto:flashcoders- > [EMAIL PROTECTED] On Behalf Of John Dowdell > Sent: Tuesday, October 10, 2006 2:39 PM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Flash transparent on top of Windows Media > Player > > Mick G wrote: > > Does anyone know if there is a way to embed flash transparent > > (wmode=transparent) on a layer above an embedded Windows Media Player > > active-x control? > > Possibly, but I'd hesitate anyway. I think the Windows Media Player, > implemented as an ActiveX Control, also has support for rendering to the > browser's compositing buffer via WMODE requests, rather than blasting > directly to screen. Just as DHTML cannot layer above SWF unless the SWF > is routed to the browser's drawing buffer via WMODE, the WMP would need > to go into the browser's buffer to layer anything atop it. > > But I'd hesitate to do so, though, because drawing video offscreen > before transferring it to the video display would give a performance > hit, and you'd also likely drop frames from timing differences too... > the video codec renders every X milliseconds, the browser refreshes its > display every Y milliseconds, and some info would be lost in the middle. > Steven Sacks has info on the scrolling issues too. > > If you must use WMP (for rights-management, eg), then could you keep it > drawing directly to screen, and surround the WMP with with four framing > SWFs, intercommunicating through LocalConnection? This would be a little > more development work, but would make less work for the browser's > rendering pipeline. Possible...? > > > > Zárate wrote: > > You might want to think it twice before using wmode: > > http://www.google.co.uk/search?q=wmode+problems&start=0&ie=utf- > 8&oe=utf-8 > > Anyone knows if Adobe is trying to fix this for the next release > > of the player? > > Browser differences are browser differences. When WMODE is changed, then > the Player changes the address in memory to which it sends its pixels. > Over the past eight years the Player has implemented WMODE requests, > we've seen different browsers print upside down, not pass screenreader > instructions, do funny things with keyboard entry, when the browser gets > in the middle of the rendering pipeline like this. > > The Player is the same across environments, but it's the environments > themselves which differ, and when we ask the browsers to do more, their > results vary more. > > More info's available with this search: > http://www.google.co.uk/search?q=wmode+problems+dowdell > > jd > > > > > > -- > John Dowdell . Adobe Developer Support . San Francisco CA USA > Weblog: http://weblogs.macromedia.com/jd > Aggregator: http://weblogs.macromedia.com/mxna > Technotes: http://www.macromedia.com/support/ > Spam killed my private email -- public record is best, thanks. > ___ > 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 Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com This message (including any attachments) is a confidential and privileged communication of AWS Convergence Technologies, Inc. and intended only for the addressee. Any unauthorized use, distribution or copying of this message (or any attachment) is prohibited. If you are not the addressee or a person authorized to receive messages for the addressee, you have received this message in error. In that case, please delete this message and call us at 301-250-4000 so that we can correct our records in order to avoid this mistake in the future. Thank you. ___ 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 Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
RE: [Flashcoders] Q:del.icio.us API
It probably is a dumb question, but what do you exactly mean by 'HTTP basic authentication'??? :) Jason > -Original Message- > From: [EMAIL PROTECTED] [mailto:flashcoders- > [EMAIL PROTECTED] On Behalf Of Mike Britton > Sent: Wednesday, May 03, 2006 12:55 PM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Q:del.icio.us API > > This may be a dumb question, but how would HTTP basic authentication > be handled through AS2? Wouldn't it have to go through some kind of > server-side proxy? > > Mike Britton > > > > On 5/3/06, Mike Chambers <[EMAIL PROTECTED]> wrote: > > I am in the process of building an ActionScript 3 library to wrap this. > > > > Every API should work, although: > > > > 1. You have to handle HTTP Basic authentication, either via the browser > > (automatic) or ActionScript. > > > > 2. they currently don't have a crossdomain.xml file, so you have to go > > through a proxy. > > > > mike chambers > > > > [EMAIL PROTECTED] > > > > [EMAIL PROTECTED] wrote: > > > Hi > > > Has anyone incorporated the del.icio.us API or similar social > bookmarking feature into any of their projects? > > > > > > Just looking for examples and ideas at the moment and what is/isn't > possible. > > > > > > Thanks in advance > > > Jim Bachalo > > > > > > [e] jbach at bitstream.ca > > > [c] 416.668.0034 > > > [w] www.bitstream.ca > > > > > > "...all improvisation is life in search of a style." > > > - Bruce Mau,'LifeStyle' > > > ___ > > > 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 Authorized Adobe Consulting and Training > > > http://www.figleaf.com > > > http://training.figleaf.com > > ___ > > 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 Authorized Adobe Consulting and Training > > http://www.figleaf.com > > http://training.figleaf.com > > > > > -- > Mike > -- > http://www.mikebritton.com > http://www.mikenkim.com This message (including any attachments) is a confidential and privileged communication of AWS Convergence Technologies, Inc. and intended only for the addressee. Any unauthorized use, distribution or copying of this message (or any attachment) is prohibited. If you are not the addressee or a person authorized to receive messages for the addressee, you have received this message in error. In that case, please delete this message and call us at 301-250-4000 so that we can correct our records in order to avoid this mistake in the future. Thank you. ___ 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 Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
[Flashcoders] Is this site legit to buy the software???
Does anybody know if this site is legit or is it one of those warez site??? http://www.tekdealers.com/?pg=product_details&ref=956846552&productID=374 Thank you... CyanBlue This message (including any attachments) is a confidential and privileged communication of AWS Convergence Technologies, Inc. and intended only for the addressee. Any unauthorized use, distribution or copying of this message (or any attachment) is prohibited. If you are not the addressee or a person authorized to receive messages for the addressee, you have received this message in error. In that case, please delete this message and call us at 301-250-4000 so that we can correct our records in order to avoid this mistake in the future. Thank you. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
RE: [Flashcoders] MovieclipTween120.mxp from http://laco.wz.cz/tween/
Does anybody know if this site is legit or is it one of those warez site??? http://www.tekdealers.com/?pg=product_details&ref=956846552&productID=374 Thank you... CyanBlue This message (including any attachments) is a confidential and privileged communication of AWS Convergence Technologies, Inc. and intended only for the addressee. Any unauthorized use, distribution or copying of this message (or any attachment) is prohibited. If you are not the addressee or a person authorized to receive messages for the addressee, you have received this message in error. In that case, please delete this message and call us at 301-250-4000 so that we can correct our records in order to avoid this mistake in the future. Thank you. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders