;

PDA

Click to See Complete Forum and Search --> : Apperence Size smaller


MyTwoGirlsBouti
08-15-2006, 03:09 AM
When I create the movie I start at 600x400 and when I get it on the net it is itty bitty. Can anyone help me please. I am very new to this and lost as can be.

Thanks,
Daphne~

XareoX
08-15-2006, 04:01 AM
what web page maker u got dream weaver or front page i got front page if u need to make it big just make it bigger using the dots at the side of the swf
or you can edit the html. i dont have much time i will get back 2 u 2 morrow ok

ant_Z
08-15-2006, 08:19 AM
For the code: <script type="text/javascript">AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0','loop','true','bgcol or','#ffffff','width','100','height','75','src','K opia (2) ~player','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','Kopia (2) ~player');
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=Kopia(2)~player width=100 height=75 codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0">
<param name="movie" value="Kopia (2) ~player.swf" />
<param name="quality" value="high" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="bgcolor" value="#ffffff" />
<embed src="Kopia (2) ~player.swf" width=100 height=75 bgcolor="#ffffff" quality="high" loop="true"
type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" />
</object></noscript>

Youve got to make 75 and 100 higher values. (Probably youve got 600 & 800, increase them to 1024 * 768, or even 1048 * 1280).

You can also use: translate -> scale/translate movie, but youve got to manually change movies' dimensions. And of course after change youve got to update values in html file.