A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: banner help

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    19

    banner help

    uhhh i kinda made a banner and i dont know how tho make it an HTML code
    can someone help me?

  2. #2
    Member
    Join Date
    Oct 2006
    Location
    Derby
    Posts
    67
    Hey there.

    If you're wanting to put it on to a html page, just go to:


    File> Publish

    this will put it into a html document for you.

    Hope this helps.

    Best Regards,

    Curt.

  3. #3
    Junior Member
    Join Date
    Jan 2007
    Posts
    19
    i need the code and the sourse dont work

  4. #4
    Member
    Join Date
    Oct 2006
    Location
    Derby
    Posts
    67
    What code? there is no code for publishing, all it involves is clicking a few buttons : )


    Click file, then move your mouse down to publish, it'll make a HTML file, in the location of your .FLA file, open it up and it should display your banner..

  5. #5
    Junior Member
    Join Date
    Jan 2007
    Posts
    19
    the html so i could put it on the web

  6. #6
    Member
    Join Date
    Oct 2006
    Location
    Derby
    Posts
    67
    Right let me get this straight, you need to put your banner into a html file so that you can upload?

    OR do you need to embed it into an already existing web page? try and be a little more specific : )

  7. #7
    Junior Member
    Join Date
    Jan 2007
    Posts
    19
    i made a banner and its in swf or fla and i need to put that banner on my web site

  8. #8
    Member
    Join Date
    Oct 2006
    Location
    Derby
    Posts
    67
    Right!

    do you use dreamweaver at all?

  9. #9
    Member
    Join Date
    Oct 2006
    Location
    Derby
    Posts
    67
    Well here's the code : )

    hope it helps.

    Code:
    <object width="550" height="400">
    <param name="movie" value="somefilename.swf">
    <embed src="yourmovie.swf" width="550" height="400">
    </embed>
    </object>
    change it according to your dimentions and movie name : )

  10. #10
    Junior Member
    Join Date
    Jan 2007
    Posts
    19
    thans alot

  11. #11
    Member
    Join Date
    Oct 2006
    Location
    Derby
    Posts
    67
    hehe, glad i could help.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center