A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Location of swf file in website

Hybrid View

  1. #1
    Junior Member
    Join Date
    Oct 2006
    Posts
    21

    Location of swf file in website

    Being a brand new user of koolmoves this forum has been a great help. Every question I have had I been placed on the right track. My website is still very much under construction however when I placed my swf file in Frontpage(2003) their is a large amount of "white space" at the top of the page. Any ideas of how to remove or move my swf file to the top. Take a look at my site www.indigocg.com to get an actual idea of my problem. Remember it is a work in process and still under construction.

  2. #2
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    Code:
    <p><embed width="720" height="680" src="Index.swf"></p>
    you have to put your flash out of paragraph:

    Code:
    <embed width="720" height="680" src="Index.swf">
    you can also position it (just for sure):

    Code:
    <div style="position: absolute; top: 0;"><embed width="720" height="680" src="Index.swf"></div>
    P.S. im not sure did you converted text into curves, but remember - not all ppl have Harrington font installed...
    Last edited by ant_Z; 11-08-2006 at 10:48 AM.

  3. #3
    Junior Member
    Join Date
    Oct 2006
    Posts
    21
    Thanks for the input I will try it this evening.

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