[Flashcoders] Firefox bug? external jpg's not loading in Firefox, are loading in IE7

2007-06-09 Thread ben deroo

http://www.citogrid.com/ankematheve/testfolder/index.html

view in Firefox, then view in IE7.

is there a fix for this problem, or am I doing something wrong, i've cut and
pasted the actionscript code for the .fla on the page.

thanks
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Firefox bug?

2006-01-05 Thread MetaArt
Thank you...

 Enrico Tomaselli
  + web designer +
  [EMAIL PROTECTED]
http://www.metatad.it

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Firefox bug?

2005-12-14 Thread MetaArt
I have dev a Flash movie, showed inside an Html page. The stage width of
movie is 1000 px, the width of all on stage is 2048 px.
If seen in IE, it works fine, if seen in FireFox, it is showed in a very
strange way.
If the publish settings is to showAll, in FireFox the movie appear very very
little, about the half of the screen;
if the publish settings is to noBorder, in FireFox the movie appear right in
width, but... (very strange behavior!) just the top part of it is visible.
The height of movie is 750 px, but if you try to right click just under
visible Flash, you discover html context menu, not Flash menu, like if movie
height is too less than 750!...
You can see it at this URL: http://www.magmart.it/index2.htm. Try to open in
IE and FF (now, is settings to showAll).
Any idea about?

 Enrico Tomaselli
  + web designer +
  [EMAIL PROTECTED]
http://www.metatad.it

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Firefox bug?

2005-12-14 Thread Jason
Howdy...

An easy fix would be getting rid of the DOCTYPE line from your HTML file...

CyanBlue

- Original Message - 
From: MetaArt [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Wednesday, December 14, 2005 9:42 AM
Subject: [Flashcoders] Firefox bug?


 I have dev a Flash movie, showed inside an Html page. The stage width of
 movie is 1000 px, the width of all on stage is 2048 px.
 If seen in IE, it works fine, if seen in FireFox, it is showed in a very
 strange way.
 If the publish settings is to showAll, in FireFox the movie appear very
very
 little, about the half of the screen;
 if the publish settings is to noBorder, in FireFox the movie appear right
in
 width, but... (very strange behavior!) just the top part of it is visible.
 The height of movie is 750 px, but if you try to right click just under
 visible Flash, you discover html context menu, not Flash menu, like if
movie
 height is too less than 750!...
 You can see it at this URL: http://www.magmart.it/index2.htm. Try to open
in
 IE and FF (now, is settings to showAll).
 Any idea about?

  Enrico Tomaselli
   + web designer +
   [EMAIL PROTECTED]
 http://www.metatad.it


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Firefox bug?

2005-12-14 Thread Éric Thibault

if instead of
   width=100% height=100%

you put the actual real pixel dimentions in width and height (but then 
you will have scrollbars...) ? Because the swf IS 100% of my FF screen!


It seems like a deficient implementation from IE...

A+

MetaArt wrote:


I have dev a Flash movie, showed inside an Html page. The stage width of
movie is 1000 px, the width of all on stage is 2048 px.
If seen in IE, it works fine, if seen in FireFox, it is showed in a very
strange way.
If the publish settings is to showAll, in FireFox the movie appear very very
little, about the half of the screen;
if the publish settings is to noBorder, in FireFox the movie appear right in
width, but... (very strange behavior!) just the top part of it is visible.
The height of movie is 750 px, but if you try to right click just under
visible Flash, you discover html context menu, not Flash menu, like if movie
height is too less than 750!...
You can see it at this URL: http://www.magmart.it/index2.htm. Try to open in
IE and FF (now, is settings to showAll).
Any idea about?

Enrico Tomaselli
 + web designer +
 [EMAIL PROTECTED]
http://www.metatad.it

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 




--
===

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad http://www.rec.ulaval.ca/lce/securite/confidentialite.htm

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Firefox bug?

2005-12-14 Thread MetaArt
Sorry but... can you tell me more (and more 'clear') about?
thanx...

 Enrico Tomaselli
  + web designer +
  [EMAIL PROTECTED]
http://www.metatad.it

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Firefox bug?

2005-12-14 Thread Éric Thibault

The code inside your HTML page is :

object classid=clsid:d27cdb6e-ae6d-11cf-96b8-44455354 
codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0; 
width=100% height=100% id=magmart align=middle

param name=allowScriptAccess value=sameDomain /
param name=movie value=magmart.swf /
param name=loop value=false /
param name=quality value=high /
param name=salign value=lt /
param name=bgcolor value=#7251bc /
embed src=magmart.swf loop=false quality=high salign=lt 
bgcolor=#7251bc width=100% height=100% name=magmart 
align=middle allowScriptAccess=sameDomain 
type=application/x-shockwave-flash 
pluginspage=http://www.macromedia.com/go/getflashplayer; /

/object

where you specify the with and height of your SWF.  Instead of % you 
should use px because Firefox seems to resise your SWF so that all of it 
is shown in 100% of the screen!


Is there a reason to have a 2048px stage and only use 50%?

You could think of the Html page like a window to show only a portion of 
your movie... and adjust your stage to that window and move the content 
MCs to that space (like a mask)...


I'm just trying to vision it all.

My french 2 cents.

A+

MetaArt wrote:


Sorry but... can you tell me more (and more 'clear') about?
thanx...

Enrico Tomaselli
 + web designer +
 [EMAIL PROTECTED]
http://www.metatad.it

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 




--
===

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad http://www.rec.ulaval.ca/lce/securite/confidentialite.htm

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Firefox bug?

2005-12-14 Thread MetaArt
Yes, real pixel width and height values is a solution, that solve the
problem, but so born other two!
First, if user have a screen resolution less than 1024x768, must scroll
vertical to see the menu buttons; second, if I wrote, as width value, the
stage width, I can't see the background beyond the right margin; and if I
wrote the full width, I have a great horizontal scroll...
However, I have solved changin' doctype:
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
thanx2all

 Enrico Tomaselli
  + web designer +
  [EMAIL PROTECTED]
http://www.metatad.it

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Firefox bug?

2005-12-14 Thread Ben Smeets
The FireFox browser does not default see the body of an html page at
100% height of the browser window in later html standards. Getting rid
of the doctype helps, because you force the browser into quirks mode
where the body IS 100% height. Another solution is also to set the
height of the body to 100% in css.

Body
{
  height:100%;
}

In ie it will be higher then 100% though when this is turned on though
:)

Good luck.

Ben

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: woensdag 14 december 2005 15:51
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Firefox bug?

Howdy...

An easy fix would be getting rid of the DOCTYPE line from your HTML
file...

CyanBlue

- Original Message -
From: MetaArt [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Wednesday, December 14, 2005 9:42 AM
Subject: [Flashcoders] Firefox bug?


 I have dev a Flash movie, showed inside an Html page. The stage width
of
 movie is 1000 px, the width of all on stage is 2048 px.
 If seen in IE, it works fine, if seen in FireFox, it is showed in a
very
 strange way.
 If the publish settings is to showAll, in FireFox the movie appear
very
very
 little, about the half of the screen;
 if the publish settings is to noBorder, in FireFox the movie appear
right
in
 width, but... (very strange behavior!) just the top part of it is
visible.
 The height of movie is 750 px, but if you try to right click just
under
 visible Flash, you discover html context menu, not Flash menu, like if
movie
 height is too less than 750!...
 You can see it at this URL: http://www.magmart.it/index2.htm. Try to
open
in
 IE and FF (now, is settings to showAll).
 Any idea about?

  Enrico Tomaselli
   + web designer +
   [EMAIL PROTECTED]
 http://www.metatad.it


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders