Tagged Questions
30
votes
5answers
30k views
FF3/Windows CSS z-index problem with YouTube player
I'm stuck on what appears to be a CSS/z-index conflict with the YouTube player. In Firefox 3 under Windows XP, Take a look at this page: http://spokenword.org/program/21396 Click on the Collect button ...
15
votes
9answers
905 views
HTML5 or Flash?
I have to write a web application for a client soon. Looking at the specs, there is no reason why the project couldn't be an HTML5/CSS/Javascript project, but the client is arguing that it has to be ...
8
votes
3answers
354 views
When does a browser initialize flash?
I am working on optimizing a page that has Flash on it. I am using optimization practices like moving Javascript to the bottom to not block. Removing inline scripts. And minimizing HTTP requests with ...
7
votes
5answers
8k views
Google Chrome, Flash and z-index wrong behaviour
Google Chrome is displaying the z-index of a Flash video incorrectly.
Take a look at http://maxusglobal.com/ in Firefox or Internet Explorer.
Now take a look at it in Chrome.
The big video at the ...
7
votes
7answers
3k views
Flash vs. (Ex)Canvas vs. SVG/VML
If you were to design a graphics-heavy interactive web application (say a game like Mario Bros.) today, which of the three available technologies would you prefer - Flash, (Ex)Canvas or SVG/VML?
What ...
7
votes
5answers
5k views
How do I place HTML content above a Flash movie?
A site I'm working on has Flash headers (using swfobject to embed them). Now I'm required to code in a bit of HTML that's supposed to overlap the Flash movie.
I've tried setting z-index on the Flash ...
5
votes
7answers
1k views
Can you layer pictures on top of each other on a webpage?
I want to build a website that is a "dress up" game where you can click on different accessories and they will layer on top of each other.
Because it's a little difficult to describe, I found these ...
5
votes
3answers
2k views
Add a Link Around an Embedded Flash File
I want to make it so that when I click anywhere on the embedded Flash element, it takes me to a destination URL.
Here is my current code, which does not produce the desired effect:
<div ...
5
votes
12answers
8k views
Flash video still playing on DIV that is removed using jQuery (IE bug)
I have some jQuery tabs one of which holds a flash video. When I play the video in one tab and click to another in FF or Safari the video stops along with the sound, clicking back to the video tab ...
5
votes
2answers
4k views
CSS 100% height + header with static height;
I am building a layout which includes a header, which is 40 px in height. Underneath this header a SWF resides that should take up the rest of the available space.
The best solution untill now has ...
5
votes
3answers
4k views
Cross Browser dropdown/popup menu over a flash movie
I need to make my dropdown menu apprear over the top of a flash movie, how is this done cross browser?
It can be done, IBM do it: http://www.ibm.com/us/ so do GE: http://www.ge.com/
Setting the the ...
4
votes
3answers
193 views
Is there a library for converting Flash / Flex AS3 TextLayoutFormat data to HTML and CSS?
I have the job of recreating a flex app in HTML and CSS. The existing app makes considerable use of TextFlow to layout content. For several reasons I need to be quite accurate (within a few pixels) ...
4
votes
2answers
3k views
Placing a div in front of a flash embed
I need to place a div tag above literally everything else on the page. I've read that setting wmode param to opaque will do it, but also heard that that will only effect IE. Is this true? How do ...
4
votes
1answer
946 views
how to solve zindex issue with flash
In a webpage I need to show a div layer over the flash banner which is not using wmode=transparent setting.
How to solve it?
4
votes
1answer
1k views
Firefox hide embeded object bug workaround?
Hi there is a well documented bug in firefox(since version 0.9!) where hidding a flash, java applet, quicktime... really anything you can put in a "embed" or "object" tag makes the embeded content be ...
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
2answers
224 views
Auto-resizing Centered Embedded Flash (HTML/CSS)
I am a motion media designer trying to incorporate some of my work for a client into a website for her Christmas gift. I am trying to resize a .swf to match the browser size, as the fixed size is ...
3
votes
2answers
208 views
Suppressing the Tool Information in Adobe
I've been searching for a way to prevent the download of a PDF and I finally found one in HTML5. The code is really simple and is
<embed src="filename.pdf#toolbar=0&navpanes=0&scrollbar=0" ...
3
votes
1answer
622 views
Popup menu pops under flash in Chrome,Opera and Safari
I've created a popup navigation menu at: http://lixmebel.com -> under Галерия -> Проекти. In firefox and internet explorer everything works fine - the menu pops over the flash. But in Chrome, Safari ...
3
votes
2answers
162 views
how to insert flash into form like http://www.mediafire.com
I would like to isert flash upload into my index file but I dont knoz how to insert flash. this is the link of the flash http://www.tinywebgallery.com/en/tfu/web_demo1.php i would like to insert like ...
3
votes
3answers
1k views
Insert div over flash in IE
I have a menu bar which has several submenu items. The homepage contains a flash animation which is located under the menu bar. When the submenu items are over the flash file, the flash file will be ...
3
votes
3answers
2k views
IE7 z-index problem with Flash content
I have a problem with flash content in IE7 being always over the menu items
I have a structure like the following:
<div id='skyscraper_flash'>
<!--this id skyscraper_flash is position ...
3
votes
15answers
899 views
Will HTML be replaced by any new technology?
I see various frameworks being launched that promise Rich Ui and better User experience as they call it. Silverlight, Flash, Yahoo's new framework etc etc.
Does this mean that over a period of time ...
3
votes
6answers
5k views
How to use “native” custom mouse cursors from within Flash apps?
The most common way of changing a cursor in Flash apps seems to be based on simply hiding the native OS cursor and displaying a graphic (drawn by the Flash Player) inside the Flash rectangle where the ...
3
votes
5answers
1k views
Can a Flash movie pass mouse events to the containing page?
One of our newer products is a walk-on video system, in which a character appears in an absolutely positioned DIV and gives a little presentation. We're using Flash 9, AS3. Unfortunately, in order to ...
2
votes
1answer
64 views
Flash via iframe in Safari is breaking
I'm trying to load an iframe into a div via ajax. The iframe serves Flash content.
There are four divs (above each other) with the same Flash-through-iframe implementation, and I show and hide these ...
2
votes
1answer
29 views
.swf positionning is not contained on page, in chrome
This is a simple page I am trying to add a .swf to, with a small custom made js function I slapped up. With chrome the swf is pushed up and out of the navigator window and is missing the top half.
I ...
2
votes
2answers
88 views
Video as a background
Hi just fond a cool page and would love to know how they did it.
http://www.six60.co.nz/
If anyone knows or could give me a starting point to work it out that would be awesome.
Thanks for your ...
2
votes
1answer
88 views
What “platform” should I use to develop an online interactive image map?
I'm trying to create a simple interactive image map where the user would be able to hover the mouse pointer over a part of the image and the setup would in turn animate/show/unhide a pop-up box (not ...
2
votes
4answers
92 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
1answer
159 views
Avoid scroll-wheel hijack by embedded youtube / flash video
I am making some improvements on a web-site that has a youtube video embedded in its home-page. I have not added this code myself, but it looks like:
<object width="380" height="307">
...
2
votes
2answers
153 views
flash navigation bar in html/css/javascript?
I am hoping to build my navigation bar into something like:
http://www.taylorhowes.com/#/portfolio/knightsbridge?imageid=1
where the navigation links appear and disappear on mouseover from a ...
2
votes
1answer
182 views
Stop Clippy showing mouse-over text
I've been play around with Clippy and I having problems configuring it without compiling it myself.
I noticed on Github that they use use Clippy for repo urls but when you mouse over it it doesn't ...
2
votes
2answers
568 views
Make disabled Flex Spark Button more readable using CSS
I have a Flex Spark Button that I've changed the background to a dark color using
s|Button {
color: #66ffff;
chromeColor: #333333;
}
The problem is that when the button is disabled, it's ...
2
votes
1answer
244 views
Is it Possible to Convert a JavaScript/jQuery Image Gallery In To .Swf Format? Or Into Some Other “non-browser” Medium?
Is it Possible to Convert a Image gallery, Photo slider, Image plugin consist with (HTML, CSS, Javascript/ jQuery) In To .Swf Format? Or In To Some Other "non-browser" Medium?
2
votes
2answers
367 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
1answer
155 views
flash over jquery slideshow
I can't get this working. I have a flash header, and a jquery slideshow on my page, but the flash goes over the jquery slideshow (the jquery slideshow appears under the flash).
Here's my page, just ...
2
votes
2answers
643 views
Flash objects restart or disappear when its container is re-styled
I've created a jQuery plug-in that allows a selected panel of a web page to be pinned to the top of the browser view-port when the user scrolls a long page after passing a particular horizontal point ...
2
votes
2answers
152 views
What CSS selector do I need here?
I'm trying to center the title text on my Alert control. I'm using the following CSS right now:
mx|Alert{
text-align: center;
}
The problem is that the above code centers my alert content as ...
2
votes
3answers
648 views
My CSS menus hidden behind iframe with flash
my css drop down menu is hidden behind a flash element I have on my site. I have tried changing the z index but still nothing. Please help.... here is the page. www.cougarguide.com
2
votes
1answer
371 views
iframe with menu drop down ontop of flash makes flash unclickable
I've made a site where an iframe calls to a top navigation element, with a javascript drop down menu. I have it working where the menu drops over a center flash element, but even when the menu is not ...
2
votes
2answers
647 views
how to use wmode=transparent in firefox?
I made a webapp where I need html content to popup on top of the swf objects I have. I ended up using the swfobject setting wmode: "transparent" which works fine in all browsers (Chrome, safari, IE) ...
2
votes
5answers
617 views
Is the sIFR project dead?
I need to implement a typographic solution, and was about to go the sIFR route, but sIFR 2 is ancient and sIFR 3 doesn't appear to have been worked on in over a year and a half.
I've been looking ...
2
votes
5answers
1k views
Position: absolute a div over Flash
Is it possible to position: absolute a <div /> over a Flash banner without adding wmode="transparent" to the banner?
I have a lightbox that needs to appear above my ads but I can't directly ...
2
votes
1answer
38 views
Inspiring web experiments and technical demos
Probably everyone knows about Chrome Experiments:
http://www.chromeexperiments.com/
that contain some stunning examples of what JS is capable of. It would be nice to compile a collection of similar ...
2
votes
5answers
795 views
Flash receives mouse events under an HTML element when opacity set
I have an HTML document with a Flash object and an absolutely positioned HTML element above it. If I set the HTML element's opacity CSS property to any value less than 1, the Flash object (that is ...
2
votes
2answers
966 views
Div on top of flash without wmode
I have an AD which is basically a flash file inside an IFRAME. Unfortunately, I cannot control the wmode of the flash file.
Is there any way in which I can place the div on top of the flash?
...
2
votes
8answers
323 views
tweak CSS to expand header
for this site:
http://yoursdproperty.com/
do you see how there some extra white space all the way at the top?
how would i expand that image to get rid of that space?
The weird thing is that the ...
2
votes
2answers
564 views
Hide part of a Flash animation in HTML
I have an .swf file (a flash animation) that is too big and unfortunately we do not have the source code (the .fla file) anymore. I need to display it in a div, and want to hide part of it.
Any ...
2
votes
5answers
3k views
Display image above flash object
I am facing a tricky situation here...this is the problem...I have a flash object over which i want to display an image These are the tricks that i tried...1.Playing with z-index(no use) 2.Setting the ...