Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash Movie Over HTM content.

Status
Not open for further replies.

PepeDR

MIS
Oct 2, 2003
5
US
Over that last year, I have seen an advanced flash techniques. Suck technique enables flash animation over html content. For example, A animated Dog (with a transparent bg) coming across from left to righ, over and html page. I would like for someone to provide me with a tutorial link or an idea to learn this technique.

Regards,
pEpeDR
COmo es la cosa? ;)
 
simply put your movie in a div and set it's z-index high and set it's position to absolute and place/size how you wish....
make sense?

[conehead]
 
understanding?... I kindda have an idea. It will be great to see an example (maybe a tutorial). yes?

Thanks for your reply. I really appreciated.

Regards,

*previously written
como es la cosa? ;)
 
1. publish your movie
2. in the html page you wish to display the movie copy and paste your code to load the movie into a div tag outside of any table
3. surround your code with:

<div>

</div>
4. Add the attributes to your div tag in a style:
position:absolute
top: How far you want it to show up from the top of the browser
left: how far you want it to be from the left of the browser
z-index: 100

so it looks something like:

<div style=&quot;position:absolute; top:100; left:100; z-index:100&quot;>
<object .......
</object>
</div>


Move the top and left around till the movie shows where you wish...

[conehead]
 
Ok, I'll give it a try and touch bases with you there's any problem. Thanxs once again.

Regards,

pepeDR
el muchacho malo... lol
 
Movie also has to be set to be &quot;transparent&quot;...


...And that doesn't work on all browsers.

Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top