all groups > macromedia flash sitedesign > august 2007 >
You're in the

macromedia flash sitedesign

group:

Bring Up Flash Presentation In Multiple formats with hyperlinks?


Bring Up Flash Presentation In Multiple formats with hyperlinks? NetBossUSA
8/24/2007 6:28:12 PM
macromedia flash sitedesign: I have a web site that is 100% flash http://www.rcgof.org/firedept when it
comes up as you can see the center section is always the same starting flash
..swf. If you click on the various buttons other .swf files load in the center
section of this page. What I need to know is can I create a link on another web
site that when clicked will open up my site but with something other than the
initial screen in the center. Can I tell flash from a link to load with
something other than the initial page running?

Bill
Re: Bring Up Flash Presentation In Multiple formats with hyperlinks? .:}x-=V!P=-x{:.
8/24/2007 6:51:06 PM
Re: Bring Up Flash Presentation In Multiple formats with hyperlinks? NetBossUSA
8/24/2007 7:02:46 PM
How do I know what to put in the ?section=page after the link? I'm not sure to
use Flash/JS to check for that URL argument. Could you possibly dumb up the
answer a bit for me, I'm not familiar with this area of Flash...

Bill
Re: Bring Up Flash Presentation In Multiple formats with hyperlinks? .:}x-=V!P=-x{:.
8/24/2007 7:17:05 PM
You create your own name/value pairs that make sense to you. I used section as
the variable name and page as the value. So if you have 3 sections (home,
contact, portfolio) then you can use ?section=home, ?section=contact or
?section=portfolio. Then in Flash you use logic to check what section is needed
like

if(section = "home"){
gotoAndStop("home");
}else if(section=="contact"){
........
}

sorry i suck at explanations but i try
AddThis Social Bookmark Button