[Flashcoders] Problem with Forward and Rewind Buttons in FLVPlayback component

2008-12-10 Thread Andrew Murphy
10 seconds, but when I click the Forward and Rewind buttons it only skips to the very beginning or end of the flv. I've checked the FLVPlayback component's metadata and it does indeed have the cue points once the video has loaded. -------- Andrew Murphy Int

RE: [Flashcoders] Problem with Forward and Rewind Buttons inFLVPlayback component

2008-12-10 Thread Andrew Murphy
I figured it out: Need to use "Navigation" cue points rather than "Event" ones. -------- Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 23

[Flashcoders] Height and Width of a loaded SWF before it visually renders?

2009-01-10 Thread Andrew Murphy
Hi all. I'm loading several .swf files into another .swf, to produce a horizontal bar of clickable "icons". The loaded .swf files animate, changing their size, when they are clicked on. I've written a script in the loading .swf that positions the loaded .swfs in the scrollbar, but by the t

RE: [Flashcoders] Height and Width of a loaded SWF before it visuallyrenders?

2009-01-10 Thread Andrew Murphy
ash Coders List Subject: Re: [Flashcoders] Height and Width of a loaded SWF before it visuallyrenders? On Sat, Jan 10, 2009 at 10:33 PM, Andrew Murphy wrote: > What I'd like to do is access the height and width of the loaded swf files > before they visually render so that I can get them in

RE: [Flashcoders] Height and Width of a loaded SWF before it visuallyrenders?

2009-01-10 Thread Andrew Murphy
pt.php?file=ActionScript_3.0/com/se nocular/utils/SWFReader.as On Sat, Jan 10, 2009 at 5:03 PM, Andrew Murphy wrote: > Hi all. > > > > I'm loading several .swf files into another .swf, to produce a horizontal > bar of clickable "icons". The loaded .swf files animate, c

RE: [Flashcoders] Height and Width of a loaded SWF before itvisuallyrenders?

2009-01-11 Thread Andrew Murphy
a loaded SWF before itvisuallyrenders? On 1/11/09, Andrew Murphy wrote: > I need an event that fires after the swf does an enterframe, resizing as the > graphics animate, but before the Flash redraws itself. The render event is supposed to get dispatched only if you've called stag

RE: [Flashcoders] Height and Width of a loaded SWF before itvisuallyrenders?

2009-01-11 Thread Andrew Murphy
efore itvisuallyrenders? On 1/11/09, Andrew Murphy wrote: > I need an event that fires after the swf does an enterframe, resizing as the > graphics animate, but before the Flash redraws itself. The render event is supposed to get dispatched only if you've called stage.invalidate. Are you doi

[Flashcoders] Full screen video in a full screen Flash..?

2009-02-02 Thread Andrew Murphy
t it loads. -------- Andrew Murphy Interactive Media Specialist <mailto:amur...@delvinia.com> amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message may conta

[Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Andrew Murphy
k you. :) Andrew Murphy Interactive Media Specialist <mailto:amur...@delvinia.com> amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message may contain pr

RE: [Flashcoders] Does Flash fire any event(s) when...

2009-02-04 Thread Andrew Murphy
Hi Eric. :) Unfortunately Event.DEACTIVATE also fires if a user clicks on a different tab in their browser or a different application in their desktop. Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214

RE: [Flashcoders] Full screen video in a full screen Flash..?

2009-02-06 Thread Andrew Murphy
Thank you. :) Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message may contain

[Flashcoders] SecurityPanel events?

2009-06-18 Thread Andrew Murphy
istener in the app's main class and that doesn't trigger when the "Close" button is clicked in the Settings Manager panel. Thank you. Andrew Murphy Interactive Media Specialist <mailto:amur...@delvinia.com> amur...@delvinia.com D

[Flashcoders] Error when trying to embed a font

2009-08-31 Thread Andrew Murphy
fontWeight and fontStyle and nothing seems to affect this error. I've also tried not using "systemFont" and instead setting the "source" path in the Embed to C:/WINDOWS/Fonts/gfm_.pfm, which is this font's source file on my machine, and it throws the same error.

RE: [Flashcoders] Error when trying to embed a font

2009-08-31 Thread Andrew Murphy
Hi, Ian. :) Thanks, but I tried that already, I mentioned it in my first post. It throws the same error. Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232

RE: [Flashcoders] Error when trying to embed a font

