Macromedia Flash MX Logo

Related Topics:

Posted on Oct 11, 2007

Disable F3 function key from intenet explorer Use it from Flash

Is it possible to disable F3 function key in internet explorer so that my flash swf inside IE uses that Key. Otherwise it opens up a search function

3 Answers

A

Anonymous

Head>
<script language="JavaScript">
document.write("&nbsp;")

A

Anonymous

F3 se small word elder

Ad

Anonymous

Level 1:

An expert who has achieved level 1.

Governor:

An expert whose answer got voted for 20 times.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 12 Answers
  • Posted on Nov 21, 2007
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Governor:

An expert whose answer got voted for 20 times.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Oct 17, 2007
Answers
12
Questions
0
Helped
66585
Points
32

<html>

<script>
document.onkeydown = function(){
if(window.event && window.event.keyCode == 114)
{ // Capture and remap F5
window.event.keyCode = 505;
}
if(window.event && window.event.keyCode == 505)
{ // New action for F5
//alert('F3 key was pressed');
return false;
// Must return false or the browser will refresh anyway
}
}
</script>
<body>
</body>
</html>

NOTE:-PASTE ABOVE CODE TO YOUR HTML PAGE IT WILL DISABEL F3 BUTTON RESPONSE OF INTERNET EXPLORER THEN YOU CAN USE F3 BUTTON TO YOUR FLASH APPLECATION.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
3answers

Swf files won't play on my laptop

.swf files are Shock Wave Flash files, which are native to Adobe. Download Adobe Flash Player and you should be able to play them.
tip

FLV to SWF converter for mac, convert Flash FLV to SWF on mac

PartI. Difference between FLV and SWF
PartII. How to play FLV and SWF on mac
PartIII. How to convert FLV to SWF on mac

PartI. FLV VS. SWF

What is FLV?

FLV files (Flash Video Files), a binary file format, are composed of a video bit stream and an audio bit stream and deliver web video over the Internet with Macromedia Flash Player. FLV files are considered to be streaming video files. If you put FLV file in website, you don't have to download the entire file before playing. FLV content may also be embedded within SWF files. The audio and video data within FLV files are encoded in the same way as they are within SWF files. Unlike SWF format, FLV do not have maximum of 16000 frames limitation and ideally for large video file size. Notable users of the FLV format files are YouTube, Yahoo video, Google Video, Reuters.com, My Space, Facebook video etc.

What is SWF?

SWF (Shockwave Flash)- The file format SWF is a vector graphics file format, not streaming media. SWF file can be played directly in web browser, such as Internet Explorer. However, FLV file can not be playback directly, because it requires a separate SWF file which reads the video content from FLV. The SWF file that plays FLV file is called online flash player. Intended to be small enough for publication on the web, SWF files can contain animations or applets of varying degrees of interactivity and function.

PartII. How to play FLV and SWF on your mac

FLV and SWF are currently very popular over the Internet. When you have downloaded many cartoon movie files which are in SWF file format from Internet or downloaded a video from video sharing website like Youtube to your Mac, you must want to play them in the formats of FLV and SWF. However the default Player on Mac, QuickTime Player, can't playback them. Luckily, the problem will be fixed when you use SWF&FLV Player.

SWF&FLV Player, which is based on the standard Adobe Flash player for Mac OS X, SWF & FLV Player by Eltima Software offers advanced and unique features that allow you to play, rewind, fast-forward and preview SWF and FLV files frame-by-frame, and also create and manage playlists, zoom movies in and out, fit to current window size or restore to original one, set playback quality, control Flash security, check SWF file’s comprehensive information and lots more.

PartIII. How to convert FLV to SWF on mac

Want to publish your website and insert a SWF file into it, right? Use Flash 8.0 to create an embedded SWF with for your web site, however, you will find that the created SWF file goes out of sync in video and audio. How to solve this problem?

A workaround is FLV to SWF converter for mac which is a special flash creator. Mac FLV to SWF converter can convert FLV to SWF as simple as a piece of cake, without any actionscript and programming. Mac FLV to SWF converter empowers you to embed your SWF in a HTML web page during flv to swf conversion.

Step1. Add FLV files
Click "Add video" button to open the directory and choose all FLV files you want to convert.

Step2. Take slide
Choose two or more FLV files and click "Slide" button.

flash-slideshow.jpg

Step3. Choose a customize flash player
Go to "the step3 of cutomize" panel, and then hit "Player" tab to choose a customize flash player for your flash video.

flash-player.jpg

Step4. Set a flash preloader template
Press the "Preloader" tab to select a cool flash preloader template.

set-preloader.jpg

Step5. Convert FLV to SWF
Hit the "Start" button to start FLV to SWF conversion.

Next: Create free flash slideshow for website with photos.
on Jun 24, 2010 • Computers & Internet
0helpful
1answer

Internet explorer not working

