A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: html code to create a colored border around my movie

  1. #1
    Junior Member
    Join Date
    Aug 2002
    Posts
    17
    anybody an idea

  2. #2
    -Iron Myk- mykrob's Avatar
    Join Date
    Dec 2001
    Location
    Jackson, TN
    Posts
    1,356
    my guess is that you'd make a table with border properties as thick as you'd like and whatever color, the place the code for inserting your flash file into that table.

    do you need the specific HTML? if so, i'll post that too.
    lemme know what color you need and an idea of how thick

    -myk

  3. #3
    -Iron Myk- mykrob's Avatar
    Join Date
    Dec 2001
    Location
    Jackson, TN
    Posts
    1,356
    i gave that a try and it works.. i cant figure out how to post HTML here without the BBS actually doing it, so if you want, post an email address and i'll send you the code..

    thanks,
    -myk

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    A workaround to post html is to add an * in your tags... if you don't have too many of course...

    <*b> This is BOLD <*/b>

    As opposed to...

    <b> This is BOLD </b>

    Of course, the user should remove them when using your code!

  5. #5
    Junior Member
    Join Date
    Aug 2002
    Posts
    17
    Originally posted by mykrob
    my guess is that you'd make a table with border properties as thick as you'd like and whatever color, the place the code for inserting your flash file into that table.

    do you need the specific HTML? if so, i'll post that too.
    lemme know what color you need and an idea of how thick

    -myk
    THe color has to be white and the borders have to be 1 pixel.

  6. #6
    -Iron Myk- mykrob's Avatar
    Join Date
    Dec 2001
    Location
    Jackson, TN
    Posts
    1,356
    sorry for the delay, had a long one yesterday...

    starting from the table insert, assuming you already have the base html junk..

    <*table border=1 bordercolor=#000000>
    <*tr>
    <*td align=center>the script for inserting your flash file goes here<*/td>
    <*/tr>
    <*/table>


    just take out all the *'s and you'll be fine.. If you need the code for inserting the flash file, just publish an HTML file from flash, then copy and paste every thing from <*object> to <*/object>, minus the *'s

    later,
    -myk


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