ActionScript 2.0 :: XML Gallery That Want To Host In A Sub Directory On Server?

May 14, 2008

I am developing our company website and I have come across a small stumbling block!I have searched out a few other threads that mention this issue, but none have yet resolved iAnyway, I have an XML gallery that I want to host in a sub directory on my server(/gallery/...) - now when I publish the SWF using the below code, it seems as though it loads the XML, but the XML cannot find the correct path to the images themselves.My XML file, the images and the gallery SWF are all in the same directory (/gallery) and are called upon externally from a SWF at the root.> portfolio.swf > /gallery/gallery.swf > /gallery/images.xml > /gallery/image-1.jpgHere is an image of the error message...Here is my XML file...

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>

[code].....

View 8 Replies


Similar Posts:


ActionScript 3.0 :: XML Gallery - Web Host Does Not Support This Type Of File?

Dec 26, 2010

I have a sweet XML gallery that works perfectly fine, offline and when I drag the swf file to any internet browser. The problem that Im having is when I go to my web host and try uploading the .as file I get a message that says my web host doesn't support this type of file. I can't nest the action script 3.0 code from my .as file into my swf because my .as file contains packaged code. Is there anyway I can convert this .as file into something else.. like another xml or is there a way I can nest this packaged code into my swf or fla file? The fla files I am using can be downloaded here [URL].

View 13 Replies

ActionScript 2.0 :: Opening Picture Centered On Host Mc (XML Gallery)

Oct 30, 2006

I'm currently working with the XML gallery at [URL]

With the code provided below, what do I need to change to make the images load and be centered over the 'host' MC (instance name "picture"), rather than having the anchor at the top left?

This is because the images I am loading varying is dimensions so having it load centered over the "picture" MC would help keep the image position... consistantly centered in the gallery.

Current code:

Code:
function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;

[Code].....

View 1 Replies

ActionScript 3.0 :: Make A Flash Photo Gallery That Displays All The Image Files In A Certain Directory With The Usual Photo Gallery Functionality

Sep 1, 2009

Just trying to make a flash photo gallery that displays all the image files in a certain directory with the usual photo gallery functionality.

View 1 Replies

Media Server :: Creating A Virtual Host In FMS 3.5?

Apr 24, 2009

I've done the following:

created a folder /fmsRoot/conf/_defaultRoot_/stream.example.comcopied in Application.xml and Vhost.xml from _defaultVhost_specified a new apps directory here: /home/stream.example.com/fms_app/ then added

[code].....

View 15 Replies

Can't Playback Flv From Host Server But Can With Ease From Desktop?

Dec 4, 2009

I gave the wrong url it should have been: [URL]..

View 2 Replies

Include Server Host Name In RTMP Address?

Oct 19, 2010

I install FMS on my hosting server (linux).For testing the installation status i opened start screen page and click on stream video (RTMP) it showing error massage like..' The connection timed out.If you are viewing this page remotely, please make sure you are including the server hostname in your RTMP address'.

View 1 Replies

ActionScript 3.0 :: How To Connect To Local Host Server (TCP / IP)

Apr 6, 2010

I am a php devloper but I have a task which is related to flash. Here this code I found to connect with tcp/ip but when I compile and run this it give me 19 error. How to connect to localhost server. [URL]. This is the link where I found the code.

View 2 Replies

Media Server :: Visualizer Does Not Work When Uploaded To Host

Apr 29, 2010

I have a media player on my website. Visualizer of media player works when I test it on xampp localhost but it does not work when I upload it to my hosting.
My website: [URL]

View 4 Replies

Actionscript 3 :: Opening Cpanel (web Host Server) In Adobe AIR Application?

Apr 2, 2011

I am working on application to open cpanel (web host server) in Adobe AIR. I know how to open a web page in Adobe AIR, but I don't know how to open cpanel with username and password?

View 2 Replies

ActionScript 3.0 :: Video Files Are Not Playing Progressively Off The Host Server?

Jul 6, 2009

