hi,
total newbie (at 35... erm 36 yrs old) @ web design. specialty print thought time played around flash , dreamweaver. , i'm stuck.
have created simple flash intro , being anal person want sit in middle of page. have created @ 800x600 guess people work on larger screen res that.
how go it?
1. know nothing of scripting
2. first little personal project , want learn. i've bought books on web design honest eyes glaze on when start reading stuff, hence i'm here.
@ moment when drop flash intro dreamweaver sits in top left , central both horizontally , vertically regardless of screen size people using.
appreciated.
p.s. better whole thing in flash or use combination? ask i'm not sure if i'm setting page right in dreamweaver!
hi,
before positioning, need @ how swf file being inserted.
because of crazy lawsuit, in ie flash movies must clicked on before activate. show horrible box round them , tooltip.
anyway, solution use javascript explained here:
http://blog.deconcept.com/swfobject/
might overwhelming if you've not done javascript before, i'm sure you'll if need help.
centering, when insert flash using method on website you'll create div , id of flashcontent.
e.g.
<div id="flashcontent">
text replaced flash movie.
</div>
you'll want assign style div. easier way be:
<div id="flashcontent" style="margin-left:auto; margin-right:auto">
text replaced flash movie.
</div>
give div automatic margins on left , right , should centre it.
Forums Special Interests Web Design and Development
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
Comments
Post a Comment