A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Apperence Size smaller

  1. #1
    Junior Member
    Join Date
    Aug 2006
    Location
    Illinois
    Posts
    1

    Apperence Size smaller

    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~

  2. #2
    Banned XareoX's Avatar
    Join Date
    Aug 2006
    Posts
    462
    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

  3. #3
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    For the code:
    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','bgcolor','#ffffff','width','100','height','75','src','Kopia (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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center