My video files are not playing progressively off the host server. They do in simulate download: Here's the code for one simple module that plays 3 different f4v's on radio buttons. In theory they should stream progressively in a flvplayback instance called qualtestplayer when a radio button is pushed. But they fully download before starting to play.

[Code]...

View 2 Replies

Flash :: Professional - The Page Into The Host Server It Shows The Skin And No Video

Apr 29, 2011

I can still create the video and the files and it all works in dreamweaver when I preview in iexplore. When I put the files and the page into the host server it shows the skin and no video. If my paths are wrong I do not know where to check them. I need help MY whole career is on hold until I know how to do this like clockwork/ I need step by step with creating and changing paths and uploading using cpanel or dreamweaver. getting the files made and uploaded is easy part. I have been here before and cheers to the help. I really need an in depth answer about how to do this from start to finish. I have looked at all tutorials and they all make it seem so easy but dont show anything on paths. If my video works in dreamweaver but not online live what is wrong? I am lost and on edge lost many weeks of sleep over this simple process.

View 12 Replies

ActionScript 3.0 :: Server Caching - When Upload To Host Godaddy It Doesn't Reflect Any Change

Jan 29, 2011

I recently made simple changes to a class file and a document class when I run on my PC it works when I upload to my host godaddy it doesn't reflect any change. I've tried several different browsers making sure to clear cache first but no change the only thing I can think of is that the server is caching some of the files. Do they do that? If so is there a script I can run to refresh the server cache?

View 3 Replies

Actionscript 3.0 :: Reference Break When Load The Main .SWF Of The Gallery Into Another .SWF Within The Base Directory

Nov 20, 2009

I'm having issues with references. I'll do my best to explain the problem simply. I have a website I'm currently working on in flash. I've created the base of the site and most of its content. It functions fine. I went online and found a decent looking gallery that I wanted to incorporate into the site and it works great also. The gallery is in its own directory.

When I try and load the main .SWF of the gallery into another .SWF within the base directory, the references break. I understand that this is because its being pulled and the gallery's .SWF looks for its assets based on where its located. Is there anyway possible to make a .SWF keep its paths relative to where it is pulled from instead of changing when it is pulled into another .SWF from different directories?

[Code]....

View 1 Replies

ActionScript 2.0 :: Dynamically Create An Image Gallery Based On How Many Images Are In A Given Directory

Mar 20, 2005

i wrote a bit of actionscript to dynamically create an image gallery based on how many images are in a given directory. as of now, i've got it to display thumbnails in rows. my next step would be to get these thumbnails to link to the fullsize images, but i cant figure out how to do that. my code is as follows:

[Code]...

View 7 Replies

ActionScript 2.0 :: Make Flash Photo Gallery That Displays All Image Files In Certain Directory?

Sep 1, 2009

Just trying to make a flash photo gallery that displays all the image files in a certain directory with the usual photo gallery functionality.

View 1 Replies

Xml :: Load XML From Outside Web Directory On The Local Server?

Jan 26, 2010

Is it possible for flash to access data from outside of the root directory of the server it resides.i.e.

Root directory = /var/www/httpdocs

SWF = /var/www/httpdocs/flash/file.swf

XML = /var/www/xml/file.xml

View 1 Replies

Media Server :: Installing FMS - No Such File Or Directory

Jun 1, 2011

while im installing FMS,it goes wrong,i pasted the sceen below.My Os:FC14_X86.
 
Proceed with the installation? (y/n/q): y
/opt/adobe/fms ~/FMS_4_0_0_r1121
Server:fms command:stop
sed: -e expression #1, char 6: unknown option to `s'

[code]....

View 8 Replies

Media Server :: Change Directory For VOD Files?

Jun 1, 2011

My company has recently asked me to install the Adobe Streaming Server 4.0.I was wondering if it is possible to have the server software reside on the C: drive, while having my VOD files on seperate D: drive.The staff here wants to separate the software (server in this instance) from the individual flash video files, so they have set up two drives.

View 2 Replies

Media Server :: Play All Files In A Directory By One Url?

