This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Flash Site Design > March 2004 > How to disable the Tool Bar, Address Bar and Status Bar in flash converted Html file





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author How to disable the Tool Bar, Address Bar and Status Bar in flash converted Html file
sundhar

2004-03-03, 10:29 am

Dear Sir,
I am preparing a Flash Presentation using Flash 5.0. for our products.
This Presentation consisting of various modules and sub modules.
Initially i thought of doing the presentation as an offline so i have
prepared the presentation in such a way. By pressing the index.exe the
presentation will run smoothily in any machine. Here i am calling .SWF
files in the respective modules.

But now i though of uploading it in www it is giving prob. the
functionality which i have used inside the flash is not working
properly. The navigation button provided at the bottom of the page is
not visible coz the swf file is running in browser. so it will enlarge
the presentaion so that the origional size can't be maintained. To
avoid this i have published all the file as HTML and now i try to run
the same in the browser now the screens kept in each file is getting
enlarged so that the originality is getting distrubbed. I have not
used any fs command inside the flash since it is html file. I dont
know how to control this programattically. if there is any action
script is there to disable the browser's toolbar and address bar we
can able to acheive this task. Pl. help me by providing some solution
and enable me to complete my task.

Regards
Sundhar
Martin Rass

2004-03-04, 5:31 pm

sundhar <sundhar_v@hotmail.com> wrote:

> But now i though of uploading it in www it is giving prob. the
> functionality which i have used inside the flash is not working
> properly. The navigation button provided at the bottom of the page is
> not visible coz the swf file is running in browser. so it will enlarge
> the presentaion so that the origional size can't be maintained. To
> avoid this i have published all the file as HTML and now i try to run
> the same in the browser now the screens kept in each file is getting
> enlarged so that the originality is getting distrubbed. I have not
> used any fs command inside the flash since it is html file. I dont
> know how to control this programattically. if there is any action
> script is there to disable the browser's toolbar and address bar we
> can able to acheive this task. Pl. help me by providing some solution
> and enable me to complete my task.


a simple solution is a popup (don't publish the flashmovie as html)

into the head of the main page
<script language="JavaScript" type="text/javascript">
<!--

function popup()
{
window.open("yourpresentation.swf","F1","width=your
width,height=your hight,screenX=0,screenY=0");
}
//-->
</script>


into the body of the main page
<a href="java script:popup()">See our products</a>

Then you have only the flash movie without any browser toolbar, you
control it by your actionscripts ..

HTH
Martin

--
So have I heard and do in part believe it. - Horatio
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews