Groups | Blog | Home
all groups > flash (macromedia) > june 2007 >

flash (macromedia) : Someone on a forum helped me with a flash pop up, but I can't recreate his link...



dtrace
6/21/2007 5:56:26 PM
http://www.actionscript.org/forums/showthread.php3?t=139424

2/3 the way down, Atomic sent me a link, that says 'HERE".....to create a
centered full screen flash pop up that works on all browsers and fixes the
'click to activate' bug.

But I can't recreate it?

Can someone help me?



nt00
6/21/2007 7:28:43 PM
ummm help you recreate what?

The link in the forum is to "http://ferlan.110mb.com/Flash/newsplash1.html"

From the html source the js file is at
"http://ferlan.110mb.com/Scripts/flashobject.js"

Dave
dtrace
6/21/2007 7:52:06 PM
I guess help me to recreate that pop up.

I don't know what that flashobject.js does, ....I have never used something
like that before.

But essentially, I'm looking to have a fullscreen pop up window, with the
flash centered, vertically and horizontally, working on all browsers....with
the IE 'click to activate' bug fixed....

and also , I 'd like to have the flash extend to the edges of the users window.

any help would be so appreciated.

Nickels55
6/21/2007 8:38:37 PM
The guy already did everything for you!
Here is the HTML page:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/><!--url's used in the movie--><!--text used in the movie--><!-- saved from
url=(0013)about:internet --><center><br />
<br />
<script type="text/javascript" src="/Scripts/flashobject.js"></script>
<div id="flashcontent">This text is replaced by the Flash movie. </div>
<script type="text/javascript">
var fo = new FlashObject("newsplash.swf", "mymovie", "550", "400", "7",
"#ffffff");
fo.write("flashcontent");
</script></center>

-------
Just edit the above code with your swf info. The create a folder called
Scripts and save the flashobject.js file in it. Done and done.

AddThis Social Bookmark Button