Results 1 to 2 of 2

Thread: Rendering Problems

  1. #1
    Join Date
    Jan 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Rendering Problems

    I am new kinda to this too. I have been doing this for about 4 years but I haven't taken a class to actually teach me every little thing that I should know. I have the main ideas but there is still some things that I can't get and just plain don't understand. I have put a image ready file into the coding of a website and when I refresh the page it will not open. I have done this in both IE and firefox. neither show the file. I was told to make the animation in flash so I am going to be doing that. will it work if made in a different program. like flash or is there something that I do not know about. HELP ME!!!!

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    How are you adding the image to the page?

    You should be using something like this:

    Code:
    <img src="file.jpg" alt="description">
    A flash file (.swf) will work too, again with proper embedding.

Bookmarks

Posting Permissions

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