Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




CSS Error Or Flash Version Problem



I have been publishing for Flash 8 but for reasons out of my control, I have to publish to version 7 now. The CSS that I have been using successfully for 8 is now working incorrectly. The problem that occurs is that the first answer text field is not formatted using the CSS but all the following answer fields are. I have a question and up to 6 answers in a test. The text in all the fields are being formatted with CSS. For the answers, it is in a loop as all the text information is being pulled in through XML. Here is the relevant code (Pay special note to code in Blue): //------------------------------------------------------------<initialize XMLvar myXML:XML = new XML();myXML.ignoreWhite = true;//-----------------------------------------------------------------------<CSSvar styles:TextField.StyleSheet = new TextField.StyleSheet();styles.onLoad = function(success:Boolean):Void { if (success) { // display style names. // trace(this.getStyleNames()); } else { trace("Error loading CSS file."); }};styles.load("../../../../../css/tests.css"); //-----------------------------------------------------------------------<XML test = myXML.firstChild; //<test001001> XML question = test.childNodes; //<question> XML answer = test.firstChild.childNodes; //<answer> XML var TESTNAMETXT = test.attributes.testName; testNameTxt.styleSheet = styles; testNameTxt.text = "<p class='testName'>" + TESTNAMETXT + "</p>"; //CME Title Name XML loadTxt = function() { if (i == 0) { // First Question Navigation Buttons Visibility prevBtn._visible = false; } else { prevBtn._visible = true; } if (i == (question.length - 1)) { // Last Question Navigation Buttons Visibility nextBtn._visible = false; if ((radioBtn0.selected == true) || (radioBtn1.selected == true) || (radioBtn2.selected == true) || (radioBtn3.selected == true) ||(radioBtn4.selected == true) || (radioBtn5.selected == true) || (radioBtn05.selected == true)) { submitBtn._visible = true; } } else { nextBtn._visible = true; submitBtn._visible = false; } var QUESTION = question[i].attributes.name; questionTxt.styleSheet = styles; questionTxt.text = "<p class='question'>" + QUESTION + "</p>"; //Load Question Text from XML this["correct" + i] = question[i].attributes.correct; //Store Correct Answer into corresponding Variable for (var j=0; j<answer.length; j++) { //Loads Available Answers into Corresponding Text Fields var answerTF:TextField = this["answerTxt" + j]; answerTF.styleSheet = styles; var ANSWER = test.childNodes[i].childNodes[j].attributes.name; answerTF.text = "<p class='answer'>" + ANSWER + "</p>"; } for (var k=0; k<6; k++) { //Radio Button Visibility var answerRadioButton = this["radioBtn" + k]; if(test.childNodes[i].childNodes[k].attributes.name == "") { answerRadioButton._visible = false; } else { answerRadioButton._visible = true; } } } loadTxt(); } else { questionTxt.text = "Error"; }}myXML.load("../../category/categor001/lecture001/test001001/xml/test001001.xml"); // SERVER XML LOCATION//myXML.load("../xml/test001001.xml"); // LOCAL XML LOCATION -------------------------------------------------------------------------- Any thoughts on why this works in 8 but not in 7 and how to fix it so that it will work?Thanks!



KirupaForum > Flash > Flash 8 (and earlier)
Posted on: 09-05-2006, 04:56 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Flash Version Error
I have a FMS Streaming video application that has the required version set to 9,0,28,0. Running a player version 9,0,28,0 the video streams fine, but when viewed with 9,0,45 I see this error:

VideoError: 1004: Invalid source: rtmp://*domain*/vidapp/
at fl.video::NCManager/connectToURL()
at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
at fl.video::VideoPlayer/load()
at fl.video::FLVPlayback/::doContentPathConnect()
at fl.video::FLVPlayback/set source()
at homeVideoPlyr_fla::MainTimeline/homeVideoPlyr_fla::frame1()

