Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Flash Player Not In End Users Computer


Beginner Question:

The purpose of this question is:

I am trying to understand if Flash movies that are not loaded into a html file will automatically contain a flash player (so that the movie can be seen without a Flash Player already installed on the computer).


Another way to ask the same question is:
If the address to the Flash movie is: mySite.com/movie1.swf
(note that there is not a html page in the address)

1.Does the movie play if the end user does not have a Flash Player?
2.If it does, does the movie play on the end users older Flash Player or would it play on the newer Flash Player that would have been automatically included in my movie?

Thanks in advance for your help,

Andy




ActionScript.org Forums > Flash General Questions > Other Flash General Questions
Posted on: 05-16-2004, 12:42 PM


View Complete Forum Thread with Replies

Sponsored Links:

Flash MX Download Images To Users Computer
Thanks for taking the time out to read this. I am trying to come up with a method and CD-Rom that will let the end user save an image to their desktop. Or save an image as wallpaper automatically. I have used Director projectors with the proper extra in the past. However with MX they don't seem to work because of the fscommand folder that has to be created. Any suggestions would be greatly appreciated.
Again thanks for your help.

View Replies !    View Related
Quick Question: How Can I Get Users Computer To Auto Detect Flash
Quick Question: How can I get users computer to auto detect flash



Sorry if I worded the subject wrong buy, I dont neeed a auto detect to go to one page or the other.

I need an auto detect because Iam working on my school's webpage in flash, and all the computers at school have deep freeze.

My school has like a T3 line, but like old computers, so when they go to the page it takes like 30seconds for the pop up to come up to download flash. After that everything is fast

So in other words I need a HTML code if there is one to check the comptuer faster or something...

Thanks in advance

View Replies !    View Related
Getting Info From The Users Computer Hd?
I would like to be able tell what the time is on the users computer when they enter my site. I would like to then greet the users with -
good morning bob or good afternoon bob.

Is this sort of thing possible in Flash?
where do i start looking for answers? do i need to know php?
any directions much appreciated.
max

View Replies !    View Related
Getting Info From The Users Computer Hd?
I would like to be able tell what the time is on the users computer when they enter my site. I would like to then greet the users with -
good morning bob or good afternoon bob.

Is this sort of thing possible in Flash?
where do i start looking for answers? do i need to know php?
any directions much appreciated.
max

View Replies !    View Related
Loading From Users Computer
I am creating a slide show and I am including a few choices of songs for the user to listen to; however, I also want to allow them to load a song from there own computer, such as a file -> open and then allowing them to browse their computer and play a certain song. How would I code this capability? Thanks.

View Replies !    View Related
Loading Images From Users Computer
I have created a simple matching exercise for little kids. One of the parents expressed an interest in using there own images in the matching game. My thought was to have them put several images in a folder on their "C" drive and have the swf look for the images in that folder. Once the swf file is downloaded into a browser on their computer the file path will always be the same. eg C://pictures/image1.jpg. I have been playing with loadVars and loadMovie as ways of pulling the image off of my hard drive and into the swf file I created. As long as the swf file originates from my computer either of the two methods will work. I can right click on the swf file and open with my browser. This also works. I would think the end result would be the same as if it came off of a server but when I put it on an outside server the swf will not work.

Does anyone know if this is possible and if so I would be so appreciative of a little direction and or suggestions.

Thanks ... Michael

View Replies !    View Related
Saving Information To A Users Computer?
Hi, im looking at designing a website where the user can customise the look and feel quite heavily and am wanting to save the look for when they return. This is something i havent done before and was looking at the best way of doing it. Im using AS2 at the mo but if needed i could take the leap and start using AS3.

Could any settings also be saved on the server too?
Any tutorials/examples would be most appreciated
Cheers
Neil

View Replies !    View Related
Detecting The Date On A Users Computer
Hello
This for flash 5.

