Jump to content

pafruu

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by pafruu

  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?
  15. Hi guys,I've been at it on this problem, trying to find a solution for the past week now. I'm at a loss. I created a flash movie for the company I work with, where there is about 5 FLV files in it. When testing it in flash, everything works the graphics and sounds are syncronised. The problenm is that when I bring it into the HTML page, the graphics slow down. What should I do?I tried a preloader, didn't work! The problem was still there. Should I save it into a different format than swf?Please help!
  16. ok I found a code on a discussion:stop();totalbytes = getTotalBytes();loadedbytes = getLoadedBytes();totalkbytes = Math.ceil(totalbytes/1000);loadedkbytes = Math.ceil(loadedbytes/1000);percent.text = Math.ceil(totalbytes/loadedbytes*100)+"%";totalk.text = totalkbytes+"kb";loadedk.text = loadedkbytes+"kb";if (loadedbytes == totalbytes) {_root.gotoAndPlay(2)};I,ve put it in the first frame of my movie, which starts on the second frame, somehow its still doesn't work when I look at it through my HTML page??I've got dynamic text called "percent" width of 100 and totalk and loadedk, on the same frame
  17. Hi,need help with javascript where I created a popup window that comes up after you clicked a link. It works perfectly in, firefox, opera, safari but IE... it doesn't anybody know why?heres the code: <script type="text/javascript">function openpopup(popurl){var winpops=window.open(popurl,"Terms and Conditions","width=400px,height=200px,toolbar,location,status,scrollbars,menubar,resizable")}</script>and in body:<a href="java script:openpopup('termsandconditions.html');">Promotion Terms and Condition</a>
  18. I can't find the code anywhere.. tried help with preloader doesnt work either!
  19. Hi all,just created a movie in flash with a couple of flv files and an mp3. When testing the movie from flash itself, everything jives and is on cue but when its brought on to html.... its a whole different story. Somehow the movies and the graphics seem to be slower than they are supposed to be, the music does not jive at all..My question is this. Would a preloading frame, indicating the user that the movie is loading, be the solution?If so what is the code, I unfortunately am getting old and forgetting simple stuff! Thanks!
  20. Thank you!, tried it works perrrrrrrfectly!
  21. Would that code go into the stylesheet or on the html itself?
  22. Hi,Is there a way to inverse a table script in the layout. Reason I<m asking is that I know that HTML is a WYSIWYG language. On my layout the news page is on the left side and the regular text is on the right side. In HTML, I want the text to be picked up first not the news. here is my script: Now I tried the rowspan, but came quick to realize that that wont work. I<m trying to see if there is a way in HTML or CSS to do this. Please help!Please let me know if you need more info!
×
×
  • Create New...