Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pop up with a flash movie

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
CAN ANY ONE HELP ME BY TELLING ME HOW I CAN ADD A POP UP WITH A FLASH MOVIE PLAYING IN IT?? THANX
 
Hi Evil, if its a simple html popup window you're after, just add this code to the head of the document and point it at the page with the flash movie in it. You can alter the width/height to suit the movie:

<script> newwin=window.open('flash.htm','width=100,height=100')</script>

Hope this helps


Nick (Web Designer)
nick.price@misuk.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top