Scrollbars to full page flash
- Posted by kajyr on March 24th, 2009
- 1 Comment »
Sometimes you simply want to summon browser’s scrollbars to scroll your full page, in case of a too low resolution for example.
This great plugin for jquery from think2loud.com handles the problem.
It suggest to use the JQuery Flash Plugin to embed the swf movie, but works perfectly also with the flexbuilder default html template.
Also, I suggest to include jQuery api from a Content Delivery Network, to provide faster access worldwide, like the Google AJAX api library or the Yahoo one.
Hi! this is a great tool for 100% screen flash movies and i thank you for that. But im having a little problem with this, see the site im working on have two scripts working on the reziser and allowfullscreen. It works fine on IE7 but when i try to go fullscreen on Firefox3.6 the swf looses all interactivity as it has no buttons or anything. The code im using on the site is the following:
——————————————-
Grupo Vocal Emerger
$(document).ready(function() {
//Write out the falsh
$(‘#myFlash’).flash({
src: ‘pelicula.swf’,
width: “100%”,
height: “100%”,
bgcolor: “#CCCCCC”,
allowfullscreen: “true”
},
{
version: 8
});
//Flash Resize Setup
$(‘#myFlash’).flashResize({
minWidth: 810,
minHeight: 610
});
});
body{ padding:0px; margin:0px;}
.flash-replaced .alt {
display: block;
height: 0;
position: absolute;
overflow: hidden;
width: 0;
}
Think2loud presents Flash resizing made easy.
——————————————————————-
Hope you can help me with this. Thanks in advance and sorry for my english.
Cheers.
June 27th, 2010 at 10:33