2009-08-31 Thread Andrew Murphy
et it working, sort of, by just creating Font Symbols in my FLA's Library. It means embedding the whole dern font, rather than a smaller subset of characters, but at least it works. I guess this is "solved". More-or-less. Thank you for your help. ^_^ --

RE: [Flashcoders] Error when trying to embed a font

2009-09-03 Thread Andrew Murphy
ms to be the only solution. Thank you anyway. :) Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE

RE: [Flashcoders] Error when trying to embed a font

2009-09-03 Thread Andrew Murphy
Hello Matt. :) Yes, it's a Type1 font. .pfm So Flash only allows the embedding of True Type (.ttf) fonts then? Okay. I'll keep that mind in the future, though the choice of what font to use is up to the Graphic Designers. Thank you. :) -------- And

RE: [Flashcoders] Error when trying to embed a font

2009-09-03 Thread Andrew Murphy
I'll give that a try. Thanks! :) Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This

[Flashcoders] Runtime bitmap caching causing a MovieClip to not render

2009-09-16 Thread Andrew Murphy
ring additional testing it broke in the same way. I wasn't quite sure what to try next so, experimenting, I tried turning off "Use runtime bitmap caching" on that MovieClip, and that appears to have fixed it. Has anyone else run into this problem? -------- A

RE: [Flashcoders] Runtime bitmap caching causing a MovieClip to notrender

2009-09-17 Thread Andrew Murphy
ss it still counts as an animated timeline. Thank you. :) Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTI

RE: [Flashcoders] Flashplayer install on IE8 / Vista

2009-10-22 Thread Andrew Murphy
wasted my time uninstalling it and McAfee. I ended up downloading a new version of the debug plugin and installing from my hard drive. Not exactly a great end-user experience. -------- Andrew Murphy Interactive Media Specialist amur...@delvinia.com Delvinia 214 King S

[Flashcoders] Dynamically set Sound's length..?

2009-12-16 Thread Andrew Murphy
pleDataEvent fires, play for? I've tried checking mySound's "length" property, and it always returns as "0", but I'm pretty sure it only gets set from the ID3 data when loading an MP3 file. Thank you. :) -- Andrew Murphy Interacti

RE: [Flashcoders] Dynamically set Sound's length..?

2009-12-16 Thread Andrew Murphy
Thank you. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Email_logo 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 233 F (416) 364-9830 W www.delvinia.com > -Original Message- >

RE: [Flashcoders] Dynamically set Sound's length..?

2009-12-17 Thread Andrew Murphy
Thank you. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Email_logo 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 233 F (416) 364-9830 W www.delvinia.com > -Original Message- >

RE: [Flashcoders] What is your policy on loading files?

2010-01-15 Thread Andrew Murphy
ee it. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com > -Original Message- > From: flashcoders-boun...@chattyfig.

[Flashcoders] Adobe cancelled the Distributable Player Solution..?

2010-01-20 Thread Andrew Murphy
in Flash to create applications that would install as an application and run directly on my mobile device, rather than in the Flash player, turned me on about as much as when I first learned about "Apollo". Why would they drop such a great idea? :( ------ And

[Flashcoders] Distributable Player Solution (aka: Mobile Packager)

2010-01-21 Thread Andrew Murphy
my Windows Mobile device is created. ------ Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com <http://www

RE: [Flashcoders] Any suggestion for texting

2010-01-28 Thread Andrew Murphy
Hi. :) You might want to look at using a PHP script, and then just have your Flash call the script. A quick google for "php send sms message" will turn up a slew of examples you can have a look at, to see if they might be suitable. ------ Andrew Murphy Interac

RE: [Flashcoders] and now..CLIENT now hates Flash

2010-02-03 Thread Andrew Murphy
me). :) (ps: Yes, I know I spell 'shugar' incorrectly.) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvi

RE: [Flashcoders] and now..CLIENT now hates Flash

2010-02-04 Thread Andrew Murphy
that communicates with that SWF was a bit of a pain, but the SWF itself just loads and runs exactly like it would in any other browser. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V

[Flashcoders] Flash Coders Archives..?

2010-02-04 Thread Andrew Murphy
Hi. :) Is there an archive of the recent posts to Flash Coders? I've checked on the Figleaf page for the list (http://chattyfig.figleaf.com/mailman/listinfo/flashcoders) and it leads to an archive site that only has archives from 1998 to 2007. Thank you. -- A

