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?
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?
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.
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);
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:
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.
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.
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?
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.
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:
[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.
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").
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.
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?
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
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).
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.
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.
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
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
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.
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?
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.
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.
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.
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?
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.