Annoying Border Around SWF In Firefox
Mar 3, 2009I've been working on my website - [URL] - and whenever I load the page up in firefox there's this annoying border that goes around the swf when you click on it.
View 17 RepliesI've been working on my website - [URL] - and whenever I load the page up in firefox there's this annoying border that goes around the swf when you click on it.
View 17 RepliesI have a flash that I took out of a template to customize. (I'm using CS4). Same size, hell mostly the same file with small changes. None of the changes were to the file height or width.I have looked all over the code, checked all my spacing/padding/etc, and went line by line through the code and it's identical...I preview it in IE and it's fine. Everything matches. I preview it in FF, and there is about a 10-15px gap b/t the header and the body. I am at the end of my rope! The rest of the site is just about ready to go live, and I can't do that until I figure this out.
View 3 RepliesI'm building a flash app that will go full screen. I need to ensure it's usable at a variety of resolutions.I can overlay them fine, but the problem is I now can't interact with the app, because when I click on some part of the UI, it thinks I'm clicking on the image, since it's technically in front. I want the image to be in the front at a visual level, but without it having any bearing on the keyboard/mouse interaction with the app.My fall back is to create a series of 1pixel wide lines, which will still be in the foreground mouse/keyboard wise, but I can cope with losing that much interaction ability.
View 1 RepliesI have recently got Flash 8 Proffesional and keep having a really annoying issue. When I double click a movieclip i get a really annoying box animation that is really slow, when I had flash 8 before it didn't do that is there anyway to turn it off.ybe more detail - when I double click a movieclip, and "go inside the movieclip" when i last had it it just went striaght in now there is a animation with a dash line box growing / shrinking until it meets the endge of the page then i go in side the MC
View 5 RepliesI still use AS2. Since I migrated from Flash 8 Pro to Flash CS4, the .fla I used to work with displays now a Font Mapping window.
The window says that the "VerdanaReg*" font is not available on my system.i never had such a font installed Verdana is a font I make an extensive use in my .fla and the installed fonts are (for several years):
[Code]...
pasted the relevant script below my (SORRY it's so long-winded) question/s. I've got the on and off mouse hover working via functions "fRagingOn" and "fRagingOff". I'm not trying to impress you with all those IF conditions. They don't slove the problem anyway. So I apologise for all the superfluous code. "fRagingOn" controls a 12 frame motion tween inside MC "Romantics2" (separate functions do the same with the other four movie clips as well) with "stop();" actions on frames 1 and 12. "fRagingOut" controls "play();" [frame 28] and "gotoAndStop(1); [frame 40] (all that INSIDE movie clip "Romantics2". I know all you have to do is move your mouse to stop the annoying jitter, but is there a way to stop jitter on that spot where the user's mouse position makes the movie clip go into rapid-fire or slow jitter?
And STILL KEEP the interactivity of the MC responding to mouse hover whenever a user moves their mouse? I've tried every combination of "removeEventListener" and "addEventListener" inside the functions and outside but either the movie clip stops working because the Remove Listener has disabled it, or I get jitter on that Achilles Heel mouse postion. Is there an AS3 coding solution to keeping full hover interactivity and COMPLETELY eliminate that annoying jitter once and for all?
SCRIPT BELOW:
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
[code]......
So I'm making a Flash site that needs to have different swfs on a bunch of different html pages for easy linking purposes. The problem: Even though the swfs are small, as you navigate between pages there is what looks like a white flash just before the swf shows up. I know this is the background of the html page as the swf is loading. Is there any way to load the page in a certain way to avoid this? Would a preloader help? Here's an example of the site:
View 3 RepliesI'm not sure if you've noticed this, probably not, but function pointers in AS3 run much, much slower than calling the function directly. It's a recent finding, and an annoying one. I use function pointers a lot. An obvious example would be to easily change the behaviour of a certain object. Say I have a class that controls movement, it has a class level function variable called UPDATE (ie public var UPDATE:Function), and 3 or 4 actual functions it can point to.
This always me to quickly/easily change the behaviour of an object. Say for example I want an object to run on different movement code once it's collided with something, I can just do UPDATE = movement2; etc. However, a pointer for a function runs about 15 times slower than running the function directly, therefore I need a replacement. And I really have no idea why there is this absurd disparity in speed between the 2. With some variables, accessing a reference is faster than accessing the variable directly, obviously not with functions. What would you advise as a nice, simple replacement solution for the above example?
while I use litterally any tool, oval, pencil, paint brush, anything - a blue square apears around the object. in a simple click on the blank it disapears- thouhgh it drtives me nutts. are any of you familiar with that? I assume I messed around with the settings for it to happen.
View 3 RepliesI save alot of web pages while surfing the web , but when opening them I always get the annoying "Adobe has stopped a potential unsafe operation" security warning. Most times this is from a little flash banner, ect.Is there anyway to disable this warning? The computer doesn't even have internet access.
View 10 RepliesI have a character added as Child in the Main Time line and i am trying to make a class for that same char to control it, but as soon as i start it gives me this huge annoying error that says It has a compile time-constant error in the
private function checkKeysDown(event:KeyboardEvent):void{
Full class code below
Code:
[code]....
works perfect on my macbook pro (safari, firefox, and opera) but when I view the site on Vmare Fusion Windows XP and use IE and FireFox the pages don't load... I don't know what to make of this. Has anyone hear or seen anything like this happen before? BTW the website was created in Adobe Flash CS4/ AS 3.0 and published using Flash Player 10.
View 2 Repliesi have a bit of an odd problem, when i view my swf clip online there is a large white border accross the top of the screen, i don't really know why as when i made the file there is no border, obviously there is a setting or something that i need to change
View 1 RepliesI have a png file dropping into a flash background and I am getting a black line around the png. Anyone thoughts on how to get rid of it. I also made the png bg to 1111111 the same as the fla file background
View 12 RepliesNo matter what I do though, when I publish the fla file, a small margin appears around the edges.Now, without adjusting the html, can I get the fla file to publish without a border so that it appears naturally as 'full' within the browser?
View 11 RepliesActionScript for Handle Image BorderLike this???
View 2 Repliesget rid of active border of the default scrollpane component in flash CS5. I am working in Actionscript 2.0.
View 1 RepliesI have a linechart and dots showing the places where a datatip pops up. I can change the line to any color I want and I can set the inside color of the dot. But the border color still stays orange (from the default color). [code]...
View 1 RepliesI am working on an custom container and I need a border for this container. I have a 15x15 image that I am creating a 9-slice border skin with. The issue that I am having is that the border skin does not appear the way that I had hoped it would.
Here is a ss of the skin in place.
Ideally I should have a transparent box with a 5 pixel border around it.
Here is my current testing code:
CSS Code:
Box
{
borderSkin: Embed(source="15x15.png",
scaleGridLeft="5",
[Code]....
I know how to draw a rectangle and add it to a DisplayObjectContainer,but do you see a simpler method to directly add a border to a DisplayObject? DisplayObject don't seem to have addChild(), so I would have to add it on the parent, which is not perfect in my opinion...
View 3 RepliesIn Flex 4, I have a canvas that I'd like to set border-width on via css. I can set the border color and border style, but the border width remains 1 pixel wide no matter what.
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
[Code]....
I've been doing some simple text fades by keyframing the alpha values. Everything is fine on the stage, but when I publish it I can see a slightly translucent bounding box around the text. It's even visible on text I haven't animated. I've done fades before, but never ran into this problem. [URL]
View 14 RepliesI load my images using XML and tween them + putting a border with this script (not including the xml loading code, dont know if I need to change this?) Everything works fine with doing the same thing with all images. What I want to try to accomplish is putting no border on the first image?
Code:
MovieClip.prototype.loadPic = function(pic) {
this.loadMovie(pArray[pic]);
this._parent.onEnterFrame = function() {
[Code]....
I have a template which loads thums form XML file, i want to modify the thumbs to have a border around each one and alfa rollover effect.
Code:
function createThubmnail(thumbURL) {
thumbsHolder.attachMovie("itemPhoto", "itemPhoto"+photoN, photoN);
eval("thumbsHolder.itemPhoto"+photoN).picture.picture.loadMovie(thumbURL);
eval("thumbsHolder.itemPhoto"+photoN).d_w = widthThumb;
[code]....
How did they make that border to wrap around any resolution? make my images from my XML gallery to not become pixelated when it loads in full-screen.
View 3 RepliesI would like to create a html that would embed my swf without any borders in the browser.
I've tested embedding my swf but the excess graphics in the swf were shown at the side. Is there anyway i can solve it?
How do you put a neat little border around the stage so you can see precisely where the stage is at when working with a large graphic?
View 2 RepliesI have a very simple player which connects to a shoutcast stream. All it has is a play/stop button, and a volume control, which control a mp3 Playback Component.However, everytime I click anything within the flash movie, a little focus border appears around my flash movie. You know how when you press tab on the keyboard to switch between different elements in a program, such as different buttons, and that little dotted border appears on the button you are on? Well, that happens to me, and I am not sure why or how to get rid of it.
View 3 RepliesI have a problem when I create flash movies (I have tried Flash slide show maker). The video looks good but when I publish it and view it in Explorer or Firefox it comes with a gray border around it (partly dotted)I have tried to find a solution in different forums but no luck. The gray border is visible even if you havent clicked on the flash movie.
View 3 RepliesLets say I have a square like this[code]...
How can I change the color of the border (i.e lineStyle) from 0xffffff to 0x000000 at runtime, so if a user clicks a button the color of the border changes from black to white.