PDA

View Full Version : I need help with flash and HTML


brick
10-15-02, 12:53 AM
I'm trying to upload a flash file (like a pop up window) on top of a HTML but the website becomes white, I donot know y

can somebody help me, I'm a newbie with powweb, somehow the system is hard to upload

What I need is to upload a html page with background and on top (as a pop up window) a flash file

Ireally need some hints how to make this possible, I'm using frontpage to upload

thanks for the help

lostdreamer
10-15-02, 02:26 AM
it sounds like you've created a link within the main page that goes to a *.swf, right? if so, make your *.swf in a blank window, like <target="_blank">. this way, you'll get your flash movie in its own window atop the previous (parent) window.

hope this helps.