ActionScript 2.0 :: Bizarre When Viewing Website On MAC

Aug 5, 2009

hey guys ive got a real bizarre problem. When i go on my website on PC it works fine everything loads no problem. But when users log on my website and they are on mac they seem to get caught in the sections that are dynamic and use xml to load the content. First time the content loads for the section but if they try to leave this section they get stuck?

View 1 Replies


Similar Posts:


Options For Viewing A Flash Website On IPhones?

Oct 5, 2010

I want my flash website to be viewable on iPhones but Apple does not support Flash websites on iPhones. I have heard of people just making a html version of the website or using Smoke, but I heard iPhone users do not really want to download a third party plugin to view Flash content on their iPhones.

Are there any other options that do not require you to redevelop the Flash website, like into HTML versions for example and if developing into HTML is the only option, how should you build the HTML version of the Flash website?

View 1 Replies

IDE :: Viewing Papyrus Font In Flash Website?

Jun 2, 2009

I have used papyrus font in my flash website. But it is not showing the same font when uploaded. Anybody please tell me how i can make my visitors see the same font type which i have used in my website.

View 3 Replies

ActionScript 3.0 :: Videos Stuttering When Viewing Website For The First Time?

Jan 17, 2011

I have a problem with videos stuttering when viewing my website for the first time. My site hosts many videos so I cannot preload them all at once. I am thinking I need a code that assures that each video buffers for a few seconds as it plays.Here is the code I use to upload the video:

var vid:Video = new Video();
var nc:NetConnection = new NetConnection();
nc.connect(null);

[code].....

View 4 Replies

Disable Left Click When Viewing Movie On Website?

Apr 12, 2010

Is there a code in actionscript 2.0 for flash cs4 to disable left-clicking in IE on a flash swf embedded in an html page...the movie does not contain any buttons, but calls an xml file which contains path to images to be displayed. I tried using another swf file to call the original one (since original one I have only the swf available to use, no fla) but although it works fine in firefox, in IE it still allows users to click on the flash, and also changes to hand-cursor, while should have been the default cursor in use by windows, and no clicking (except right-click)... code is as follows:

Code:

Stage.scaleMode = "noScale";
var dewsliderpath = _root._url.substring(0, _root._url.lastIndexOf("/")) + "/dewslider.swf?xml=" + xml;

[Code]....

View 4 Replies

Professional :: Create A Flash File, Which Can Be Embedded Into A Website For On-demand Viewing And Be Exported To A Cd?

Jun 29, 2007

Is it possible to create a flash file, which can be embedded into a website for on-demand viewing and be exported to a cd while maintaing interactivity, that is geared towards an online elearning environment? Basically a client wants a video that is broken down into various chapters with an interactive "course" for each chapter.The interacivity will included answering questions correctly in order to move on to the end of the chapter.

View 2 Replies

ActionScript 1/2 :: Bizarre AS2 Error With Internet Explorer 6

Aug 18, 2009

I'll try my best to articulate the problem here. I have a client who is using IE6 on a hand-held device. They need an AS2 scripted file for Flash Player 7. I have the following script that serves as a welcome screen. It plays the welcome movie, then pauses for 4 seconds, then proceeds to the "intro" frame to begin the next movie.[code]...

It works fine on every browser I've used in-house. For some reason, however, the client says it gets hung up and won't proceed to the "intro" frame to play the next movie. I've tried eliminating the initial stop(); script, but then it doesn't play the movie at all and just goes to the next frame.

View 4 Replies

.net :: Flash - Bizarre XML Access Behavior In WebBrowser?

Sep 30, 2011

I'd started a discussion about a problem with a SWF file not loading an XML data file when rendered in a .NET WebBrowser control (see here)Further investigation has revealed that if the XML data file is loaded using Action Script 2 (via XML.load()), it works. But if the SWF file in question uses Action Script 3 (via URLLoader.load(), I think), the data file is NOT loaded, UNLESS the XML file is in the same folder as the HTML file.

