ActionScript 2.0 :: White Boxes Show Up First In Firefox?
Jul 28, 2009
I am primarily a designer and a minor programmer. I am pretty new to action script - although I have made numerous buttons and movies in flash. I am re-designing my web site using dreamweaver and I am loading animated flash rollover buttons of my thumnails into dreamweaver. When I view the illustrations page the seven buttons I have plugged in so far show up instantly and work just fine - click on them and they open the page with the illustration, but in Firefox the same page opens with white squares indicating the placing of the rollovers and unless you mouse over them and activate them that is all you see. if you roll over a button and allow the animation to occur you will then see the button and it works etc., but if you navigate back to the page it happens all over again. I have not been able as usual to test it yet in explorer because I don't have a pc - I work on a mac and all my computers are macs. But Safari and Opera work as I had expected.
View 3 Replies
Similar Posts:
Dec 5, 2009
Alright so I'm making an animation with Osama Bin Laden. I need a picture of his face so I went to Google and got the picture. Then I went to Paint to crop it out. I went to flash and there's a white box around the picture. How do I get rid of it?
View 1 Replies
Sep 14, 2011
I am having that problem that on my page. My images are traped under some white boxes.
[URL]
The flash is loaded with SWFObject v1.4.4 with XML 1.0
Here is a part of the index.html:
<script type="text/javascript">
var so = new SWFObject("swf/kj.swf", "KJ", "100%", "100%", "8", "#000000");
so.addVariable("xmlPath", "xml/publish.xml");
so.addParam("scale", "noscale");
[code]....
View 1 Replies
Jan 23, 2003
I have these movie clips you see..url...click on the text behind the white boxes.
1st I can't get the link texts to sit on top of the white boxes when it loads.
2nd, after loading the second or third box you'l begin seeing my swapDepths issues surface. I've tried pretty much every combination of swapDepths solutions.
Here is what I need. When the page loads and the box is small the link text is on top so you can read what you're clicking. When you click the link the section enlarges and I need the section to be on top. Whatd'ya think? Anyone up to a challenge? As a bonus question I can't figure out why the text goes all crazy looking at random... even the stationary text but not the dynamic text.
View 2 Replies
Jan 31, 2010
Here is the site. Works fine in all browsers, but firefox.[url]...
There is a two inch white gap on the top in firefox. I have tried everything, below is my html code. I'm using swfObject.[code]...
View 1 Replies
Oct 15, 2009
have just built a website in Dreamweaver CS4 which has a different Flash banner on each page with a fade in/out text. My problem is that in Firefox the whole screen flashes white for a second when moving from page to page. It seems to work fine in IE. The link is [URL]
View 7 Replies
Jan 27, 2011
I have a flash movie that has a thin white line on the left side which comes and goes as you stretch a window. Does not show up in any other browser. [URL] Same thing occurs in another site [URL] The flash movie is the same width as container div.
View 1 Replies
Dec 21, 2011
I'm working with a very old version on Flash (Flash 8 Professional) and need to show popup windows similar to JQueryUI Dialog Boxes [URL] How can i get similar objects using this version of Flash?
View 1 Replies
May 24, 2009
I have tried many different emethods of embedding the .swf object in the website I am currently working on. I have use the code from the publish option which didn't work at all.I also tried the SWFObject javascript thing, and that worked, but It wouldn't auto play and there wasn't anyway to set it. So far all the code I have tried works in Opera 9/10 and IE7/8, but not in firefox or chrome.[code]
View 7 Replies
Apr 14, 2010
Firefox 3.6 doesn't show usehandcursor on button symbols. I knew that this is a Chrome bug but didn't know it is contagious to other browsers on Mac also...
View 2 Replies
Apr 16, 2010
My client wanted two distinct swf on a web page: a viewer on top and a slideshow of images at bottom.Clicking a link on the slideshow make the viewer load a movie, by means of LocalConnection api.The slideshow has a default, so when the page is loaded a default movie start.This works nice on all browser. The only problem I have is on firefox. When screen resolution is too low, or the monitor is too small (netbook) the slideshow remain hidden until scrolling. Therefore at page loading it doesn't start and the main viewer don't get instructed on playing the default video.As soon as I scroll the page, and the slideshow swf display on page, it starts and everything works fine. I cannot change the design, I must have two distinct swf, the come from a library he has, and I am trying to reuse components.
View 2 Replies
Nov 24, 2011
I've an Accordion component in my Flex application and works great, but I found a little glitch in its behaviour.While one of its menus is opening, it shows a white rectangle and, when it completely loads, it shows me the content. But I want to show the whole content without this "white" rectangle when it loads.For example:
Image 1: My Accordion is ready to use
Image 2: I want to open another submenu, so while it's opening, a white rectangle is shown (I was really quickly to take an screenshot)
Image 3: Recently opened submenu is fully loaded.Here is my source code:
<mx:Accordion id="accordion" width="100%" height="90%" verticalGap="0" horizontalGap="0" creationPolicy="all">[code]...........
View 2 Replies
Feb 17, 2010
how to code is a small 12-step volume bar. For each increasing step a white dot should show, so when the volume reaches maximum 12 dots would be shown. Same goes for when the volume is decreased, each step will remove a dot (from right towards left) until the mimimum of 1 step is reached. To turn the volume up/down two buttons should be used, a "-" and "+". I'm not asking for a design or complete code, "just" a hint or walkthrough. Been trying for several hours now.
View 8 Replies
Jul 27, 2011
These issues only appear on Safari and Firefox on Mac.I tested with Opera and Chrome and Windows (inc. IE), but they work fine.
Mac OS 10.6.8
Firefox 5.0.1
Safari 5.1
Flash CS5.5
1 Hiding the original black arrow cursor (Firefox only)When cursor rollovers to an Invisible button (oneBtn), I want to show custom cursor (newCursor) and hide mouse. But Firefox shows the custom cursor as well as the black arrow...
2. Mouse.show doesn't work only on Safari, Mac.When rollout to the invisible button (oneBtn), the custom cursor (newCursor) hides but the mouse doesn't appear. This happens only on Safari.
stop();
Mouse.show();
newCursor._visible = false;
[code].....
View 6 Replies
Jul 27, 2011
I'm making a program that draws a grid of boxes and the color of the box must be different to those adjacent to the box. My code compares the current box's color to those to the left and top. If any of them matches, it picks another random number (as the color). For the tiles on the first row/column, I make my grid's array indexes with negative numbers -1 so that it will not match.
What I have:
private function fillArray():void {
grid = new Array();
grid[-1] = new Array(-1,-1,-1,-1,-1); //paddles the grid[-1][0 to 4] with -1
for (var i = 0; i < HEIGHT; i++) {
[code]...
View 1 Replies
May 20, 2009
I'd like to be able to click on each of the buttons and have the background color change and also have its color name loaded in the dynamic text field. E.g. Clicking the white square would change the background color to white and should also display the text ''white'' in the dynamic text box. I've sorted out the colour changing part with the following code:
[Code]...
View 4 Replies
Jul 21, 2009
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 Replies
Jan 23, 2012
In my flex datagird i have a checkbox and a datgrid with seven columns. im populating values in first five column(remaining two column no values) of datgrid by an Arraycollection. now,By clicking the checkbox i want to show all seven column values and if i uncheck five columns has to show... how its possible?? heres my code
[Code]...
View 1 Replies
Mar 9, 2004
I'm fairly new to ActionScript and was wondering if anyone had an idea how this effect was done:[URL]..Click on a show date and the link zooms up and fills the screen giving show info. Then when you click the back button it shrinks back to where it was on the calendar.
View 3 Replies
Aug 26, 2010
how I embed a html5 video player only if there's flash in the browser? If there is flash in the browser I want to use it instead.
View 2 Replies
Jun 10, 2011
In my asp.net application,I want to show the .ppt file using the slide show manner.
That's to say,user can upload .ppt file to my server side,then other people can browser these ppts in the page ..
Since I have googled "embed powerpoint in web page" ,it seems that there is not a good idea to implement this and support the cross browser,so I thought the flash.
This is a slide show using the flash: [URL]
What I want is show the contents of the .ppt in this manner(it would be better if it support the animations in the ppt)?
View 1 Replies
Dec 22, 2005
do anyone know why there is a white box of flash when u open a flash website? from my understanding i thought that was bcause the SWF file is trying to load but it still even show before the preloader. does that mean that even the preloader is too heavy to load itself?
View 9 Replies
Apr 27, 2006
I have one MC that he has an gray color, when I compel it, it is gray, everything is fine so far. I had to create one param in the HTML pra to be able to change at any time of the MC color ex:"meuFlash.swf?&cf1=ff3300>...", any time that I change this MC color , my MC change too. I create this. [AS]new Color (fundo_mc.fundos_mc).setRGB (parseInt (cf1, 16));[/AS] My problem is the following one, when I speak in the HTML that I do not want to use this color "ff3300", I only want to use "meuFlash.swf?...", mine MC are all black, it are not of the gray color that I already had left, I do not know because it is all black.
View 2 Replies
Jun 1, 2009
I looked for similar questions on the forum, but couldn't find a reference. This is likely an inane question (with a simple answer), but here goes.I have created slideshows for a site with a blue background. In quick succession, the page loads, a white box appears where the swf will play, and then the Flash movie starts. The background color of the Flash file matches the background color of the site. How do I get rid of the white box that appears beforehand?
View 2 Replies
Aug 15, 2009
I loaded a page on the server and is not showing up the flash object. You can hover the screen and you know the object is there but is showing a white box. Locally in my computer I can see it. The test page is [URL]
View 2 Replies
Jan 21, 2010
Why does this not work?
Code:
package
{
[code]......
View 3 Replies
Jun 30, 2009
This is a combined Dreamweaver/Flash question. I have added to a webpage a flash movie, once I navigate away from that page and then back again I get a white flash when the Flash movie page loads. I have looked through the forum history and tried some various fixes, such as changing the .swf's background color, didn't work, add code in dreamweaver which embeds a darker color, nada.
View 5 Replies
Jul 29, 2009
I have an animation, when i preview it looks fine, but when i use the timeline to scroll through the animation (and when i export as .avi) - there's this strange white bar over the text! I have tried to remove the object from the library, but then the text disappears (also when i preview)
If you wonna check it out, the .fla file is here (5mb) : [URL]
View 2 Replies
Sep 14, 2009
if you go to [URL] they've got this animation on the home page where some guy in tie walks into frame surrounded by nothing by empty white.. how do you do that? Film against a white background?
View 1 Replies
Sep 23, 2009
Basically when I just run the swf file locally from my computer it works perfectly, I have succesfully managed to embed it into the home page of one of my sites... [URL] - it is about 3/4 of the way down the home page. Now I have also managed to embed it on another one of my sites just as a test file and it works fine on its Html page... [URL].. So I feel rather confident that it is not a problem with my code.
Now when one of our advertisers try to put it on their site it simply will not show - just a blank white box shows - now even if I send them the exact code that we use and even have tried linking it to one of the sites (digitalbarn.ca) that it was previously working on. Nothing seems to work, this is my first stint into flash so it is possible it is a coding error on my end but for me to be able to get it to work on two sites seems to baffle me.
[Code]...
View 5 Replies