I have a flash upload component I want to use to upload multiple files. I'm using it in a MVC app and what I want to happen is that the user picks the files they want to upload, it uploads them and then displays a page showing all the files they have uploaded so they can add a description and select where to save them, and then save the ...
I am planning to do a CD-ROM in either Flash or Flex, possibly using the Adobe AIR runtime.
This CD interactive will have a bunch of forms on it for the user to fill out. After they fill in a form, they will have the option of saving or printing a PDF that is based on there information.
I am trying to find a way of editing the content ...
Hi
I am new to flash..i need a code which redirects to a asp page on clicking a flash button..please tell me where i have to write that code
Thanks in advance
...
FYI, ShadowBox is a javscript media viewer/lightbox. http://www.shadowbox-js.com/
Running into an issue when trying to dynamically load SWFs into my ShadowBox.
My script outputs the following HTML:
<div id="LightBoxItemList">
<a href="Images/large01.jpg" rel="shadowbox[Mixed];" class="First" />
<a href="Images/Hydro_Sample.swf" rel...
Hi,
I am having the strangest issue with a site i am developing. On the homepage i have a flash slide show which displays fine in IE. However it does not appear in Firefox but instead leaves a white space.
I am using SWFObject to display the flash. I knows its at least firing as the holding image is removed. However if i right click o...
I'm trying to figure out how to use the content displayed in a flash video player as an input stream for my program. Any help on this subject would be greatly appreciated.
Thanks
...
Hello, I have a flash app embedded in a yui TabView tab div, the problem is that each time I click the tab with the flash app, the flash app reloads.
Does anyone have any information on this?
...
I'm trying to add a filter in AS3/Flex SDK. I can add a filter just fine to any one single object - but I want to apply the filter to everything that is a child of a certain object.
Think a pause window pops up, and everything below the pause window goes blurry.
Applying a filter to each individual object (eg: iterating through a list)...
A project that I'm working on requires being able to dynamically create sound-asset SWF files (using DefineSound tags). Even though I've been able to successfully create DefineSound tags using raw pcm, I haven't been able to do so with Speex.
The SWF format spec (pgs 202-204) specifies that you can use Speex in a DefineSound tag, but i...
I'm using Flash actionscript2.0 and I'm using this code to show a custom cursor.
onEnterFrame = function()
{
Mouse.hide();
myCursor._x = _xmouse;
myCursor._y = _ymouse;
}
But this results in disappearing mouse cursor when viewing right click context menu.
Is there a way to show the standard mouse cursor when viewing the c...
I've a flash movie that I would like to use inside of a flex application, very similar to a preloader.
Looking at this tutorial, http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/, I expected it would be a matter of not extending "Preloader" and extending "Sprite" and using the class i created wherever i needed....
Hi all,
i want to read an xml file in flash that is returned from a php script. i have it all sorted apart from one thing
the attributes that are returned in each row vary (anything from 1 to 100).
below is the code to explain what i mean
for(var ii:int = 0; ii < tempXML.record.length(); ii++)
{
for(var b:int = 0; b < numAttributes;...
Hello. I'm trying to embed an external .swf file from an HTA application that consists of HTML content, javascript and vbscript. I load the swf from javascript, using swfobject.
The remote server allows 'localhost' as the originating server, and I could embed it on an HTML page on my webserver, running on http://localhost, but I need to...
In AIR application i have link button like winner statistics . if i like this button then show winner statistics (canves) reports full page on my application . I Already created winner statistics using canves component .Which container is mostly used for view data ?
Please refer me ? i tried viewstack but it will overwrite Main page ?
...
Hi,
i got code like this:
swfobject.embedSWF("/Content/open-flash-chart.swf",
"my_chart",
"750",
"300",
"9.0.0",
"expressInstall.swf",
{"data-file":"http://localhost:8803/StatisticService/GetOpenFlashChartStatistic_Json?param1=123&par...
Please describe some of the best practices for delivering video over the web through Flash Player. For example I am encoding video in FLV at 320x240 pixels, this seems to be the best size for reasonable quality and best filesize. When playing back I have a number of different video components that play the video in a few different sizes....
Hi,
I've got an MHT file from Adobe Contribute. I'm trying to get a flash file working in the MHT doc. It's a podcast so it shows the player then pulls the mp3 file, its not one file.
<script type="text/javascript" src="swfobject.js"></script>
var so = new SWFObject("mp3player.swf", "mp3player1", "225", "175", "7", "#CCCCCC");
so....
the embed I'm trying to stop autoplaying has 'allowscriptaccess="always"', but I'm trying to figure out how to set the property!
...
Given a
<div id="dialog" style="display:none; width:100%; vertical-align:middle;">
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="628" height="400">
<param name="movie" value="../../help/videos/videoplayer.swf" />
<param name="allowfullscreen" value="true" />
<param name...
If I am on a flash heavy website, and I clear my browser cache, the site continues to function.
Chances are the entire swf is not loaded into flash's active memory at the time I clear the browser cache (especially for sites that use large rsl libraries such as papervision3d). I can verify this with flash-builder's profiling tools.
So,...