It was my understanding that a version at or above the required level would work for this application. If you have seen this behavior before or have ideas to point me in the right direction please let me know.

Flash Player Version 6 Archive Error
I've used the archived players provided on the site for testing for years and am appreciative. However, I got a tech spec from a client requiring 6.0.49 (which may be an error) and I see 6.0.47 is provided in the version 6 player archive. However, when you install 6.0.47 you end up with a version of 7. When you install 6.0.29 or 6.0.65 you do get those versions. I'm hoping an Adobe person will see this and offer an updated archive. Wishful thinking? Try me! Or if anyone else can direct me to this version, I'd be appreciative. Thanks

Weird Error: Most Recent Version Of Flash Player Needed To See Images.
Hi guys,

I'm experiencing this really weird problem.

I have a flash website which has some images in it (jpg images), the weird thing is that users can only view the images if they have the most recent version of Flash Player, if they don't have the most recent version, there is just an empty space where the image should appear.

My site is here:
http://www.sketchyshirts.com

Any help would be great.

-Nick

Version Control/Error Tracking
I just saw a post on here about version control software. I could use that too! Also something that does error tracking, maybe even through a website.

Has anyone used this stuff with flash?

Trial Version Flash 8 Prof, While Waiting For Purchased Version To Arrive
I am using Flash 8 Professional 30 day trial on my PC until the Flash 8 Professional program arrives in the snail mail, i am having trouble publishing my ads for use on our website with this trial version, is it b/c it is the trial version. my company ordered Flash 8 Prof for me, but I won't get it until next week.

How I Can Detect The Flash Version? My Movie Require The Last Version
Hi,

Since i use tranparency in my movie, i need the "surfer" to have the lastest version of flash(specially for netscape user).

Someone can tell me where to get a flash dectector for flash 6.
LAST VERSION! i had the 6.00.29.0 and it didnt work, the 6.00.85.9 work...SO i need to detect if the user got the lastest...

how i can detect that, and let the user dl the latest version automaticly?

Flash Version? How To Tell Which Version A SWF Is?
Hello,

I have a very specific question. I am designing a flash banner for a site that clearly states that all flash movies must be in version 5. The movie was created in both Flash MX and Flash MX 2004 and then exported as a flash movie version 5 yet I have received a reply from this site that the flash movie is NOT in version 5.

How can this be?

And since I think they have made a mistake I wanted to check which is the flash movie version but don't know how to get around to do it. Does anyone know how to do this? I would really appreciate any help possible ASAP because this banner is already way overdue.

Thanks,
Matej

If this helps I've attached links to the movies where v5 stands for version 5 and v4 as version 4. Movies are 180x150 px if anyone can extract the version number from there.
http://www.panteon.si/test/v5.swf
http://www.panteon.si/test/v4.swf

The Version 7 (MX 2004) Fla File Shows Correctly In Version 8
I am new to Flash.

We have an old fla file created with Flash MX 2004 that needs to be modified. About 2 months ago, I contact Adobe for MX 2004 and was told that Adobe did not sell it anymore. I had to purchase Version 8. Also I was told that version 8 would be backward capable.

I purchased version 8 and tried to load the fla file. However, the flash generated is different from what it was from MX 2004, some text or captions disappeared from screens.

Please advice.

Do Version 6 SWFs Run Faster In A Version 7 Player?
hi

does anyone know if it's the flash player 7 that makes SWF files run faster or is it the MX 2004 coding? the reason i'm asking is to see if version 6 encoded SWF files run any faster in a flash player 7. thanks.

How Can I Tell The Difference Of A Educational Version VS A Commercial Version
I was wanting to see if any of you guys knew.
Can I tell the difference of a educational version VS a commercial version
of the flash 5 and dreamweaver 4 by looking at the cd's , before I buy them.

Like is there a special code on the outside of the cd's that shows the difference?

I want to make sure I dont buy a educational version.

Thanks ahead for any help on this matter.

