I have a Flash game which has outgoing web links- how can I make these links not to work via javascript? Any hints?
i ve noticed that websites such as Facebook run REALLY slow.. i ve also noticed that facebook tends to use LOTS of javascript/client-side code!! i ve tried doing that once for one of my websites but found that it really slowed down people s browsers/computers!!!
has anyone else found the same thing to be true? is there such a thing as too much javascript and should developers try to avoid it??
I logged out of my YouTube account and now it won t let me log back in. It always has- but it just started not letting me. Also- it won t let me watch videos anymore. I have the latest flash player- and I have Javascript turned on i believe.
Basically- this applies to those who have knowledge in Flash and ActionScript. I m asking about a (free) tool made by Sham Bhangal- the VCam (info at http://www.oreillynet.com/pub/a/javascript/2004/08/17/flashhacks.html?page=2) which basically allows you to select what viewers will see.
I want to make an interactive flash where the user can pan their surroundings depending on where their mouse cursor is on the stage. So- it sounds like a job for ActionScript- but I m hopeless at any scripting. If it s not too complicated- does anyone know the answer/know where to find an answer?
Basically- this applies to those who have knowledge in Flash and ActionScript. I m asking about a (free) tool made by Sham Bhangal- the VCam (info at http://www.oreillynet.com/pub/a/javascri... which basically allows you to select what viewers will see.
I want to make an interactive flash where the user can pan their surroundings depending on where their mouse cursor is on the stage. So- it sounds like a job for ActionScript- but I m hopeless at any scripting. If it s not too complicated- does anyone know the answer/know where to find an answer?
EDIT: Wow- I tried using that script you showed- GarDZ- that was the type of script I was looking for. I tried inserting it into the VCam s script- except I wasn t sure which part to replace...
Oops- sorry about that last update. You can tell I m quite new.
Anyway- after a bit of experimenting- I put it in the right place- and it s working! Thank you so much- GarDz!
I m developing a site- and amajor part of the working with that site is uploading files to the site servers.
I have some third party softwares that deals with this uploading things just fine.
BUT in the browser- when the user clicks on the "Browse" button near the file field- he/she gets a browsing window from the operating system- but with filter "All Files (*.*)" and the combo box shows two more options "Pictures (*.jpg- *.gif)" & "HTML (*.htm- *.html).
How can control those filters? i.e. I want the user to upload only Access files (*.mdb)- and I block- by javascript- the optin to upload file that doesn t end with .mdb- but I want the browse window to show him only mdb files?
a simple example to the form upload field is here:
<form action="DocumentNew.asp" ENCTYPE="multipart/form-data" method="POST" name="DocumentNew">
file: <input type="file" name="filename" class="formtext" size="60">
<input type=submit>
</form>
No comments:
Post a Comment