I am developing a flash web site using ACTIONSCRIPT 3. There is a menu of small icons that, when one of them is clicked, the program loads the correspondent SWF into a loader and then presents it in a “virtual screen” ( a rectangular area ) in the web page. The problem is that some of these...
In the below code, the created link element (ap) correctly displays the right customer number in the instruction “ap.href="javascript:CallCustomer("+i+")";” but it displays the wrong icon number in the instruction “ap.onmouseover= function(){ t.innerHTML = "icon " + i};”. It always shows the...
I made a scale animation that works on IE 7 but it does not work on Firefox 3.
The button toggles between scaling up and down.
In Firefox , it shows a weird behavior: it starts the loop for scaling up but it is quickly interrupted and return to its original scale.
What should I change in the...
I used the code example that uses the ExternalInterface class from this site:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/external/ExternalInterface.html
It only works on IE 7.0 when
1) I set value to “always” in <param name="allowScriptAccess" value="always" /> in the...
I am planning to build a web page where external buttons using javascript commands like this <a onClick="javascript:Load_SWF( 1 ) …>< img … > and their code would instruct a SWF parent object ( embedded in the html code ) to load the desired interactive SWF child ( and replace a previous SWF...
I just gave up, kenneth.
Instead, I am going to create a separate swf for the main content and then use a Loader to load it into a preloader.
Thank you anyway.
I tried to figure out what the current potential uses of flash are.
So here is my list:
a) Ad banners for Web sites.
b) User interfaces for Web sites.
c) Games for Web sites.
d) Artistic interfaces for Web sites.
e) Media ( video, music, slide show, etc ) presentations for Web sites.
f)...
I already have a code that goes embedded in first frame of a fla file and it works. The fla has two scenes, one called “preloader” and the other just “scene”.
In the “preloader” scene I have this code in the first frame:
import flash.events.ProgressEvent;
function LoadingProgress(e...
I need an AS3 code for an external AS file that would provide the percentage of loading the content of its own swf
( library assets, etc ) and not external files. And then, after the loading is complete, it should add an instance of the main MovieClip ( from the library) into the stage.
( So...
Hi ninjadeathmonkey
They are asp.net web controls. Here is the code:
~~~~~~~~~~~~~~~~~~~~~~~~~
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server"
Text="Click the Button to Start Download"></asp:Label>
<br /> <br />...
Why this function executes the first intruction but not the second one ?
If I invert their order, again only the first one in the order is executed and the second one don’t.
What am I missing here ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<script language="javascript"...
Hi dwarfthrower
{{In IE? Most likely because the security permissions applied to that site are insufficient to allow the scripting of unsafe ActiveX controls.}}
I have IE 6 in my computer. I enabled all ActiveX settings. But it is not working. It shows “Error on Page” in the left bottom...
Why this javascript code does not work ?
~~~~~~~~~~~~~~~~~~~~~~~~~~
<html>
<head>
<title>Untitled Page</title>
<script language=javascript>
<!--
function GetDownloadPath()
{
var frm = document.forms[0];
var Shell = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.