Follow these Steps:
  • Update your Internet Explorer.
  • Update Java runtime environment.
  • Update flash player.
  • Disable toolbars.
  • Disable un-necessary Adds-on.
  • Clear History and Cache.
  • Remove temporary Internet files.
  • Use a system utility tool like RegInout to repair corrupt windows files and remove unwanted and junk files from windows.
Hope it works you.
1helpful
2answers

How to download y3 games

Games in those sites are essentially flash files, so google "how to download flash files", one of the top results if you have mozilla: http://labnol.blogspot.com/2005/11/save-flash-from-firefox-and-ie.html , tried and tested i can say with confidence it works. You'll still have to run the .swf files with a browser though unless you have Flash Professional installed. So... download .swf > right click > open with > internet explorer/mozilla/chrome/safari/whatever
0helpful
1answer

Internet explorer aint working

try to reset the intenet exploere settings ...
Sometime the internet explorer settigns gets corrupted ....

To reset the internet explorer setting
(tools>internet options>advanced>reset)
3helpful
2answers

Video

how to create your own .swf video and post up on internet.

SWF info:

The Flash File Format (SWF) was designed as a very efficient delivery format that was initially designed to deliver vector graphics and animation over the Internet. It was designed to meet the following goals:

On-screen Display—The format is primarily intended for on-screen display and so it supports anti-aliasing, fast rendering to a bitmap of any color format, animation and interactive buttons.

Extensibility—The format is a tagged format, so the format can be evolved with new features while maintaining backward compatibility with older players.

Network Delivery—The files can be delivered over a network with limited and unpredictable bandwidth. The files are compressed to be small and support incremental rendering through streaming. SWF is a binary format and is not human readable like HTML. Macromedia Flash (SWF) uses techniques such as bit-packing and structures with optional fields, to minimize file size.

Simplicity—The format is simple so that the player is small and easily ported. Also, the player depends upon only a very limited set of operating system functionality.

File Independence—Files can be displayed without any dependence on external resources such as fonts.

Scalability—Different computers have different monitor resolutions and bit depths. Files work well on limited hardware, while taking advantage of more expensive hardware when it is available.

Speed—The files are designed to be rendered at a high quality very quickly.



Don't want to do any code work?

if you really want to share a video or Dvd moive and want to post up on the internet, or send the SWF file to your friends through mobile device, the simplest way is to encode the video to .SWF first


What you need?

1)rip DVD to .swf
DVD to SWF Converter can easily help you convert DVD to SWF and Flash video, which can be played with Flash Player. iOrgSoft DVD to SWF Converter enables you to convert DVD moive, whether it is protected or not, to SWF/FLV. In addition, DVD to SWF Converter allows you to rip DVD audio to MP3, WAV, AAC, AC3. with the powerful editing functions, You re allowed to select any favorite part of title or chapter to convert. Oppositely, you can join several DVD chapters or titles into one file provided tick the "Merge into one file" option. DVD to SWF Converter offers other rich options such as DVD video crop, special effect setting, subtitle and audio track selection, etc.

2)convert video to .swf

SWF Converter is an easy to use application for converting your video to SWF format. Almost all popular video formats are supported, including AVI, WMV, ASF, 3GP, VOB, MOV, MPG/MPEG2, FLV(Flash Video). With iOrgSoft SWF Converter, you can share your favorite videos on the web easily and quickly SWF Converter offers a variety of video editing features such as video trimming, video cropping, video capturing, video effects. As to experts, you can get your customize video by setting the combined-parameters for your video. explore yourself now.
0helpful
1answer

Coffee Cup Flash Photo Gallery 5.0 - Html doesn't work in Firefox

Hi,

This can be due to security settings in Firefox or due missing flash player plugins for firefox
0helpful
6answers

*.swf to *.fla

You can use a program such as the one at the link below. Its a Shock Wave Flash Decompiler

http://www.sothink.com/product/flashdecompiler/
0helpful
1answer

How do i use flash menus

xml file you can run by internet explorer your .swf file will excute
open internet explorer -->select File option --> open --> spicific file
if you dont have the internet explorer option in your hand set do this Go to images -- > options --> play

still your problam is not soloved go toyour user manual book is provided by sonny ericssion you can get the idea how it will help to run the flash files
9helpful
7answers

I can't open videos requiring flash player eventhough i've already installed it

If you have Adobe flash player on your computer and you get the message on youtube to download the latest version of Adobe or turn on your Java in place of the video you want to watch, then look at your toolbar at the top of the screen and if there is a pink bar that says the website wants to run an Add On for Adobe flashplayer then click on it and select Allow Add On or Blocked content and the video should run fine.
Not finding what you are looking for?

3,646 views

Ask a Question

Usually answered in minutes!

Top Macromedia Computers & Internet Experts

Brad Brown

Level 3 Expert

19187 Answers

ExpressFiX
ExpressFiX

Level 2 Expert

691 Answers

Rob Hill
Rob Hill

Level 3 Expert

1480 Answers

Are you a Macromedia Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...