Professional :: SWF Not Playing On Localhost (through Apache) [Might Be Size Related]?

Feb 17, 2010

I've been looking for days now and can't find an answer to this problem (even within the apache community).My swf plays fine when loaded outside of the local server, just clicking the swf or the html page loading it.It also plays fine in the .fla preview.When I uploaded it on my webspace, it worked as well.I tried playing it on my localhost at work and it worked...ache 2.0), it doesn't work.What I found out is the swf will play if I remove some images, which is why I think it might be a size related issue. Like, when the swf file is smaller than 50ko it works, when it gets bigger (75ko for exemple) it doesn't.I've seen some issues when the server tries to compress the files, etc, but I don't think it's the case as I tried with and without mod_deflate with no change at all.I've also seen issues related to firewalls, so I tried disabling my firewall, my anti-virus and anything I could think of. No change...

View 3 Replies


Similar Posts:


Professional :: Load A Login.swf From Localhost?

Mar 1, 2010

i have realy pain start with af3 when i was fine with as2.one of my probleme is i load a login.swf from localhost .
 
Probleme1. i test on my pc "wamp" then i test on a remote server let call it  "Lamp". my code in main swf (As3.swf)  look a something like this.

var chemin = new URLRequest( "http://localhost/As3_login.swf" ) ;cadre.load ( chemin );cadre.x = 40;cadre.y = 100;addChild(cadre);

what happen is in localhost test everithing does the job but when i upload on my distant server "Lamp"  as3.swf and As3_login.swf,the main swf (As3.swf) don't load the As3_login .swf that is on my distant server "Lamp" .in fact it try load the swf that is on my local "wamp" server (my own hard disk).so if i close my "wamp" what happen is As3.swf from "Lamp" load then it can't load As3_login.swf.seem totaly ilogique to me since when localhost isn't local?

Probleme 2. the code above addChild(cadre) add the As3_login.swf from here all is finel) .now the probleme is i have a button cancel on the As3_login.swf and i want this button remove what we loaded previously(itself then).i tryed a lot of thing like.how to remove a loaded child from the child itself???

View 2 Replies

Professional :: .swf File Is Not Working With Localhost Address?

Sep 13, 2010

My .swf file is not working on localhost. But when we try to run it directly from the file location then it is running.

View 1 Replies

Professional :: Website Cache And Update Related Questions?

Dec 27, 2011

I have been searching and I hear so many views that I don't know what to think. The image has the question text in it.

View 10 Replies

Professional :: Test The Buttons To See If They Work On System (localhost) And Not On A Random Website

Apr 16, 2010

I have just created a flash navigation menu in which I imported to dreamweaver to link with the rest of my website. But if I want to test the buttons to see if they work on my system (localhost) and not on a random website, what url do I put? Or do I have to wait until I put my pages on the server and simply paste in the address?

[Code]...

View 3 Replies

Professional :: Playing Scenes In Test Movie Animations Stop Playing?

Dec 4, 2011

I am using AS2 in CS5.5.I am creating a project for a class that introduced me to adobe flash.  The issue is I have gotten to a certain point about 15 scenes.  During say the 15th scene scrolling through the timeline animations works fine, playing it on test scene works fine.  When I go to play it on test movie it stops at a certain point.  At first I thought it might have been a misplaced stop action but there is none to be found.  The weird part is every other scene I create after that continues to freeze as well, the images are there, but the animations won't play.  All my previous animations play before those with the issue, it's justThese new ones won't play for some reason in test movie, but work completely fine in test scene and the timeline.

View 4 Replies

Professional :: Build A Flash That Auto-adjust Its Size To The Browser Window Size?

Jun 8, 2010

I am trying to build a flash that auto-adjust its size to the browser window size, while leaving the content of the flash itself top-centered in the screen.I have found this solution [URL].. on How to keep centered stuff in this exact case so i am pretty confident i will be able to adjust that script to do what i want.
 
Now my problem is that if i put my content inside the movie-clip (centerrectangle) with all the animation require, link and other stuff, the movieclip (center rectangle ) never have the exact same center, thus making the script go wild trying to always adjust the location to the variable size of the movie clip.

[Code]...

View 9 Replies

Professional :: Stop A Sound From Playing If It Is Playing Already

Dec 6, 2011

