AS3 :: Flash - Unable To Load MP3 From Same Domain?

Jan 12, 2012

I have an issue with a Flash applet that I've written; it's an MP3 player that is supposed to load an MP3 file from a web address.

When I run the SWF on my local computer, it works like a charm. However, when I put it on a webpage, it does not load the MP3 file. (I guess that's what I get for not testing it that way beforehand.) I've double-checked permissions and it seems that everything is as it should be.

I know that AS3 has some cross-domain policies, but I'm loading the MP3 file from the same domain. I understand that Flash has sandbox properties, but I would expect that a file in the same domain shouldn't be a problem. I've heard of people having problems with SWFs before, but not regular media files.

If possible, I'd like find a solution that doesn't require rewriting the code, as I have a release version of the SWF on my site currently. (Rewriting won't be a problem, but I have to wait until the end of the day to do it, and the SWF is on display now.)

Edit: I had three friends test this, and it worked for them. However, it still didn't work for me. I'm at home now, and I'm testing - my applet loads an MP3 in Firefox, but not in Chrome. (Oddly, the friends who tested were using Chrome, which loaded it with no issues.) At work, my applet would not load an MP3 in Chrome or Firefox.

View 1 Replies


Similar Posts:


Flash Won't Load With A Different Domain

Apr 28, 2009

I have a flash that loads from an rss feed (xml). It works great if i putt (www + my domain dot com) in the url, but wont load the data if I just use mydomain dot com (without the www). I have heard of crossdomain.xml.

[Code]...

View 1 Replies

Flash - Cannot Load Swf From Another Domain

Jul 6, 2010

I'm successfully loading swf from another domain, but when i addChild loaded content, it doesn't appear on the stage. My firebug shows that swf loaded with status (304 Not Modified), means no problem.

Why i cannot see loaded swf content on the stage?

View 2 Replies

Professional :: Warning Unable To Load SWC And Unable To Test Movie Afterwards (CS5.5 Also In CS5)

Oct 13, 2011

I work with Flash Pro allmost 11 hours per day and every while i get a error  which messes up everything. Approximetly i get this after about 2-3 hours withevery project.After i get this error there is no chance to test movies afterwards.I see a fast flash of the loader window but it dissapears so fast i cant even really see if it is loader.

View 1 Replies

Actionscript :: Moving A Web Application From One Domain To A New Domain Flash/Php/MySql?

Jun 3, 2011

I have moved a web application from old domain to new domain. I cannot get Flash to engage. I have changed the domain in flash_images.php file to the new domain. I have a flash_box.swf file and I have a js file these are the only flash components that I see--old domain is e.g. www.example.com new domain is [URL]..I am not a flash developer, how do I get flash to work on the new domain?

View 3 Replies

Actionscript 3 :: Let Run Flash-app Only On Page(domain), Not Local And Not On Other Domain?

Dec 9, 2011

I created some game and would like to let the users play it only on my domain, so to forbid to play it offline or put on some other site. Is there a way to do it? Somehow check domain or so?

View 1 Replies

Flash :: Unable To Load On Desktop (works On The Web)?

Aug 18, 2009

Experience with Flash: very very little (very) Version: CS4 Operating system: XP Pro. I was given an FLV file to display on the web. I imported the file into flash and exported it as an html file.

The movie worked great online, but then I was asked to save a copy of the movie on a CD to send it to a client - I saved all the files in a folder. I tested it on my computer and I was able to view the movie, but when the client loaded the html page, all they saw was a bar (that has the volume & play buttons) and a green line that scrolls across it. Here's what it looks like

Some people can load the html file and view the movie and others cannot (on their desktop). On some computers I tried updating the flash player (I removed the existing one first), but it still did not work.

As much as I'd like to be, I am not a Flash developer - I just use it to the extent that I must (the nature of my job) Did I provide enough information for someone to be able to tell what the issue is and how to resolve it?

View 6 Replies

Flash :: Unable To Load Images From Amazon S3

Feb 27, 2012

I have a flex 3 app that is attempting to load images from Amazon S3. The images fail to load, so I fired up debug mode. In debug mode, the images load, but I also get the following output in the debugger[code]...

View 1 Replies

Unable To Load External Images In Flash?

Sep 14, 2009

I am trying to write a small flash app which will load and display images provided as a query. My flash app works fine when I provide the image path directly in the browser address bar, but it is not working when I do the same using html. Here is the direct link to the flash app: [URL]

Here is the link to the html with which I am trying to invoke the app. [URL]

Here the html code snippet invoking the swf file.

Code: Select all<!-- saved from url=(0013)about&#058;internet -->
<script language="JavaScript" type="text/javascript">
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash

[Code]....

I know my app is getting invoked and it appears to work fine when I hardcode the image url into the flash app. But the query method just does not seem to be working!

This is hosted on a linux site supporting php.

View 2 Replies

ActionScript 2.0 :: Unable To Load Variables From Flash To A URL?

Dec 22, 2007

When testing the code inside flash or the SWFplayer it works but online inside the html page it dosent complete.

Code:
on (release) {
s_mess.s_film.loadVariables("http://website.com/web/web","POST");
}

All the varibles load just fine but when the SWF is inside the html page it dosnt work.

View 3 Replies

Flash :: Security Error Accessing Url Unable To Load WSDL?

Mar 7, 2011

we have an internal webservice developed in our company and i have connected that web service using flex and am able to get all the methods/operations from that service. but wen i try to get data from methods i get the following error msg while running the applicationSecurity error accessing urlUnable to load WSDL. If currently online, verify the URI and/or format of the WSDL (http://ispl30:8080/MGEMWS/MGEMWS?wsdl)am not able to figure out what the problem is?

View 1 Replies

Flash :: Unable To Load Image On Movieclip Registration Point

Aug 19, 2011

To load an image onto a movieclip, the mc's registration point must be top left. Is there a way of loading the image on the whole movieclip, when it's reg point is not top left. In other words to set where to start putting the image in reference to the movieclip

View 2 Replies

ActionScript 3.0 :: Load External Swf From Different Domain?

Nov 26, 2010

I've been google'ing about it for hours and couldn't find the solution. I want to load external swf file wich is hosted in another domain.

View 1 Replies

ActionScript 3.0 :: Load Swf From Other Domain In To Air Application

Jan 25, 2009

i am trying to load swf from other domain in to my air application. but it gives security sandbox error and i use Security.allowInsecureDomain("*") and it work perfectly in normal Flash but Air gives another eror:

[Code]...

View 1 Replies

ActionScript 3.0 :: Load Image From Other Domain?

Jun 5, 2009

I'm try to load an images from other domain using Action Script 3.0 Domain A (.swf) ----------> Access file -------> Domain B (.JPG)

I also placed the crossdomain.xml file on Domain A and allow the domain in action script as well, and i also set checkPolicyFile = true;

View 2 Replies

ActionScript 2.0 :: [MX] Load Text From Another Domain Into Website

Jun 8, 2004

I'm trying to load text from another domain into my website. Heres the code I'm using:

[Code]...

With no luck. I verified that the URL is correct. When I point to the text file on my local drive like this:

[Code]...

PS - I've tried setting up a crossdomain.xml file on the domain where I'm trying to pull the data from

View 6 Replies

ActionScript 2.0 :: Load Xml File And Cross Domain?

Jan 10, 2006

I have some problems with security file e load xml.

I have u file xml on

[URL]

but the file swf is on

[URL]

in local inside IDE of flash is ok but online don't work

this is as:

System.security.allowDomain("http://www.centrocartucce.it");
//System.security.loadPolicyFile("http://www.centrocartucce.it/slideshow.xml")
var myXML:XML= new XML();

[Code].....

View 1 Replies

ActionScript 2.0 :: Load Xml File From Another Domain / Host?

Jul 3, 2006

Loading xml file from another domain or host?

View 1 Replies

ActionScript 3.0 :: Load An Image From External Domain?

Feb 16, 2010

i am trying to load an image from external domain and i got this message,

Code:
Attemping to launch and connect to Player using URL C:xampphtdocsuploading agimageshowtags.swf
[SWF] C:xampphtdocsuploading agimageshowtags.swf - 64905 bytes after decompression[code]....

View 5 Replies

ActionScript 1/2 :: Load SWF In Other Domain And Access Its Functions / Variables

Dec 8, 2009

I need to load a swf in other domain and call its functions and access its variables, in the same domain I can load it and access its functions successfully, but in different domains no.

View 3 Replies

Actionscript 3 :: URLLoader Cant Load Binary Data From Different Domain?

Mar 5, 2012

1 - SWF must have ability to loading binary data from any domain.

2 - SWF cant load policy XML file from url, cause upload form allows me only to upload swf files, so I cant include any other data.
I tried:

Security.allowDomain("*");

But it works only for SWF files.I tried to embed policy XML file:

var dataXML:XML =
<?xml version="1.0"?>
<!-- http://www.foo.com/crossdomain.xml -->
<cross-domain-policy>

[code]....

This will make an security error, if file is from different domain than SWF file.Its possible to get binary data from JavaScript using ExternatInterface in AS3 code.Here is cross-browser library for reading files binary: binary reader and later version jDataView.

View 4 Replies

ActionScript 3.0 :: Post The Code For A Working Cross-domain Securityfile That Allows Access Only From The Same Domain?

Jun 1, 2010

post the code for a working cross-domain securityfile that allows access only from the same domain as all the flashfiles and xml files are in?used to be easy in as2 but i think i dont know what i need to know about it in as3..

View 3 Replies

Media Server :: Videos Start Immediately In Domain, 20+ Sec Delay Outside Domain

Apr 23, 2009

We are running FMS3 on Windows 2003 Server. Videos stream and play fine when inside our domain, but outside the domain the videos take anywhere from 20 or more seconds before playing.
 
After analizing the connections it was determined that the player is randomly trying to access ports until it gets to the one that works, but this is ONLY happening from people trying to view videos from outside our domain.

View 14 Replies

ActionScript 3.0 :: Load Data From An External Script (same Domain) Fails

Oct 31, 2009

Below is the script I'm using to pass a parameter to a script in the same server (and folder) as the flash file. It gives "null" as the required variable (use_url) value, instead of what the script is giving. The script itself works, when tested in a browser.

What it should do - it receives a value for "lesson_id" variable, passes it on to a script "movie_url" and receives a response with a new variable "real_url" and it's value.[code]...

View 3 Replies

ActionScript 3.0 :: Load Cross Domain Policy Files And Amazon S3?

Sep 9, 2010

I am having a heck of a time loading an image from Amazon S3.[code]...

Is there any way I can avoid having to hard-code the policy file path in my AS?

View 2 Replies

Unable To Load XML

Nov 29, 2009

I dont know much about Parsing XML with AS2. "Game can now be started", "In loadXML function" is traced. Unfortunately, "failed to load" is traced too. I put my cards.xml file in the same file as my main.asc.[code]...

View 3 Replies

Unable To Load Php Document?

Apr 20, 2009

i tried for many times but i can't seem to load the php data into my flash document. I check that the link to the php file is correct and the code for loading does not seem to be wrong

<?php
$gate = "&gate=".$_COOKIE['gate']."&";
?>

[code].....

View 3 Replies

ActionScript 3.0 :: Unable To Load Flv?

May 20, 2010

why i cannot load the flv?

package {
import flash.events.*;
import flash.display.Sprite;
import flash.net.*;[code]........

View 0 Replies

IDE :: Unable To Load SWC Files?

Jan 20, 2009

I got a buggy warning from my flash cs4 project, saying at the compiler errors; warning : unable to load SWC fls ther's no reference to the line/place having this error in location area of compiler errors!! i didn't kow how i got there cause it was working smooth befor this error! strange also,

and since, we are at the new year, you know, ther's the best film of the year, the best site of the year.. why not make a "the strangiest undocumented error of the year!".. anyway, if ther's such a competition, I vote for this error!

View 3 Replies

ActionScript 3.0 :: Unable To Load Swf

Aug 21, 2009

I'm trying to simply have a flash file that acts as a preloader by loading in a separate swf to it. To my understanding it should be simple and the following should work.[code]...

View 5 Replies







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