Flash :: Get SIFR To Render The .sIFR-alternate Correctly With FlashBlock Enabled?

Apr 10, 2010

So I've looked this up in a few different places, and the only answer I've seen is "style the span.sIFR-alternate element". Problem is, if I apply any styles to that element that will actually have it appear & be placed correctly, it shows up alongside the sIFR text when FlashBlock isn't present (e.g. in Safari/IE) or is disabled. Here's the default styles for .sIFR-alternate:

[Code]....

View 1 Replies


Similar Posts:


Flash :: Update SIFR To AS3?

Jan 10, 2010

In my experience, the text rendering is better in flash 9/10 AS3. Are there any plans to get sIFR working with AS3?

View 2 Replies

Flash :: Max Font Size For SIFR?

Nov 18, 2009

I am trying to implement a large font for sIFR, but it seems to have a ceiling where you cant go any higher. I have adjusted the the variable MAX_FONT_SIZE within the sIFR.as to no avail. Is this possible or is it a limitation with flash?

View 1 Replies

Jquery :: Flash - SIFR Only Works Partially In IE?

Jun 8, 2011

My sIFR 3 font replacement is working great in FF and IE except when I use it on a 'services' page that has an unrelated Flash object feature at the bottom. Only the first sIFR3'ed element shows up in IE on this page. I am also using jQuery 1.2.6 on this page to bring up random content. It is a windows xp pc.

In IE, the html on the 'services'page sIFR'ed elements has become garbled in the browser as I see when I view the source. Things like this: nodeIndex='1' and jQuery1307565945701='4' are added to the ul and li elements and should not be. The class 'sIFR-replaced' is not being added from sIFR like it is supposed to be.

The jQuery does not interfere with sIFR3 font replacement on my other pages because they don't have the extra Flash file on the bottom. The Flash file is a shockwave cab file, version 9,0,0,0 (that I did not add).I see this error in the console ' 'match(...).1' is null or not an object' but I got this same error elsewhere and it wasn't affecting anything.

View 1 Replies

Flash :: Sifr 3 Barebones Test - Unusual Line Breaks?

Nov 13, 2009

I want to use a non-standard font on the web in a various combinations of font-color and font-size without having to assign individual configs for each. So far sIFR seems to pick up font-size no problem. but not font color, so I am working on a work around.

The problem I am running into: sIFR is breaking text to the next line without a linebreak <BR> being present.

[Code]...

For the sake of the project I am working on, it looks like setting the standard to block level elements only with font-sizes of 18px and above will be the route taken to keep from holding it up further, but I still have personal interest and would like to pursue understanding sIFR and the line breaking further.

I am new to Stack Overflow and am concerned this may be an 'extended discussion' which the FAQ says is beyond the scope of this site.

View 2 Replies

Flash :: Sifr 2.0.7 Only Working When Font Is Installed On User's Computer?

Apr 1, 2010

I am using sifr 2.0.7 and here's the deal. The sifr is working (I can see it in the DOM) however, the font is wrong.It doesn't pick up my swf font (DIN) unless you have it installed on your computer?The css font style is: HelveticaNeue which is what the sifr seems to render if you don't have DIN installed.I see it on my computer but my friend see DIN.

View 1 Replies

SIFR 3 Rev.436 Is Unable To Sucessfully Publish Movie - The Flash File Is Blank

Oct 24, 2010

I have been trying to get sIFR 3 rev.436 working on my site but I stuck at publishing the movie. I did everything the instruction had told me to but when I published the movie and double clicked it to test, it failed, the movie was blank with the following error. Someone said the Action Scripts should be in the same folder as the sifr.fla, it was but it didn't help at all.

Scene=Scene 1, layer=code, frame=1, Line 19

The class or interface 'sIFR' could not be loaded.I was puzzled and after hours of looping in the situation I downloaded rev.432 and tested it out. To my delight, everything turned out right and I published the movie successfully!

View 2 Replies

