Logo by Trifox - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Check out the originating "3d Mandelbulb" thread here
 
*
Welcome, Guest. Please login or register. March 19, 2024, 07:03:33 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: How To: Embed YouTube with fullscreen and HD options in whatever size you want.  (Read 26273 times)
0 Members and 1 Guest are viewing this topic.
reallybigname
Conqueror
*******
Posts: 139



reallybigname reallybigname
WWW
« on: December 09, 2010, 10:19:35 PM »

Hey, I fixed it!  You can embed HD YouTubes!

I don't know why I never thought of this before - after all, I am a web designer...  You can embed YouTube with HD & fullscreen buttons by using the "insert flash" button in the message editing options!
It's on the very left and looks like this:

What you have to do is get the "embed" code from youtube (and make sure to check the HD checkbox).  The code will look like this:

Code:
<object width="1280" height="745"><param name="movie" value="http://www.youtube.com/v/IFLXhrPucVs?fs=1&amp;hl=en_US&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/IFLXhrPucVs?fs=1&amp;hl=en_US&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1280" height="745"></embed></object>


But, that code doesn't work on here.  So, what you do is take the url from the first "value=" attribute, and put it inside the flash tag.  You also have to specify the size you want it to show in the flash tag (see example below).  I chose 960x540 because its small enough to fit on most people screens, not stretch the forum window, and has the same proportion as my video.

Everything after the "?" is an attribute that tells the youtube flash what to do, separated by "&amp;" (which is just the embed-safe version of "&")

  • "fs=1" means to include the fullscreen button
  • "hd=1" means to play in HD, and include the HD switching button
  • "hl=en_US" is the language, although I think you could actually remove that part and it would still work fine

