Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
Actual Results
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: Flash Video unable to play in SWF
- Subject: Flash Video unable to play in SWF
- Replies: 3
- Views: 1661
- Subject: Flash Video unable to play in SWF
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...
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: cant convert movieclip into button
- Subject: cant convert movieclip into button
- Replies: 1
- Views: 728
- Subject: cant convert movieclip into button
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()...
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: List navigation problems
- Subject: List navigation problems
- Replies: 3
- Views: 420
- Subject: List navigation problems
Posted: December 8th, 2007, 11:16 pm
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: ExternalInterface class
- Subject: ExternalInterface class
- Replies: 6
- Views: 573
- Subject: ExternalInterface class
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?
Stack calls going Flash-to-JS?
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: FLV Player
- Subject: FLV Player
- Replies: 3
- Views: 808
- Subject: FLV Player
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...
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: DRAWING CARTOON CHARACTER! my big problem.
- Subject: DRAWING CARTOON CHARACTER! my big problem.
- Replies: 4
- Views: 1548
Posted: September 24th, 2007, 3:12 pm
You might also look into ToonBoom, it's a professional animator software. It can export to Flash.
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: slideshow MC's in my array
- Subject: slideshow MC's in my array
- Replies: 4
- Views: 451
- Subject: slideshow MC's in my array
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...
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: Flash with static text in DW.
- Subject: Flash with static text in DW.
- Replies: 4
- Views: 424
- Subject: Flash with static text in DW.
Posted: August 10th, 2007, 4:40 pm
and WMODE as transparent.
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: limiting enemy movement
- Subject: limiting enemy movement
- Replies: 1
- Views: 450
- Subject: limiting enemy movement
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...
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: how to pass and get data from external swf?
- Subject: how to pass and get data from external swf?
- Replies: 4
- Views: 1173
Posted: July 28th, 2007, 10:51 am
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: Custom Accordion Style Menu
- Subject: Custom Accordion Style Menu
- Replies: 4
- Views: 1403
- Subject: Custom Accordion Style Menu
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.
Speaking of chaining events I think FUSE has easy chaining. There are also a bunch more tween frameworks at OSflash.
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: Custom Accordion Style Menu
- Subject: Custom Accordion Style Menu
- Replies: 4
- Views: 1403
- Subject: Custom Accordion Style Menu
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.
Thats a great menu because of the subtleties of the motion.
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: Loader Component & attachMovie
- Subject: Loader Component & attachMovie
- Replies: 7
- Views: 935
- Subject: Loader Component & attachMovie
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...
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: DART Motif - passing custom variables
- Subject: DART Motif - passing custom variables
- Replies: 0
- Views: 462
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...
- krismeister
- Forum: Flash and ActionScript Forum
- Topic: Loader Component & attachMovie
- Subject: Loader Component & attachMovie
- Replies: 7
- Views: 935
- Subject: Loader Component & attachMovie
Posted: June 25th, 2007, 10:23 am