RE: [Flashcoders] Flash Coders Archives..?

2010-02-04 Thread Andrew Murphy
Thank you. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com > -Original Message- >

RE: [Flashcoders] and now..CLIENT now hates Flash

2010-02-04 Thread Andrew Murphy
Yes, you do indeed. I'm looking forward to AIR 2.0 and the v10.1 plugin which will support multi-touch and gestures. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416

[Flashcoders] Distributable Player Solution (aka: Mobile Packager) (yet again)

2010-02-16 Thread Andrew Murphy
probably wouldn't be a sustainable project. Still... AIR Mobile! Woo! :) (ps: Sorry for posting something more Flex related to the Flash Coders list.) ------ Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor

RE: [Flashcoders] Distributable Player Solution (aka: MobilePackager)(yet again)

2010-02-16 Thread Andrew Murphy
Ah, I hadn't checked out the link yet. I'm looking at the video now. Thank you. :) ------ Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416

RE: [Flashcoders] corporate history timeline examples

2010-02-26 Thread Andrew Murphy
Delvinia (the company I work for) built a timeline for the Canadian Opera Company that you might find interesting: http://coc.ca/ExploreAndLearn/NewToOpera/OnlineLearningCentre/HistoricalTime line.aspx -- Andrew Murphy Interactive Media Developer amur...@delvinia.com

RE: [Flashcoders] @#$% New iPhone Developer Agreement Bans the Use of Adobe¹s Flash-to-iPhone Compiler

2010-04-16 Thread Andrew Murphy
create content for their devices, Apple makes it more likely that that content will only be available on their devices, making it exclusive. It seems to me that exclusivity is part of their brand identity; "Think different." ------ Andrew Murphy Interactive Media

RE: [Flashcoders] gapless looping of external mp3's

2010-04-29 Thread Andrew Murphy
always get a little 'pop' whenever the next loop starts.. possibly because the phase of the end of the previous loop doesn't match the start of the next one. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West,

RE: [Flashcoders] gapless looping of external mp3's

2010-04-29 Thread Andrew Murphy
Yep, this looks like it.. though with added code for dealing with silence added to the MP3 during encoding. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455

RE: [Flashcoders] letter from Steve Jobs on Flash

2010-04-29 Thread Andrew Murphy
mind. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original Message- From: flashcoders-boun...@chattyfig.figlea

[Flashcoders] OT: HTML5 capabilitites

2010-04-30 Thread Andrew Murphy
5 standard http://www.findmebyip.com/litmus#target-selector Some interesting info about video embedding http://www.webmonkey.com/2010/04/flash-faces-down-threats-on-adobes-big-day/ ------ Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5

RE: [Flashcoders] OT: HTML5 capabilitites

2010-04-30 Thread Andrew Murphy
pport them. * http://en.wikipedia.org/wiki/Internet_Explorer ------ Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com ---

RE: [Flashcoders] SIP library in as3 for player 10.1

2010-05-06 Thread Andrew Murphy
You may want to take a look at red5phone, if you haven't already: http://code.google.com/p/red5phone/ -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext

RE: [Flashcoders] Loader.unload not freeing the memory

2010-05-27 Thread Andrew Murphy
some of it should apply to Flash coding as well. I think...) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvini

RE: [Flashcoders] HTMLLoader and AIR -- always a nice white blank

2010-06-21 Thread Andrew Murphy
If you haven't tried this yet: Add event listeners and traces to all of the relevant events that the HTML component throws, and see if that can give you more details on what it's doing.. or not doing. ------ Andrew Murphy Interactive Media Developer amur...@de

[Flashcoders] Link text indexes in a TextField

2010-08-30 Thread Andrew Murphy
his case. ( ps: I used square brackets in the example HTML text rather than angle brackets to try avoiding issues with the list's mailer, which doesn't like HTML code in emails. ) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia

RE: [Flashcoders] Link text indexes in a TextField

2010-08-30 Thread Andrew Murphy
Hello. :) Thank you, but this script doesn't appear to return the beginning and ending indexes of the link. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364

RE: [Flashcoders] Link text indexes in a TextField

2010-08-30 Thread Andrew Murphy
licks on a link the Flash draws a highlight around the link's text and passes the beginning and ending indexes of that text to another function. I really do need the beginning and ending indexes. ---------- Andrew Murphy Interactive Media Developer amur...@delvinia.co

