Welcome, Guest
Sign in
Create account
Home
Home Page
Components
Buy & Sell
Freelance
Marketplace
Tutorials
Flash Tutorials
Games
Free Online Games
Community
Message Board
Home
Help
Search
Login
Register
Subscribe to
Our Feed
Follow Us
On Google +
Follow Us
On Twitter
Become a fan
On Facebook
Flash-DB
»
Server side Scripting and Database Support
»
JavaScript, HTML, CSS, dHTML, XHTML, XSLT, DOM
(Moderators:
Flash-db
,
vesa kortelainen
,
Ronald Wernecke
,
Jorge Solis
,
bpat1434
) »
Commands for HTML
« previous
next »
Print
Pages: [
1
]
Author
Topic: Commands for HTML (Read 2397 times)
macromotion
Server what's that
Posts: 43
Commands for HTML
«
on:
12/06/05, 18:20 »
Hi friends. In html page, i have the scrollbars. With Flash is possible i disable the html page scrollbars?
The code is.
Code:
[Select]
<body scroll = no>
Tanks.
Logged
mani
Server what's that
Posts: 41
Re: Commands for HTML
«
Reply #1 on:
12/12/05, 04:34 »
use this two way
1> Use scrollbars=0 in window.open() method.
2> Put scroll="no" in the BODY tag of the HTML page which you are going
to open by using window.open() method.
( OR )
from flash u can activate this javascript function, so u done it
mani
Logged
macromotion
Server what's that
Posts: 43
Re: Commands for HTML
«
Reply #2 on:
12/12/05, 05:25 »
Hi. tanks but my page is opened. I need change tihs property in current page and no new page.
thx
Logged
saumya
Senior Programmer
Posts: 496
Re: Commands for HTML
«
Reply #3 on:
01/03/06, 07:10 »
just use getUrl to call custom javascript functions in the page.
Logged
Print
Pages: [
1
]
« previous
next »
Flash-DB
»
Server side Scripting and Database Support
»
JavaScript, HTML, CSS, dHTML, XHTML, XSLT, DOM
(Moderators:
Flash-db
,
vesa kortelainen
,
Ronald Wernecke
,
Jorge Solis
,
bpat1434
) »
Commands for HTML