Flash 8 crashes at start
I just downloaded Flash 8 and when I try to run it shows the loading screen, gets to Initializing Fonts, and then there is a windows error saying: "Flash 8 has encountered a problem and needs to close. We are sorry for the inconvenience." In the Data Report: "Error Signature AppName: flash.exe AppVe... 13 Sep 2006 04:16
Help with UIscrollbar
Okay, for flash 8 - you need to have a) dynamic text and b) multiline i didn't have the second one - now it works fabulously. of course, you need scrollable text just like in support documents, too. ... 16 Aug 2006 15:57
SWF not displaying correctly in IE
Alright, here it goes. I have a swf that is embedded into an HTML file. This swf plays an FLV. It uses a series of masks to form the FLV to a circle and leave the background transparent. There are circular frames around the FLV. There is also a circle mask right on top of the FLV itself. All layers below the ma... 8 Aug 2006 20:10
Flash image
I want to modify an image in flash without make again the animation. Is it possible. This is my situation: I download a template. But i want to odify, in a flash mvoie, an image.When i try to click on modify in PhotoED a message apear and it says : " Image not fond in (directory). ... 8 Aug 2006 22:17
click to activate and use this control
can anyone please say which one is the Best way to get reed of this thingi out of all available !! currently i m using this script at the end of last .swf object theObjects = document.getElementsByTagName("object"); for (var i = 0; i < theObjects.length; i++) { theObjects[i].outerHTML = theObjects[i].outerHTM... 7 Aug 2006 18:59
Overiding "Flash Player has stopped a potentially unsafeoperation"
Hello, I have an application that is causing flash player to display the ""Macromedia Flash Player has stopped a potentially unsafe operation" warning message and I was wondering if there was a way to override this w/ a publishing setting or an actionscript System command. It's rather crucial that I kill ... 7 Aug 2006 13:04
object to reverse mouse follow
Hi I?m trying to get a object to reverse follow or run away from the mouse something similar to this https://www.amadeodecada.com/V2/secure.html I the script is use to follow the mouse is onClipEvent (load) { _x = 0; _y = 0; speed = 5; } onClipEvent (enterFrame) { endX = _root._xmouse; ... 3 Aug 2006 02:53
Failed to Load FLV
This has fixed my problem (thank goodness! Flash itself was NO help)... but I'm confused about one thing: If you 'don?t support the use of networked drives in ANY context', how come in the Import Video wizard, one of the example paths is clearly to a network drive?! Thanks - Fergus Ray Murray ... 31 Jul 2006 09:47
video
i need help with importing a video into flash and exporting it into a .flv file to use in Dreamweaver PLEASE HELP ... 31 Jul 2006 11:24
Detecting Collisions
Hi I need to detect wether a movie clip collide to other.. but the other movieclip has a "blank" space wich hasnt to be considered... its oval... MovieClip.hitTest detects collision even in this empty area inside the rectangle How do I solve it? I thought of detectiong the color of a single pixel of the o... 30 Jul 2006 16:53