Quote:
Originally Posted by blackwidow
thats what i will do instead lets just keep it simple.
it will come down to this
i have a portal page and forum, portal is the page u get when u got to the site so i will put that code ntfu2 gave in the portal page, (will have music and preloader) then anyother page will just get a basic flash with no preloader and no music.
thanks everyone for all your help i will tell u how it comes out cuz im not gonna do it now im sleepy
im sorry for the dumb question but does that go in the php script or the portal template? if its the php script how would i do that, cuz the vbadvanced portal index.php page is just some sort of template caller
|
No, you use it in a template. Assuming you've got the flash header in your header template, you'd use it there.
Code:
<if condition="THIS_SCRIPT == 'adv_index'">Flash Code for Portal</if>
<if condition="THIS_SCRIPT == 'index'">Flash Code for Index</if>
<if condition="THIS_SCRIPT != 'adv_index' OR THIS_SCRIPT != 'index'">Flash Code for anything besides Index or Portal</if>