[Flashcoders] flickr api security

2006-12-04 Thread edwin
. I believe it may have to do with the fact that the images loaded are in http://static.flickr.com and the crossdomain policy file is at http://api.flickr.com . Any ideas? Thanks, -edwin ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Edwin van Rijkom
(both AS2 and AS3 are supported). Screenweaver HX is fully OS-X/Windows cross-platform and works with both Flash 8 and 9. On OS-X, it runs native on both PPC and Intel Macs. For more information and installation instructions, browse to: http://haxe.org/swhx Enjoy! Edwin Nicolas

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Edwin van Rijkom
. Give SWHX a spin to see if you like how it works. If it's not your cup of tea, leave it be - but if you like it, just try to use it whenever you get the chance. Edwin Cliff Rowley wrote: hank williams wrote: The reality is that the larger the company, the greater the liklihood that they only

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Edwin van Rijkom
it! Best, Edwin ___ 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

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Edwin van Rijkom
Cliff Rowley wrote: On 9/1/06, Edwin van Rijkom [EMAIL PROTECTED] wrote: Sure, I can see that line of reasoning. One can debate over whether developers or customers are wrong or right on finding using open source software unattractive, and all its pro's and con's, but I think no one has been

[Flashcoders] wildcard with allowDomain

2006-08-29 Thread edwin
(*.myDomain.com); thanks, -edwin ___ 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

[Flashcoders] URL of the page linking to swf

2006-06-28 Thread edwin
PHP (which I don't have the capability to do... yet). Thanks, -edwin ___ 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

[Flashcoders] loadClip is OK with loading a text file

2006-06-28 Thread edwin
handler, it seems to accept te text file and execute my onLoadComplete handler. How can I then determine that I've received a text file rather than a proper image file? Thanks, -edwin ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

[Flashcoders] Wrapping a loaded image onto a cylinder?

2006-06-01 Thread edwin
, dynamically. Thanks, -edwin ___ 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

[Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread edwin
, but I get the same output when I click on any of the three movieClips: _level0.myBox_mc2 _level0.myBox_mc1 _level0.myBox_mc0 It seems like clicking on any one of the instances is equivalent to clicking on all of them. Where did I go wrong? Thanks -edwin

Re: [Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread edwin
Works great! Thanks! On 5/10/06, Lewis, Chuck [EMAIL PROTECTED] wrote: Try this: // this[mcName].onRelease = function() { trace(Release = +this); } // this[mcName].onPress = function() { trace(Press = +this); } -- Chuck for (var i = 0; i 3; i++) { var myX = 150 *