Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by z35

  1. z35

    RGB html code

    that's what i wanted to know. thanks to you both.
  2. z35

    RGB html code

    hi can someone tell me the html code for the following grey color: R=245 G=245 B=245
  3. z35

    attaching a scanner

    hi, I recently installed a new hard drive on my mac because my old one blew. I reinstalled photoshop 4.0 and attached my scanner. the scanner green light came on. when i import Twain Select or Twian Acquire though photoshop, it tells me "no scanner recognized" Is there some some...
  4. z35

    photoscroller smoothness

    creating from scratch is a good idea but time consuming. i have some questions: 1.the movie scrolls too much to he right and you see empty space. how do i fix this? (scrolling to the left is ok. it stops at the last photo) 2.what is "-=" as in _x -= speed (ive never seen this...
  5. z35

    photoscroller smoothness

    i have flash 5.0. your code is much more simpler and more efficient. i'm not good at actionscript. did you just come up with that code? its short but very complex. how do flashers create code like this? i would really like to get your advice. is the moviement smoother than my movie? it seems...
  6. z35

    photoscroller smoothness

    hi thanks for your posts :) i uploaded my flash photoscroller movie so that you can see the code. www.hdr-designs.com/personal/photoscroll1.fla
  7. z35

    photoscroller smoothness

    hi, i have a standard photoscroller movie embedded in my flash site. the photoscroller is a small movie, which has been loaded into a movie clip in my flash movie. www.hdr-designs.com/personal/gallerysite.html the photoscroller seems to be jerky. how can i get it to glide more smoothly? i...
  8. z35

    web site size

    hello, i am creating a fflash web site. I don't know what width adn height i should make my movie. right now, it is 850 wide by 750 high. It looks fine on my 19" monitor. but what if someone has a smaller monitor. is this a safe number to go with? if not what is the largest size i can...
  9. z35

    transparent bg

    uh! that sounds messy. i was hoping with photoshop..such an advanced graphics software, there would be a neat and simple feature that will do this for me. the bg is white and the lines are black...only 2 solid colors. can't i use "select color range" white and then erase it or...
  10. z35

    transparent bg

    hi, I have a compex line drawing of a house. i want to import the drawing into flash without the background. I want the lines to import into flash but not the background...just the lines. is there a way to do this and have it look very clean and polished?
  11. z35

    actionscript problems

    hi dragos, thanks very much for your help. for your information, _level0.window.container.play(); worked. the point where i was going wrong is writing _root instead of _level0. i guess when you have more than one level, _root is not enough, you have to specify the level. :-)
  12. z35

    actionscript problems

    Hi Dragos, thanks for your post. window,photogallery and container are all on level 0. only info is on _level 1. this may be the problem. (from info.swf, _root is not accessing _level 0. it is only accessing the _root of _level 1.) I can place photo1.swf on level 1 if necessary. technically...
  13. z35

    flash player auto detect

    hi, i have the deployment kit to auto detect flash - but i would like to know the url that will pop up the little grey box that has "yes" and "no" buttons to download flash. if the person doesn't have flash, i don't want to take them to another web page - just make it easy...
  14. z35

    actionscript problems

    (all my movie clips have instance names..so that's not the problem) the code that loads photo1.swf is: container.loadMovie( "photo1.swf" ) and the code that loads photogallery.swf is: _root.window.loadMovie( "photogallery.swf"); everything is on the same level until i load...
  15. z35

    line width and resizing

    thats fine...i just wanted to make sure i'm not missing something.

Part and Inventory Search

Back
Top