|
|
|
|
![]() ![]() |
May 14 2008, 09:29 AM
Post
#11
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
it is possible guys
Flash Movie As Background? This is very possible and cab look very cool! Www.Superfamous.Com check it out -reply by Mr Thomas |
|
|
|
Jun 16 2008, 10:55 AM
Post
#12
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
Replying to nickmealey
I am 90% sure this is possible by using layered span's and div's, I have not tested or looked on the internet but in theory seems like it would work. -reply by EFFXDesign |
|
|
|
Jun 25 2008, 06:41 PM
Post
#13
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 126 Joined: 19-June 08 From: United Kingdom - Cornwall!!!!! Member No.: 63,876 |
Im not sure if it is possible. But if it is possible, remember that flash files are large, and if every time someone visits your homepage, their browser has to download that file, you bandwidth will be gone in an instant.
This would use a massive amount of bandwidth!! You would be beter off trying an animated gif (i have never tried this but i asume you could). if you really need flsh for interactivity, you could create a page where the flash take up the whole page, then use CSS to position <div> s over the flash object. |
|
|
|
Jun 25 2008, 07:09 PM
Post
#14
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 25-June 08 Member No.: 64,163 |
I too think you should just make the whole site in flash, you can have links in a flash object.
|
|
|
|
Jun 25 2008, 07:16 PM
Post
#15
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 25-June 08 Member No.: 64,163 |
it is possible guys Flash Movie As Background? This is very possible and cab look very cool! Www.Superfamous.Com check it out -reply by Mr Thomas I looked at the html of that site, they dont really have flash as a background, they have it in a frame. |
|
|
|
Jul 2 2008, 09:00 AM
Post
#16
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 10 Joined: 2-July 08 Member No.: 64,470 |
I have an idea:
You might use div tag in that tabel cell with realtive positioning, so the div can be placed on the specific flash.... It might look like this: HTML <td> <object> //the flash content - with wmode=transparent param sett! .... </object> <div style="position: relative; top: -50px; left: -30px; z-index: 1000;"><!--divs content--></div> </td> You might use this algorithm in this situation. Please reply if succeeded... This post has been edited by electriic ink: Jul 2 2008, 10:29 AM |
|
|
|
Jun 28 2008, 05:28 PM
Post
#17
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
it\\
Flash Movie As Background? You have great idea! To use flash as background... And it's simple to do :) In web everything is possible - don't forget it! So.. Read it and try it.. 1. Make flash movie (using Adobe Flash for example <try Swish it's easier>) 2. Then save it as .Swf movie for example mybackground.Swf 3. Download this software "SWF-AVI-GIF Converter" (sorry you must buy it :<) 4. Use it! :D 5. Use your new .Gif file for background! ---- Me? I'm just chillin' -reply by Veselin |
|
|
|
Jul 22 2008, 07:24 PM
Post
#18
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
FLASH in Background with DIVs on top
Flash Movie As Background? Hi all... So all day today I have been searching for answers to this FLASH as a background issue... Is it possible? YES AND NO FIRST thing to note... If you want to make it possible for a DIV to appear over top of FLASH, aside from using z-index to layer them properly you also MUST add the WMODE="transparent" or WMODE="opaque" parameter to the flash embed code... Knowing that it was supposed to be possible I made an ambitious attempt at creating a site that has several Divs on top of Divs on top of Divs all over top of Flash... And well without trying to explain the strange problems I came across - ill show you the link: Any opinions on why the browser has problems with redraw here greatly appreciated You can see the site at: http://www.Gradolabs.Com/hollow/sparkPageM.Htm I know its not the cleanest code in the world... But it almost works?! Desperately looking for solutions here -reply by mike |
|
|
|
Jul 25 2008, 02:48 PM
Post
#19
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 33 Joined: 25-July 08 Member No.: 65,473 |
No need for that, you can just easily integrate your content as part of the flash animation and background. Also, I discourage that as completely Flash based websites are relatively impractical, and lags most of the time. Not a good choice for sites with heavy content, professional or corporate sites. Its more for design showcase sites. Cheers.
|