Is there a way to detect the date on a users computer? We are building a
CD that has dated material on it. If the user is viewing the CD and clicks on a certain link and if the date has expired we want to be able to pop up a message that they need to go to a website to get the updated material.

thanks
Shaybo

View Replies !    View Related
How To Load Images From The Users Computer
I have written a very simple flash program for very young kids. One of the programs is a matching game where the kid moves a picture up to one of three pictures that match. Someone expressed an interest in using their own images. I was wondering if it is possible to have them place pictures in a folder on their hard drive. C:/pictures as an example. The flash program that resides on the internet would then be loaded into their browser on their computer and look for the images in a folder "pictures" on their "C" drive. With the swf file on my computer I right click and open with firefox. The image is loaded from my computer. But if I put it on a server and load it into the browser from the server the picture does not appear.

pic = ("C:\pictures\p1.jpg");
startLoading(pic);

function startLoading(pic) {
createEmptyMovieClip("emc", getNextHighestDepth());
loadMovie(pic, this["emc"]);
placeImage();
}

function placeImage(){
emc._alpha = 100;
emc._x = 200;
emc._y = 200;
}

Any thoughts or possible solutions?

Thanks ... Michael

View Replies !    View Related
How To Avoid Caching On A Users' Computer?
I want the user to see the preloader bars everytime he visits my site.
Is there any way I could avoid the caching in his computer?
Because if he visits one time he'll see the progress bar but the second time he will not see it.

View Replies !    View Related
Can Flash Use "users Computer's Time" As A Variable?
Hello Everybody.
I have an idea by using flash actionscripting but dont not it's possible or not.
I will soon make a 3d web site for a company.It will be a city and now created 2 city form.
1- City Morning
2- City Night
For example user uses computer at night "City_Morning" animation will be loaded.or opposite.
( When computer time shows between 18:00 - 05:00i animation will show night and when it is not it will show morning animation)
Just i want to ask if it is possible to do such an animation timer in flash.I am not an expert programmer.If you can help me i will be very happy.

Thanks

View Replies !    View Related
Form Via Email, Download To Users Computer
please help. is there anyway i can set up a form that will send dynamic text to my email address. And also is there anyway i can download files to my uers computers, as im looking at downloading fonts, desktops, and screen savers for example.

View Replies !    View Related
File Expiration Date From Cd-rom/users Computer
I have a client that wants a cd-rom that will hold and display information certain quarters throught the year. It has to be ran from the cd and must use the end users system clock. Any suggestons where to find help?

View Replies !    View Related
Detecting Existing File On Users Computer
I am developing an interface for a CD and need to determine if a specific file exists in a specific location on the users computer. Does anyone know if Flash MX is capable of doing this? If so how? If not, what do you suggest. Thanks.

View Replies !    View Related
FlaMX__________How Do You Get Time From A Server Instead Of Users Computer?
Hi,

I've built a digital clock in FlashMX that reads the time from a users computer but what I'd like is to build one that gets the time from a server.

I'm building a site that is to be viewed in Asia so I thought it would be cool to show different times or at the very least our local time... but not have it dependant on a users computer time... If you get what I mean.

I.E...

Tokyo = 2:00am
Seoul Korea = 3:00am
Local Time (Vancouver BC) = 8:00pm

Any ideas? It would also be cool if it was night here... to show a night city photo.. and if it was day, a day shot.

-B

View Replies !    View Related
Old Version Of Flash Player And Location Of Flash Player In The Computer?
Hello forum!

I want to test the update process of my site but already have the latest version of flash player. So I have two problems:

-the first one is that I can't find older versions (fp6 or fp7) on the internet

