I created a Flash room editor for an online game. The user is able to add items to their room, which the flash loads in and creates an object for each item. For the average user this works great, but I have run across a case where a user has added 8400 items to a room and the flash can't handle it. The XML file loads up fine, but noth...
Hey, again.
The stageHeight and stageWidth are read-write properties of the Stage class.
Is there any way to embed the swf so that when you set them to a different value, this is reflected in the HTML page? Possibly without calling a JS function via ExternalInterface to modify the embed's parameters?
The main idea is that I don't know...
Hello,
My goal is to know when a user presses the cut, copy, paste, or select all keyboard shortcuts and do some processing for each one. I tried listening for the keypresses, but only some keys are fired when the control key is down (apparently it would work only in the browser, except for IE).
Then I was reading the Flash docs and ca...
I'm working with a flash application that runs as a standalone executable by way of the File -> Create Projector... option on the standalone Adobe Flash Player. I've noticed that it's pretty well-behaved, with a modest memory footprint and reasonable CPU demands, even when it's struggling with something difficult to render or animate fo...
I'm trying to get uploadify to send it's files to a php script but it comes back blank every time... i'm totally confused as sometimes it won't even attempt to upload the files.
Form:
<form action="upload.php?1" method="post" id="uploadForm" enctype="multipart/form-data">
<input type='file' name='uploadBox' id='uploadBox' /><br/>
<inpu...
I am looking for a media player which I can control via an ASP.NET/Javascript API and also set playlists dynamically (ie from a datasource).
...
I've been looking for a solution to this for years, but nothing is conclusively documented. There are many Shoutcast Flash players out there (e.g. radio.de) so I know it's possible. However, most of my research leads to this:
s = new Sound();
s.loadSound ("url.of.shoutcaststream:8003",true);
Which works for me in FireFox but not in IE...
I'm working on a Flex 3 application that uses the Flex IFrame project to connect to remote web servers, using basic authentication.
When authenticating against the remote web server, the URLRequest is put together with the following code, and loaded with a URLLoader.
var request:URLRequest = new URLRequest(targetHost);
var authorizat...
Can I implement the "load" method in FileReference in other way? My client use FP 9 and this method is implemented in FP 10. I am using BlazeDS + Spring and I want to upload images.
...
I used the code from the following question to insert a YouTube video into a page: http://stackoverflow.com/questions/1314662/how-to-resize-a-youtube-player-from-thumbnail-size-to-normal-size.
Given the following html:
<dl>
<dt>Thoughts of Sacrament</dt>
<dd><div class="placeholder"><img src="img/H5ZEYFgmfYo.png" id="H5ZEYFgmfYo" /></d...
How come the Macromedia Flash Player isn't present in the WMI win32_product table? The Flash Player is installed on the machine where I'm executing the query.
I'm trying to execute the following query:
Select * From win32_product where name like '%Flash%'
Is there any other way to get the version of any installed Flash Player. This p...
I've been looking for a while for a good web page embed-able mp3 player. I've considered going with the Wimpy Player, but it appears to have problems with Flash 10, and their customer support is unresponsive.
My requirements are pretty simple, I want to be able to play/pause/rewind audio. I'd also like to be able to embed the player m...
I'm wondering if any has solved something similar to this.
I have a webpage on site-A which has an embedded swf served from site-B.
The swf gives a security sandbox error when trying to a txt file via URLLoader from a folder on site-B.
I have a crossdomain policy on site-B (Currently set to ).
I'm I missing something here? Where can I...
Hi,
I'm working with a WordPress plugin. It adds a flash player to the output page. All works great on IE, Safari, Chrome.
In FF 3.0.13, I can see via Firebug that the object is there, but it is grayed out.
Display == inline
Visibility == visible
So why isn't it visible? Ideas much appreciated.
Page: http://podcasts.pardesusa.org/...
Does anybody use bare .SWF files as webpages?
I know it's possible; it seems to work fine for me.
Why would I embed a SWF inside an HTML page if it's just going to be full screen (I mean the size of the browser's normal viewable page area, not COMPLETELY fullscreen)?
Is there a lack of browser support?
Or is this functionality deter...
I'm attempting to create a Flex Project that will cause the Flash Player to cache the Flex framework. Flex Builder comes with Flex SDK 3.2.0.3958 and setting the Framework Linkage to use Runtime shared Library (RSL) under Project Properties -> Flex Build Path will separate the framework from my main application and I see that my project...
Currently I work on localization for a Flex application. From an article I know that you can control the localization with the following FlashVars:
resourceModuleURLs
localeChain
Are there any other FlashVars reserved by Adobe that a Flash/Flex Developer should know about?
...
Are there solutions to get de flash player ( doesn't matter what version ( higher = better :) )) running on windows CE in standalone mode ( so not activeX plugin for IE )
or flash lite perhaps ??
...
Anyone have experience with flash decompilers? I'm looking into buying one but I want to get the most out of my purchase. Any suggestions?
...
Does anyone know if adobe flash player cache data is available to other users on a system?
For example:
A user logs onto Windows XP, then uses my adobe flex application... and in the process of doing so downloads the signed flex lib... He then decides to mow the lawn and log off.
At about 3pm the same day, his Mum can't hear the TV o...