Author Topic: Resizing flash files  (Read 9645 times)

0 Members and 1 Guest are viewing this topic.

Offline learner

  • Newbie
  • *
  • Posts: 13
    • View Profile
Resizing flash files
« on: April 05, 2006, 08:08:21 PM »
Hi

First of all i would like to appreciate your work on this amazing script. It is simply the best one i have cam accross. Secondly, i have got a bit of a problem, i have uploaded a swf file, however i am not satisfied by its size. Is there anyway i can resize the image? Because its too small at the moment..

Thankyou

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Resizing flash files
« Reply #1 on: April 06, 2006, 02:04:19 AM »
Unfortunetly 4images does not store dimentions so it trying to get them from the media file itself. That means, what you see is the original width/height of the file.

P.S. how small is "too small"?
maybe this will be helpful:
http://www.4homepages.de/forum/index.php?topic=2890.0
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline learner

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Resizing flash files
« Reply #2 on: April 06, 2006, 11:43:01 AM »
Thanks for the reply. I have done the edits however the size doesnt change and i see this in the view source of the page.

Quote
<table cellpadding="1" cellspacing="0" border="0">
  <tr>
    <td bgcolor="#000000">
     <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" />

      <param name="movie" value="*******link********">
      <param name="quality" value="high">
      <param name="play" value="true">
      <param name="scale" value="false">
      <embed src="*******link********" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"width="" height=""></embed></object></td>
  </tr>
</table>   

I have no idea as to why it still displays width="" and height=""

Please help

Thankyou

Offline learner

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Resizing flash files
« Reply #3 on: April 07, 2006, 09:48:04 AM »
Problem solved, if anyone else faces the same problem please visit

http://www.4homepages.de/forum/index.php?topic=9269.0

Good Luck :)

Offline learner

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Resizing flash files
« Reply #4 on: April 10, 2006, 01:17:59 AM »
I have now tried the other mod and realised that that isnt what i need. I need to know if theres a way i can keep a default size of all flash files uploaded and i am sure it shouldnt be too hard to do.

Thankyou

------------------

I am sorry for opening another topic, i thought its sort of a different question, because this one is about having different sizes for individual files, whereas the other one is about having a default size which applies to each file.