-the other one is that (don't smile) I can't manage to uninstall the latest version of flash player from my computer! I unistalled all flash player programs in the control panel of windows XP, I don't find flash player in the "program files" folder, however flash player is always working!!

View Replies !    View Related
Disabling Text Antialias Of A Non Existing Font In The Users Computer
Hello there,

I need to find a way to disable the antialias of a spefic font "nokia.tff". A way of doing it is to put the text field as "dynamic text" for the antialias to be gone.

But (there's always a "but") this won't happen if the user doesn't have the "nokia.tff" font installed on his computer. Instead, it will replace with a crappy looking "Times New Roman".

No good, that's not the solution!
Well, the last chance was to "embed the entire font outline" into the swf, but (there's the "but" again...) the antialias is back on!!!!

I'm going crazy!
Does anyone know a good way of disabling it?
Thanks in advance

View Replies !    View Related
How Can I Change My Computer 2 Flash Player 6
hi all i had download the leatest version of flash mx
but my computer still using the flash5 version so how to converte it plz help

View Replies !    View Related
How Do I Create A Countdown Not Base On Users Computer? (greenwich Meantime/server)?
Hi

I want to create a countdown timer but I don't want it to be reliant on the users computer.

Is there any way to do it using either something like Greenwich meantime?

Or if not, is there anyway to use the time of the server hosting the SWF?

I found some solutions for the later by searching but they depend on using PHP or ASP as well, which I don't have the option to do. In fact I have to do this purely using actionscript.

View Replies !    View Related
Script To Dedect Flash Player On Viewers Computer
Hey Everyone-

I heard that theres a way to save and upload your SWF file so that the viewer doesnt need to download the flash player plugin - your SWF will just play automatically. Does anyone know of this?

If not, how do i write the script so an error will come up if they dont have the player on their computer?

Thanxs in advance :)

View Replies !    View Related
How Many Users Have Flash 8 Player Already Installed?
Hello. I'm curious to know if anyone knows how much support the Flash 8 Player has. I'm incredibly new to Flash and have Flash 8 Professional now. I love the filters and things of that nature that are only in Flash 8 and higher, and am wondering how likely it is my visitors already have the Flash 8 Player (or later).

I have Google Analytics on my site, and based on that it seems that most people do. Less than 10% of users have versions lower than 8. Does this seem accurate? I'm not too sure how long Flash 8 has been out. On top of that, the most supported version (40% of visitors) is apparently Flash 9.

But this all confuses me. How do you make a Flash 9 movie if Macromedia Flash 8 is the current software version for creating Flash? I haven't seen Flash 9 software for sale anywhere...Same goes for ActionScript 3.0, when from what I noticed Flash 8 Professional only goes through 2.0

Just a bit confused! I want to use Flash 8 features but without having to require a bunch of visitors to update their Flash player. Just trying to get some light on the topic...

View Replies !    View Related
How Many Users Have Flash Player 8 Installed?
Hi there,

We have been building a new website in Flash 8, but my boss is worried that a lot of people will not be able to view the site because they might not have the Flash Player 8 browser plug-in installed. Is he right to be worried? Is there anyway to figure out how "wide spread" the Flash 8 Player is? How long does it usually take for a new version to be settled in, standard, ubiquitous or whatever.
Another point is: when will people be willing to install the new Player to view the site?

Yours,
Andra

View Replies !    View Related
Handling Users Without Flash Player
Needing to provide an alternate static graphic in place of flash movie for users without the player. Also, my page must not prompt a flash download message. Having a dandy of a time getting this to work.

Found a solution that i thought was gonna do the trick. Uses a javascript to detect whether or not the flash player is installed. however, the test does not work for ie7. Everything else works perfectly. But this javascript test I tried always comes up negative when run in ie7 even though flash is installed. Searching more i found another test that uses both javascript and vbscript. The explanation was that the js flash detect wouldn't work in ie so vb was required. Aha! Solution? No. IE7 still comes up negative and displays the static graphic, even with both the js and vbscript.

How can I display a static graphic for users without flash in a way that works in all major browsers? There mus be a more accurate/effective test.

Thanks for any suggestions.

View Replies !    View Related
Problems With Flash Player When Using Multiple Users On PC
I recently added two new User Identities on my PC for my daughters so they would have their own desktop/ internet/email settings. My ID is the Administrative account and they have restricted accounts. Since I created these User ID's every time we switch between them I am told I need Flash Player 8 or above to view internet content. Why won't the Flash Player work for all User ID's?
Incase it matters, I'm using Windows XP Home Edition w/Service Pack 2
Dell OptiPlex SX260
Pentium 4 2.66GHz
512 MB of RAM





























Edited: 08/14/2007 at 11:16:27 AM by CrankyCheryl

View Replies !    View Related
Redirect Users After Flash Player Installation Is Done
For example,
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW
if this is the link that sends user to download the latest flash player then I know if I pass a query string variable and when the installation is finished the user is back to the page.

Thanks in advance.

View Replies !    View Related
XP Limited Account Users Not Prompted To Upgrade Flash Player
I have developed a web page which requires flash player 8.

I have observed that XP limited account user's with older version of flash player are not prompted to update their version of flash. The annimation continues for them but only displays elements of the movie that work in their version of flash.

With an xp admin account the user IS prompted to upgrade flash player.

Is there anything I can do to support XP limited accounts short of rebuildiong my page for an older version of Flash player.

ps my client is non technical and as far as she is concerned the page doesnt work on her pc so it is not acceptable.

Thanks

View Replies !    View Related
Flash Movie Crashes IE Of Flash Player 6 Users
Hello all-

I was wondering if anyone can help me with this issue. I have developed a Flash site for my business, and compiled it for Flash Player 6. Most people in the company are using Flash Player 7, but there are sporadic Flash Player 6 users as well.

What I have found is that with the Flash Player 6 users, periodically their IE browser will crash, indicating that the memory at location (location changes, but is often 0x0000....) cannot be referenced. The browser then closes.

Has anyone seen this, or can anyone help me as to figure out what is causing this problem? The problem does not occur on Flash Player 7 users, and because of strict guidelines, it is hard to upgrade the 6 users to player 7.

Thanks in advance for any help.

Talk soon
Chris

View Replies !    View Related
Flash Movie Crashes IE Of Flash Player 6 Users
Hello all-

I was wondering if anyone can help me with this issue. I have developed a Flash site for my business, and compiled it for Flash Player 6. Most people in the company are using Flash Player 7, but there are sporadic Flash Player 6 users as well.

What I have found is that with the Flash Player 6 users, periodically their IE browser will crash, indicating that the memory at location (location changes, but is often 0x0000....) cannot be referenced. The browser then closes.

Has anyone seen this, or can anyone help me as to figure out what is causing this problem? The problem does not occur on Flash Player 7 users, and because of strict guidelines, it is hard to upgrade the 6 users to player 7.

Thanks in advance for any help.

Talk soon
Chris

View Replies !    View Related
How Would You Load Files From Off The Computer? (for A Media Player) [renamed]
what code would be used to be able to open a file from your computer from a flash program i created? i want to make a media player and i have to learn the code to be able to load the song or what ever it may be from my computer...any help?

View Replies !    View Related
How Would You Load Files From Off The Computer? (for A Media Player) [renamed]
what code would be used to be able to open a file from your computer from a flash program i created? i want to make a media player and i have to learn the code to be able to load the song or what ever it may be from my computer...any help?

View Replies !    View Related
Play Avi With Users Default Player?
I would like to create a button on my page when clicked will play an avi with the users default media player. How would I do this? What kind of scripting would I need for the button? Do I just upload the avi to my server along with the swf and html?

View Replies !    View Related
Music Player For 250 Simultaneous Users
Hi.

I am currently developing a site that will allow visitors to listen to music from many different artists.

I wan't to build it so that visitors can't - without serious effort - save the songs locally, and so that there won't be a bunch of queries and popups to play it.

Hence I figured a flash-player would be nice. What I am wondering now is, if anyone has any experience of/input to if it'd work to just build a basic little player, or if I'd need a streaming-server to handle the requests.

I am not very skilled in flash, but feel free to elaborate as technically as you wish on matters of php, mysql, apache, bandwidth optimization, system administration and such.

Thanks in advance.

View Replies !    View Related
Why Trouble With Layout From Computer To Computer?
Hi All,

Thank you very much for any advice, suggetions, or instructions you might have for fixing this problem.

We are creating flash files on one pc using Flash 8. We are saving them as Flash MX version - because on another pc, I have Flash MX installed.

When I open the files on the second PC using Flash MX, the layout of the files is wacked: all of the button fields have shifted about one-half-centimeter from where they were when created on the previous machine.

I downloaded a free trial of Flash 8 Pro to see if that would fix these layout issues, but no. Same thing. (wtf)

NOTE: I've recently found out that the version of Windows running on this machine (XP Pro) isn't "authentic," rather, part of a Volume Licensing Package that has sense been "blocked." Could that be what is causing these troubles with Flash? Still, would bootlegged windows (if that's what it is) cause these layout problems in flash?

Is there anything i can do to preserve the layout from machine to machine?
All help is much appreciated.
Thank you!
Ryan

View Replies !    View Related
_x Coordinate Changed From Computer To Computer
This may be weird, but i am in the middle of a project ,and I took it home from my offfice and now all of the _x coords for a movie clip that I am controlling with a script are compltetly different?? doe sthis have to do with screen resolution , i s that possible?? and also is there any one out there who also has un ending problemsd with mac and actionscripting.


derek

View Replies !    View Related
License.Limit.Exceeded With 4x150 Users Licence And Only 300 Real Users
We have 4x150 users licence, set to unlimited bandwith.

We get these messages in event viewer:
Connection rejected by server. Reason : [ License.Limit.Exceeded ] : (_defaultRoot_, _defaultVHost_) : Max connections allowed exceeds license limit. Rejecting connection to : our_app_name/.

It appends a lot since the last few days, even before last update 2.0.3

At the same time, when we check the administration console, the number in the _defaultVhost is much lowe than 600, the maximum number of user that is allowed.

Licences are all OK in the administration console.

We have to restart the Flash server service to correct the problem.

Please help...

View Replies !    View Related
Need Mac-users & Alternative Browser Users To Test A Web Page...
Hello,

I am working on a site that uses a simple flash navigation (at the client's request) and I'd appreciate it if I could get some feedback from Mac users as well as PC users with alternative browsers (non-IE).

Specifically what I'm looking for is whether the flash works correctly and sits in the correct place (as opposed to appearing someplace it shouldn't) .You should also hear a subtle clinking sound when mousing over one of the main navigation links.

Here's what it should look like (note that the navigation should line up exactly with the horizontal lines in the background):


http://www.metapanda.com/colorimpact...mpact_demo.jpg (please excuse the poor quality of the jpeg... keeping loading time in mind here)

And here's the link to the actual page: http://www.metapanda.com/colorimpact/

Please note: links currently lead to 404 pages... this is not an error, the site just isn't finished yet

Thanks everyone!

View Replies !    View Related
Computer Vs. Flash
I have a flash movie that is loading external movies into it when buttons are pressed. I figured this way it will load faster.

However, I've noticed that on some computers the external movies run rather slow and on other computers they run normal speed.


My question: is this something that has to do with individual computers and there is really nothing I can do about it? I've messed with the frame rate and such but it doesn't do a whole lot.

View Replies !    View Related
Old Flash/New Computer
Hi everyone. I haven't posted in a long time. I bought a copy of Flash back in late 2001/early 2002 and installed it on my computer and used it often. Five years later my computer got very old and slow and it was time to get a new computer. I was able to get a computer from somebody who had hardly used it at all but had lost my Flash disc and the envelope it was in. Anyways, I had Flash on my C drive and moved all that stuff over to the new computer but now when I try to open Flash it asks for my name and serial number of my purchase. What do I do though if that information is lost? If anybody thinks I am talking about a bootleg copy, I am not. I have the receipt for my purchase and it shows up in my Amazon order history. Is there any way to still be able to use my copy?

View Replies !    View Related
How Can I Browse In Computer Through Flash
How can i give browse unctionality in my movie. I want to add a button in flash on clicking i can browse through my system and can choose any file.

Can any one help me

Rits

View Replies !    View Related
How Much Control Does Flash Have Over A Computer?
Because I was wondering if you can delete files with Flash or if Flash had the power to delete files.

View Replies !    View Related
My Computer Is Fast, Why Isn't Flash?
Hi guys,

I just installed Flash on my new Powerbook G4 laptop, it has 512MB ram and a 1.5 ghz processor, but even switching between tools requires a 3-7 second wait! Any idea what the problem could be? I use Photoshop pretty regularly to do heavy stuff and it has no problems, so it seems like it's Flash that could be tweaked, maybe? Thanks in advance for your help.

Alec

View Replies !    View Related
Installing Flash To A Mac Computer
I put my CD in, clicked on the icon,

Then clicked on the flash 5 folder.. it opens up to a Setup.exe, and when I click on that I get a pop up that says..

There's no default application; it says I have to choose an application

Where do I go from here?

View Replies !    View Related
Help Can't Launch Flash On My Computer
I have Studio MX 2004. All of the programs open except for Flash. I have a Mac 450 MHz PowerPC G4 Dual Processor running on Mac OS X 10.3.5 with over 512 MB SDRam. Each time I try and open Flash it crashes on startup with a systems error message. The same program (Flash) however opens on my son's iMac. Any answers?

View Replies !    View Related
Flash Bogging Down Computer
I've been using flash for several years, and I've notice on some projects that the Flash interface gets really slow while I'm working. I'm not talking about testing but actually editing. It's really frustrating to change a font color or something and then wait a few seconds to be able change something else. I've notice it does it on xp, vista, Flash 8, CS3, and now I'm noticing it on CS4. I can actually count to 5 mississippi after each mouse click which makes fixing or fininshing projects take forever.

Is there some setting that can be changed to fix this?

Thanks,
Larry

View Replies !    View Related
School Computer :( Flash 5 :(
im on a school system and it only has flash 5, thus my games and such-like dont work... the systems do not allow the flash plugin to be updated as when u goto macromedia site and click update or get flash now it is supposed to open the box, and when u click yes it updates... but that box never appears, when you try to download just the exe its filtered, any ideas??

View Replies !    View Related
Getting Computer Info With Flash
Hello guys!

I remember once to read about how flash can get computer info.

Any ideas how?

i need something like mac adress, hd serial and some stuff like that.

Thanks!

View Replies !    View Related
Flash Vs Computer Ability
Just a question, but i was wondering how many do loops can a PC handle . . . dependent on CPu power of course, but just around how much can it take???

View Replies !    View Related
Flash - Computer Info
Is there a way to get info about the users computer with AS 3.0?

View Replies !    View Related
Flash Vs Computer Ability
Just a question, but i was wondering how many do loops can a PC handle . . . dependent on CPu power of course, but just around how much can it take???

View Replies !    View Related
Best Computer For Adobe And Flash ?
I would like to ask everyone what their preferred computer would be for working
with flash and Adobe products!
Is it Pc or Mac .. or some other computer i haven’t yet heard about ?

What would be the benefits of the computer you prefer be.. and the negatives
about the "other" machines ?!

Last ... Laptops or stationeries ?

Could be fun to get this discussion going ..

Martin

View Replies !    View Related
Flash To Reveal A Jpg In My Computer
Hi

I am wanting to create an autorun cd with an exe file created in flash, it will be a product cd that shows users images.

I am want the interface to show users the images and the offer a link that says save this file, is there any way of doing this in flash? So when they click the link the .jpg can be saved.

Thanks

Ricky55

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved