Flash 6 Plugin Check... Please Help
hello i`m looking for a flash 6 plugin check.. i have tryed that from moock but its not working for me
i must have a check when your have flash 6 you go to index2.html
and when you have flash 5 ore below then you go to plugin.html
please i need this so help me please..
FlashKit > Flash Help > Flash MX
Posted on: 05-15-2003, 07:25 AM
View Complete Forum Thread with Replies
Sponsored Links:
Flash 8 Plugin Check
I just want someone to give me a straight forward answer on this. I just want my flash site to check for flash player 8 at the beginning, if they have it, go on if they don't, go to a page asking them to download the plugin. Please write exactly how to do this or if you know of a tutorial that explains it completely or a premade .fla
View Replies !
View Related
Flash Plugin Check
Hi Guys, I've recently moved to CS3 so consider this a newbie question for that software even though I have used older versions of flash for a while...
I notice there's no PUBLISH option to display a Jpg if Flash plugin isn't detected; while I appreciate that the new code to display and check the version of flash is great, I have a client who has certain PCs that are locked down so can't install flash (and simply installing it manually isn't an option they want to hear,) in this case I need to display something other than a flash movie...
But that options gone from publish settings.
Basically my flash movie is written out inside a div and I would like to be able to check if flash is installed, if it's not it would attempt to install it and if it can't it hides that div or shows another image.
I can hide an image under the Div but the client is complaining about the LITTLE RED X which is showin when flash isn't installed - they simply wont accept the answer that if you don't install flash you get a little red X and I know from working with flash previously that there is the ability to show alternate code if flash isn't present...
Can any one offer advice
Thanks
View Replies !
View Related
DW Extensions That Check For Flash Plugin?
I could really use help setting up an HTML page to check for Flash plugin onLoad, and either pass the user to the actual Flash page or send them to a message page. I can't seem to find an extension that handles that well. Or a chunk of code that doesn't require some work. Any advice? Resources? Links?
Thanks,
Jeff
View Replies !
View Related
Check Version Of Flash Plugin?
1. How to check wich version of the falsh player-plug in is installed on your browser within flash?
Is there a way or special command in Flash?
2. How to do it via Javascript on my site, I only know how check wheter it is installed or not!?
View Replies !
View Related
Plugin Check
I have searched and asked around everywhere i know.. What i want is something like this:
if flash { show flash, if not flash { show image.gif ?
Like, it has to be the same site, not: if flash: haveflash.htm, if not flash noflash.htm.
Hope somebody knows.
View Replies !
View Related
Check For Plugin Solution?
I'm using developing in MX, and I just realized that Netscape doesn't seem to know what to do with my site unless it has the 6 plugin already. I want to detect for the plugin, and then deal with the users who don't have it.
I've looked in the tutorials, and none of them applied to MX. I would have looked back at older posts, but I can't seem to search Flashkit for whatever reason.
Any suggestions? Thanks!
Frank
View Replies !
View Related
Javascript Popup To Install Flash Plugin, But Plugin Is Already Installed..
I have plugin checker code in place, checking for Plugin 9. On a co workers computer at home, she is prompted to download the Flash plugin via a javascript alert window that says "Install" or "Don't Install". After doing the install, it continues to happen over and over. This ONLY happens with Flash Plugin 9. I am about to revert back to Actionscript 2.0 for this application and use Flash Plugin 8 to see if that fixes it. Has anyone run into this before and does anyone have any resolution? If more info is needed let me know I'll be happy to provide.. Thanks
View Replies !
View Related
Detect Flash Plugin, If No Plugin --redirect To Non-flash Site (javascript)
Wanting to know how to redirect a user to another site (non-flash) if they do not have the flash plugin installed on their computer.
--all of this using javascript on the main login-page
if no flash installed on computer, redirect to---non_flash.htm
if flash is detected then redirect to--flash.htm
reason being, some of the people that are using my web apps are old and don;t feel as if they should have to download something on their computer to run my software.
stupid, i know---
Thanks in advance
View Replies !
View Related
Detect Flash Plugin, If No Plugin --redirect To Non-flash Site (javascript)
Wanting to know how to redirect a user to another site (non-flash) if they do not have the flash plugin installed on their computer.
--all of this using javascript on the main login-page
if no flash installed on computer, redirect to---non_flash.htm
if flash is detected then redirect to--flash.htm
reason being, some of the people that are using my web apps are old and don;t feel as if they should have to download something on their computer to run my software.
stupid, i know---
Thanks in advance
View Replies !
View Related
Flash Plugin Error "Plugin Cancelled"
Hi, Just built a small test tool to resize an image. Its working fine on my local machine however when uploaded to my site the externally loaded jpg file wont load and I'm getting a Plugin Cancelled error in the Safari activity window. I tried with firefox and no luck. I just upgraded to flash plugin 8 a few days ago. I'm publishing with mx2004 (FP 7)
my site: http://joeshields.net/flashlab/image...ageresize.html
Any help would be appreciated.
Cheers
View Replies !
View Related
Reality Check: Flash CS3/AS3 Check Syntax
I need a quick reality check. I've finally started playing around in CS3/AS3 on my Mac. Whenever I click "check syntax" I get a very limited error response: specifically, I get actual syntactical errors (e.g., a missing brace or paren), but I get NO COMPILER ERRORS (e.g., use of an undefined method or property). These compiler errors trigger at runtime, but not having them during authoring makes coding and debugging unnecessarily difficult.
Is this really how it's supposed to work?
In Flash8/AS2, we had compile-checking right in the AS file. If I attempted to access an undefined method or property, the error-checker would catch that right away. No time-consuming compile was necessary to catch these obvious errors (see example below). But AS3 doesn't seem to be as clever.
Am I missing something?
Thanks much!
-------------EXAMPLE---------------
Attach Code
import flash.display.BitmapData;
class myClass{
var _bmp:BitmapData;
function myClass(){
_bmp = new BitmapData(500,300);
_bmp.methodNotDefined();//unknown method of BitmapData triggers an error
myVar = 5;//unknown property of myClass triggers an error
}
}
View Replies !
View Related
Flash Plugin BUG?
Hi all,
one of my sites works great in IE on Windows, but seems to crash on Netscape Win, Netscape and IE Mac. Looks like a plugin bug. Activex works fine.
Here's the url:
http://www.melindasmithstudio.com
Go to the gallery section (either by clicking on a picture on the right in the home page or by selecting "gallery").
Wait a few seconds for all the thumbnails to load. Then select a painting in the bottom left bar. In IE (windows), it will load a new painting in the main pane. In any other platform/browser, it will probably reload the entire movie and send you back to the home page. Then if you go back to gallery, weird things happen (try to load a painting and take a look at the navigator/zoom pane).
First of all, can you guys reproduce the error or am I crazy?
Secondly, is this a know plug-in vs activex issue?? I *KNOW* my code is clean. It's working just fine in IE.
I thought Flash was the ultimate remedy to cross-platform debugging. Apparently not.
Macromedia, Flashkit gurus, any input?
Thanks guys,
Stephane
View Replies !
View Related
Flash MX Plugin
Hello,
I need in my html code an sentence that automaticle download and install a flash mx plugin.
I have now another solution, just a button to macromedia to download it. But automaticly looks beter.
If you want to check it out look at the site.
Safety Car Rental
Already thanks for helping me out.
Jeepster
View Replies !
View Related
Flash Plugin
on my site http://www.urbanracing.tk i have a menu and i use flash buttons in it. when any user goes onto my site they are asked to download the flash plugin and thats fine, but i have 8 buttons on the menu and it wants to install the plugin for every button and as well as that it also wants to restart the computer after each button loads, also another strange thing is i have other flash buttons my site they dont have the same problem
View Replies !
View Related
Flash Plugin
I've seen either a tutorial or thread on one of the forums which outlined a neat trick - place an image instead of a swf if the user doesn't have the correct flash plugin.
I use MX and I realise that it automatically checks for the correct plugin, but I'd like to know if placing an image instead is an option.
I have searched the tutorials and cannot find anything... I'm sure I didn't imagine this, can anyone shed any light on the subject???
View Replies !
View Related
What Flash Plugin Came With IE 5.5
Hello-
I'm doing some flash work for a client and when I asked them what version SWF I should deliver, they said "whatever shipped with IE 5.5 (for PC)"
Does anyone know what version plugin IE 5.5 shipped with - or does it depend on what build of IE 5.5 you're talking about?
Thanks-
View Replies !
View Related
Flash Plugin For CD
Hey guys
Im making a CD and want to make sure that the user has flash 7.0 installed. Is there anyway that I can make it so that the user doesnt have to be connected to the internet in order to get the plugin. In other words, can i just do it so that the plugin and all the install files are available right on the CD. Thanks guys
Don
View Replies !
View Related
A Plugin In Flash
Is it possible to have a quick time movie in a Flash site WITHOUT having to chop up my flash site in to 9 pieces and put them into frames or a table? That would be grat if you could do that. Or even make it pop up in a higher level of the flash page using load movie. Or does that only work on .swfs and .jpgs?
THANKS much!!!!
CHEERS!!
View Replies !
View Related
Get Around A Flash Plugin?
I am okay using flash, but I am new at trying to integrate it with other programs. If I wanted to have a Flash Website (swf) loaded with a Dreamweaver HTML site but I need to create a preloader page that informs the user that they must download a flash plugin.
The problem is allowing users to see the webpage with or without a flash plugin, but if we are using flash, then that is impossible. So I am trying to create a page that warns the user first.
Any suggestions, help is greatly appreciated
View Replies !
View Related
Need A Plugin For Flash MX Pro
Just got Flash MX the other day and I've been working with Swish for awhile so i thought id give Flash MX a go. Then started work on some animation. But relised.. I need a plugin that lets you import a .3DS mesh into Flash. Is this possible?
View Replies !
View Related
...flash Plugin...
Hi dear all flaskhkit community,
I have made flash interactive CD, often our clients have claimed they could not see our portfolio because they don’t have flash plug-in & don’t know how to install flash plug-in.
I would to add flash detect script in auto run CD, any one can help me how its possible
Thanks & Regards
sftaa
View Replies !
View Related
...flash Plugin...
Hi dear all flaskhkit community,
I have made flash interactive CD, often our clients have claimed they could not see our portfolio because they don’t have flash plug-in & don’t know how to install flash plug-in.
I would to add flash detect script in auto run CD, any one can help me how its possible
Thanks & Regards
sftaa
View Replies !
View Related
64 Bit Flash-plugin
Hi folks,
Pls advise where can I get a 64 bit version of;
install_flash_player_9_linux.tar.gz
OR
flash-plugin-9.0.31.0-release.i386.rpm
OR
advise how to install either of above on slamd64-11.0 (64bit Slackware-11.0)
I tried them without success. TIA
satimis
View Replies !
View Related
Flash Plugin
hello
concerning the flash plugin
here a few questions
1: the flash plugin is already installed in the lastest versions of m. explorer ? yes/no
2. if the plugin is not installed on a browser, it is automatically installed ? yes/no
3. a flash movie developped under flash MX2004 cannot be read with a plugin flash5? yes / no
other :
a flash.swf is an application which will or can be blocked by firewalls exemples in a bank office? yes/no
sounds like an exam in school but your answer will help me
View Replies !
View Related
Flash Plugin
So I feel stupid for having to ask this, as I'm sure the answer is simple, but how do I make it so I can show a flash movie inside a webpage. I know how to access the file online and upload it, but I don't know how to say...put it in my homepage. Can you tell me how?
View Replies !
View Related
Flash Plugin
hello
concerning the flash plugin
here a few questions
1: the flash plugin is already installed in the lastest versions of m. explorer ? yes/no
2. if the plugin is not installed on a browser, it is automatically installed ? yes/no
3. a flash movie developped under flash MX2004 cannot be read with a plugin flash5? yes / no
other :
a flash.swf is an application which will or can be blocked by firewalls exemples in a bank office? yes/no
sounds like an exam in school but your answer will help me
View Replies !
View Related
Alternative Jpg If No Flash Plugin
I have a flash banner embedded in an table in a HTML document which is the company logo. What I need is a script that will display a jpg in that table if there is no flash plugin.
(I know that this would probally fall into a java forum but can someone please help)
View Replies !
View Related
Please Help W/flash Plugin Detection
Hi all,
i've been trying all kinds of tutorilals to sniff for flash 5 plugin for my site. what i want to do is detect presence and/or absence of a flash 5 plugin from within flash (or any other way) on my index.htm and then, instead of automatically going and opening the flash site in a browser window, to open in a new browser window. in other words, i would like to have a sniffer, but would still like my audience to make a decision about whether they want to go to a flash or html site. I'm new to flash, so let me know if this is at all possible.
thanks
View Replies !
View Related
Pls Help W/flash 5 Plugin Detection
Hi all,
i've been trying all kinds of tutorilals to sniff for flash 5 plugin for my site. what i want to do is detect presence and/or absence of a flash 5 plugin from within flash (or any other way) on my index.htm and then, instead of automatically going and opening the flash site in a browser window, to open in a new browser window. in other words, i would like to have a sniffer, but would still like my audience to make a decision about whether they want to go to a flash or html site. I'm new to flash, so let me know if this is at all possible.
thanks
__________________
View Replies !
View Related
Pls Help W/flash 5 Plugin Detection
Hi all,
i've been trying all kinds of tutorilals to sniff for flash 5 plugin for my site. what i want to do is detect presence and/or absence of a flash 5 plugin from within flash (or any other way) on my index.htm and then, instead of automatically going and opening the flash site in a browser window, to open in a new browser window. in other words, i would like to have a sniffer, but would still like my audience to make a decision about whether they want to go to a flash or html site. I'm new to flash, so let me know if this is at all possible.
thanks
View Replies !
View Related
Flash Plugin Version
Hey all
Does anyone have the code for determining what plugin the user browser is using.
I use Flash in conjunction with Dreamweaver but even when the flash file is version 4 Dreamweaver inturpts it as a version 5 file? Buggers me!
Any help greatly appreciated
Len
View Replies !
View Related
Flash Plugin Version
Hey all
Does anyone have the code for determining what plugin the user browser is using.
I use Flash in conjunction with Dreamweaver but even when the flash file is version 4 Dreamweaver inturpts it as a version 5 file? Buggers me!
Any help greatly appreciated
Len
View Replies !
View Related
Flash 6 Plugin Problem
Hi, one of my users has reported the following problem, have any of you guys sean or heard of it, or its solution?
Basically if flash 5 is installed on explorer 5 (my situation) then
flash 6 may not install, but will still give the successful installation
screen on the macromedia site, so you believe you do have it. To get rid
of this problem you need to delete various obscure files, then install
flash 4 to get rid of a setting in flash 5 which says never install
flash activex again, then uninstall flash 4 and install flash 6. 2 hrs
later and it is working fine!
M@)
View Replies !
View Related
Detect Flash Plugin
Hi, I have the following prob ( and could not fnd a solution in tutorials or board)
How can i detect whether a visitor has installed the flash plugin or not? So that I can direct him automatically to a non-flash-version or a flash-version..
thanx for any help
Jean3k
View Replies !
View Related
Flash Plugin Detector
I am publishing my movies in Flash Version 5. I need to get some help on how to determine if the user has the Flash player installed in their PC.
If the movie is publishing in Flash Version 5, are the users able to see the movie using other Flash players besides Flash Player Version 5?
What are the websites that users can download Flash Players?
Thanks!!
View Replies !
View Related
Flash 6 Plugin Problems
Dear all,
I have a small problem, I have created a flash file using mx. In the publish settings I have set it to publish my file as a flash 4 format however when I goto view the said file I am getting the usual please download the flash 6 plugin. Is there any way to get round this?
Regards
Aaron
View Replies !
View Related
|