Javascript :: Detect If Native FlashBlock Is Enabled In Chrome (and Others)?

May 17, 2011

Chrome has bundled a "native" flashblock for a while, as has the android browser. swfobject reports that the flash player is available, even if the block is enabled for all sites. All I want to do is detect that a user is using native flashblock, and provide some messaging. Certain services, like the Facebook JS SDK, do not work without flash enabled for cross-domain communication, and do not provide methods of detecting failure. I know how to detect an extension/plugin like the original flashblock, but the native version does not appear in the navigator.plugins list.

Is there a way to detect if a user is running with a native flashblock enabled?

View 1 Replies

Javascript :: SIFR 3 Not Displaying In IE Just Getting XXX?

Mar 7, 2010

I am having a problem with sIFR 3 not displaying in IE. I get 3 larges black XXX in IE yet it displays fine in Firefox. I have checked i do have the most recent version of flash installed correctly.

[Code]...

View 2 Replies

Css :: Sifr Not Replacing Font

Jul 21, 2010

I am trying to use sIFR to replace the headlines (e.g. The Tour of A Lifetime) on this page: [URL] The font I want to swap in is Verlag by hoefler & frere jones. I had this working the other day but it suddenly stopped working: the font does not replace. All the js/css/flash files are linked correctly. I tested my verlag.swf and it works. And, I tested sIFR with a different font and the replacement worked. Am I having issues because I have yet to buy a Verlag license for the server?

View 1 Replies

Javascript :: Way To Make SIFR Work

Dec 3, 2009

It works perfectly when pulled within labels like in the demo.[code]note: (id="slidesbigtext") loads text from javascript without any issues, just can't find a way to make sIFR work in this situation..

View 1 Replies

Javascript :: Use Various Selectors In SIFR 3r436?

Apr 15, 2010

