Go Back   Dynamic Drive Forums > Blogs
Search Dynamic Drive Forums:

Old

Prevent users to open a video on the video-providing site (in a new window)

Posted 11-19-2009 at 09:51 AM by molendijk
Updated 11-19-2009 at 12:50 PM by molendijk

Inserting these two lines to your include code for video's:

<param name="allowScriptAccess" value="never">
<param name="allowNetworking" value="internal">

prevents flash apps from running scripts or having outbound links.

This is a very handy method for preventing users to open the video on the video-providing site (in a new window) when they accidentally click on the video screen.
...
molendijk's Avatar
Senior Coders
Posted in Flash related
Views 210 Comments 2 molendijk is offline Edit Tags
Old

Document Resizer

Posted 11-01-2009 at 12:50 AM by Nile

Just a little script I made to make the document size bigger.
Quote:
Originally Posted by Nile View Post
Ok:
Code:
<html>
<head>
<title>Javascript Document Resizer</title>
<script type="text/javascript">
// Made by Nile
//UnlinkThis.net
//This credit tag must not be removed!
var size = new Array("XSmall", "Small", "Medium", "Lage", "XLarge", "XXLarge");
var reSize =
...
Nile's Avatar
Elite Coders
Posted in Uncategorized
Views 1986 Comments 10 Nile is offline Edit Tags
Old

Combining Ultimate Fade-in Slideshow 2.1 and Lightwindow 2.0

Posted 10-07-2009 at 04:10 PM by jscheuer1
Updated 10-08-2009 at 01:06 AM by jscheuer1 (Flesh out Links to demo, source scripts)

I've found that this actually can work. It makes an interesting use of the slide show's undocumented oninit feature, and how well the slide show is written visa vis jQuery's No Conflict mode. I would generally advise using two scripts which work off of the same script library, rather than two different script libraries. However, in this case both scripts are so robust, who can resist?

That said, all you need to do to set up a demo is to follow the instructions for Ultimate Fade...
jscheuer1's Avatar
No Kidding?
Views 2368 Comments 2 jscheuer1 is offline Edit Tags
Old

HTML 4.01 Strict Video Include & Chopping Parts from YouTube video's

Posted 09-27-2009 at 10:07 PM by molendijk
Updated 10-02-2009 at 02:29 PM by molendijk (Observation made by jscheuer about title)
Tags add, michal

Perhaps many of you already knew this. I didn't.
HTML 4.01 Strict Video Include:
Code:
<!--[if IE]>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" style="position:absolute;left:20%; top:20%; height:80%;width:80%">
<![endif]-->
<!--[if !IE]><!-->
<object type="application/x-shockwave-flash" style="position:absolute;left:20%; top:20%; height:80%;width:80%" data="http://swf.tubechop.com/tubechop.swf?vurl=rw1j0NsIIeE&amp;start=164&amp;end=199&amp;cid=28051"
...
molendijk's Avatar
Senior Coders
Views 2704 Comments 5 molendijk is offline Edit Tags
Old

YouTube Chromeless Player

Posted 08-26-2009 at 07:29 PM by molendijk
Updated 08-29-2009 at 02:59 PM by molendijk

It's not directly obvious from this how we can:
- start a movie on page load (question asked by some people on different forums);
- specify the dimensions and position of the movies in percentages;
- make good use of the ytplayer functions.

Autoplay: something like
Code:
function so_start()
{
loadNewVideo('lKq9_kk3Zbc', 20);
}
//IE needs some time
window.onload=setTimeout('so_start()',2000)
Size of movie in percentages...
molendijk's Avatar
Senior Coders
Views 5337 Comments 5 molendijk is offline Edit Tags

All times are GMT. The time now is 05:29 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.