[Flashcoders] red dots along png overlaying a video ( Topic Summary: when I access the swf directly it displays fine. WHen I pull it into my AS3 class it has this stange behavior)

2008-08-14 Thread Michael Boski
http://www.boski.com/facebook/superVideo/superVideomain2.html?3 click on the preview button to view the video. (I get strange reddots.) if I access it here http://www.boski.com/facebook/superVideo/video/swfs/Anchorman.swf (no dots.) does anyone have any ideas what this could be? Thanks, Mike

Re: [Flashcoders] loadVars not initialising first

2007-05-28 Thread Michael Boski
try this. frame one: // var myMenuData = new LoadVars; var myTxt:Array = new Array();' // myFile = ../textFiles/menuLabels.txt; myMenuData.onLoad = function(success) { if (success) { trace(LoadVars loaded successfully: +this.loaded); ==this one returns = true _parent.myTxt =

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Michael Boski
SEPY has a search in feature that would work perfectly for what you are doing. you could set up a fake project that is at the root level of your drive and search .as files for text. On 5/28/07, keith [EMAIL PROTECTED] wrote: http://keithhair.com/web/photos/searchexample.jpg

Re: [Flashcoders] loadVars not initialising first

2007-05-27 Thread Michael Boski
trace(myTxt[3]); == this trace returns undefined returns undefined because it is not loaded yet. you have to access the load after the onLoad event. this could be a couple seconds later or even a whole minute depending on how long it takes to load the file. Mike On 5/27/07, John Trentini

Re: [Flashcoders] AS3 continuous loop on mouse down

2007-05-13 Thread Michael Boski
if you want something to happen over and over do a set interval on mouse down and clear interval on mouse up. On 5/13/07, dave matthews [EMAIL PROTECTED] wrote: hi All, What is the syntax for a continuous loop in AS3? Have working code for a code loop using mouse down - one frame-main

Re: [Flashcoders] RE: Cross domain issue

2007-04-24 Thread Michael Boski
Both apps are using delagate and eventdispature. problem I am having: the shell sets up this function onLoadInit (mc : MovieClip) { trace (MOB onLoadInit: + mc); passAlongParameters (); this.getPlayer = function () { return placeHolder_mc.embeddedPlayer.getPlayer (); }

Re: [Flashcoders] RE: Cross domain issue

2007-04-24 Thread Michael Boski
() call, MovieB can access the objects and variables in MovieA. If MovieA didn't contain this call, the Flash Player security implementation would prevent MovieB from accessing MovieA's objects and variables. On 4/24/07, Michael Boski [EMAIL PROTECTED] wrote: Both apps are using delagate

[Flashcoders] Cross domain issue

2007-04-23 Thread Michael Boski
I am loading an swf using load The swf I am loading is from another domain. the crossdomain.xml is working and it is loading. however the component inside of it can't seem to have its functions delegated or through custom events. when I load the same swf from the same domain it works fine. I

Re: [Flashcoders] Inspectable parameters ignored in my 1st component

2007-03-18 Thread Michael Boski
what you want to do is add an inittext varible to hold the param until you finish initializing you text box and then push it in. this code works/ I tested it. the lines I added are 3 and have // line added MOB at the end of them. MIke boski.com import mx.core.UIComponent; /* simple

Re: [Flashcoders] I have small doubt

2007-03-18 Thread Michael Boski
A server side item in asp, php etc... has to do the actual righting of the file. flash can not. On 3/18/07, sirajudeen kamarul jaman [EMAIL PROTECTED] wrote: hi toeverybody, this is first time to joining the team.i have small doubt. i have one xml file that file containing two

[Flashcoders] Flash, PHP and mysql Costumer Database

2007-03-17 Thread Michael Boski
Does anyone know an open source Flash, PHP and mysql Costumer Database. (with generic fields name, address ...) Or even on that you purchase the code. if it uses AMFphp all the better. thanks, mike ___ Flashcoders@chattyfig.figleaf.com To change