I am curently working with DreamWeaver 2004 and am trying to create a
flash window in my HTML page that will switch from flash doc to flash
doc without changing the page. I am using Powerbullet as the front end
menu and have one working, but I am creating an identical HTML page for
each link. This is working ok as I only have about 7 links for this
page. I am looking for another way because I have another page that is
going to support about 50 links and I do not want to have to create 50
identical HTML pages to get this effect. The Powerbullet menu is
functioning flawlessly, but I need a little help with either setting up
the page to be dynamic or some other type of website magic. Any help
would be much appreciated. Thanks.
-Lostxn
Regards.....
Derek Speed.
If I am aunderstanding this right, the link takes the user to the same
page each time, but loads a different flash file depending on which
link corresponds with which file in the server file, right? This is
pretty close. I was wanting to provide a single page with a flash
window. The window would default to my Powerbullet menu page. From this
swf file, I would like numerous other swf (documents actually) and
provide a back button to get back to the menu. The page would never
change, only the swf file being presented. Make sense? The "server
side" stuff is very scary as I have not done this before. Please type
very sl-o-w-l-y. Thanks :-)
1. Have a main swf, complete with menu, that calls other swfs. These
will be overlays, so you need to layout the permant swf (menu ltems
etc) so that it doesn't get covered by the overlay.
2. Alternatively you just have swf files that call each other. But in
this case each one would need to be linked to the other, making it a
lot more work.
3. Actually there's a 3rd way. You can create HTML menu items which
simply tell the embedded swf object (you call it by the OBJECT id in
the HTML) what do do. Check the source HTML generated by Powerbullet
for an eye on how this works. And look at the samples page for an
example of the fscommand.
So, the flash menu links to the various .swf files and the html page
has a permanent hyperlink to the menu page.
Regards.....Derek Speed....