Dec 14, 2011

I am testing fms this days, I have put all my files(such as 1.mp3,2.mp3...n.mp3) in my directory.I can play single file fine with url like this: rtmp://localhost/mp3/mp3:x/2
 
but i want to know is there any way to play all files in my direcotry? for example, user click the play button, the player(smp) automatic plays all files in the directory, link windows media server.Should I use playlist? Or there is another better way?

View 1 Replies

Media Server :: Can't Access Sub Folders In NAS Virtual Directory

Mar 30, 2010

I can stream files in the root of a NAS drive (/nas_dir), but not in any of the sub folders (/nas_dir/sub/). FMS has read/write permission to all the files on the NAS but all i get is "stream not found" when I access anything in the sub folders (streams play fine from the root of the NAS) FMS is running on rh5.4

View 1 Replies

Media Server :: FMS  - Change Directory Where The Log Files Are Located?

Sep 28, 2010

I want to change the logs files directory from: C:Program Files (x86)AdobeFlash Media Server 3.5/logs to: D:fmsLogs in adobe in: Home / Flash Media Server 3.5 Configuration and Administration Guide / XML configuration files reference it says:

[Code]...

View 1 Replies

Media Server :: Which Directory Should Contain The Videos - Applications/vod Or Webroot/vod

Dec 7, 2011

getting started with the FMS Interactive 4.5 In the documentation it says to turn off proxying to apache on port 8134 and use port 80 in order for http dynamic and http live streaming to work properly. Since I changed Apache conf to use port 80 I assume my video root will be under webroot/vod, webroot/dvrcast_origin, etc, right?I don't see the dvrcast_origin or livepkgr folders under the webroot though. Do I just need to copy them under webroot for it work properly?

View 1 Replies

Media Server :: FMIS3 And Authenticate Users Against An LDAP Directory

Mar 24, 2008

I'm pretty new to Flash VOD, exploring using a FMIS as a substitute for an existing vbrick systems' server. One thing that I'll need to do is authenticate users against an LDAP directory. Basically, the implementation will need to embed a Flash media player in a web page, the page also sets the server URI and stream name for the player. The player would need to ask the user for a username/password, and the server would need to make some determination about whether the user is authorized to receive the specified stream.

The advertising on Adobe's site for FMIS talks about LDAP, but on closer inspection it seems as though there's no real LDAP implementation. Instead, it seems as though there's a framework that allows for the development of an LDAP service. Is this the correct understanding? and if so, are there are any third-party plugins available commercially to handle LDAP? And if there aren't any commercial products, are there are any good resources for getting started developing one?

[Code]...

View 1 Replies

Media Server :: Setting Custom Virtual Directory In VOD Application

Jun 15, 2010

I am running Flash Media Streaming Server 3.5.1 r516 on a CentOS system. I also have WHM/cPanel installed on this system. My scenario is this. We have a large number of MP4 media files that are currently located in a web root directory created by cPanel: /home/mediafa/public_html/fullservices. These all work without a problem when doing progressive downloads. However, we also want to make them streamable with FMS as well. From the documentation, I should be able to create an entry in the /<fms install dir>/applications/vod/Application.xml file to look up files in that folder.

Here is my VirtualDirectory block:
<StreamManager><VirtualDirectory>
<!-- Specifies application specific virtual directory mapping for recorded streams.-->
<Streams>/;/home/mediafa/public_html/fullservices</Streams>
<Streams>/;${VOD_COMMON_DIR}</Streams>
<Streams>/;${VOD_DIR}</Streams>
</VirtualDirectory></StreamManager>

However, when I try to connect to a file that is in that directory, I get a 404 error in the access.00.log file. I've tried to change the owner/group on the fullservices folder as well as the owner/group of the target file to the fms user/group, but I still cannot connect to it. The connection address is rtmp://<ipAddress>/vod/mp4:1005-03m_256k.mp4.

View 1 Replies

Php :: Show Directory Tree Of Server (PHP) At Client Side Using FLEX?