sIFR.replace(neutra, {
selector: '#nav li',
css:[ 'a { color: #ffffff; text-decoration:none; font-size:14px} a:hover { color:

[Code]....

and i need to style a b inside a span inside a div ... and i just can't find the way, if i add another sIFR.replace(blah... it won't work, it messes with the other replacement sometimes

View 2 Replies

Javascript :: Get Colors To Work In SIFR 3 R436?

Dec 1, 2009

I've got a demo page up here; you can view source to see what I'm trying to do. As you can see, everything about it seems to be working except for colors. I'm trying to set the color to blue (#0000ff), but it stays as black. I created a custom SWF file for my font, embedding four different variations of a single font in order to accommodate for different styles per these instructions (because this particular font family stores regular, bold, italic, and bold italic as four disjoint font names).

For posterity I'll paste some of the source code from that demo page I linked to here:

[Code]...

View 3 Replies

Javascript - Jquery And SIFR Link Management?

Feb 5, 2010

Ok, I'm using Jquery to build a dynamic menu, and sIFR to change the text to TrajanPro font.

This does not mix. I want to find a way to make it mix, though.

sIFR has automatic parsing of links, so that Flash sends you to the link location. What it doesn't do is pass on javascript triggers. I'm trying to make my menu as accessible as possible, by using hard links and then rewriting them with Jquery into managing the visibility of submenus, like this ~

[Code]...

View 2 Replies

Actionscript 3 :: Translate SIFR (for Hyphenation And With The Help Of A Converter)?

May 12, 2010

One thing asked for a lot with sIFR is hyphenation.The only problem is that Hyphenator.as is written in AcionScript 3, while sIFR is in ActionScript 2.I found an AS2 to AS3 converter s3-converter-createtextfield-geturl-handling/ but the result examples.bezel.be/sIFR-as3.as is not working yet.

View 1 Replies

Html :: Clickable SIFR Inside Linked Elements

Dec 28, 2009

My site in progress has some large graphical buttons that uses sIFR to display their headings. The structure looks like this:

[Code]...

I'm replacing the <h2> element with sIFR 3, revision 436. Everything works great until I activate sIFR. The font is replaced just fine, but the heading can no longer be clicked even though the rest of the button can. I tried to add another <a> inside the <h2> heading but that broke the whole layout since multiple <a> tags can't be nested. Is there a "correct" way to fix this or should I work around it with something ugly like a z-indexed clickable blank.gif on top of the whole thing? Or is there something else wrong that I've missed?

View 2 Replies

Javascript :: SIFR 3 Showing On Home Page But Not On Any Other Pages

Jul 27, 2010

I have integrated sIFR3 and it shows perfectly in my home page but not on any other pages. I never changed anything only the name of the font. Here is my sifr-config.js:

[Code]....

View 1 Replies

Make Right Click Menu In Flash With "open In New Window" For SIFR Link?

Nov 10, 2009

How to make right click menu in Flash with "open in new window" for sIFR link?

Can we make in sIFR3 directly?

View 1 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

CS3 Alternate Flash Not Showing Up?

Mar 29, 2009

check my code below and let me know if i am doing something wrong in getting the alternate flash which is the .net control in the same Div.

Code:
<script type="text/javascript" src="Javascript/swfobject.js"></script>
<script type="text/javascript">

[code].....

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

Alt :: Alternate Content For Flash | Magento?

Apr 4, 2012

If I try and add some alt code so that ipad and iphone users can see something instead of a blank page, but when i save the code it disapears,The code for the flash is:

<div class="flash">
<object width="980" height="665" data="http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/header_v8.swf?xmlUrl=http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/xml_folder/" type="application/x-shockwave-flash">[code].....

how i can display something else for users who do not have flash?

View 1 Replies

ActionScript 2.0 :: Flash CS3 - Alternate For OnClipEvent?

Apr 2, 2009

I have 5 image segments on a single PNG file. I am trying to get each of the 5 segments to "fly in" left and right and be revealed inside of a mask. It works, BUT only if I refer to a very old tutorial using onClipEvent, where the ActionScript is placed on the image's MC instance name (messy!). For some reason, I can only get this to work if I publish in Flash 6. Using ActionScript 2.0, I am trying to publish this as a version 8 SWF. Not sure what is deprecated, but onClipEvent seems suspect. I have tried (and failed) using onEnterFrame. The buttons no longer get that PNG to move left and right. It might be easier to see it, than explain what I have going on...

[Code]...

View 7 Replies

ActionScript 2.0 :: Can Flash Read The Alternate Text

Nov 29, 2009

swfobject2 allows you to specify the id of the alternate text but I am unable to find any posts anywhere that show how it can be read from flash once the movie is loaded.

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

Media Server :: Flash Chat Alternate Text Colors?

Sep 14, 2009

how to alternate text colors in a Chat  i tried to use css but it changes all the text colors not just each message.

View 2 Replies

Flash Causing Screen To Flicker While Enabled?

Sep 23, 2009

when I enable my Adobe Shockwave Object my screen will flicker when i move the mouse around the screen.  I have uninstalled it and reinstalled but it didn't work. 

View 1 Replies

Flash :: Use ExternalInterface.available To Check If JavaScript Is Enabled?

Nov 27, 2010

Flash has the ExternalInterface class which can communicate to JavaScript running in the browser Can you use the ExternalInterface.available property to check if JavaScript is enabled?

View 2 Replies

Improve Text Quality In Flash With Enabled 3D?

Aug 7, 2011

I've put text in TextField, set Z coordinate to enable 3D, and placed object close to the screen plane. Text quality is very bad. Is there any way to force Flash draw proper vector text? Fonts are embedded, so it's not a problem.

View 1 Replies

Editing Code From A Published Html File With Flash Detection Enabled From Flash

Sep 2, 2009

ive publish a html file with flash detection enabled from flash.[code]now since the default codes places my flash movie on upper left corner, ive made my own tables with the flash on it, how or where do i place this code to the upper codes?[code]

View 1 Replies







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