ok so i have a button that plays an animation for fire when held down. and when realsed goes to and stops and frame one. when it reaches the end of the time line it goes to and plays at frame 10 and goes back to the end of the timeline. I have a sound for the fire animation that plays for the effect. The problem is the sound keeps going untill its over even if the button isnt held down. and when the playhead reaches the end of the timeline it goes to and plays and frame 10 and it replays the sound. if i hold it down it will just keep playing the sound over and over from start to finish. what i want it to do it when i hold the button down i want it to play the sound and when released it stops the sound where ever it is at. I also dont the sound to play again if there is a sound already going to stop it from playing 20 sounds at one time it gets loud and you need asprin after about 5 seconds of that.

View 2 Replies

Actionscript 3.0 :: Change The Size Of The Stage While The Timeline Is Playing?

Apr 29, 2009

is it possible to change the size of the stage while the timeline is playing. I have an image which i want to spin on to the screen then start to zoom in on it. I want the stage size to increase with the image so that it is all viewable once the image is back to the original size.

View 3 Replies

Media Server :: Possible To Adjust FPS,video Size And Quality Per The Bitrate While Playing A Live Stream?

Jul 30, 2010

So far , I only found tutorials on control these attributes while publishing the stream

View 15 Replies

Apache Server W/ XMLSocket?

Aug 17, 2011

I have a perl socket on my apache server that correctly takes input from sockets and sends it back out to every socket connected to the perl socket. I have tested the perl socket, and it works correctly.
When I launch the Flash in the IDE, as a flash program, it functions correctly with the perl socket.
However, when I try to launch the Flash in a Browser on my apache server, it tells me it is unable to connect to the server.However, I am seeing from feedback from my perl socket, the flash connects for about a half of a second, and thats it.

What could be the problem, do I have to include code in the flash to allow XMLSockets to connect in a browser as well? Is there certain things I need to do with my apache server to make it work?

Also if I 'Preview as HTML' from Adobe Flash CS4, it does not connect.

View 3 Replies

Server Side :: PHP Won't Run On APACHE ?

Jun 27, 2006

I've been through all the instructions and after running all the diagnostics through telnet it seems PHP is installed correctly as well as APACHE.When I edit the httpd.conf file however and add:

LoadModule php4_module "C:/PHP/php4apache.dll"

Apache fails to start once the httpd.conf is saved with that LoadModule request.It is in the specified directory.It is PHP4 on Apache 2.2. on Win XP.

View 6 Replies

Media Server :: Getting IIS7 Instead Of Apache?

Feb 27, 2010

I have fms 3.5 installed, i did not install Apache because i already have iis7 running. how do i configure fms with iis7 to allow for http tunneling/streaming when rtmp is blocked?

View 3 Replies

WebPages Won't Display Flash On Apache 2.2

Apr 3, 2010

I posted this on the Apache board, but after 4 days with no reply am still needing an answer so I thought I'd try here.

Needing a testing server I installed Apache 2.2 and PHP onto my Windows XP Laptop. That went great. However I can't run flash modules, like, for example, a video player streaming an FLV.

I was only able to install Apache and PHP by following directions, but don't really know much about such installs.

What do I need to do to make Apache run (display) flash?

View 1 Replies

Actionscript 3 :: Future Of Flex In Apache?

Feb 15, 2012

I am a Flex developer. I think Flash builder is a great development environment for developing rich internet applications , 3D games, etc.

Now I am worried about the latest news related to Flex. Some blogs and news wrote flex is going to die. Another one wrote flex has not died.

How can I know latest updates about Flex in Apache. I am visiting Apache incubator site about Flex daily

[Code]...

View 1 Replies

Apache Webserver Stops Working Until Disable FMS 3.5?

Jul 14, 2009

I have installed FMS 3.5 on an Intranet server, and it installs its own version of Apache.This has now caused the localhost to open the FMS page. Disabling FMS 3.5 returns back to the Localhost page.It is not possible to run FMS 3.5 on an existing Webserver with Apache?

View 1 Replies

Media Server :: Add Php And Mysql To Fmis With Apache?

Aug 7, 2009

add php and mysql to fmis with apache?

View 1 Replies

Media Server :: IIS7 And FMS + Apache On The Same Machine

Jun 8, 2010

Has anybody experience to install FMS 3.+ Apache on the same machine with IIS7. Our business department decided to save some money on hardware and we have to install FMS on production, where we have  already hostted ASP.NET WebSite. We have to do steaming video on our ASP.NET pages. I think to configure FMS on ports 1925,6000 instead of 1925,80. Will it be ok for Apache? Actually, I tested the installation with this configuration on our testing enviroment and it works, but the funny thing is that I can put rtmp://111.111.111.111/vod/sample.flv works (without port 6000). Is it correct behavior?

View 3 Replies

Media Server :: Apache Segfault Using Mod_hlshttp.so?

Sep 20, 2011

Trying to use hls on an exising Apache server on Ubuntu following the instructions listed here:section: Use an external Apache HTTP Server for HTTP Dynamic Streaming and HTTP Live StreamingCopied the .so files to apache's module library, updated conf file, restarted apache.  Now, it seems to work when requesting a m3u8 URL, but looking at the apache error log file, getting seg faults across all virtual hosts.

View 6 Replies

Flash Displaying Incorrectly Once Uploaded To Apache?

Aug 8, 2010

I recently purchased a flash template and after a lot of configuration and tailoring to my own requirements, I have the website look and feel exactly how I want it. I then proceeded to upload the site into cPanel and more specifically Apache, and unfortunately the display within the flash has now gone completely wrong. There are extra spaces in sentences where there were previously none and numerous images and text titles do not display any longer.his occurs in all browsers when viewed live but when viewed from my local computer via my hard drive all browsers display the content as normal??I am more of a Cisco/Network consultant therefore my knowledge in this area stretches a very small amount. I have added the Apache Handlers for .swf, .xml and the image formats but that's about as much as I know

View 9 Replies

Flash Cross Domain Policy For Apache

Dec 23, 2009

I was looking around but couldn't find it where can I add the cross domain policy of Adobe in Apache server. Because without it, its not letting me access my XML on another server.

View 1 Replies

Apache :: Possible To Obtain The Domain Where Flash App Is Embedded?

Jan 12, 2010

The company I work for has their own Flash based video player and the question I get from our execs is "Can we tell what website our player is embedded on?"At first, I hypothesized I could use Apache mod_rewrite, extract the HTTP_REFFER, and append it to the end of the requested URL. So as the browser gets http://.../viewer.swf, I could slap on ?However, I don't think our CDN will cater to our htaccess file. Plus, mostly all the access_log entries show a dash rather than the domain.So I'm casting this question our here to see if I catch any ideas or solutions. Currently, everything points to 'not possible'.

View 5 Replies

Flex 4 / Apache Ant - Cannot Load ActionScript Libraries

Jun 26, 2011

I have been searching google, Apache Docs*, and FlashPunk forums looking for an answer to this: I cannot get Ant/Flex to find and compile a folder of libraries in *.AS format.

Here is my build.xml.
<project>
<!-- Flex SDK Properties -->
<property name="FLEX_HOME" value="/opt/flex"/>
<property name="MXMLC.JAR" value="${FLEX_HOME}/lib/mxmlc.jar"/>
<!-- Project Properties -->
[Code] .....

Results in many errors of the type "Definition net.flashpunk.masks:Grid could not be found" even though when I open the directories I can see the *.AS files right there. I decided to use Ant because neither FlashDevelop for Windows nor Eclipse for Linux seemto work for me.

View 1 Replies

ActionScript 2.0 :: Hex To Dec (not RGB Related)

May 20, 2004

I'm doing a simple hex converter with a input window(hex) and output window(dec)Currently i'm using a simple script on a button to covert the hex to dec [code] This is ok if you want to convert one hex number at a time, what i want to do is input lots of hex values (in the input window) and convert them to dec (to the output window) in one go.

View 8 Replies

Media Server :: PHP Shown In Browser As Text On FMS Apache

Oct 22, 2009

We have several small websites, some with limited php and some with small mysql databases and we are planning on running Flash Media Server as well all on one RedHat server. I have installed the FMS and apache as per default installation and all is working ok I see the sample videos and have added some of my own videos. I have added some content under /opt/adobe/fms/webroot and this appears ok.

I have 2 flat sites called mysite1 and mysite2
Apache is installed as the default install on linux under /opt/adobe/fms/Apache2.2.
I have installed php php -vPHP 5.1.6 (cli) (built: Feb 26 2009 07:01:12) Copyright (c) 1997-2006 The PHP GroupZend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

I have the following in my httpd.conf file and this seems to work ok for the virtual hosts in apache as I can see these sites
NameVirtualHost *:8134
<VirtualHost *:8134> DocumentRoot "/opt/adobe/fms/webroot" ServerName myservername
ErrorLog /var/log/httpd/error.myservername.log .....

But when I go to look at a php page all I saw was the php text. So for example I go to [URL] page appears fine, when I go to [URL] all I see is the php text. I looked at the php.conf file from another server and I noticed that it used modules/libphp5.which is not available on this copy of Apache so I am not sure what I need to do to get php running on the server.

View 1 Replies

Media Server :: Apache Service Stop Automatically?

Jul 26, 2011

