Web Layout
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsWeb DesignWeb Layout

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old May 26th, 2009, 03:20 AM
dream party dream party is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Location: United States
Posts: 12 dream party User rank is Sergeant Major (2000 - 5000 Reputation Level)dream party User rank is Sergeant Major (2000 - 5000 Reputation Level)dream party User rank is Sergeant Major (2000 - 5000 Reputation Level)dream party User rank is Sergeant Major (2000 - 5000 Reputation Level)dream party User rank is Sergeant Major (2000 - 5000 Reputation Level)dream party User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 h 21 m 38 sec
Reputation Power: 0
Make Youtube video auto play (auto start) on your MySpace profile

In a previous article I talk about how to add a YouTube video to your MySpace profile. I have also noticed that lots of people ask for solution to make Youtube video auto play on MySpace.

Autostarting YouTube videos on MySpace is definitely possible. In essence it's very easy. All you need to do is to tweak your Youtube code a bit. The following procedure I put together will help you to auto play YouTube videos on MySpace.

This tutorial includes two parts:
Part 1: How to do this with YouTube code
Part 2: How to do this without YouTube code

Part 1: How to do this with YouTube code

Step 1.
Go to Youtube and find the EMBED code for the video.
This embed code is in the “About This Video” section of the video and will be automatically be selected in the “Embed” textbox.



Step 2. Copy the embed code of the video on Youtube to NotePad
You can either use Ctrl+C on the keyboard or right click this box and select Copy to copy the code. Delete everything before <embed and everything after </embed>



Step 3. Add the &autoplay=1 suffix to the video URL as specified in the object and embed tags in the NotePad

Code:
<embed src="http://www.youtube.com/v/qrXmDiYHUY0&autoplay=1" type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350">
</embed>


Step 4. Paste the code you just copied from Youtube in NotePad to your MySpace profile relative section



Step 5. Click Preview Profile and check how your profile looks.

Step 6. Click Save button to save the change.


Part 2: How to do this without YouTube code

Step 1.
Download the Youtube video (tool needed: Leawo YouTube Download, it is free)
Download the Youtube video you want to add to your MySpace profile from the Internet to your PC with Leawo YouTube Download.

Step 2.
Make the Youtube video auto play (tool needed: Moyea Web Player, it is free)
Launch Moyea Web Player in your PC, add the FLV file you have just downloaded on your computer to the program.

Find "Template" menu>>Options>>Playback settings, uncheck the "Pause at first frame" option, and this will make your Youtube video auto playe on web page. See the screenshot of this feature below:



Step 3. Moyea web player publishes some files like a swf file named mwplayer.swf and a html file named index.html

Step 4. Upload all the published files to the same folder of a host server, e.g.: http://www.free-webhosts.com/foldername/

Step 5. Embed the generated player onto your webpage with the code below, (you can get it on the generated index.html file):
Code:
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">Player will show here</div>
<script type="text/javascript">
var so = new SWFObject('mwplayer.swf','player','500','450','9')  ;
so.addParam('wmode','opaque');
so.addParam('quality','high');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.write("flashcontent");
</script>


Note: 1. mwplayer.swf is the actual flash video player. If it resides in another directory, then point to it with a relative path (e.g. video/mwplayer.swf) or an absolute path (e.g. http://www.yourdomain.com/video/mwplayer.swf ).


Then the flash videos will appear on your website.

Source: flash video player talk

Reply With Quote
  #2  
Old May 30th, 2009, 03:44 AM
luciaback luciaback is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: May 2009
Posts: 1 luciaback User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 m 57 sec
Reputation Power: 0
really useful infor to me

Reply With Quote
Reply

Viewing: ASP Free ForumsWeb DesignWeb Layout > Make Youtube video auto play (auto start) on your MySpace profile


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump





 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek