Search found 202 matches

Actual Results

Post Posted: December 8th, 2007, 11:27 pm

is it on a server when you're testing it on other machines and having the issues. I've run into an issue where the server doesn't have the right MIME setting for FLV. Look on google for "FLV MIME server setting". I've had to set it up on both linux apaphe servers as well as IIS servers. -K...

Post Posted: December 8th, 2007, 11:22 pm

maybe something with the image instead of loading an swf? try going one level lower with your load. [code] this.createEmptyMovieClip("mc",this.getNextHighestDepth()); this.mc.createEmptyMovieClip("innerMc",this.getNextHighestDepth()...

Post Posted: December 8th, 2007, 11:16 pm

try
Code: [ Download ] [ Select ]
[size=18]_root[/size].gotoAndPlay(_root.contentArea.media_lb.selectedItem.value);

Post Posted: October 19th, 2007, 1:29 pm

Its been very reliable for me, even though I don't use it excessively.

Stack calls going Flash-to-JS?

Post Posted: October 16th, 2007, 5:00 pm

Maybe you want to look into using the the Flash Video Components. Among all the other controls they have a buffer bar and a timeline scrubber. Open your components window and goto video components and drag the components you want onto the stage and give those instances names. They now appear in your...

Post Posted: September 24th, 2007, 3:12 pm

You might also look into ToonBoom, it's a professional animator software. It can export to Flash.

Post Posted: September 24th, 2007, 3:03 pm

the only array I see you using is: this.icons so maybe you're looking to [code] this.setIcon = function(p_icon:Number) { // Set the currently selected icon if (p_icon != undefined) { if (p_icon < 0) p_icon = 0; if (p_icon > this.icons.lengt...

Post Posted: August 10th, 2007, 4:40 pm

and WMODE as transparent.

Post Posted: August 10th, 2007, 4:36 pm

switch the 2 IF statments The first statement - which more likely than not will often be true - says unless the tank and this movie clip aren't at the same X or Y then calculate new location for this The second statement - the Pythagorean theorem - should be your first test. However, it looks like y...

Post Posted: July 28th, 2007, 10:51 am

Its nothing that special just treat them like regular movie clips.

If your 2 clips are swf1 and swf2
from swf1
Code: [ Download ] [ Select ]
trace(this._parent.swf2.myVariableFoo);

Post Posted: June 28th, 2007, 10:32 am

If you do use the MX Tween, you'll probably want to use it with the delegation class. It will be easier to chain events.

Speaking of chaining events I think FUSE has easy chaining. There are also a bunch more tween frameworks at OSflash.

Post Posted: June 28th, 2007, 9:48 am

To start with, you'll have to become familiar with the MX Tween class or one of many motion tweening frameworks out there.

Thats a great menu because of the subtleties of the motion.

Post Posted: June 25th, 2007, 6:26 pm

Yes I understood you the first time. What I meant before was breakpoint, sorry for the confusion: http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001632.html The Flash IDE has a very good debugger, which plenty of developers aren't aware...

Post Posted: June 25th, 2007, 11:19 am

Is anybody familiar with DoubleClicks DART Motif , I'm trying to pass values from options fields from the flash ad, to the landing page as a get(rest) statement. All of motifs examples use static landing page URLS and they're set like: [code] exit1="http://test.com/page.asp"; e...

Post Posted: June 25th, 2007, 10:23 am

You've set a debug marker on line:
Code: [ Download ] [ Select ]
_root.itemcontainer["item"+$counter].imageurl.contentPath = this["image"+$counter];

and the Loader Component does exist in the inspector at that time?
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.