You cannot post messages because only members can post, and you are not currently a member.
Description:
SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file
|
|
|
How do I dynamically change variables
|
| |
I'm looking for a way to dynamically change variables within a flash
file for loading images based on what javascript sends to it,
currently i'm testing by using the following in a loop triggered at a
specific time :
var flashvars = {
imagename: imagelist[curImage].smlsrc,
imagemsg: imagetext[curImage]... more »
|
|
using SWFObject to reload a swf.
|
| |
Is there a way to replay a SWF loaded in swfobject.embedSWF?
I'm trying to get a SWF file to loop, but the SWF file has quit
command, normally I would just reload the SWF file when a user clicks
on a link that triggers a javascript, but this version of swfObject
doesn't appear to like this.... more »
|
|
THANK YOU
|
| |
I just wasted 5 hours trying to get dynamically generated SWF objects
to support ExternalInterface calls, then I found your version of
SWFObject.
Thanks!!!
Liron Shapira
Developer
Slide, Inc
|
|
IE6 "operation aborted" dynamic embed
|
| |
I'm using the dynamic embed method and only in IE6 I keep getting the
"operation aborted" error. I have 2 flash movies beneath each other.
It works in all browsers except IE6. What's wrong? When I take away
the code, the page loads fine.
Here is my embed code (this is in the HEAD of the page).... more »
|
|
swfobject 2.1 makes my flash movie extra tiny!
|
| |
Hi There,
I'm pretty new to using the swfobject library and I was wondering why
my movie looks so tiny in the browser window. What parameter do I need
to add to this code in order to make it work.
<script type="text/javascript">
swfobject.embedSWF("menu_maste r.swf?highlights=<
%Response.Write(Mid(base.Page. ToString(),4)); %>", "movieCont", "847",... more »
|
|
Use Another YouTube Player
|
| |
Alright, I've had this question on my mind for quite some time.
YouTube has other players, such as the one viewed on their website,
their old players, and so on. I was wondering if there's an add on to
the embed code, [link], that allows the player
to be something else, such as [link]... more »
|
|
Google Analytics
|
| |
Hi,
I've posted a number of flash videos with var flashvars =
{};flashvars.callback = "analytics";
such as this one [link]
but I've haven't seen any traffic numbers appearing in Google
Analytics reports. Is there something that I'm missing in the code to... more »
|
|
Swapping out videos
|
| |
Hi Guys,
I am using swfobject2 to show an swf inside a div. (.swf calls .flv
file, default cs3 flash import wizard stuff)
I would like to have two clickable plaintext links on the same page,
that would allow me to swap the video in the div.
Target behavior:
Default Load: Video1
onclick "Video 2 link" , show video 2... more »
|
|
IE arrow keys issue
|
| |
Hi there, trust me I checked the discussions on google groups<[link]>before writing this email but for for any strange reason I can't read any discussion. This is my problem: - I've got a games portal and of course I've opted for swfobject to embed flash content - I'm using wmode=opaque so the games run faster... more »
|
|
Won't show swf file using dynamic swfobject.embedSWF and fscommand
|
| |
Using SwfObject 2.1
Html file fs1a.html displays fs1a.swf
dashbroute.js actually displays the fs1a.swf file.
There is a list box where the user can select one of three companies.
When the fscommand button is clicked, "company" is passed with the
company number.
It appears that the javascript is processed, but I never see the... more »
|
|
|