Inserting a Flash video player into xhtml

This is a discussion on "Inserting a Flash video player into xhtml" within the Flash & Multimedia Forum section. This forum, and the thread "Inserting a Flash video player into xhtml are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 17th, 2006, 20:59
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Inserting a Flash video player into xhtml

Hi

I'm kind of new to using Flash for the web so i need a bit of help. I want to insert a video player that i made at school for an assignment into my xhtml. At school we used dreamweaver and you could just drag and drop the flash movie onto your page, but i don't have Dreamweaver so i don't know what to do. Also i would prefer to know what i'm doing and what the code means, rather than just dragging and dropping.

Here is my xhtml from school. It's just a blank page with the movie player on it. When i put the player onto my site i will what my template with the movie player where my content goes. See my site at www.skiaustralia.abshost.net
Code: Select all
<HTML>
<HEAD>
<meta http-equiv=Content-Type c>
<TITLE>video_player2</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="550" HEIGHT="400" id="video_player2" ALIGN="">
 <PARAM NAME=movie VALUE="video_player2.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="video_player2.swf" quality=high bgcolor=#FFFFFF  WIDTH="550" HEIGHT="400" NAME="video_player2" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>
Reply With Quote

  #2 (permalink)  
Old Nov 19th, 2006, 19:07
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Inserting a Flash video player into xhtml

Well do you have flash? If so publish the file and it will give you the HTML code to embed it within your file. As far as what the code means and what each line does, I would recommend searching google and finding that out yourself. Sorry I could not be of more assistance. Good Luck!!
Reply With Quote
  #3 (permalink)  
Old Nov 20th, 2006, 04:33
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Inserting a Flash video player into xhtml

Were exactly will it give you the html to put into the site, i'm published lots of things but i've never been given html for it.
I'll search the meaning of the code in google, i'll post here when i get the video page up and running
Reply With Quote
  #4 (permalink)  
Old Nov 20th, 2006, 04:45
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Inserting a Flash video player into xhtml

Ok in flash go to...

File, Publish Settings, and make sure HTML and SWF are selected. Then say ok. Then, File and Publish, it will publish the HTML file where ever you told it too. I am telling you this by memory so I might be a little off. Let me know if you need any more help!!
Reply With Quote
  #5 (permalink)  
Old Nov 20th, 2006, 04:49
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Inserting a Flash video player into xhtml

Also I found a link that explains what I said above more correctly and in more detail, also tells you what each line of code means. Hope this helps. Here is the link, http://www.w3schools.com/flash/flash_inhtml.asp
Reply With Quote
  #6 (permalink)  
Old Nov 20th, 2006, 05:43
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Inserting a Flash video player into xhtml

Thanks for the help, ill try what you said
Reply With Quote
  #7 (permalink)  
Old Nov 20th, 2006, 13:33
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Inserting a Flash video player into xhtml

Let me know if you need anything else!!
Reply With Quote
Reply

Tags
flash video xhtml

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Centering a video player. aaronh Starting Out 1 Sep 21st, 2007 04:23
Video player preview Image fade to video Lchad Flash & Multimedia Forum 10 Sep 4th, 2007 15:37
Live Streaming Video Feeds with Flash Player? kinkarso Flash & Multimedia Forum 1 Aug 5th, 2007 23:35
Flash Video Player Issue Sgaspar11 Flash & Multimedia Forum 4 May 3rd, 2007 15:53
I really need help badly with my custom video player...! jaythan Flash & Multimedia Forum 1 Feb 14th, 2007 17:43


All times are GMT. The time now is 22:12.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43