The code inside your HTML page is :

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 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

Reply via email to