I have Flash media server 3.5 and  it is working fine but now a days Apache service is automatically stoped  so all streaming services is stopd then i restart the Flash Media  Server after restart FMS goes smothly and all streaming services goes  smothly.ut this issue, below are the event viewer detail wehere the appache service stop  detail is mentioned.

here is the event viewer details for FMS
Event Type:  InformationEvent Source:  FMS (Master)Event Category:  (258)Event ID:  1413Description:C:Program  FilesAdobeFlash Media Server

[code].....

View 2 Replies

Media Server :: Apache In FMS 4 Developer Vs XAMPP Environment For PHP?

Sep 15, 2011

1.Have a Flash Webpage under development designed to permit preview and streaming of FLV video.Downloaded FMS Developer as a test server on my computer.Apache 2.2 loads with it with a checkbox option to install it or not. I'm able to stream my video OK in this setup using RTMP://localhost and the FLVPlayback component in Flash Pro.I like some of the OSMF players better like the one in the FMS Start Screen, but I haven't been able to integrate/embed it into my Flash webpage using the HTML provided.They say just paste it to the webpage, but in ActionScript how do you do that?how to embed Strobe Media Player into an FLA webpage using their HTML.

2.I plan to use PayPal Express Checkout for Digital Goods (EC/DG) as my pay facility on the Flash webpage. My videos will play to a cuepoint and then jump to a PayPal button which executes (EC/DG) .I'm having trouble integrating PayPal with my Flash webpage. There's a lot of online help, but most solutions involve PHP. I bought the e-book, "Adobe Dreamweaver CS5 for PHP" which recommends downloading the XAMPP platform which contains Apache, PHP, MySQL etc.

(a) If I use the XAMPP software, as recommended in the Dreamweaver book, do I have to first uninstall the Apache that comes with FMS? I assume you can't have two Apache's running at the same time.

(b) Is FMS the Server or is Apache the server in the FMS installation?

(c) Does the Apache software installed with FMS include PHP and MySQL, which seems to be required for any server-side coding?

I want to use FMS with Amazon Web Services to implement my Streaming Video Project, but I'm not sure I can do it with all the problems I'm encountering.Two final questions:
 
3.Why would I need Flash Builder if I have Dreamweaver?Don't they do essentially the same thing?

4.I'm trying to do in 1 and 2 above just using ActionScript and JavaScript, which I understand is just Server-side ActionScript?

View 7 Replies

Media Server :: Using Port 81 Fallback For Apache Configuration

Dec 14, 2011

I need to upgrade FMS 4.5 for HDS/HLS streaming. I am using Server 2008 and I need to use IIS7 port 80 for legacy web sites. I would like to configure in fms.ini using ports 1935 and 81 and Apache requests to port 8134. Can I use this configuration? Do I need to open ports 81 and ports 8134 in the network? What is recommended in this case?

View 5 Replies

Media Server :: Apache Not Working with FMS 4.5 On Windows 2008?

Mar 30, 2012

FMS 4.5.1 Windows 2008 SP2 (64bit).We are deploying Adobe Flash Media Server 4.5.1 on a new server but Apache does not work (does not serve html files or stream Quicktime H.264 files).Assorted Problems & Error messages:

1.  The webroot/index.html page loads locally, but the HLS/HDS streams result in a 2032 error.

2. The webroot/index.html page does not load from  external locations:[URL] (does not load externally).[URL] (our old server, FMS 4.0 and Windows 2003). Everything on this server works, the 2 major differences being that it is running FMS 4.x on Windows 2003.

Some RTMP streaming works externally and internally (f4v files):[URL]FMS does not stream Quicktime H.264 files even though f4v files work.New server (does not work): [URL]Old server (Quicktime/H.264 file works):[URL]Apache does not serve Quicktime/H.264 files: I made sure that Apache had all of the correct mime types specified.

Error messages and attempted solutions:Apache's erro_log file: a. httpd.exe: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

2. FMS master.log file

a. FMSHttpd -k start returned 1: [URL]1a:  Edited httpd.conf file to include ServerName 63.116.232.5

1b: The presence of this error message also indicates that Apache httpd was unable to obtain a fully-qualified hostname by doing a reverse lookup on your server's IP address.
In order for the server to accept external connections a reverse DNS lookup needs to be created. I created a reverse DNS lookup and  edited the /etc/hosts file to include the IPaddress, Fully Qualified Domain Name (FQDN), shortname.

[code]....

View 5 Replies

ActionScript 3.0 :: SWF Can't Connect Localhost

Jul 15, 2010

What is the problem the localhost doesn't connect with localhost in fla its working well but SWF

View 2 Replies







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