Help - Search - Member List - Calendar
Full Version: html hell
WorkTheWeb Forums > Webmaster Resources > Macromedia Flash
Support our Sponsors!
I've built a site in flash that has a text field that links to a html page. Within this page there are links that I want to link to other swf files that will open on another level, thus keeping the background, aka the navigation. However when I clck on these links in a browser it opens the swf file, but I lose the background. I would use levels in flash, but I don't know how to do this using html.
does this make sense?
can you help?
th eweb address is www.tomhackney.com. click on exhibitions then dream sequence in the text box and you'll see what I mean
thanks in advance
PMH/

Hi!

- Create an empty Symbol.
- Pull it onto the stage, to the upper left corner of the house-picture.
- Click on the empty Symbol on the stage and name it as you want (for example "content_symbol") in the "Properties" window.

Now you can load any movieclip you want into that symbol:

content_symbol.loadMovieClip("i_dont_know.swf");

=> "i_dont_know.swf" will appear in the movie - with the upper left corner where you placed the empty symbol.

To set links simply place buttons on the stage and add some actionscript to them:

on (release) {
content_symbol.loadMovieClip("i_dont_know.swf");
}

Have fun!

Daniel


PHP Help | Linux Help | Web Hosting | Reseller Hosting | SSL Hosting
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2006 Invision Power Services, Inc.