Jump to content

pafruu

Members
  • Posts

    40
  • Joined

  • Last visited

About pafruu

  • Birthday 09/08/1974

Contact Methods

  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Location
    Moncton, NB, Canada

pafruu's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Im a Designer also and I must tell you I never use the sRGB conversion. When working with photoshop, I use the 1998 RGB profile that I have and when I save for web, It looks exactly the same to me. Ive designed a couple of websites and adds for web. and They all look fine! Maybe its just me!
  2. Sooo... What youre saying is that I'm stuck!? and won't experience the satisfaction of having this video on YouTube?
  3. I agree!Its kind of like talking about yourself. There is nothing harder to do than that. My personal website was redone over and over and over again until I decided to remove it from the web cause I never liked it!Sorry doesnt help much!Hope you have an easier time doing it!
  4. pafruu

    Layout

    what do you need to know exactly?
  5. Classroom in a book is , in my opinion, the best book you can get when starting to learn graphic design and/or photoshop CS2, if you do all the exercises you'll get a very good start on photoshop.
  6. Well sometimes, when I need to get inspired i look at this site:http://www.templatemonster.com/...or... i draw draw draw until something hits.sorry not much help but its a start
  7. pafruu

    photoshop cs2

    I agree with Vchris here, your best bet is to slice up youre photoshop file than transfer to image ready, on which you would be able to create animated .gif, if need any, and than save optimized html, where image ready will create alignment and tables for you. Then goin into an Html editor, if you want just a plain background use:<html><title>your title here</html><head>...</head><body bgcolor="#cccccc"><table name="table01" cellpadding="0" cellspacing="0" border="0" width="x" align="center">note that every screen has a different resolution, on some screens your image will cover the whole screen on others it wont. the width specified on you table is the width of the table that imageready will create for you.hope this helps!
  8. Hello all, im in the process of converting a .swf to .mpeg. trying to find a good, free converter without watermarks. Reason is I want to go and put this flash movie on Youtube. Thing is that in my movie I also have FLV files which cannot be exported from flash itself to a mpeg file. Please help!
  9. Ok, I went back into the flash file itself and found out thatr there was some error in it! I corrected it and now it works! hehThanks for the help guys!Seems the problem was 12 inches from the screen in my case!
  10. I dowloaded that flash player 9 on the IE machine it still doesnt play the movie properly...
  11. movie can be viewed on www.rxscribbler.com
  12. Sorry my bad, I didnt put the code entirely,<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>is in the head portion of my code!Second answer to second question, this flash movie is on a HTML page shared with an animated gif!Third answer, Im using Flash 8, should I export to Flash 7? :)Also note that there are embedded movies in the flash movie I made, I tried publishing to FP7 but it wont support it aaargh!
  13. yees on xp IE 7 here is the code:<table id="Table_01" width="780" height="597" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td colspan="7" width="780" height="62"> <img src="imagerx/rxscribbler_01.gif" width="780" height="62" alt=""></td> </tr> <tr> <td colspan="2" width="535" height="36"> <img src="imagerx/rxscribbler_02.gif" width="535" height="36" alt=""></td> <td width="17" height="36"> <img src="imagerx/webantenna.gif" width="17" height="36" alt=""></td> <td width="19" height="36"> <img src="imagerx/batteriep.gif" width="19" height="36" alt=""></td> <td width="18" height="36"> <img src="imagerx/batterie.gif" width="18" height="36" alt=""></td> <td width="27" height="36"> <img src="imagerx/power.gif" width="27" height="36" alt=""></td> <td rowspan="3" width="164" height="534"> <img src="imagerx/rxscribbler_07.gif" width="164" height="534" alt=""></td> </tr> <tr> <td rowspan="2" width="184" height="498"> <img src="imagerx/rxscribbler_08.gif" width="184" height="498" alt=""></td> <td colspan="5" width="432" height="258"><script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','432','height','258','title','rxscribbler','src','flash/rxscribbler1.1copy','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/rxscribbler1.1' ); //end AC code</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="432" height="258" title="rxscribbler"> <param name="movie" value="flash/rxscribbler1.1.swf"> <param name="quality" value="high"> <embed src="flash/rxscribbler1.1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432" height="258"></embed></object></noscript></td> </tr> <tr> <td colspan="5" valign="top" align="center" style="background-image:url(imagerx/rxscribbler_10.gif); background-repeat:no-repeat" width="432" height="240"> <div style="padding-top:10px;"><a href="http://www.electronic-e-prescribing-drug-interaction.com"><img src="images/skip.jpg" width="79" height="28" alt="go to site..." border="0"></a></div></td> </tr> <tr> <td width="184" height="1"> <img src="imagerx/spacer.gif" width="184" height="1" alt=""></td> <td width="351" height="1"> <img src="imagerx/spacer.gif" width="351" height="1" alt=""></td> <td width="17" height="1"> <img src="imagerx/spacer.gif" width="17" height="1" alt=""></td> <td width="19" height="1"> <img src="imagerx/spacer.gif" width="19" height="1" alt=""></td> <td width="18" height="1"> <img src="imagerx/spacer.gif" width="18" height="1" alt=""></td> <td width="27" height="1"> <img src="imagerx/spacer.gif" width="27" height="1" alt=""></td> <td width="164" height="1"> <img src="imagerx/spacer.gif" width="164" height="1" alt=""></td> </tr></table></body>
  14. Hi,this one is weird. I created a flash movie for one of my websites. It automatically plays when opening the first page. All browsers play it correctly except for one! IE Why is that?The only thing that is not working on IE is some text hidden behind a moving mask! in the beginning of the movie, the rest is fine!Any suggestions about solving this problem?
×
×
  • Create New...