Slideshow Not Showing Images From Remote Browser?
Dec 8, 2009
I have created a simple site in Dreamweaver, I have uploaded the site to a remote server and everything is great but for one thing. I have inserted a Flash image viewer that should show a selection of images, it works fine when launched from Dreamweaver into a browser window such as Firefox. However if I access the site using its domain name and recieving from the remote server no images/slides play.
I have done several things to try and rectify this. Made sure the images are in the root folder. entered 'base' and '.' in the parameters and made sure all image names start with a lower case (linux) and it still doesnt work.
View 1 Replies
Similar Posts:
Jan 23, 2007
this is my code for photogallery.there will be 61 images loaded in this array.how can i make an AUTO button which will make a slideshow,showing all the images in array?
arrayrow = new Array()
arrayrow=[
["00.jpg","0","sajkad","hjsgadhj"],[code].....
View 5 Replies
Jul 17, 2010
I created a photo album viewer which grabs an XML file from my web site, and then parses the XML to get the paths to all the photos to be displayed by the album viewer. The code makes use of the URLLoader class to fetch the XML. The problem, though, is that in google Chrome it works-- but in IE8, it doesn't work. For example, the XML code and the image fetching code work seemlessly on Chrome. But in IE8 and in IE6, it seems to not be able to fetch such information.
I've read somewhere that you need a crossdomain.xml file at the root directory of your server. But I'm not crossing any domains! It's all coming from my server where the swf is being hosted!
View 1 Replies
May 29, 2008
i have a question about text in a slideshow. i know how to make a basic photo slideshow with external images. but now what i want to do is add 4-5 paragraphs of text next to each photo (with possible scrolling). the text will be different on each photo.
View 1 Replies
Feb 4, 2011
I have a 30 sec flash file that was converted from a .flv to .swf in flash CS5.I place the .swf file in Dreamweaver CS5.The file is only 57k the .flv was 3,560k. The flash plays perfect locally.When uploaded thru the "put" function with Dreamweaver the .swf file uploads along with the java and expessistall.swf. The flash will not display on the website.
View 1 Replies
Aug 15, 2011
I'm trying to create a 2-way videochat. Your own webcam shows perfectly fine, but the other doesn't. I used this page as an example: [UTRL]
Following the steps on the page doesn't seem to work for me. I exchange the peer IDs via PHP. I make my Flash visit a page, which stores the peer ID in the database using a POST request. To fetch the peer ID of the partner, I use PHP sessions, which store both your ID, and that of your partner. I can then use these variables to visit another PHP page, which echoes the partner's peer ID. Both are the same as in the database, so there's nothing wrong with that.
The NetConnection:
Connection = new NetConnection();
Connection.addEventListener(NetStatusEvent.NET_STATUS, CheckConnect);
Connection.connect(RTFMP + DevKey);
[Code]....
View 1 Replies
Jun 24, 2010
I want to create a slide show by making a loop that loads images one by one, pauses at each photo before removing it, and then adds the next one. However, the code (shown below) seems to race to the very last picture without pausing.
for(var i = 1; i < 5; i++){ //pics 1-4
var pic_name:String = "pic" + i + ".jpg";
trace("Loop "+i+" "+pic_name); //traces pic1.jpg,...pic4.jpg
var loader:Loader = new Loader();
[Code].....
View 0 Replies
Feb 14, 2011
I have try everything but no can do. The 4th image wont show up
Here's the file [URL].
View 5 Replies
May 4, 2009
The end result is going to be a "photo-stack" with each image layered on top of one another, all cycling through the list of images. So container 1 would start of showing image 1, then image 2, and so on. Container 2 would start with image 2, then 3, and so on. One the container gets to it's final image, it loops back to the first image. I've duplicated all the necessary functions and duplicated all required variables with different names so there shouldn't be any overlap, however when I run my SWF, only one of the galleries loads. If I try and load the galleries as external SWF's, only one gallery appears.
Here is my actionscript code:
Code:
var id, current;
var k = 0, p = 0;
var slide = 1;
[code]....
View 1 Replies
Aug 18, 2011
I am working on a project where I need to load a remote swf file into another using flash and as2. This should be simple, but the remote swf file is modular by design (i.e it needs to make calls to load other swf files into it) When I enter in the location to the remote swf file from a web browser it has no problem loading up. When I try and load the swf file using flash I get errors relating to the file system. It seems the flash being loaded into my flash is trying to load its other pieces and is looking for them on my computer.
[Code]...
View 1 Replies
Jan 23, 2010
Really puzzled by the flaky behavior of LocalConnection. Using a debug utility(LuminicBox) that uses localConnection to work.
When the page containing the swf is loaded in a browser locally , localConnection works.
When the identical page and swf are viewed 'live' on a remote site, localConnection fails.
View 3 Replies
Jul 8, 2011
of a complex question to me, but it's coming from an absolute beginner and it might be considered a stupid one, that's why I posted here...I've kind of been dropped in the deep end with this task and I can't get it right... I have a company's organisational chart in flash where it loads in each person's name dynamically for their department and when you click on it it brings up their CV information such as name, qualifications etc. This is loaded into a dynamic text box. I can test it locally with an xml file and then switch back to the online version.The local version I check by switching to "strXMLpath = "organisation.xml";" where things are laid out as follows:
Code:
<organisation>
<bod>
[code].....
View 1 Replies
Apr 18, 2011
I am designing a fairly simple site made up of a swf (AS3) in an html page. I'm relatively new to it all, but was doing ok until recently! The problem I have is this: The swf within the html loads perfectly from my local drive in all browsers, but when published to the remote server does not display correctly in Safari or Chrome... It is fine in Firefox.
To see it correctly, use Firefox and the link below. To see it fail at the preloader (in fact, it distorts the design of the pre-loader and goes no further) use Chrome or Safari. [URL] The site is unfinished, so there are other issues you may find which I am solving, but this is the one of concern.
View 3 Replies
Jun 23, 2010
I am loading images from a remote URL using the following code so that I can smooth and add colour effects to the bitmaps.The code is courtesy of this guy's nice example:
Code:
import flash.display.*;
function loadBitmapSmoothed(url:String, target:MovieClip) {
[code].....
View 3 Replies
Feb 27, 2012
I am creating an interactive post-it for an upcoming event that allows for us to tap into a sql database and post tweets, survey answers and images. We've already tapped into the Twitter API and the survey, so those are A-OK.The problem lies within loading the images from a location other than the local interactive board's server.If the image itself is locally hosted, it loads just fine.If the image is hosted elsewhere, the image will not load, even though I have a trace on the URL of said image.I'm loading all tweets, surveys and images through an XML load and all the data is loading properly.I AM loading the image through a smoothing filter so that when the "post-its" are slightly rotated, they are not jagged. Here is THAT code:[code]
This is a two part script where the bulk loads in the image and places it into an empty movieclip, then adds the smoothing filter. The second part is a resizer that automatically resizes the image and keeps the aspect ratio.When I test the flash piece (not embedded in HTML) the thing works 100%.As soon as I put the swf into an html and view it on a web page, the remote images will not load.I'm a bit stumped on why this is, could this be a firewall or security issue? Because I work in a high security firewall environment.
View 1 Replies
Oct 22, 2009
I've been handed a few Flash files written in CS4, but in ActionScript 2. I know enough ActionScript to be dangerous, but I am far from a Flash developer.
At the high level, the Flash file loads an image, rotates a portion of the center of the image, and allows the user to drag the rotated piece into the proper position (solving a puzzle, basically).
This worked GREAT when the images were loading from the local server. We've changed to remote cloud hosting for the images, though, and now are experiencing issues.
The images still load (we have all of the security and cross-domain policy files in place), but any time we try to rotate the center portion of the image we get a plain gray box instead of the rotated portion of the image.
What's weirder is that the rotated image portions show up fine in the IDE Flash player. But when viewed through a web browser the static portion of the image will load, but the rotated portion will not.
View 0 Replies
Nov 15, 2011
I've built a simple webcam snapshot application - a user uses webcam to take a picture which is saved in a folder. All pictures are saved in same folder and now i have to display three latest images on a flash banner that is located in another server. With PHP, i managed to sort the pictures in an array from latest to oldest and dislay them on the a website. Now i have to dipslay three of the latest images on the banner and not sure how to pass this information to the Flash banner? All i have to do is to pass the path of the three latest images and load them into movieclips. Any tips where to start?
View 0 Replies
Aug 19, 2009
I have tried several ways to import a movie and create a web banner. I created a project in After Effects and exported as both an flv and an f4v. I imported to Flash with no skin and set the project to the same size as the content. When I test the scene, everything is fine. When I do a publish preview, all is well. If I view the published html file on teh computer I created it on, that works. If I try it from another machine on my network, or send the directory with all the files to others, it shows nothing - just a blank page with the flash object there, but no movie.
View 11 Replies
Mar 18, 2009
I'm trying to publish my FLA file in Flash CS3, and it creates the swf, HTML, and JS file but when I open the HTML file that is created nothing compiled in my swf file shows up. It only shows my static background, which has nothing on it. I'm dynamically putting everything else onto the stage (AS3). I'm also not getting any errors anywhere, so I have no idea what the problem is. I tried this same thing two weeks ago and everything worked fine, but now I have an empty HTML page.
View 4 Replies
Dec 19, 2011
I'm having trouble connecting to a remote persistent shared object. When I run from the Flash authoring environment it works. But when I run it from a browser it doesn't. The code attaches an event listener to the sync event, and then calls so.connect(nc).
As mentioned - it works inside Flash authoring only. In both cases the connection to the server is successful. I also tried setting client.readAccess to "/" in the application.onConnect function of the server-side code - but it doesn't help. (Everything was written by me including the server-side application code. I have full control and access to the server).
Also, I can see the remote object exists on the server in the admin console.And as mentioned, when running inside Flash CS5 - the onsync gets triggered after connecting to the shared object.But, the same code under a browser - doesn't trigger the onsync.The SharedObject.getRemote method on the client side returns an object on both occasions.
View 1 Replies
Aug 7, 2009
Trying to load remote images into a flash sideshow local files work even if I use absolute path. I am updating existing gallery to dynamically pull images from Picasa.The php works fine and pulls the images from the API. But when I pass the XML to flash it wont load remote images. to ActionScript but it still wont work. The scrip for the sideshow is:
System.security.loadPolicyFile("http://photos.googleapis.com/data/crossdomain.xml");
System.security.allowDomain("*");
MovieClip.prototype.addProperty("onLoad", function () {
[code].......
View 3 Replies
Sep 8, 2009
The code below is simplified for example I'm developing an AIR application (using Flex) which loads several of its images from a remote web server. The images display fine, however, whenever I'm manipulating the containers which hold the remotely-loaded images, I get errors in my console:
[Code]...
The images don't seem to be affected, but I don't like having errors displayed that I don't understand. Here's a sample app that exemplifies the problem:
[Code]...
View 3 Replies
Nov 12, 2011
I want to understand something if it is possible to do it in flash movie. I want to make flash animation with let say 4 pics. The animation will be used as an advertisement on other sites. But I want the images in the flash movie to be changed from time to time. Thus I want the images to be loaded from my server while the movie is been shown on other sites. I want to know if this is possible in flash.
View 1 Replies
May 10, 2009
I am building a portfolio site, and I want my content to occupy all the browser window.
Like this site:
http://********theglass.com/
[URL]
I know GAIA have the ability to do this but I don't know how to use it, and the more I look to it, the more I think it will be overkill to use on my project.
I want my background to occupy 100% of the browser window and have the content to be centered.
Is there a much simpler way to do that without having to do it in a framework?
View 15 Replies
Jun 14, 2009
I designed a website for a company recently, and had a preloader screen for it.Now that its uploaded,when I visit the website, the browser downloads all the data first before displaying it, alright.But the preloader screen doesnt appear. When I simulate download in the swf, it shows the preloader screen properly.The AS on the 1st frame is something like this:
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded/bytes_total;[code].................
View 2 Replies
Apr 1, 2011
I want to show a PDF in browser, from which user can select text, showing pdf is very easy i have done this using "pdfviewer" control, now i want to get the selected text which the user selects in the PDF, is there any way to achieve this?
Edit: If there is a flash/ flex solution at the client end that will as well, does anyone know about it, i tried one API, but that dint seem to work
View 2 Replies
Apr 17, 2010
I have created an application where on button click it has to load an image to a movieclip.
It worked fine in my local system, but when I uploaded it to the server, the image loads late and thus the animation is missing and is causing problems.
how to load image from the library attached to the movie.
I know it can be done with attachMovie, but its not working for me.
View 3 Replies
Feb 12, 2010
I'm trying to do the following : I want a pdf to be downloaded but not in the broswer just to have the usual download to a folder thing (ecxcuse my english) This what I use but it always open a new window. [URL]
View 1 Replies
May 11, 2009
I am building a portfolio site, and I want my content to occupy all the browser window. [URL] I know GAIA have the ability to do this but I don't know how to use it, and the more I look to it, the more I think it will be overkill to use on my project. I want my background to occupy 100% of the browser window and have the content to be centered. Is there a much simpler way to do that without having to do it in a framework?
View 2 Replies
Jan 7, 2010
I created a xml flash slide show that works great when I select test movie, but when I try to open the swf in a browser like firefox it does not work. The file comes up, but the images never get loaded in.
The XML file calls for the images that are in a child directory. The parent directory has the swf and xml file in it.
View 7 Replies