Forum: PHP
12-31-2008, 09:36 PM
|
|
Replies: 7
Views: 6,694
|
Forum: Flash & ActionScript
09-05-2006, 11:33 AM
|
|
Replies: 9
Views: 1,660
try laszlosystems and openlaszlo
I think that you might find these opensource tools useful ..laszlosystems (http://www.laszlosystems.com) .. and openlaszlo (http://www.openlaszlo.com).
These are opensource alternatives to Flash...
|
Forum: HTML & CSS
09-05-2006, 11:24 AM
|
|
Replies: 10
Views: 22,006
Resolved ..
Resolved after trial and error ..
(a) place Flash embed script in <div> container (I use SWFObject.js)
(b) add wmode=transparent to Flash embed script
(c) set <div id="flashcontent">...
|
Forum: HTML & CSS
09-02-2006, 08:51 PM
|
|
Replies: 10
Views: 22,006
Iframe HTML to overlay Flash object ..
Any tips for getting an iframe to overlay Flash content (swf embedded in a div container)?
Here is an example of overlay iframe script ..
<iframe id="myIframe" name="myIframe" height="200"...
|