What Is Relationship Of Player Version And Authoring Version?
Hi, i was wondering what the relationship is between the end users player version and the authoring tool. If a swf file has been created in the latest version of flash will it play on all players or does the user need to have the latest compatible player installed. Thanks in advance

Later SWF Version Loaded Inside Earlier Version SWF
I'm trying to find out if there are issues with loading a SWF movie clip using:

onClipEvent(load) {
this.createEmptyMovieClip("empty_mc",9);'
empty_mc.loadMovie("compiledwithgreaterversion.swf");
}

If you compile the swf that this is created with to a few versions behind, say Flash V6 and AS1, and the compiledwithgreaterversion.swf file is compiled with Flash 8 and AS2 code, what happens to the player? Does it downgrade the AS VM so it runs the loaded movie with lowest code version possible, or will it run the loaded movie using the AS2 code? I'm loading inside a browser plugin of version 9 or greater.

Hoping this makes sense and someone with some knowhow can answer...

Thanks.

French Version...english Version...?
Hi all,
please help me over this "version" problem...
I installed win2000 in french as basic language. then i installed flash 5 and all the texts as well as the actionscript run without problem. so I exported all the files.
after putting on the web, when it is viewed with french-basis windows, it is fine. Once I use the Eng. windows (or chinese wndows), both the texts and the actionscipt not work properly...I really don't know why will it be that, can anyone give me a hand on this?
Thanks in advance,

Cheers,
MKit

Run Version 6, And Still Load And Run Version 5 At The Same Time
Hey i was wondering if it is possible to have a flash 6 player going, and still have a swf file loaded into it, runing a flash 5 movie clip?

thanks

simp

V5 Version-compatible Version Of GetBytesLoaded()
As the title says, does anyone know a v5 code snippet that can be used to replace the v6-only getBytesLoaded()?

This is a line taken from an fla. posted by oldnewbie, and I'm trying to get it to work when published to v5, but can't remember a substitute, or if there even is one.

code:
percent = (this.container.getBytesLoaded()/this.container.getBytesTotal())*100;


Thanks for any help

Loading Fp Version 9 Swf Into Older Version Swf
Hi,
I am trying to load a flash player version 9 swf into a version 6 swf, using loadMovieNum. When I load it into _level 0, the loaded swf works, but when I load it into a higher level, it doesn't (I am not using _root in the 9 version).

What could be the reason?

I also have a lot of problems using the MovieClipLoader class or loadMovie for this.

(I need this to combine the use of the swfObject and building some kind of preloader)

thanks,

Jerryj.

Problems When Switching From Version 6 To Version 7 ()
i´ve got this xml price list imported into flash, and all script written for version 6. When exporting to version 7, some problems occur:
the import/parse split-into-arrays part is working fine.
the duplicateMovieclip dosent work, and the arrays' values comes out NaN.

Can anyone tell me if the syntax have changed from v. 6 to v. 7 ?

Some actionscript attached: (scaled down for simplicity)


ActionScript Code:
var Leiligheter:Array =[];
for (i=0; i<my_xml.firstChild.childNodes.length; i++) {
Leiligheter.push(   {
                            Nr:Number(my_xml.firstChild.childNodes[i].attributes.Seksjon),
                            Pris:Number(my_xml.firstChild.childNodes[i].attributes.pris)
});
        }

        dupMovie = function() {

                for (i=0; i<AntallLeiligheter; i++) {
       
                   
                    _root.Prisliste.MC_Nr.duplicateMovieClip("MC_Nr"+i, i, { _y:MC_Nr._y+ListItemHeight+(ListItemHeight*i)});

                    _root.Prisliste["MC_Nr"+i].Txt.text = LeiligheterSortByNrAsc[i].Nr;
                    _root.Prisliste["MC_Type"+i].Txt.text = LeiligheterSortByNrAsc[i].Type;
}
        };
thx, MOS

