Can anybody help me get this film to run: Poe: The Tell-Tale Heart http://www.**--****.com/ Poe_1_stream.html I am working on a 2008 MacBook, using Firefox.i and I have installed the latest Adobe Flash Player. Thankyou! karihoyland
Can anybody help me get this film to run: Poe: The Tell-Tale Heart http://www.**--****.com/ Poe_1_stream.html I am working on a 2008 MacBook, using Firefox.i and I have installed the latest Adobe Flash Player. Thankyou! karihoyland
1.why this script can not run well when test on flash player 7.0
I use Flash MX2004 7.2 . I have the following script running well with its effect when choose publish setting for flash player 6.0 and action script2.0 . But the effect does not run when i choose pubishing setting for Flashplaer 7.0 , action script2.0 . Please help me to fix this . Thank you --code : ---------------------------- function setAnimation() { var arr = new Array(); var i = 20; for (var m in this) { var mc = this[m]; mc.ox = mc._x; mc.oy = mc._y; mc._x = 280 * Math.random(); mc._alpha = 0; mc.dx = 10; mc.dy = 5; arr.push(mc); i = i - 0.500000; } // end of for...in arr.reverse(); var me = this; var i = 0; var intvl = setInterval(function () { arr.onEnterFrame = me.ani; var blc = arr.attachMovie("block", "block", 100); blc._rotation = i % 4 * 90; blc._width = arr._width; blc._height = arr._height; i++; if (i > arr.length) { clearInterval(intbl); } // end if }, 30); } // End of the function function ani() { var difx = this.ox - this._x; var dify = this.oy - this._y; this._x = this._x + difX / this.dx; this._y = this._y + difY / this.dy; this._alpha = this._alpha + (this._alpha < 100) * 5; this._rotation = -difY * 2; if (Math.abs(difX) < 0.500000 && Math.abs(difY) < 0.500000 && this._alpha >= 100) { this._x = this.ox; this._y = this.oy; this._alpha = 100; this._rotation = 0; delete this["onEnterFrame"]; } // end if } // End of the function setAnimation();
When I am in the Flash Exchange some of the links do not work. Such as when I click on the "BUY" button it will not do anything, but if I click on the "Download" button it works just fine. Also when I click on the "Preview" link nothing happens. I downloaded the new Update for Flash and have the latest Flash player is the problem with Flash or my browser, "Internet Explorer"?
3.why does text link not appear?
I'm using Flash MX v6 on a Mac G5 dual 2GHz running OS X 10.4.3. I've selected text a line of text (in its own text block and on its own layer) and set a "mailto" link in the "properties" box. After I publish the movie and open the HTML page in Safari, IE 5, and Firefox, when it reaches that point in the movie, the linked text doesn't appear (it's supposed to appear at a certain frame). I have the exact same text (not copied, but a different text block with the same words in the exact same spot) fade in using an alpha tween, then the linked text (on a different layer) is supposed to start playing one frame after the fading-in text layer ends (does that make sense?) but the link doesn't show up. Did I do something wrong? Thanks, Lloyd Lathrop
5.swf working when i running direct , in HTML it not running- help
Hey everyone, Here's the problem. I'm creating my new site and the .swf that handles basically xml loading photos, etc...will not work at all when I access it through a html page. But, if I access the .swf directly it runs like a champ. Same thing on my pc locally as well. If I open the .swf in the Flash Player it works great. It seems that the .swf is not executing any code at all that is compiled inside of it. The right- click flash menu is disabled when you view the .swf correctly, but it is not disabled when viewing it through html. Help
6. Why can't flash run in xp with sp2?
Users browsing this forum: No registered users and 19 guest