5
votes
1answer
405 views
Javascript to Flash communication without SWFObject.js
Hello,
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:
…
4
votes
2answers
1k 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
3answers
317 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, …
3
votes
2answers
612 views
How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject )
Hello
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 …
2
votes
4answers
145 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
225 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
5answers
1k 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 …
2
votes
2answers
489 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 …
2
votes
3answers
245 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
3answers
83 views
detect the size of swf. flex/as3
I'm creating a map that has points of interest. (POI) When a user mouses over the POI an info bubble pops onto the screen and it loads an swf. I currently have 3 problems. My 4th problem is that this …
1
vote
1answer
50 views
Forgive me ‘whoever’ for I have sinned… (embedding multiple Flash Player instances using swfobject via a usercontrol)
I have a ListView on a Page within a MasterPage and some very ugly ugly autogenerated IDs.
Such as..."ctl00_workbenchPlaceHolder_ListView1_ctrl1_LibItem2One"
Using swfobject.embedSWF(...) requires …
1
vote
2answers
72 views
can you load swfobject.js or jquery.swfobject in the footer
can you load swfobject.js or jquery.swfobject in the footer, below the div being replaced?
I'd love to keep all of my javascript loading at the bottom of the page but swfobject seems to fail if it …
1
vote
2answers
36 views
Differences between SWFAddress and JSInterface… which to choose?
What are the differences between SWFObject/SWFAddress and JSInterface?
JSInterface has a lot more functionality but SWFAddress seems to be the standard, so I'm wondering what you choose to use and …
1
vote
0answers
70 views
Error using ZeroClipboard js script in IE
http://pasite.org/code/281?theme=lazy
im getting error, which i dont get on firefox or chrome.
it says on line 235
this.movie.setText( this.clipText );
this.movie.setHandCursor( …
1
vote
1answer
87 views
Html/Flash Hybrid Website: rollover issues in Firefox 3
Hi There,
I am currently developing a PHP website that has a lot of Flash components. On each page there are one or more custom Flash components embedded with swfObject, as well as sIFR navigation.
…