[F8] Flash Currency Handling Has Error.NumberFormat Error, Is Losing A Dollar / Pound
When I add two numbers together Flash adds them fine. If I use the Locale to format it as currency, Flash will lose a dollar! This only happens on certain combinations of numbers. I've been banging my head off a wall on this. Paste the script below into an empty flash document to recreate the problem.

Anyone with any ideas of how to solve this please help

code: import mx.controls.*;
import mx.format.NumberFormat;
import mx.format.Locale;
import mx.format.locales.Nl;
import mx.format.locales.*;

var iPaid:Number = 0;
// simulate strings from a textinput field
var sValue1:String;
var sValue2:String;
Locale.registerLocale(new En_US());
var fmt:NumberFormat = new NumberFormat(Locale.currentLocale.currencyFormat);
sValue1 = "226.89";
sValue2 = "28525.11";
trace("sValue1: "+sValue1);
trace("sValue2: "+sValue2);
iPaid = Number(sValue1)+Number(sValue2);
trace("iPaid: "+iPaid);
trace("String(): "+String(iPaid));
trace("NumberFormat.format: "+fmt.format(iPaid));
trace("Where's my money!!!");

sValue1 = "226.11";
sValue2 = "28525.89";
trace("sValue1: "+sValue1);
trace("sValue2: "+sValue2);
iPaid = Number(sValue1)+Number(sValue2);
trace("iPaid: "+iPaid);
trace("String(): "+String(iPaid));
trace("NumberFormat.format: "+fmt.format(iPaid));
trace("Any Ideas!!!");

Error Error Adobe Flash Player Has Stopped A Potentially Unsafe Operation
Dear Sir,

This is regarding the error which i am getting when i open one perticuler adobe application

"error adobe flash player has stopped a potentially unsafe operation "

I got one cisco flash presentation i am not able to open the file because of this error. It would be really helpfull for me if you could guide how to solve this problem.Awaiting your reply.I would appreciate your earleast reply

Regards
Lijesh.

**Error** TempInit : Line 1, Column 5 : [Compiler] Error #1084: Syntax Error: Expecti
Hi,

I'm trying to convert my AS2 project to AS3. I got rid of all errors but one :

**Error** tempInit : Line 1, Column 5 : [Compiler] Error #1084: Syntax error: expecting identifier before 45.
var 45:MovieClip;

I got no idea what tempInit is, and no where do I declare a variable called 45...

After searching the web for hours I am tired and thus asking for your help.

Thank you,

Error #2044: Unhandled IoError:. Text=Error #2032: Stream Error. Cannot Be Caught
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///C|/LocalWorkspace/Simulation%20Platform/sim/assets/conversations/14/Maria/NPC_104.MRK


Hi all, I'm getting this error, and I damn well know why. Its because I'm trying to load a file that doesn't exist. But the thing is, I'm wrapping the code in a try catch, and I'm still getting the error. Also, I'm being told that the error is on this line:


ActionScript Code:
var loader:URLLoader = new URLLoader();

I need to do it this way because i know that some of the files I'm trying to load do not yet exist.

But what could possibly be wrong with this line? And either way, it should be caught by the try, catch. So, whats the problem?



ActionScript Code:
try {
        var loader:URLLoader = new URLLoader();
        loader.addEventListener(Event.COMPLETE, completeHandler);
       
            loader.load(new URLRequest(_filename));
        } catch (error:Error) {
            trace("DATA: loadAnimData(): Error loading lip synch data.");
        }

Error Message ? Error #2044: Unhandled IoError:. Text=Error #2032:
Can anyone give me any advise on why in safari 3 and firefox i am getting this error:

Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://www.nayomusic.com/music/1.mp3

URL: http://www.nayomusic.com/home

The error occurs when a any link is clicked on from within homepage

If anyone has got any idea why this error occurring then this would be much appreciated

Thanks

Jon