So, in the end, my code looked like this (which I'm using the code tag to show you):

Code:
[flash=960,540]http://www.youtube.com/v/IFLXhrPucVs?fs=1&amp;hl=en_US&amp;hd=1[/flash]

So glad I figured that out!   

And, here it is working:

<a href="http://www.youtube.com/v/IFLXhrPucVs?fs=1&amp;amp;hl=en_US&amp;amp;hd=1" target="_blank">http://www.youtube.com/v/IFLXhrPucVs?fs=1&amp;amp;hl=en_US&amp;amp;hd=1</a>
Logged

¸,ø¤º°`°º¤ø,¸ ̿''\̵͇̿̿\з=(•̪●)=ε/̵͇̿̿/'̿'̿ ¸,ø¤º°`°º¤ø,¸
My Gallery on FractalForums:
http://www.fractalforums.com/index.php?action=gallery;su=user;cat=228;u=2941

My YouTube channel:
http://www.youtube.com/user/reallybigname
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #1 on: December 09, 2010, 11:02:14 PM »

i think i have to adjust the automatic embedding code
the fullscreen button worked in the originating thread, but here it doesnt work anymore ;(, to allow flash fullscreen mode.... hurt
Logged

---

divide and conquer - iterate and rule - chaos is No random!
reallybigname
Conqueror
*******
Posts: 139



reallybigname reallybigname
WWW
« Reply #2 on: December 10, 2010, 12:46:04 AM »

Yeah, you should just have to add the &fs=1 and &hd=1 in the url in whatever script you're using to rewrite the user input.  But, I sure like the manual flash way because I can resize stuff appropriately for 4:3, 16:9. 

This forums has been an inspiration to my work.  Thanks, Trifox!    afro
Logged

¸,ø¤º°`°º¤ø,¸ ̿''\̵͇̿̿\з=(•̪●)=ε/̵͇̿̿/'̿'̿ ¸,ø¤º°`°º¤ø,¸
My Gallery on FractalForums:
http://www.fractalforums.com/index.php?action=gallery;su=user;cat=228;u=2941

My YouTube channel:
http://www.youtube.com/user/reallybigname
marius
Fractal Lover
**
Posts: 206


« Reply #3 on: December 10, 2010, 02:20:35 AM »

Yeah, you should just have to add the &fs=1 and &hd=1 in the url in whatever script you're using to rewrite the user input.  But, I sure like the manual flash way because I can resize stuff appropriately for 4:3, 16:9. 

This forums has been an inspiration to my work.  Thanks, Trifox!    afro

[iframe]http://www.youtube.com/embed/lvMl7y4edMY?hd=1[/iframe]

That seems to the new, beta way to embed a player that knows their 3D playback tricks.
Is there a way to post iframed content on the forum?
Logged
reallybigname
Conqueror
*******
Posts: 139



reallybigname reallybigname
WWW
« Reply #4 on: December 10, 2010, 02:32:55 AM »

Is there a way to post iframed content on the forum?

I doubt it, as that could be a security/privacy risk, since the child iframe can get info from the parent window.  Or, someone could also post a virus page inside an iframe and everyone who reads it could be attacked.   fiery
Logged

¸,ø¤º°`°º¤ø,¸ ̿''\̵͇̿̿\з=(•̪●)=ε/̵͇̿̿/'̿'̿ ¸,ø¤º°`°º¤ø,¸
My Gallery on FractalForums:
http://www.fractalforums.com/index.php?action=gallery;su=user;cat=228;u=2941

My YouTube channel:
http://www.youtube.com/user/reallybigname
marius
Fractal Lover
**
Posts: 206


« Reply #5 on: December 10, 2010, 02:44:43 AM »

Is there a way to post iframed content on the forum?

I doubt it, as that could be a security/privacy risk, since the child iframe can get info from the parent window.  Or, someone could also post a virus page inside an iframe and everyone who reads it could be attacked.   fiery

Sure. Perhaps some youtube whitelisting for the iframe src could fit the bill though?
Or a way to not have the forum try embed a youtube url, but show the link for click-thru?

Note that throwing a random .swf at flash is not that safe police No clicks needed there..
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #6 on: December 22, 2010, 11:06:17 AM »

i finally managed to include the fullscreen option in the auto embed feature of the forums, and the hd option as well

thx for the support !
Logged

---

divide and conquer - iterate and rule - chaos is No random!
reallybigname
Conqueror
*******
Posts: 139



reallybigname reallybigname
WWW
« Reply #7 on: December 22, 2010, 11:11:43 AM »

Thanks, Trifox!  You're like our YouTube elf.
Logged

¸,ø¤º°`°º¤ø,¸ ̿''\̵͇̿̿\з=(•̪●)=ε/̵͇̿̿/'̿'̿ ¸,ø¤º°`°º¤ø,¸
My Gallery on FractalForums:
http://www.fractalforums.com/index.php?action=gallery;su=user;cat=228;u=2941

My YouTube channel:
http://www.youtube.com/user/reallybigname
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #8 on: December 22, 2010, 11:12:37 AM »

it was nerving me myself the whole time, thanks to your info i finally managed it wink
Logged

---

divide and conquer - iterate and rule - chaos is No random!
Tabasco Raremaster
Iterator
*
Posts: 172



WWW
« Reply #9 on: December 24, 2010, 05:58:33 AM »

Awesome capture.
25 minutes of HD joy&pleasure
Logged

http://tabasco-raremaster.deviantart.com/

If you dislike it press; Alt+F4
Side B
Guest
« Reply #10 on: March 16, 2011, 10:44:46 AM »

How long did this take to render and what are the specifications on the computer that rendered it?
Logged
reallybigname
Conqueror
*******
Posts: 139



reallybigname reallybigname
WWW
« Reply #11 on: March 16, 2011, 11:30:17 AM »

The short answer is that it was done in REAL-TIME on a dual core athlon.   I have a much better computer now, and I can't wait to do a new one...  Here is the copy and paste from the youtube description, which has all the specs:

Thanks to the miracle of real-time 3D fractal exploration that is the Amazing Boxplorer, I am able to bring you this 25 minute psychedelic exploration into the world of the 3D fractal. So, light up, or drink up, or whatever you do, and sit back and enjoy the ride.

All of the source footage was recorded in real-time with boxplorer using a Radeon HD 5830 on a meager dual-core Athlon x2 with 4gb of ram. There are no smooth motion paths because its being done live, using a Cordless Rumblepad 2 to control the motion. I'm also reaching over to the keyboard to adjust parameters at the same time. Compositing, motion blur and other effects were done afterwards.

"Amazing Boxplorer" by Jan Kadlec
sourceforge.net/​projects/​boxplorer/​

Music by Positively Dark
entropymusic.com

To learn more about fractals, go to
fractalforums.com

To render non-realtime, more varied and detailed fractals, check out Mandelbulb 3D by Jesse!
fractalforums.com/​index.php?action=downloads
Logged

¸,ø¤º°`°º¤ø,¸ ̿''\̵͇̿̿\з=(•̪●)=ε/̵͇̿̿/'̿'̿ ¸,ø¤º°`°º¤ø,¸
My Gallery on FractalForums:
http://www.fractalforums.com/index.php?action=gallery;su=user;cat=228;u=2941

My YouTube channel:
http://www.youtube.com/user/reallybigname
Xazo-Tak
Navigator
*****
Posts: 77



« Reply #12 on: September 07, 2011, 12:34:55 AM »

SO HD that since I'm rendering right now, it caused major lag.
Logged

I lost the game!
Pages: [1]   Go Down
  Print  
 
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.159 seconds with 24 queries. (Pretty URLs adds 0.008s, 2q)