ActionScript 1/2 :: External Swf Not Showing Up (Online)
Dec 8, 2009
I'm creating a website for somebody, and it works perfect offline, i have two empty movie clips on the main site. And one loads an external video player(swf), and the other loads the external accordion menu (swf) of the site. I test it offline and it works perfect. But when i test it online (hosted) its not loading the accordian menu.
[Code]...
View 3 Replies
Similar Posts:
Jun 4, 2009
Flash CS4 Pro I created a Flash video, which when previewing locally works fine, but then I upload the files to the webserver, then nothing is displayed, I only see a white area where the Flash video should have been (no broken image icon, see the attached jpg file, it shown an white area where the video is suppose to appear).
[Code]...
View 13 Replies
Jul 19, 2009
I am using Papervision2 great white. I am also using imported 3D objects from maya exported as collada files. Now working in flash everything shows up fine and dandy, no problems. However when I upload it (every file actually, I never move anything just in case) the avatar im using, a van, doesnt show up at all. The other DAE files do because they arent using any textures. The van has a UV texture applied to it, so I'm assuming that's what screwing it up. I am working inside flash. I'm not using any external AS files.
var daeFile: DAE;
daeFile=new DAE;
daeFile.load("van2.dae");
var universe: DisplayObject3D;
[code]...
View 2 Replies
Aug 24, 2007
I am going mental with this one. I have a dynamic text field on one layer, and action layer on top of that. Render text as html on, and needed characters embedded.
Code:
System.useCodepage = true;
var format = new TextField.StyleSheet();
[code].....
View 2 Replies
Dec 8, 2009
I'm running into a very strange issue when testing an application I'm building online: loaded images aren't showing.When testing locally everything works fine.I'm retrieving the images from an Adobe Scene7 server, and there's a crossdomain.xml in place there with the correct entries. I'm getting the right bytesLoaded and bytesTotal. I'm not getting an IOError Event.What could be wrong?
Here's a piece of the offending code: (I replaced Event.COMPLETE with Event.INIT, hoping it might make a difference, but it doesn't)
[AS]loader.contentLoaderInfo.addEventListener(Event.IN IT, onImageComplete);
[code].....
View 2 Replies
Jun 16, 2009
I've finally finished my flash xml gallery, and have tested it to my complete satisfaction using dreamweaver. When I do a preview from dreamweaver, or just open up the gallery html file from explorer the swf loads the xml file and all the images flawlessly, everything works. However when I move the site for testing on my mac laptop it loads the xml file but not the images. When I upload it to my test website it doesn't even load the xml file. I just copied the root folder over in all cases I dont understand why it wont work. You can see it here: [URL]
Could this be some export setting I am using incorrectly? Why would it work locally on a windows machine, and not locally on a mac or online on either. I tried re exporting the swf after saving it as CS3 from CS4 and changing the local playback security to only allow network. So now it loads the xml data online but not locally. Thumbnails still aren't showing up online though.
View 1 Replies
Nov 16, 2009
My Flash file works fine on local file, but when loaded to hosting site, nothing shows. Zilch. Not had this problem before, but I've not tried with this hosting service before, which is GoDaddy. Could that be the problem? Or is there something wrong with my coding? Here's the URL: [URL] The Flash is 1020 px wide, 350 px high, and its supposed to be right under the spry menu (which isn't working either for some reason! No drop and wrong color for rollover!).
View 2 Replies
Apr 14, 2010
I have developed a simple chat room but how do I go about showing who is online and what happen if the user close the web browser without disconnect, will the user name in the online list be remove immediately? I use mx.messaging.channels.StreamingAMFChannel and set <subscription-timeout-minutes>3</subscription-timeout-minutes>
View 1 Replies
Jan 7, 2011
I would like to load an external image to a flashwebsite.I do this using a Loader.[code]When I test the swf offline, it works. But when I put everything online and I browse to the HTML file, it doesn't load the images anymore.What do I have to do to load external images online?
View 3 Replies
Nov 16, 2009
swf used to show currently playing song from an xml file. fla checks any change in xml and updates immediately. this works fine locally but not online.
actionscript:
import flash.events.Event;
// imports flash events for the ENTER_FRAME event //
[code]...
View 1 Replies
Nov 18, 2009
I am making a flash site where one of my pages loads an external swf. In this external swf I have sub pages with links. My problem is when I visit a page from this external swf, and then go to a page from my main website (clicking my main time line buttons) and then go back to the page with the external swf i was previously on, the page would go to the last page i was on, instead of refreshing it back to the main frame of the external swf.
I made a small, simple example of what I am experiencing on the site I'm working on.
[Code]...
View 2 Replies
Aug 9, 2010
Im trying to load an external swf(a gallery of images) and I want the images to show up on the website as they load so for example if the swf is 10% loaded, it should have loaded a few images but they dont show up unitl the external swf is 100% loaded
So instead of the viewer having to wait until the external swf is 100% loaded, I want the viewer to be able to see the images of the external swf as they load.
My external swf has images on frames 1 15 or so..
View 4 Replies
Oct 26, 2009
I am trying to make a website using flash, and as I dive deeper on this project i realize that it is far more complex than I thought.I came across with this problem:In my webpage, i reserved a big space for content, which would include text and images (a space for news). In that space, flash would read, and show, a word file (for example), thus making it possible to update the content of the website without changing the SWF file, but changing only the external word document.
View 4 Replies
Dec 8, 2009
This is my final project for a multimedia class I have, a link of which is here[URL]...Basically, I have a movie clip instance (loader_mc). I have the buttons loading external swfs with this code:
[Code]...
View 9 Replies
Dec 12, 2004
On some sites i have seen usually portfolio or gallery type sites there are thumbnails, text or some shape that you click on to view a particular image. What I'm getting at is some of the sties show visually that the clip has been loaded with change of alpha (images that are not loaded greyed out and ones that have already been loaded are in colour etc..). An example of what i'm talking about is on [URL] When you click on the menu (selection uno), it loads a particular clip, and throughout the session on the site, u can tell which ones have been loaded and have not. I know there are probably many down and dirty ways of achieving this, but i know there is usually 1 or 2 'proper' methods for doing a particular thing.
View 1 Replies
Dec 12, 2004
On some sites i have seen usually portfolio or gallery type sites there are thumbnails, text or some shape that you click on to view a particular image. What I'm getting at is some of the sties show visually that the clip has been loaded with change of alpha (images that are not loaded greyed out and ones that have already been loaded are in colour etc..).
An example of what i'm talking about is onWhen you click on the menu (selection uno), it loads a particular clip, and throughout the session on the site, u can tell which ones have been loaded and have not.I know there are probably many down and dirty ways of achieving this, but i know there is usually 1 or 2 'proper' methods for doing a particular thing
View 1 Replies
Jun 4, 2009
When I try loaderInfo.content it traces [object MainTimeline] but should trace the external image.tracing loaderInfo.bytesLoaded does not trace the image progress. It should
Code:
var objAimg:Array = new Array();
var ldrA:Array = new Array();
var url:String;
var urlReq:URLRequest;
[code]....
View 2 Replies
Jun 21, 2009
I'm currently working on a game and I'm trying to work out a way to load images externally and display them on the screen.But the problem is it won't load them correctly and display them, as seen below...
ERROR:
Code:
TypeError: Error #2007: Parameter child must be non-null.
at flash.display::DisplayObjectContainer/addChild()
at main_fla::MainTimeline/frame2()
[code]....
On the second frame i got:
Code:
addChild(weapons['MP5']);
View 7 Replies
Oct 4, 2010
Problem that I want to share with you is that I have two external swf. One is swf generated by Flex IDE and second one is generated by Flash IDE. When I load flex swf, loading progress output is not showing until the whole file is loaded. This problem is not presented when I load flash swf as you can see on this testing page 90.157.198.254/test/test.php.
[Code]...
View 4 Replies
Apr 15, 2009
Code:
var slideNo:Number;
slideNo = 0;
var xmlLoader:URLLoader = new URLLoader();
xmlLoader.addEventListener(Event.COMPLETE, showXML);
[code]....
View 3 Replies
Jan 24, 2011
I imported my SWF unto dreamweaver and previewed it on browser and it works perfectly fine, I then uploaded on server but it is not showing online, I have flash player 10, and have checked to see if all the files are placed in correct root folder. I tried saving SWF under a new name, and a few oher things but it is not working!!!! Been racking my brains for 2weeks....
Here is the site page. [URL]
View 1 Replies
Aug 28, 2009
I worked on this flash site and imported it in Dreamweaver to publish online. When I test the movie in Flash and in Dreamweaver evrything looks to work just fine, but when I upload the .swif and the .html files the video on the home page does not work!
[URL]
View 3 Replies
Mar 15, 2010
I'm trying to make a simple Flash application to be placed on a web site. It is intended to take data from an .xml file and display it in the Flash movie. There are a number of buttons that display different nodes of the .xml file when clicked. (Not all the buttons are functional yet in this code; I know that.)It runs just fine in Flash. It even runs fine when I publish it and then run it by clicking on the html file on my computer.When I upload the html and swf files to my server, the html file works fine (gives me a solid colored background) but the swf is just a white box, nothing in it and no functionality.Something needs to be declared, imported or linked, I think, but I do not know what or how to do it. (Most irritating is the fact that the code is substantially taken from an online tutorial, with nary a word about this issue.)
ar chineseSentence:Array=new Array();
[many other Array vars deleted for space]
var loader:URLLoader = new URLLoader();
[code]......
View 7 Replies
Apr 5, 2010
For some reason when my swf is published online the elements show up pixelated but when its local it looks fine. the object is set to high quality in the html.[url]...
View 1 Replies
Jun 13, 2010
how would one go about getting a flash website online?
View 3 Replies
Jun 22, 2011
I'm having Trouble seeing files once they go online. Everything was just fine yesterday. But now whenever I export a file and upload it, it can't be viewed. They run just fine on my machine but when uploaded I get the "need newer version of Flash" message. And when I try to just load the swf it comes up blank. My older SWFs still work great, just the ones I exported today that are having problems.
View 5 Replies
Oct 13, 2011
My friend wants to be able to update the sites text himself. Is there a way he can easily edit the basic text online without having to use Adobe Flash (it would be even better if he could add photos as-well). I was thinking I could get flash to read an XML file but I don�t know how he could easily edit that as heis not techie at all.
View 1 Replies
Jul 5, 2009
I need an easy way to let my customer edit txt content on the web..
View 5 Replies
Sep 18, 2009
In The Flash Application, my gallery is working as it is meant to. Yet, when I upload the swf to the live site, the first image, text and movie of my gallery works but it refuses to scroll to the next item in my XML.
I have given it an absolute path to that server which works in Flash but not when it is online.
View 2 Replies
Nov 9, 2009
I have an FLV file but need to generate an SWF to then upload onto the internet (with a play/stop bar)
I have no idea how to do this. Is there a step by step I can access or can someone point me tell me where and what to do!!!! I have CS4
I understand that I need to have all the files in the same folder and then link them all in. I will be uploading onto the website (back of house html) is there a basic code that i can modify that will suit my needs?
View 5 Replies