Error #2044: Unhandled IoError:. Text=Error #2032: Stream Error.
I'm trying to open a new centred window with a javascript in AS3, the code is working in the browser but when tested in flash I got this error:
"Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: javascript:void(newWin=window.open('http://www.actionscript.org','newWindow','width=500,heigh t=500,left=590,top=262.5'))"

This is the code that I'm using.

Code:
var resX:int = flash.system.Capabilities.screenResolutionX
var resY:int = flash.system.Capabilities.screenResolutionY

var winW:int = 500
var winH:int = 500

var winX:int = (resX/2) - (winW/2)
var winY:int = (resY/2) - (winY/2)

var jsCode:String = "javascript:void(newWin=window.open('http://www.actionscript.org'," + "'newWindow','width=" +winW + ",height=" + winH +"," +"left=" + winX +",top=" + (winY-winY/2) + "'))";


var urlLoader:URLLoader = new URLLoader()
urlLoader.load(new URLRequest(jsCode))
What is wrong becouse if you test a compiled .swf with this code in the browser a centred window opens.???

Error #2044: Unhandled IOErrorEvent:. Text=Error #2032: Stream Error.
Hi all,

I created a simple streaming mp3 player and it works perfectly fine locally, but when i upload it i get the below error. I only get this error if i go to refresh or leave the page. The flash itself loads but does not function.

Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
at player.audio.actions::SoundLoader()
at player.audio.actions::Mp3Player()
at main_fla::MainTimeline/frame1()

The code that includes the url is below:


Code:
var songs:Array = ["believe.mp3", "newSong.mp3"];
the swf file is saved in the same directory as the mp3 files but i am still getting the stream error.

I have tried changing the path to a full url with no luck.

What is strange is that if i load the mp3 directly via the URL i have uploaded it to, and then go back to the player, it works. but only in firefox and IE. safari for windows does not work either way.

the class i used to load the url is below:


Code:
public function SoundLoader(songs:Array, player:Mp3Player)
{
songList = songs;
musicPlayer = player;
soundReq = new URLRequest(songList[songIndex]);
loader.load(soundReq);
loader.addEventListener(Event.COMPLETE, songLoaded);


}

Does anyone have any ideas? It's driving me nuts!

Much appreciated!

Error #2044: Unhandled IOErrorEvent:. Text=Error #2032: Stream Error
This is my code. (Even though this error occours, it doesnt affect my file in anyway, except when you look at it on a website a little error comes up (click it away) and everything is still exactly fine)

ANyway its annoying me now, so iw ont to get rid of it:

Heres my code:


ActionScript Code:
var s:Sound = new Sound(new URLRequest("Galactik_Football.mp3"));
s.play(0, 1000);

var ba:ByteArray = new ByteArray();

addEventListener(Event.ENTER_FRAME, loop);

var bmd:BitmapData = new BitmapData(700, 400, true, 0x000000);
var bm:Bitmap = new Bitmap(bmd);
addChild(bm);

var sp:Sprite = new Sprite();
addChild(sp);

var blur:BlurFilter = new BlurFilter(10,10,3);

var colorMatrix:ColorMatrixFilter = new ColorMatrixFilter([
    1, 0, 0, 0, 0,
     0, 1, 0, 0, 0,
     0, 0, 2, 0, 0,
     0, 0, 0, 0.99, 0
]);

function loop(e:Event):void
{
    sp.graphics.clear();
    sp.graphics.lineStyle(2, 0xFFFFFF);
    sp.graphics.moveTo(-1, 150);
    SoundMixer.computeSpectrum(ba);
    for(var i:uint=0; i<256; i++)
    {
        var num:Number = -ba.readFloat()*200 + 150;
        sp.graphics.lineTo(i*2.75, num*1.3);
    }
    bmd.draw(sp);
    bmd.applyFilter(bmd,bmd.rect,new Point(),blur);
    bmd.applyFilter(bmd,bmd.rect,new Point(),colorMatrix);
    bmd.scroll(3,0);
}