If either SWF file is loaded using Internet Explorer 9, then everything works OK.Are there any know issues (which would be apparently well-hidden from Internet search engines, because we've been beating on those) regarding the performance of SWF + Action Script 3 + .NET WebBrowser?

View 2 Replies

ActionScript 3.0 :: Bizarre Results - Create Many Objects With A Different Z Value

Apr 4, 2009

I am trying to create many objects with a different z value. The z variable should have a value between 0 and 1. I am using the following

[Code]...

View 3 Replies

ActionScript 2.0 :: CS3 Bizarre Disappearing Effect In Externally Loaded SWF

Sep 15, 2009

I have a swf that has a falling snow effect in the background. When I export the swf and view it in the flash player, everything works as it should with the falling snow and all.

However, when I load this SWF externally into another one, the falling snow effect disappears but everything else remains.

View 1 Replies

ActionScript 2.0 :: [Flash8] Bizarre Object Namespace Overlap?

Dec 21, 2007

I have come across a variable scoping issue in Actionscript 2.0 that seems rather odd. I create a Game class that has various types of properties:

class Game
{
public var test_number = new Number;
public var test_array = new Array;

[code]....

I can assign the numeric properties for each object just fine:

g1.test_number = 42;
g2.test_number = 23;

However, when I assign values to the array property:

g1.test_array[ 0 ] = 1;
g2.test_array[ 0 ] = 2;

...for some reason this will assign '2' to both of these values, even though they exist within separate Game objects! What's stranger is that they stay in their own discrete namespaces if I populate the arrays like this:

g1.test_array = [ 1, 2 ];
g2.test_array = [ 3, 4 ];

That works just fine- the overlapping-namespace problem does not occur. However, it does occur with the test_hash as well:

g1.test_hash.some_key = 1;
g2.test_hash.some_key = 2;

This code results in both g1 and g2 winding up with '2' in this value! How can this be? Is this a bug in actionscript?

View 2 Replies

Viewing A Flash Site In IE8?

Jul 3, 2009

[URL] However, if I were to go to a new url in that same tab and try to go back to the original site, all I will see is the loading screen which is stuck at 0%.

The above mentioned site works perfectly in Firefox, Chrome and Safari.FYI, I'm loading the content with swfobject. I tried both static and dynamic methods. It is currently set to load dynamically.

View 5 Replies

Viewing Flash On Iphone?

Jan 4, 2010

What is the bast way to publish my site so that I can view it both from my PC and my Iphone

View 3 Replies

How To Populate Div Post-viewing

Sep 16, 2010

i have a div which has a flash object embedded in it when the user hits the page the swf plays great.the thing is, is that once the swf is done playing.i want the div to be filled with other html info(ie div.innerHTML = "stuff").

View 1 Replies

Javascript - PDF Viewing App On Iphone?

Feb 2, 2011

Is there such a thing as a brandable Iphone app that views PDF's? Alternatively is it possible to view PDF's via a Flash app, or via something such as PhoneGap? as this is were my skills are, I dont know any Objective C.

View 1 Replies

ActionScript 2.0 :: Viewing XML In Flash?

Nov 10, 2009

I'm trying to parse a reults xml file into a swf.. problem is it wont show the tag with the data in it. <answer votes="0" id="1"><![CDATA[all]]></answer>All that is visible is "all".. I need to view the votes as well.anyone know a way to do this?

myText.html = true;
myText.wordWrap = true;
myText.multiline = true;

[code].....

View 2 Replies

ActionScript 2.0 :: Viewing ASP In Flash

Sep 11, 2005

I have used

[Code]...

and nothing happens!! The syntax is all correct and the dynamic text Var is set to: _root.records . Also I have made another asp page which shows all records from the database with a repeat region setting but it still doesnt show. When I view the ASP page the source is

[Code]...

View 6 Replies

Actionscript :: IDE - Viewing In CS4 - Timeline

Apr 2, 2010

Ive just started using CS4 Flash and was editing the Actionscript to a carousel menu Ive bought for my website, but... for some reason, now when I hit F9 to view the script the only thing that happens is my timeline minimises to the bottom of the screen!!! and the same thing happens when I try Window > Actions (F9).

View 2 Replies

Everything Jagged When Viewing The Published Version?

Aug 24, 2010

Using FLash CS5 and everything looks jagged when I view hte published version of my movie.Back in Flash 4 there was no jagged edges so what have I missed?Here's an image to show you what I mean.See the Black outline of the movieclip is flipping out. It's a normal vector based movieclip, no image or nothing.

View 1 Replies

Professional :: Flash Swf, In IE, Won't Reload After One Viewing

Jun 12, 2009

I have a flash file which I have created, and when viewing the flash in a web page, it works fine in chrome/firefox, but in IE, the flash will only load correctly once. If you hit refresh, or navigate to another page and then go back to the page with the flash on it, the flash will freeze up at 0% of the load bar. This happens 100% everytime, but only in IE. Zero problems in other browsers.

View 15 Replies

Professional :: Viewing The Content Through The Flash IDE?

Jul 6, 2010

I had that 'Access denied' error message whenever I tried to access help within Flash CS5 (that's pretty bad). I searched for far too long and found the obscure solution.
 
During the process I decided it might be safer to access the online help from my browser in the meantime. But with the problem solved I want to switch back to viewing the content through the Flash IDE.
 
I can't find those preference settings again though

View 2 Replies

Professional :: IPhone Viewing Alternatives?

Apr 29, 2011

I'm using an .swf banner for the header of a client project and am concerned that when iPhone and other mobile device users visit the site the header will be missing (being as Flash isn't supported on the iPhone).way in which iPhone visitors can see a .jpeg header when they visit the site so that the header isn't missing entirely? Perhaps this is an easy fix, however I am new to Flash

View 2 Replies

ActionScript 3.0 :: Viewing Component Code?

Nov 21, 2011

I have downloaded a component and one of their only methods is loadImage.  I wanted to see if I could see if this function could also load an swf.  Is it possible to see the code behind a component?  I have tried editing class, but import fails. 

View 5 Replies

Alternatives For Server-side PDF Viewing?

Jun 22, 2010

I'm looking at options for rendering PDFs on the server to avoid the user having to download them (they're big docs) and/or have a PDF reader installed and configured (audience is not tech savvy). The Google Viewer and Scribd are nice examples, but I'm not interested in making the PDFs available on the web (for Google) or storing them on another party's servers (Scribd).

My favorites right now are FlexPaper and PDFWebViewer.NET but I wanted to see if I'm missing any other options.Most of the related SO questions on this topic are somewhat dated, so maybe there's something new?

View 6 Replies

ActionScript 2.0 :: Sending Data Via ASP And Then Viewing

Sep 10, 2005

I have just downloaded the tutorial on Flash Forms and Database Integration and I want to display the enterend first and last name from the just entered entry in ASP in a SWF and then view all entries in database on the SWF. I actually know ASP but all my attempts in doing this have failed.

View 2 Replies

ActionScript 3.0 :: Viewing Code Outside Flash?

Mar 25, 2010

I will often copy/paste my code into a txt document to review at work(no flash at work). Has anyone made any application to paste text into which will auto high lite blue and/or auto format text as if you were in flash? that would be so useful.

View 4 Replies

ActionScript 3.0 :: Flvplayback Component Viewing Multiple Flv's?

May 14, 2009

i have set up a flvplayback instance and when a button is clicked i want it to load in and play a new flv
 
i have the following code:
 
// Add FLVPlayback Class (required for Playing flv's)import fl.video.*;// Create a new FLVPlayback object to hold the video var myVideo:FLVPlayback = new FLVPlayback();// set the width of the videomyVideo.width = 544;//set the video's widthmyVideo.height = 304;//set the video's heightmyVideo.x = 200;//set the video's horizontal positionmyVideo.y = 88;//set the video's vertical position// set the video source to the current video stored in the variable myFlvmyVideo.source = myFlv;// put the video on the stageaddChild(myVideo);
 
all this works fine and the first flv loads and plays fine no problems

[Code]...
 
I know how to use netstream but unless there is a way to use skins with it its not the way i want to go.

View 3 Replies

ActionScript 3.0 :: Setting The Height Of My Viewing Area?

Nov 4, 2010

// set the height of our viewing area to one pixel less // than the y-position of our dividing line picCanvas.height = divider_mc.y - 1; ?

View 1 Replies

Professional :: Viewing Names Of Each Layer - Currently Does Not Show Enough

Nov 7, 2010

In CS5, when typing names for each layer in the Timeline, it only shows a certain number of the characters. Is there a way to see more of the characters to see what the names of each layer are?

View 1 Replies

Professional :: Viewing Flash File Remotely

Jan 26, 2011

I create a movie on imovie. I take it to Flash(CS3) and publish it as an swf file I then install that file in Dreamweaver. All is good I save and preview it locally. the file's root folder is images and same remotely I upload all including the HTML page and when I view the page, the place where the file is is blank.
 
I have uploaded this many times and it just wont work.

View 8 Replies







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