Tagged Questions
SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file.
9
votes
7answers
1k views
What's the ultimate way to embed Flash (swf) files to HTML (and XHTML) documents?
Like most people I use SWFObject to embed Flash (swf) files to my Web projects.
As you know SWFObject offers 2 ways to embed Flash: Static publishing and Dynamic publishing.
Static publishing uses ...
7
votes
2answers
873 views
flash blocking javascript events
this is an edit of the original post now that I better understand the problem. now with source code!
In IE, if body (or another html div has focus), then you keypress & click on flash at the ...
6
votes
3answers
2k views
Flash loads twice workaround?
While investigating a reported problem with my site loading slowly, I came across an issue where I noticed (via firebug) that my flash file was loading twice.
After a bit of investigation I tracked ...
5
votes
7answers
5k views
Functions registered with ExternalInterface.addCallback not available in Javascript
I'm working on a Flash game that needs to call some Javascript on the page and get data back from it. Calling Javascript from Flash works. Calling the Flash functions from Javascript (often) doesn't.
...
5
votes
1answer
1k views
Javascript to Flash communication without SWFObject.js
Wondering if its possible to communication from javascript to flash without the use of SWFobject or any other extra javascript file.
Currently I am using the following guide:
...
5
votes
5answers
6k views
Changing arbitrary flash objects wmode to transparent
I need to change wmode of arbitrary flash objects to transparent from external js file to make sure they don't hide menus without using Jquery or similar libs.
In FF I use ...
4
votes
3answers
341 views
Play a 2nd flash video after the first ends
I have a flash object set up in the standard format:
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF("swfplayer.swf", ...
4
votes
3answers
691 views
Why does Firefox fire two requests for embedded swfs?
When a swf is embedded in a page and is not cached locally in the browser, two requests for the swf are fired by the browser. Here is a simple example.
The first request returns an expected 200 OK, ...
4
votes
2answers
3k views
How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject )
How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject ).
I am using Open Flash Chart and the chart is displaying fine in my php shoppping cart, but my javascript menu is ...
4
votes
2answers
4k views
CSS Menu does not appear over flash
I have a drop-down/multi-level CSS menu on a page. The menu however doesn't appear over a flash chart I have. The apparent fix seems to be to put wmode:transparent (or opaque), but that doesn't work ...
3
votes
1answer
429 views
Flash (wmode=window) disappears after calling facebook dialog
We are writing app for facebook. It's a game written in flash and embeded with wmode window. We get problem with Firefox 6, but only on Windows XP. When user invoke some facebook dialog (for example: ...
3
votes
1answer
320 views
flexpaper default two page view settings
I am using flexpage along with pdf2swf to generate swf for my pdf files and showing it in my page.
Here is the setting i have used
<script type="text/javascript">
highlightPageMenuLink();
...
3
votes
1answer
447 views
VideoJS and swfobject embedding issue
I'm using VideoJS and SWFObject to embed videos. The idea is that VideoJS will try to use the HTML5 video tag and will fallback on Flash if it is not supported. I'm trying to use SWFObject to embed ...
3
votes
1answer
218 views
SWFObject / load smil file
Why is this not working?
<div class="videocontainer" id='mediaspace-55'></div>
<script type='text/javascript' ...
3
votes
3answers
4k views
javascript addEventListener onStateChange not working in IE
I have two colorbox popup boxes which show a youtube video in each. When they're finished playing, I'm trying to have them automatically close the colorbox window. This code below works perfect in ...
3
votes
1answer
131 views
Adding an intro to a swf without access to the fla OR: differences between top-level and loaded swfs
I've got to (quickly!) add an intro to an existing flash masthead on a site that I've inherited. I don't have access to the source .fla's, so I approached the problem by putting the intro in a ...
3
votes
5answers
11k views
Resize an SWF when loading it with SWFObject
I'm loading an SWF movie into an HTML page using SWFObject. I want to resize this SWF dynamically. How can SWFObject help? I'm sure I don't have to write my own solution.
2
votes
1answer
498 views
Fancybox swfobject “The requested content cannot be loaded. Please try again later.”
Ok I have installed FB 2.0.x and it's really nice. But, I have a page with 4 videos on it using the JW Player. Currently, when you click on a link it runs a function to open a fancybox instance. The ...
2
votes
4answers
82 views
expanded menu doesn't appears over flash image
I have a drop-down/multi-level CSS menu on a page. The menu however doesn't appear over a flash.i put <param value="transparent" name="wmode"/>
I added wmode="transparent" to the EMBED tag ...
2
votes
0answers
169 views
SWFobject in a Chrome Extension - API Unavaiable
Hi!
I'm building a Chrome extension, in which I need to embed a SWFobject in the background page.
Everything works, except the JavaScript controls for the SWFobject and the eventListeners.
My guess is ...
2
votes
1answer
162 views
Multiple Youtube Players on same page that switch on stop event?
Im trying to build a YouTube API player for a client, what im trying to build requires that YouTube players can switch instantly (to avoid the loading animation between transitions).
Is this ...
2
votes
2answers
138 views
is there any of passing flashvars in static publishing method of SWF_Object?
Well i just want to know that using static publishing method SWF-Object , can we pass flashvars to flash swf file??
The static publish method is
<head>
<title>SWFObject 2 static ...
2
votes
1answer
408 views
how to detect flash using SWFObject
I have downloaded SWFObject, and included it in my website. Now I want to simply get a true or false value based on whether or not Flash is installed in the users browser when they visit my site.
How ...
2
votes
2answers
258 views
jScrollPane Over Video in Safari Resulting in Distorted Text
My site: http://shuttersonthebeach.com
My browser/os: Safari 5.0.4 +/Mac
The issue: click on either 'calendar' or 'specials' in the masthead of the page. An overlay should reveal. Inside of ...
2
votes
2answers
335 views
swfobject with html-class?
hey guys,
is there any parameter where i could apply a classname to a swfobject?
<script type="text/javascript">
var params = { allowScriptAccess: "always" };
...
2
votes
2answers
438 views
SWFObject and positioning
How can I specifically position the flash element embeded using SWFObject please?
Moving it's container DIV around with absolute positioning and top and bottom set doesn't seem to work.
Thank you.
2
votes
3answers
835 views
Complex FlashVar objects using SWFObject?
Is it possible to pass native JavaScript objects such as arrays and hash-map-like objects to Flash Player with SWFObject?
I basically need to pass an array of objects to Flash from JavaScript in the ...
2
votes
2answers
486 views
jQuery .load doesn't load swfobject content
I'm loading some content (NOT THE HTML headers or anything, just HTML formatted content from a PHP) via jquery .load() into a div.
It works, perfectly for everything BUT some Flash-based amCharts ...
2
votes
0answers
159 views
Center aligning SWF in Flash breaks video prompt request
I'm using swfobject to inject my swf. My SWF basically initiates a webcam and prompts the user for access to the cam. Problem is whenever I center align the div that contains the swf object the ...
2
votes
5answers
928 views
Using SWFObject, the flash moves 1 pixel to the right on Firefox
Please check this page: http://islandhideaway.weebly.com/
For whatever reason, the flash slideshow moves over 1 pixel when opened in Firefox on my Mac. All other browsers render it fine, but only on ...
2
votes
1answer
163 views
Is there any way to hide the variables that are being passed to Flash by swfobject when someone views source?
I have some Flash swfs that are embedded using swfobject and I pass them some vars like user id. How do I prevent people from reading these vars? If someone views the source of the php page that ...
2
votes
4answers
668 views
dynamic height and width with swfobject
swfObject embed has the following signature,
swfobject.embedSWF(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj, callbackFn)
with width and ...
2
votes
3answers
922 views
Video not playing in IE in hidden div using JW Player, SWFObject and FancyZoom
I have a video that is meant to start playing when a user clicks on an image and said image opens a FancyZoom overlay. It works fine in every browser except IEs. If I place the video in a div that is ...
2
votes
5answers
551 views
Jing + swfobject 2.2 = big video in small div
I am trying to use swfobject 2.2 to display an swf, but the swf won't scale to fit the div that I'm putting it in. You can see what I've got here.
When it first loads, it is the right size, then it ...
2
votes
1answer
725 views
jquery.flash plugin not working in IE6
I use jquery.flash() plugin to embed flash into my website. The problem is that in IE6 this doesn't work. I tried swfobject (1.5), also, but it gives me (sometimes) some strange errors with n null or ...
2
votes
4answers
4k views
YouTube API — not firing 'onYouTubePlayerReady()'
From what I've read, this is how I should setup the YouTube API:
<!DOCTYPE html>
<html lang="en">
<head>
<meta content='text/html;charset=UTF-8' http-equiv='content-type' ...
2
votes
1answer
509 views
Flash Videos “Bleeding” above Lightbox Video
Have a video in a lightbox on a page that has some other Flash content (banners, animation, etc. in SWFObject). I guess Flash has it's own window that's essentially on top of the document window ...
2
votes
4answers
3k views
CSS Menu hides behind flash only in IE (SWFObject)
I know that this question is asked a lot, I checked all of the "related questions" before posting this and I tried all of the different solutions I could find, but to no avail.
I am working on a site ...
2
votes
1answer
1k views
JQuery (maybe SWFObject) not doing what it's supposed to in IE 7.0.5730.13 or 8.0.6001.18702 or 8.0.7100.0, but works in 7.0.5730.11
I have a website that has jQuery and SWFObject running on it. When the page loads, it sets a 2 second timeout then triggers an SWFObject instance to load a movie. When the movie finishes it's player ...
2
votes
1answer
680 views
Is it possible to embed a SWF in a form using swfobject 2+ in IE6+?
I've been having endless problems embedding a dynamically loaded SWF into a HTML Form within IE 6,7,8 using swfobject.embedSwf.
All the proposed manual workarounds for the problem involve creating a ...
2
votes
1answer
908 views
capture right click through Javascript, withouth wmode
Flash player has a bug in using anything other than wmode="window" in Firefox/Chrome when using any other language than English. This bug is reported and not fixed yet
...
2
votes
1answer
3k views
Can I destroy a flash object created with SWFObject?
I am using YUI's Dialog control to show a Flash movie on my site in a popup.
I am creating the Flash control using SWFObject. This creates a JW Player instance for my video.
I was quite surprised to ...
2
votes
3answers
335 views
swfObject + scriptaculous Autocompleter = Fail
For some reason the combination of swfobject.js and script.aculo.us Ajax.Autocompleter on the same page causes the latter to fail. Autocompleter doesn't make its Ajax request. A separate Ajax control ...
1
vote
0answers
43 views
Play swf in background
Some Background:
Basically i'm building a remote monitoring system that reads data from an XML file on a piece of hardware running a web server. Its currently only capable of html and cgi requests ...
1
vote
0answers
45 views
Using javascript, how can I make a YouTube video go to fullscreen when a user clicks play?
I have a page with a YouTube video on it. The client wants the video to go fullscreen when a user clicks play and bypass the usual step of clicking the fullscreen icon on the player.
I have been ...
1
vote
0answers
40 views
when I set allowscriptaccess param to always my flash component disappear?
When I set allowscriptaccess param to always using below code my Flash component disappear?!
but when I comment it it work.
I have ExternalInterface.call in my Action script so I think I should set ...
1
vote
4answers
104 views
external interface and swfobject.js issue
Several months ago for a project at work i developed a video player using flash, external interface and swfobject.js. I used external interface to facilitate communication between javascript and ...
1
vote
0answers
23 views
Can I consume youtube video content and play in my own custom built flash player?
I built my own flash movie player. now I want to consume youtube videos and play them in my own flash player, so that the end user does not see any indication that the videos are housed on youtube. ...
1
vote
0answers
23 views
How can I link a xml file to a swfobject?
Im having a problem with passing an xml url to my swf file, I get the swf but not the xml-data. It seems like the url to the xml somehow changes to the root url. I get this error:
...
1
vote
1answer
97 views
FLV Player not works in IE Browser?
I have the following piece of code which play the flv file,
<embed align="middle" width="185" height="121"
pluginspage="http://www.macromedia.com/go/getflashplayer"
...