Error #2044: Unhandled IOErrorEvent:. Text=Error #2032: Stream Error
Hi, i've written out some code that doesn't seem to want to work and im not too sure why. Basically i've imported a sound file in to flash and i have two buttons to play and pause. I've set up a custom class thing in the linkage properties of the sound file.


ActionScript Code:
var audio:Sound = new Sound(new URLRequest("Phil.mp3"));
var audioChannel:SoundChannel = audio.play();

pauseBtn.addEventListener(MouseEvent.MOUSE_UP, pauseSound);
playBtn.addEventListener(MouseEvent.MOUSE_UP, playSound);

function pauseSound(e:MouseEvent):void
{
    audioChannel.stop();
}

function playSound(e:MouseEvent):void
{
    audioChannel = audio.play(audioChannel.position);
}

When i try and run the code, it comes up with this message

"Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
at Untitled_fla::MainTimeline/Untitled_fla::frame1()"

if anyone can give any assistance as to why this doesn't work - it'd be super.

Error #2044 Unhandled IoError:. Text=Error #2032: Stream Error. URL:
Hey Everyone
Can someone explain this to me. I am using Go Live CS2 to upload my files and I only get the Error (below) when I upload my files to the internet. I have one FLA file and inside the FLA I have a request to a .xml doc to load in my images. The images appear when I test the file in FLash, and when I test my published html page. But as soon as I upload the files to the internet I get the error below. The flash file runs correctly but the images do not appear.
My page www.ii-designs.com/maybe then click on the works tab and where the bottom gray lines is where the images are suppose to be

I get this error
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///private/var/tmp/folders.501/TemporaryItems/AdapterTemp/Server_1/public_html/maybe/data/photoImages.xml at _photoImages/frame1()
please help this is driving me crazy
Thanks
Ryan

Error #2044: Unhandled IOErrorEvent:. Text=Error #2038: File I/O Error.
Gday guys,

im making a lil flex app to upload images for guys on my forum.. problem is, it works fine in opera and firefox im told now also, but in internet explorer.. im getting this error..

"Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.
at uploadd$iinit()
at _uploadd_mx_managers_SystemManager/create()
at mx.managers::SystemManager/::initializeTopLevelWindow()
at mx.managers::SystemManager/::docFrameHandler()"

this is my code? its str8 off the adobe site itself. from what i gather, its the way the scipt is handling the error itself? its terminating itself bcos of it.?