Nov 16, 2010

Using RecursiveDirectoryIterator of PHP i am able to create directory tree and can even flatten it using RecursiveIteratorIterator class , but I want to create directory tree structure which TREE component of flex understands . The following is an array structure in php which flex understands.

array('label'=>'rootDirectory','children'=>array(array('label'=>'subFolder1','children'=>array(array('label'=>'file.jpg'))),array('label'=>'EmtptyFolder','children'=>array())));

create the whole directory structure at server side into the above array format.

View 1 Replies

ActionScript 2.0 :: Flash Uploader - File Not Appearing On Server Directory

Nov 16, 2009

When I upload file using a simple uploader the file does not appear on the servers directory..Everything is working, the preloader the status text etc, as if it is uploading the file but nothing appears on the server I am not very sound in php The code goes like this:-

Code:
Select allSystem.security.allowDomain("http://localhost/");
//import the FileReference Object
import flash.net.FileReference;
//initial settings - since no upload file type selet yet user cannot upload a file
uploadButn.enabled = false;
//create a new FileReference object
var fileRef:FileReference = new FileReference();
[Code] .....

I have given a folder called uploads on the server and that is where files are supposed to come. Also I have given the correct name of php file which is upload.php in the fileRef.upload But its not working.

View 1 Replies

Actionscript 3 :: Why Moving A Symbol's Class File From Top-level Directory To Deeper Directory Break

Feb 9, 2010

When I have a class linked to a MovieClip in my library and that class takes an argument in its constructor method. That class will compile properly ONLY when it's located in my top-level directory (same dir as the .fla and Document.as files). If I move that class to a deeper directory, say com.place, and update the package statement and symbol link appropriately, the compiler will generate error "1136: Incorrect number of arguments. Expected 0."Create flash project and put a rectangle on the stage. Covert it to symbol and assign it to class TestPanel - or whatever you choose. Also configure the fla so that is uses a Document (Main) class.Create Main.as and TestPanel.as in the same folder. In the Main class, instantiate a instance of TestPanel and add it to the stage. Flash will, predictably, add the rectangle symbol and everything is fine.Now modify TestPanel so that its constructor method takes a Number and have Main.as pass some number to TestPanel.[code]You now get the error: 1136: Incorrect number of arguments.Expected 0.When I move the TestPanel.as into a deeper directory, Flash somehow is looking elsewhere for the base class for Symbol, even though I'm mapping that Symbol to com.place.TestPanel.

View 4 Replies

Media Server :: Save A Recorded Stream .flv File Outside Of AnFMS Application Directory?

Sep 16, 2009

I have successfully been able to write some client-side ActionScript that allows me to record my webcam and mic data to my FMS server.  The .flv files get saved to a directory under the applications directory.  However, I need to process those flv files for a web application and would like those .flv files to be saved to the web app's directory (outside of the FMS application directory).  I have tried changing the <Streams> tag in the Application.xml file that I placed in the FMS application directory, but that simply did not work.My goal is simple:  to save the recorded stream data outside of the FMS application's directory.  I have been going crazy trying to do this, but would like to know any pointers that any of you experts have.  Can this be done?  If not, how can I execute a server side PHP script after the stream is done recording.  I know about using the exec() function in PHP, but am unsure as to how to execute that script via client-side actionscript.Here is the path to my FMS server (Linux OS) installation and the application directory.  The application name is "ngale"./opt/adobe/fms/applications/ngaleHere is the path that my client-side ActionScript is placing the .flv files of the recorded streams/opt/adobe/fms/applications/ngale/streams/recordings/Here is the path to my web application/home/user/public_html/dev.ngale.net/public/Here is the path that I would like for the .flv recording files to be saved to/home/user/public_html/dev.ngale.net/public/audio/.flv

View 5 Replies

Flash :: Media Server - Main.asc File To Return The Current Directory Listing To A Application

Aug 12, 2009

I need the main.asc file to return the current directory listing to a flash application.

[Code]...

View 1 Replies







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