Professional :: Provide Alternative Image If Flash Player Not Available?

Jul 8, 2010

I`m designing a site with an interactive header created in Flash. how to display an alternative image (a .png) in it`s place if a user doesn`t have the Flash Player? Of course, this is especially important for visitors using iPhones! The site logo is part of the Flash movie, which makes it all the more important that something is displayed in the movie`s place. I`ve heard their are ways of doing it with Javascript, but is this really necessary?

View 2 Replies


Similar Posts:


Flash :: IDE - Detect And Provide Alternative Content

Feb 24, 2010

I've tried all kinds of different ways to detect flash, and provide alternative content where the viewer doesn't have or doesn't want to download flash player. I want the viewer to see alternate static content on the same page if they don't have flash. I just can't seem to find the one definitive answer that works every time! I tried: [URL] but this seems to require installation of Adobe AIR which I have no idea what it is!

View 3 Replies

Professional :: Provide Flv Player .swf File To Use In Html

Mar 18, 2010

I have an flv file. I need to embed this flv file in my html page.I found this on internet

[Code]...

View 1 Replies

Javascript :: Html - Provide Different Swfs Depending On Users Flash Player Version?

Dec 21, 2010

So I have swf9.swf swf10.0.swf and swf10.1 for fp 9.0, 10, 10.1. How to write such JS that would push difrent swfs to user? (I would like to keep using my default flex builder html swfobject.js script if possible - how to using it create code in main html file. )

View 1 Replies

Professional :: Provide An Option To View A Site In Flash Or Html?

Oct 13, 2010

if there was a way to provide an option to view a flash site in html.
 
The site is currently built in flash, but have had feedback from people trying to view the site that they need flash player 10, is there any way to have a link option on the page that asks you to download the latest flash player, to view the site in html (html site has also been developed).

View 5 Replies

ActionScript 3.0 :: XML - Image Gallery Using Xml To Provide The Images And Nav

Jul 5, 2009

XML Gallery Nav. ? I'm working on a image Gallery using xml to provide the images and Nav. This a shortened version of how the xml looks

[Code]...

View 1 Replies

Javascript :: Alternative Image When Flash Banner Is Not Available USING HTML/CSS?

Mar 8, 2011

I have a site I have created for a client which features a flash header image, the only problem is he accessed a draft of the site on his iPhone and was put off by the fact it didn't display any of the head image as it was an iPhone (which as we know are not flash happy!). Also, I would need this anyway incase the visitor has flash turned off or uninstalled (I have provided the usual 'install flash' link when flash isn't displayed).Is there a way I can do this with just HTML/CSS or will I have to use JS or something similar?I have tried adding tags but this does nothing.

<div id="container">
<div id="header"><a href="index.html"><img src="images/logo.jpg" width="214" height="50" alt="Tom Frost - Personel Trainer in Leeds, West Yorkshire" style="border:none;"/></a></div>[code].........

Obviously my flash image is in the title_box div.

View 2 Replies

Javascript :: Finding Alternative Of Flash Image Slideshow?

May 29, 2011

I am looking for a javascript based alternative of the following Flash based Image slideshow [URL] where I can find that matches closes to this flash based solution?

View 2 Replies

Professional :: When Delete The The Last Image (5) Only The First 2 Images Show When Run In Flash Player?

Mar 1, 2011

My client has purchased a Flash template which I'm in the process of editing. The XML file has 5 images linked to the Flash file, I've replaced the first 3 images, all works when uploaded to the remote server but when I delete the the last image (5) only the first 2 images show when run in Flash Player. If I view it in live view Dreamweaver (CS5) it runs with no problems ie it runs through the 4 images as expected.Can't figure it out checked the usual things, deleted the files on the server, cleared the cache in Firefox, I'm quite rattled spent the whole day on this, still can't get it to work.

View 8 Replies

Professional :: Flash Interface CGI Alternative?

Mar 2, 2010

I would like to have a flash app on a website where:A user can input some values Those values are then sent to a server which has an executable fileThe exe is run with the user's settings and then sends some data back to the userThe data is displayed in the flash app.Is it doable with CGI or is there a better alternative to this?

View 2 Replies

Professional :: Template Site - Update XML And Provide New Assets

Jan 27, 2010

I had someone create a template site for me that is pretty simple - a single swf that pulls resources from a directory of xml files and assets. In theory, I should be able to update the xml for my site and provide new assets. I know some code and within the xml there are some <font> tags that over ride the swf's formatting or provide and href.

My problem is that I now have to update our logo, which is hard coded into the source .fla file, which I know how to get in and swap out (the guy who did the work is not available). My problem is, when I publish, the new swf with the new logo does not want to read the <font> tags anymore. I have tried everything and I can't crack this. I've narrowed it down to two possibilities:

1. Something in the Publish settings, though I've tried every conceivable variation to no avail.
2. Something in the .as file that defines page template.

I know I need to provide more info but this is a start. I'm working on a Mac (as was the coder) and we were both using CS4.

View 6 Replies

Css :: Alternative To SimpleViewer Image Gallery?

Oct 27, 2011

I am using SimpleViewer to show images on a website. It's a nice and elegant tool. But, as it is using Flash not all devices (e.g. iPad?) will/can show the images. Does anybody know about a non-Flash alternative? Maybe totally CSS cased?

View 1 Replies

Professional :: Loader Component Works When Publish To Flash Player 7 But Not In Flash Player 8

Jul 5, 2010

My loader component works when I publish to Flash Player 7 but not when I publish to Flash Player 8, why? The publish setting are for ActionScript 2.0 on both.

View 2 Replies

Java :: Sometime Provide Option To Install Flash And Sometime Not

Dec 27, 2010

In my web application i am facing a weird problem. In jsp there is code for Brightcove video player. For playing this you need flash with Internet Explorer 8. While running this jsp page it sometime provide the option to install flash and sometime not. But what i want that every time it must show the option to install flash at the client side if the flash is not available. Something like this

View 1 Replies

Professional :: Buttons That Link To Layers Or Alternative?

Jul 27, 2011

I am trying to create a Flash website that with multiple pages. Each page has input text areas to collect a number of something. I would like to do the following :
 
Have multiple pages that keep the user's input data as they navigate back and forth between pages Allow the user to hit a simple "calculate" button to take the kept information on each page and show the end calculation of the entered data on each page on the main stage or page.
 
I would assume that to keep input information intact, the pages would all have to reside in FRAME 1 where the actionscript is kept and the main guts of the calculations occur. So, is there a way to make a multi-page website in Frame 1 only using only multiple layers where the page buttons simply only go to another layer rather than page. Or, can I create a multi-page website over many frames, keep the user entered data intact while navigating to each page and propigate/calculate that data when the user hits the "calculate" button on the main page?

View 1 Replies

Flash :: IDE - Accordion Style Website - Provide Feedback

Oct 7, 2009

I have been requested to create a website similar to the one on this page: [URL] I'm familiar with flash and some actionscript, but would anyone be able to provide feedback on how this site would be best be done?

View 2 Replies

PHP :: Securely Provide Unique Secret Code To Winner Of Flash Game?

Feb 15, 2011

Here's what I want to do: when a player wins a game (coded in flash/actionscript), they are given a personalized secret key, which they can email to me in exchange for a prize. I can then validate the key on my end using a private algorithm. I need to design it so that it is practically impossible for hackers to generate a valid prize key without winning the game.

I assume that any SWF file is basically vulnerable to decompilation, but I don't know exactly how vulnerable they are. Perhaps any algorithm for generating a valid key will be accessible to hackers? I have at my disposal all the methods in actionscript 3, as well as a PHP/MySQL server, and I control the server where the game will be hosted.

View 5 Replies

Professional :: Alternative Content Safari On IOS Devices IPad IPhone IPod Touch?

Dec 27, 2011

Is there a documented best practice for providing alternate content for Flash in Safari on iOS devices?I am getting white space where my Flash animation would normally appear, and management is displeased. I need to display alternative content in this space.

View 1 Replies

CS3 Alternate Image If No Flash Player

Feb 3, 2011

I'm trying to put a .jpg as an alternate image for if there is no flash player or if someone is trying to access my site from an iPhone. the div i want to insert it into is as below...

[Code]....

View 6 Replies

Free Flash 'image Player'

Sep 22, 2011

do you know about some free flash web application which can load images directly from folder and animate them (as a video player)? I mean, I have a folder with set of images and I want to animate them (switch one by one) in e.g. alphabetic order. Set of images will be randomly cumulate in time therefore I want to automatize this process and that's also why I can't use common video player which works with loading of video file.

View 1 Replies

IDE :: Load Image If No Flash Player?

Mar 24, 2009

Is it possible to load a jpg in place of a flash object if no player is found on the viewers browser?

I've figured out how to load an alternative page using "onload" as part of the body tag if no flash player is found, but just need to have something to load an alternative image object instead.

View 2 Replies

Clean Image Rendering In Flash Player?

Apr 3, 2011

We are building a flash based product where we need to create icons for various modules. we are having challenges in look and feel of the icons- what looks really good on Adobe Illustrator/ Photoshop looks jagged on flashPlayer. A challenge we have is that the overall screen aspect ratio and hence aspect for the icons which are relatively sized can change

we were told in discussions with some adobe folks that

a) we need to build icons which are square, and in multiples of 32 pixels.

b) use a png format

As per them, this way the pixelation is reduced and diagonal lines won't appear jagged- we still have an issue on rendering in flash player

View 1 Replies

Set Alternate Image If Client Does Not Have Correct Flash Player?

Apr 21, 2010

I am having a flash object integrated in my html page. It requires a version of 10 to run it. If the client is not having the flash player of 10 or above, the flash will not come and it will look a bit odd. In that case, I want to show an alternate image. What is the best way to do it?In fact I have the javascript code for it. But I dont know how to utilize it to get what I need.[code]

View 1 Replies

ActionScript 2.0 :: Mirror Image Effect For Flash Player 7

Jan 25, 2010

I'm trying to make a UCI (user created interface) for the music player, Cowon D2. Basically, I am trying to create mirror effects for album art movie clips.

I have searched high and low but have been unable to find a suitable solution which would work on Flash Player 7 with Actionscript 2.0. I had started to lose hope but decided to ask on this forum as a last attempt.

I have previously just flipped the movie clips then set alphas on them. However, it does not look very nice. I would prefer a gradiented mirror image.

BitmapData and Matrix classes are however not supported by Flash Player 7.

View 2 Replies

ActionScript 3.0 :: Creating And Downloading An Image From Within Flash Player?

Oct 1, 2009

Is there anyway with Flash Player 10 to create an jpeg and then allow a user to download without doing anything on the backend server side?

View 1 Replies

ActionScript 3.0 :: Create A Simple Image Player That Tweens From One Image To The Next Every 5 Seconds?

Jan 16, 2010

I'm trying to create a simple image player that tweens from one image to the next every 5 seconds. The data is being pulled from xml.

So far, I have managed to load the image onto the stage, but am now stuck as to how to get it to remove the child showing, the add the next child every 5 seconds.

My Code:

Code:
var tweenTimer:Timer;
var imageLoader:Loader;
var xml:XML;

[cod]...

View 1 Replies

Php :: Xcode As An Alternative Of Flash?

Dec 20, 2011

We have developed a magazine reader which is basically PHP application. Admin panel is built in PHP but when any user wants to read a particular magazine, it is handled by Flash i.e. we are embedding the .swf object with HTML in PHP page. But flash is not supported in iPad/iPhone. So we want to create this application in Xcode so that user can read the magazine in iPhone/iPad also. There is confusion how it can be accomplished.

View 1 Replies

ActionScript 3.0 :: Drag 'n Drop From HTML Text And Image Into Flash Player

Jan 24, 2011

I am working in a small web applications. this web applications let us to drag and drop the text and image from html page inside the flash player. when I tried to google the scenario I came to know about Drag and drop in AIR. but it is also specified that it will be only used in AIR and not in player is there any other way to work this out.

View 3 Replies

Adobe Flash Player - Video For Playing Given JPEG Image Sequence?

Oct 1, 2010

Is there any possible way to play a .jpeg sequence using .flv player on-the-fly ? I mean, by not needing to convert the entire sequence into one single .flv ? Since I'm not familiar with flash neither action script, I was surfing the web in hope to find any template or tips about similar things to that but I couldn't...

Here's the main list of features:
1- Browse button to load a sequence eg. < filename >####.jpeg
2- Play button with a slider time
3- Previous and next frame-by-frame buttons
4- FPS slider from 0 to 30

My main reference is this stand app called Cyber-D's Image Sequence Viewer.

View 1 Replies

Flash 10 :: Alternative For Adobe AIR And Zinc?

Nov 27, 2009

I'm making a Flash app in Flash 10 and ActionScript 2.0 and need support for calling an EXE with some params and minimizing/close the application.

Neither Adobe AIR nor Zinc don't seem to support some code I made and I'm looking for a very simple alternative? Does anyone know about any?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved