Javascript :: Why Is IE Refusing To Render A Swf On Site

Jun 24, 2011

Why is IE refusing to render a swf on my site? [URL] What could cause that to happen? Chrome and Firefox can open it but IE9 won't show the swf. The page's code:

[Code]...

View 4 Replies


Similar Posts:


ActionScript 2.0 :: How To Render The Site

Sep 9, 2009

I got a client that saw this site and NOW wants something like this. I am not certain if this is AS2 or AS3. My vote is for AS3.on how to render this?

View 4 Replies

Flex :: Flash Site Often Does Not Render Until Refresh

Apr 16, 2010

[URL]. Our client communicates with a Rails backend to get login details and then logs into an Adobe LCCS server. We have been cruising right along but around noon yesterday we developed a bug that causes the swf to not render until you refresh the page. On subsequent refreshes it pops up right away. The problem happened even when I disabled the code that checks in with the Rails server. How could refreshing make a difference?

View 1 Replies

ActionScript 3.0 :: Preloader Numbers Refusing To Go Away?

Dec 16, 2010

I am working on an interface project and I'm putting the final touches on it. I have a preloader, an intro, and the actual interface. I have the intro being called in by the preloader and the interface being called in by the intro. My problem lies in the preloader (I think). What's happening is once the preloader gets to 100, everything but the number "100" goes away and my intro starts. So all through my intro, there's a big "100" sitting in the middle of the frame. Once the interface appears, though, the number goes away.

View 1 Replies

Flash :: Javascript - Different Domain To Go To The Site

Oct 28, 2009

I don't know which title I should use for this question. I have a webpage (e.g. index.html) which contains flash content, url: [URL] After I finish the webpage and upload onto the staging server, the customers said that they may need to use different domain to go to the site, e.g. [URL] The images or hyperlink do not work because of this. To handle this, I try to use the base tag as follows: <base href="[URL] The images and hyperlink work. However, flash file cannot call javascript afterwards. I would like to know how I can fix the problem.

View 2 Replies

Javascript :: Read Address Bar Url From A Flash Site?

Apr 4, 2011

I have a flash site, where when a user clicks on a link the page does not reload but the content changes with flash(like any normal flash site). So for example if user click on products page, the product page content is displayed, and the url in the address bar also changes from "domainname/index.aspx" to "domainname/index.aspx#/products"

I need to get this url from the address bar, and if i use "window.location.href" it returns "domainname/index.aspx". Does anyone know whether it is possible to read the url from the address bar which is changed by the flash.

View 3 Replies

Javascript :: Converting Existing Site Into Mobile Version?

Jun 5, 2010

The existing site in cakephp with flash. We need to convert it into mobile version.

View 1 Replies

JavaScript :: Flash Security Sandbox - Call To Different Site

Nov 4, 2010

I mixed a.com and b.com in my original post, I'll try to rephrase stuff correctly:

A HTML page is loaded from a.com
The HTML embeds a Flash client from b.com
HTML contains a Javascript function that makes a connection to a.com, ie the origin of the HTML, not the origin of Flash
The Flash calls that Javascript function

Question: Do I need to have a crossdomain.xml in a.com?

View 2 Replies

Javascript :: Click Path Tracking On A Single Page Site?

Jan 3, 2012

I have a single page site that has a flash interface and a html nav bar that changes content on the site without a page reload. The problem is the client wants to see the click paths users are going though to access content ( using html nav bar or flash ui to get there ). I know I can use the externalInterface in flash to callback to javascript on click events but there seems to be no custom way to trigger building a click path.

Basically on a page that doesn't have per-page content I want to track the path users are navigating the site ( not per-click tracking but full on path tracking ) through. Is this possible through custom events of some sort or just not possible?

View 1 Replies

Javascript :: Redirect To A Html Page When Site Opens In Non Flash Browser

Feb 29, 2012

How do I redirect to a html page when my flash site opens in non-flash browser?

Here is the code I am curently using

<link rel="shortcut icon" href="/77east.ico" type="image/x-icon" />
<!--[if lte IE 8]>
<script type="text/javascript">window.location = 'ebrowser.html'</script>

[Code].....

View 2 Replies

Javascript :: Can Js Code On Site Prevent Other Js Code From Detecting Presence Of Flash

Jan 22, 2011

I'm looking for a workaround to the "AdSense does not let you choose only images but no flash" issue. I'm rather a newbie to JS, but is there any way for one script to prevent other scripts embedded in a site from detecting the presence of the flash plugin? Even if it doesn't work with AdSense, it would be nice to know if there's a hack to do this that might work in other settings.By the way, I suppose I wouldn't care if it failed to work on IE or obsolete browser versions.

View 1 Replies

Javascript :: Gain Access To An Embedded Flash Video's Parameters That Is Embedded On A Site You Don't Own Via A Browser Extension?

Jan 2, 2011

I'd like to gain read only access to the following parameters of embedded Flash videos located on sites that I do not own through my own custom browser extension/add-on:

Time location of playback head (so I can display the current time in the browser extension via HTML5/JavaScript) Frames (so I can make capture them to an image file, save it and display image in browser extension) Original Dimensions in pixels (so I can display the original video dimensions via JS/HTML5 in browser extension)

Is this possible by using Javascript and HTML5 from a browser extension?

Would I have to use something like the SWFObject Javascript API [URL]

View 1 Replies

ActionScript 2.0 :: Full Screen Flash Site With Scroll - See The Complete Site

Feb 25, 2012

i have made a site in flash. stage size 955x600 i have exported it as fullscreen with no scale. the problem is that if i browse the site with a resolution of 800x600 (760x420 if i'm not wrong), the browser dont' add scrolls and its impossible to see the complete site. How can i fix this without resizing the site. i want the users to see with the proportions that i have now.. ijust want a scroll on the browser.

View 2 Replies

Published Files Work On Local Site But Not On Remote Site?

Nov 4, 2009

the flash4 published set of files, with a variety of skins tried, works well on the local drive, even when moved to a different folder structure. when index.html is opened on the remote web site, the browser (firefox3 and ie7) displays the player conrols and a rotating horizontal barber pole, green and black, but no flash video.some of the skins i've used are: SkinOverPlaySeekFullscreen.swf, nOverPlayStopSeekCaptionVol.swf and SkinUnderPlay.swf. all work locally but do not play the .flv file on the web site. no problem playing flv movies on the remote web site if the file set is created by dreamweaver.

View 8 Replies

ActionScript 1/2 :: Coding To Move From One Site To Specific Part Of Another Site?

Jul 28, 2011

Forgive if I am not explaining this very well- here goes. I have one major site with three other gallery sites that are related. From one of the gallery sites I need to create a button that takes you back to a specific page on the major site.

[Code]...

View 7 Replies

Build A Html Site Aswell As Flash Site?

May 20, 2009

I was wondering if its still necessary to build a html site aswell as a Flash Site? Or is there a definitive and failsafe way to incorporate html into my flash site? SEO is a very important factor for me. I read this article: url...by Geoff Sterns in 2006, resulting in the following[code]

View 4 Replies

Professional :: Site Attack In Flash Site

Dec 14, 2010

A client of mine has had 2 sites (both Flash sites) attacked over the last 12 months, so he's been asking: should he go for a static HTML site or stick with a Flash site? Is there ways to make a Flash site more secure?

View 1 Replies

Logging Into PHP Site...Another Log In For Flash Site?

Mar 3, 2012

I have some people making a site that uses PHP and mysql. You will be logging in first to the PHP site, but the Flash based component of it requires to use the same log in and password. Do they have to log in twice??????

View 1 Replies

Professional :: Render A Project To FLV?

Feb 3, 2009

I'm new to Flash authoring, and something seems puzzling. I see that it is possible in Flash to render an animation (project) to AVI or MOV video formats, and it seems to work fine (although you can't choose your AVI codec,

which seems like a trivial feature to put in. Is there a way to render a Flash animation to FLV? I am working on a project that will play FLV video files inside an FLV player object (SWF object). I would like to create FLVs from inside Flash, using the nifty animation tools and whatnot, and have them play in the same manner as the other FLV videos created by other tools (e.g., FinalCut Pro edited video). I realize the FLV is video

View 4 Replies

Render Text As HTML?

Jun 8, 2009

Has anyone else had trouble with the Render Text As HTML function in CS4? I want to use two different fonts in the one textfield. Looks fine in Flash but when I export the swf, only the first font is used.

View 16 Replies

IE7 Does Not Render A Movie Correctly?

Dec 1, 2009

I have a Flash movie embedded as shown below. In Firefox, the movie renders beautifully  In IE7, the movie is scaled down, pixelated, and looks bad.There is no HTML aside from what you see here - no CSS or anything.

<html><body><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="500"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"> <param

[code].....

View 5 Replies

ActionScript 3.0 :: Re-render A MovieClip?

Jun 3, 2010

I create a backGround MovieClip object and assign to it a MovieClip from my library.I use addChild to add it to the display list.This is the background for my movie.At some point later on, I want to change that background.If I simply assign a different MovieClip to backGround, nothing changes when I run the movie.I thought there was some method I could invoke that would re-render the backGround MovieClip, but I can't find anything.

I can simply add it again, but that seems like a waste of memory.I've done a removeChild, updated backGround, then addChild'ed it again, but that seems a little klunky.Isn't there some way to update backGround in place without having to remove it and re-add it?

View 2 Replies

Render A Printable Image From A SWF?

Nov 18, 2009

I'm working on a project at the moment where the client uses an off-the-shelf Flash library to display data against a map. It's a SWF that we feed some XML data and it renders it in various ways, such as a map of the UK with each county represented with a different colour depending on the data we feed it.

As it's an off the shelf, we only have the SWF, no means to edit the Flash file.

We need to make the reports universally printable from the browser. The idea was to have a container SWF that used the BitmapData methods on it to effectively do a screengrab of what the map ("child") SWF is showing and render it in the page as the image generated for printing(i.e only showing the image in the print stylesheet).

View 1 Replies

Flash :: How To Render A PDF Using Perl

Jan 13, 2012

Is it possible to render a pdf in a browser using PERL? What I have is a flash application that sends the rendered pdf binary to perl. The pdf is generated from AlivePDF.

#!C:Perlinperl.exe
##
BEGIN { $ENV{PATH} = ''; delete @ENV{ 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; }
use strict;

[Code].....

This is only part of the displayed file, but I hope this helps. I don't want the code to display, I want it to look graphical. If I download this file, and change the extension to .pdf, it works perfectly.

View 2 Replies

Flash :: Render Just A BitmapFilter To BMD?

Feb 1, 2012

How would you render a BitmapFilter (such as DropShadowFilter) applied to a sprite, to a seperate BitmapData Layer? which would then be placed beneath all objects.For instance if you have two rectangular sprites overlapping each other, with a DropShadowFilter applied to each, the result would be the filter overlaying and obscuring the other rectangular sprite - as shown below.

note: each filter may have different settings and so I cant just apply a uniform filter to a containing sprite. also: ideally this solution will be scalable to handle many animated sprites at the same time.

View 3 Replies

ActionScript 2.0 :: AttachMovie Will Not Render In Avi?

Nov 13, 2007

I'm trying to have an attached movieclip in code render in an avi file. I Googled this before, but its tough to find since its a really specific issue.

For example, if I place a clip on the stage manually, it will of course render when I export it to an avi. But when I have something placed with code it does not. I really want to use the coded movieclips. Is there a remedy for this?

View 4 Replies

ActionScript 3.0 :: Can't Get Reflections To Render

Jan 4, 2010

I cant get my reflections to render. look at my class and tell me you can see what I am doing wrong.

Code:
package {
import flash.events.Event;
import br.com.stimuli.loading.BulkLoader;

[Code].....

View 1 Replies

ActionScript 2.0 :: CS4 Render Text As HTML?

Feb 4, 2009

Has anyone else had problems getting the "render text as HTML" button to actually produce that result? I've just got a blank fla with a simple, multiline, dynamic text area with the "render text as HTML" button pushed but simple tags(<b>,<i>,<p>) just show up as characters instead of formatting.

View 1 Replies

ActionScript 2.0 :: Write Its Code That Will Render Itself?

Oct 2, 2009

Is there any way to write AS code that will render itself (.swf/.exe file) unreadable, say, after being being viewed x times or after certain date?

View 1 Replies

ActionScript 3.0 :: Warning : Filter Will Not Render?

Sep 21, 2011

I get this error in Flash player 9 (10 works fine).The image I'm trying to distort is 2203 x 250, so I don't know why it's saying the maximum is 3334 ?

Actionscript Code:
Warning: Filter will not render.[code]............

View 2 Replies







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