need flash popup... plz help!
Hi, i am newb flash programmer with very little flash experience.
I need a flash (.swf) movie which invokes a popup window automaticaly!
I have looked arround on google and i only found movies where you have to click somthing for the window to apear. I know this can be done automatically but dont know how.
I think, it is possible to embedd an html file in the movie, which is loaded externally and then the java script executes.... but i could be wrong... Please Help!
Thanks!
The Webmistress posted this at 15:33 — 21st April 2004.
She has: 5,586 posts
Joined: Feb 2001
Why do you want anything to pop-up automatically?
netuzi posted this at 14:32 — 24th April 2004.
They have: 4 posts
Joined: Apr 2004
hi, i maintain a site with a considerable number of webpages. All of the web pages were coded by me or my friends by hand over a long period of time. Now the only common thing in all of the pages is a flash movie in the header.
Adding an AD code by hand in all of the pages is not possible in a timely manor. Instead i could edit the movie.. It would be quick and easy!
Thanks!
netuzi posted this at 18:46 — 27th April 2004.
They have: 4 posts
Joined: Apr 2004
som1 plz help
The Webmistress posted this at 19:10 — 27th April 2004.
She has: 5,586 posts
Joined: Feb 2001
You haven't really explained what it is you want and why do you want a pop-up? Pop-ups are generally bad!
forwardtrends posted this at 19:16 — 27th April 2004.
He has: 52 posts
Joined: Feb 2003
Use the onClipEvent (load) { handler on frame 1 of your movie.. then your normal comand to call the popup..
TonyMontana posted this at 19:35 — 28th April 2004.
They have: 218 posts
Joined: Apr 2001
Put something like this on the first frame of your movie:
getURL("javascript:void(window.open(page,pName,settings));");
Substitute your own page parameters.
TM
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.