Code:
<mx:Script>
<![CDATA[
import mx.controls.Alert;
import flash.events.DataEvent;


public var fileRef:FileReference = new FileReference();

public function upload():void {
// listen for the file selected event
// listen for the upload complete event
fileRef.addEventListener(Event.SELECT, selectHandler);
fileRef.addEventListener(Event.COMPLETE, completeHandler);
fileRef.addEventListener(DataEvent.UPLOAD_COMPLETE_DATA , uploadCompleteHandler);


// browse for the file to upload
// when user selects a file the select handler is called
try {
var imageTypes:FileFilter = new FileFilter("Images (*.jpg, *.jpeg, *.gif, *.png)", "*.jpg; *.jpeg; *.gif; *.png");
var allTypes:Array = new Array(imageTypes);
var success:Boolean = fileRef.browse(allTypes);

}
catch(error:IOErrorEvent) {
trace("IOErrorEvent catch: " + error);

}



}

// when a file is selected you upload the file to the upload script on the server
public function selectHandler(event:Event):void {
var request:URLRequest = new URLRequest("upload.php")
try {
// upload file
fileRef.upload(request);
textarea1.text = "uploading " + fileRef.name + "...";
}

catch(error:IOErrorEvent) {
trace("IOErrorEvent catch: " + error);

}



}

// dispatched when file has been given to the server script. does not receive a response from the server
public function completeHandler(event:Event):void {
trace("file uploaded complete");


}

// dispatched when file has been uploaded to the server script and a response is returned from the server
// event.data contains the response returned by your server script
public function uploadCompleteHandler(event:DataEvent):void {
trace("uploaded... response from server:
" + String(event.data));
textarea1.text += event.data as String;
}

]]>
</mx:Script>
Also id like to be able to directly have the link traced into the message box itself, so people dont have to copy n paste.. is there an easy solution in the php code?

Heres the link, the upload is on the left of the main reply box.. heres a direct link to the forum, use

User: Ryann
Pass: temp

http://www.weride.net/ThrashedMinis/phpBB2/

, and press a reply or new topic sumwere to view it.. thanks for anyone taking a look..

Ryann.

Error #2044: Unhandled IoError:. Text=Error #2032: Stream Error.
Hi all I really need help. What I understand from this error is that Flash can't find the file which is a bit of confusing, because if I copy the code to other file it works. Is there something with that I have 2 urloaders in the code I load 2 different type of files one txt and one xml? This is the structure of my xml file
Code:
<xml>
<name>Some Name</name>
<address>Some Address</address>
<option>Some Option</option>
<other>Some Other</other>
<bank>Some Bank</bank>
<iban>12300 0000 0000 0000 0000 00</iban>
<bic>25500000</bic>
</xml>
Please help

Error #2044: Unhandled IoError:. Text=Error #2032: Stream Error.?
I get this message "Error #2044: Unhandled ioError:. text=Error #2032: Stream Error." when I try to get parameters from a .asmx doc that looks like this:

.net:

flUser.Movie = string.Format(@"{3}?UID={0}&strUserName={1}&strWsUrl......


In as3:

var oParam:Object = LoaderInfo(root.loaderInfo).parameters;
strUserID = oParam.UID;

I get the parameters written into a textfield but it doesn't work? Anyone know what's wrong? Could it have something to do with Sandbox issue? Do a miss an "import.display"?

Flash Version
Anybody know anything about being able to tell what version of Flash a user is running (either in JS or AS?

If so, how?

Cheers

Flag

Flash Version
I have one stupid question, i made movie with flash mx and then publis it on net, then someone with install plugin in browser for flash 5 go to page and what he see? Nothing? or plugin for flash mx download automaticly and he could see my movie?

Get Flash-Version (5/MX)
Hello!

In the tutorials, I found some "flash-detectors" which see without any javascript if Flash 5 is installed. This is fine. But what I need is a actionscript which calls a .swf-file if the Flash5-Plugin is installed and another .swf-file if Flash MX-Plugin is installed.

Ideas?

Background: The idea is to make 2 Versions of the same movie, one (uncompressed, large) for Flash 5 and one (compressed, small) for Flash MX. Of course it would be better to install the Flash-MX-Plugin, but some users don't have the admin-rights to do so.

Martin

Is This Possible With Any Version Of Flash?
If a hosting service doesn't suppport cgi, perl, php, or any other ssl, is it possible to save updated variables to the server with Flash? So, if i wanted to be able to login to an admin page that contained some input fields for various things, is there any way to save the info from the input fields so that that whenever the site is accessed by anyone, the info is updated according to the input fields?? Thanks in advance for any replies. Have a great day!

Mac Or PC Version Of Flash 5
I came across a copy of Flash 5 today.
It has Windows NT/95/98/2000 on it but in the manual it gives installation instructions for PC and Mac.
Can it be installed on both?

Best Version Of Flash To Get?
I used to toy around with flash a loooong time ago, and I'm just now getting back into it. Now there's all these new versions and stuff, I just don't know what to get. I purchased Flast MX professional but I find it hard to work with and even harder to follow tutorials with because the interface is different in some aspects. I was curious as to which is the best version I should be using? From what I understand, there's flash 5, 6, MX and MX pro....if anyone could shed some light on the situation, it'd be much appreciated. thanks

-seth
ex_veritas2000@yahoo.com

Flash Version - Where?
Im new and i was wondering which flash version should I get and where do I get it from?

When Will The Next Version Of Flash Be Out?
Does anyone know when the next version of the Flash authoring tool will be out? I am currently using MX and was thinking about upgrading after Christmas. Will it be out by then? I would hate to buy MX 2004 and have the newest version come out a month later! So if anyone has heard anything, let me know.

How To Tell Which Version Of Flash Is Used?
Hi,
i have to update some flash files provided by another company.

I use Flash MX but when i try to open one of the .fla files, i get "unexpected file format error"

Does this sound like the file has been corrupted or do you think it has been produced in a newer version of flash and mx can't see it.

Is there any way of knowing which version of flash was used?

I really wasn't planning on upgrading as i have not really seen a great step forward in flash since MX came out, and i only ever really touch the surface of flash anyway.

Is there anyway i can get the agency to save the files so they will work in MX, in a similar way you can save illustrator files to work in older verisons?

Thanks

What Version Of Flash Is Best
I am wondering what the difference is between FlashMX, FlashMX 2004 and Flash MX Professional. Which version is best?
Thanx!

Next Version Of Flash
do u know when macromedia going to release the next version of Flash?

Flash MX Version 6.0
I made a simple animation, exported it and viewed it fine. I e-mailed it to my husband and his computer will not open it. I tried to view it on our other home computer and it doesn't recognize it at all. When I click on it on this computer and open it up, it says Flash Player 6 but Flash Player 8 is installed on this computer. Any ideas?

Flash Version
Quick question

I am using flash 8 and have just received a template from another developer. How can I tell which version of Flash they have used to create the template?

Cheers!

Help With Flash Version
Does anyone know where i can find a the flash version mx 2004? I have searched a very long time for this and cannot find it. all my links end up taking me to flash cs3. is there an mx 2004 version for trial download anywhere.

How To Tell What Version Of Flash Was Used?
Hello,

I'm hoping that some of the gurus here can point me in the right direction. I have two fla files from a client, and I'm trying to find out which versions of flash were used to make each of them. Is there a way to do that?

This seems like a simple thing to do, but it has eluded me...

I'm trying to track down what I beleive is a version incompatibility with Telestream's FlipFactory, but I can't make any headway until I know the versions of the flash files.

Thanks very much in advance for any help!

It is greatly appreciated...

Cheers,
CS

How To Mix Flash Version?
hi, i got 2 movie i found, it on menu, i have modify to the needs of my menu.
both are dynamic menu. one for top and one for bottom. but one of them onli running on flash 5 player, one is running on player 7 and 8.

when i put them together, it does not work. i try attaching ext.swf it does not work too.

how can i make it work? or how is the correct way to attach and make them work?

Which Version Of Flash Should I Buy?
I made a website and am looking to post videos on it. Initially the video will be controlled by myself, but eventually, I would like users to be able to submit their own video directly on the website.

I built the website on my PC and it involves a lot of ASP.NET. However, the videos that will be posted on my website will be created in either iMovie or Final Cut Pro. Should I buy the Windows or Mac version of Flash Pro 8? I'm learning towards buying the Windows version because I assume that allowing users to upload their own videos will require a lot of programming.

Also, are their benefits to buying the Bundle? I currently use Microsoft Web Developer (instead of Dreamweaver) and Adobe PhotoShop (instead of Fireworks). Would those additional programs be beneficial?

Old Version Of Flash
If I want to create simple Flash animations, is there any disadvantage (as
far as the end user is concerned) with using an old version of Flash to
create those animations (v. 4)? I just didn't know if there would be
compatibility issues that would cause the Flash to not render correctly. I
don't really need any of the newer features in Flash . . . just a basic
animation.

--
Brandon
http://www.presentationsdirect.com

Old Version Of Flash
I need to get the version of flash named MX 2004 Professional. Can you please give me the download link? Thank you.

Copyright © 2005-08 www.BigResource.com, All rights reserved