RE: [Flashcoders] Link text indexes in a TextField

2010-08-30 Thread Andrew Murphy
TextField's "htmlText" property, rather than it's "text" property. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830

RE: [Flashcoders] Link text indexes in a TextField

2010-08-31 Thread Andrew Murphy
n a link is clicked use the "text" property of the TextEvent.LINK event to get at the indices for that link in the array. Thank you for helping. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toron

RE: [Flashcoders] Link text indexes in a TextField

2010-08-31 Thread Andrew Murphy
Thank you, but I came up with a solution. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original

RE: [Flashcoders] Link text indexes in a TextField

2010-08-31 Thread Andrew Murphy
I already posted my solution to this list. :) -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com -Original

RE: [Flashcoders] FLV Conversion

2010-09-02 Thread Andrew Murphy
I think that the best method for converting an FLV would depend on what the purpose of the new video file is. However any conversion from one format to another will involve a loss of quality as you recompress video data that's already been though at least one round of compression when it was turne

RE: [Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread Andrew Murphy
Hi. I'm not certain why HTMLLoader's event isn't firing, but you could track if the app is or is not being interacted with via NativeApplication, like this: private const IDLE_TIME:uint = 120; // set us up the user idle detection NativeApplication.nativeApplication.idleThreshold = IDLE_TIME; Na

[Flashcoders] Detecting if fullscreen is or is not allowed

2010-11-29 Thread Andrew Murphy
I'll feel very stupid for not figuring it out... -.- -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370 King Street West, 5th Floor, Box 4 Toronto Canada M5V 1J9 P (416) 364-1455 ext. 232 F (416) 364-9830 W www.delvinia.com __

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Andrew Murphy
Hi. :) For security purposes Flash does not have the ability to writing data on the user's hard drive, except to the Local Shared-Object. AIR runs on the user's OS as an application, so it has been given more access. ------ Andrew Murphy Interactive Media Deve

RE: [Flashcoders] Reusing an Image

2011-03-30 Thread Andrew Murphy
able to load the image if you skip setting the Loader's context and setting up the cross domain policy, but when you try to access it's bitmap data you'll get a Security error. -- Andrew Murphy Interactive Media Developer amur...@delvinia.com Delvinia 370

RE: [Flashcoders] TextFieldAutoSize [AS3]

2008-04-01 Thread Andrew Murphy
hblah yackitty schmackity." } -------- Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message m

[Flashcoders] Tree item continuous autoscrolling after drag-n-drop

2008-04-03 Thread Andrew Murphy
scrolling except by exiting the application and re-starting it. Any ideas of what could be wrong or what I should investigate? Thanks. :) Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H

RE: [Flashcoders] Tree item continuous autoscrolling after drag-n-drop

2008-04-03 Thread Andrew Murphy
Oop! Just realized this is a Flex issue, not Flash coding specific. Sorry 'bout that... Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9

RE: [Flashcoders] filmmering FLV playback - why and how to fix that

