HTML/CSS Learning to Incorporate Flash Videos into XHTML Webpages

  • Thread starter Thread starter jeff1evesque
  • Start date Start date
  • Tags Tags
    Flash Videos
AI Thread Summary
To incorporate videos into XHTML web design, specifically Flash videos, one must create .swf files using Adobe Flash and then embed them into XHTML pages using object tags. While the basic structure of the webpage is defined by XHTML and styled with CSS, Flash operates independently as a multimedia element. For learning resources, flashkit.com is recommended for tutorials and examples. Additionally, seeking books focused on embedding Flash into XHTML can provide further guidance on the coding process.
jeff1evesque
Messages
312
Reaction score
0
Hello,

I am familiar with the basic concept of XHTML web design. However, I would like to learn how to incorporate basic videos on my webpages. I've designed a http://pubpages.unh.edu/~jmm42/FINAL/main.html" that is nothing more than simple text and background images. So I was wondering if anyone knows how to incorporate flash videos into pages such as mine. Is there a good tutorial available online (or perhaps a book), or could someone outline how to code flash? I am aware there is a hierarchy in web design- that my HTML is the backbone that provides the structure, and CSS provides the style of the page. If I wanted to use flash, would I code the structure in the XHTML file, and the style in the CSS?

Thanks,JL
 
Last edited by a moderator:
Technology news on Phys.org
Flash is completely standalone. You use Adobe Flash to create the .swf files and then import them using object tags and the like into you xhtml.

If you have access to the software, I highly recommend flashkit.com.
 
Is there anyway you could (or anyone else) recommend me to a source (perhaps a book) that will teach me how to embedd flash into XHTML?

Thanks,


Jeffrey Levesque
 
Last edited:
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top