2008-07-03 Thread Andrew Murphy
ower video datarates. I hope that helps... ^_^ (ps: That's a delightful looking home. :D) Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364

RE: [Flashcoders] Basic loop problem (with end of message)

2008-07-08 Thread Andrew Murphy
or(var i:uint = 0; i < cueArray.length; ++i) { html2render += "" + cueArray[i] + ""; } mainText.htmlText = html2render; Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5

RE: [Flashcoders] Basic loop problem (with end of message)

2008-07-08 Thread Andrew Murphy
ithin the output loop. -------- Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIALITY NOTICE This email message may

RE: [Flashcoders] Basic loop problem (with end of message)

2008-07-08 Thread Andrew Murphy
ueArray) == -1) { Shouldn't it be: if (contains(texthtml, cueArray) == -1) { ...otherwise you're comparing the string value "texthtml" rather than the value of the texthtml String variable. Andrew Murphy Interactive Media Specialist

RE: [Flashcoders] Basic loop problem (with end of message)

2008-07-09 Thread Andrew Murphy
You're welcome, glad that I was able to help. :) And don't feel bad 'bout it, typos happen to everyone and can be a complete nightmare to sort out. -------- Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Sui

RE: [Flashcoders] Retrieving URL params from embedded code.

2008-07-11 Thread Andrew Murphy
How about using the LoaderInfo class? LoaderInfo(this.root.loaderInfo).parameters; That should, I believe, return an object with key/value pairs of the vars passed into the .swf file via the object embed on the webpage. Andrew Murphy Interactive Media

RE: [Flashcoders] working with getPixel32 and setPixel32,

2008-10-06 Thread Andrew Murphy
new argb. var a:uint = val >> 32 & 0xff; var rgb:uint = val - (a << 32); a = a / 2; var newval:uint = rgb + (a << 32); Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto C

[Flashcoders] Disabling Print Screen key

2008-10-23 Thread Andrew Murphy
s ability to do a Print Screen screen cap of a Flash movie? -------- Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite 214 Toronto Canada M5H 3S6 P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com CONFIDENTIAL

RE: [Flashcoders] Disabling Print Screen key

2008-10-24 Thread Andrew Murphy
it could make for a poor user experience and doesn't completely fix the problem. C'est la vie. Thank you all for sharing your insights with me. ^_^ -------- Andrew Murphy Interactive Media Specialist [EMAIL PROTECTED] Delvinia 214 King Street West, Suite

RE: [Flashcoders] Remove elements from Array

2006-12-21 Thread Andrew Murphy
E:", -1) ); myArray1.push( new Array("F:", 1) ); myArray1.push( new Array("G:", 0) ); myArray1.push( new Array("H:", -1) ); var i:Number = 0; while(myArray1[i]){ if(myArray1[i][1] < 0){ myArray1.splice(i, 1); }else{

[Flashcoders] Loading .html as a String variable

2007-01-16 Thread Andrew Murphy
Hi. Does anyone know of a way to load an .html document as a simple String variable, so it can be parsed rather than displayed like a webpage? There's the good-ol-XML object, but if the webpage you're loading isn't exactly XML compliant, it won't load, correct..? Thanks. :) -[a]- -- No virus

RE: [Flashcoders] Loading .html as a String variable

2007-01-17 Thread Andrew Murphy
I'll give that a try. Thank you. :) - - - - - - - - - -[andrew murphy]- flash developer [EMAIL PROTECTED] delvinia interactive inc. 214 king street west, suite 214 toronto canada M5H 3S6 voice 416.364.1455 ext. 232 cell 416.820.8723 fax 416.364.9830 www.delvinia.com CONFIDENTIALITY N

[Flashcoders] Problem with cascading functions within a class

2007-02-14 Thread Andrew Murphy
I’m programming a class which includes something like following methods: // grab some .html public function grabHTML():Void { // loads the .html var html_data:LoadVars = new LoadVars(); // once the .html is loaded… html_data.onData = fu

RE: [Flashcoders] Problem with cascading functions within a class

2007-02-14 Thread Andrew Murphy
Delegate! import mx.utils.Delegate; // ... public function grabHTML():Void { var html_data:LoadVars = new LoadVars(); html_data.onData = Delegate.create(this, doSomething); html_data.load("http://somesite.ca/some.html";); } On 2/14/07, Andrew Murphy <[EMAIL PROTECTED]&

[Flashcoders] Aliased text

2006-10-30 Thread Andrew Murphy
he list of fonts on their computer. But really funky fonts will look terrible if I can't get them antialiased. So far I've had no luck in figuring out how to turn antialiasing on for a dynamically created Text Field like this. - - - - - - - - -

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

2006-11-10 Thread Andrew Murphy
the perspectively squished vectors as a .swf What I'd love to do is to get that perspective squish done within Flash 8 using script. I know about 3D program extensions for Flash like Sandy, but I find them cryptic (at best) and over kill for my simple needs. Any suggestions..? Thanks. :)

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

2006-11-13 Thread Andrew Murphy
Thank you for all the great advice! :) - - - - - - - - - -[andrew murphy]- flash developer [EMAIL PROTECTED] delvinia interactive inc. 214 king street west, suite 214 toronto canada M5H 3S6 voice 416.364.1455 ext. 232 cell 416.820.8723 fax 416.364.9830 www.delvinia.com CONFIDENTIALITY NOTICE

[Flashcoders] Any resources for Flash on the PSP?

2006-11-22 Thread Andrew Murphy
related.) Thank you. :) - - - - - - - - - -[andrew murphy]- flash developer [EMAIL PROTECTED] delvinia interactive inc. 214 king street west, suite 214 toronto canada M5H 3S6 voice 416.364.1455 ext. 232 cell 416.820.8723 fax 416.364.9830 www.delvinia.com CONFIDENTIALITY NOTICE This email message