Tagged Questions

The FlashVars is a parameter of the HTML <OBJECT> tag and is used to sends variables into a SWF file when it loads in a web browser.

learn more… | top users | synonyms

5
votes
8answers
4k views

Detecting if fullscreen is allowed in ActionScript 3.0?

I would like to remove a fullscreen button if the allowfullscreen param is false.       param value="true" name="allowfullscreen" Does anyone know if its possible to ...
3
votes
1answer
199 views

flashvars not working on Android Browser

I have a flex app that I need to pass FlashVars into. It works great on desktop browsers(chrome, firefox, ie) but for some reason the flashvar is always undefined when i load it on my Android ...
3
votes
4answers
8k views

AS3 Pass FlashVars to loaded swf

I have a A.swf which loads B.swf onto a movieclip and needs to pass it some FlashVars. When loading B.swf with html, I can pass FlashVars fine. When passing from A.swf, it gets a Error #2044: ...
3
votes
2answers
552 views

Is there a list of reserved FlashVars names?

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 ...
3
votes
3answers
10k views

Passing flashvars-style parameters to a loaded SWF

I have a Flex 3 app (player v9) which loads a Flash SWF (AS3, also player v9) and needs to dynamically pass it a collection of parameters which are known at run-time. These are parameters that are ...
3
votes
2answers
6k views

How do I use FlashVars with ActionScript 3.0?

I found this guide for using the flash parameters, thought it might be useful to post here, since Flash CS3 lacks a usage example for reading these parameters. See answers for the link
2
votes
2answers
161 views

Create a PDF with embeded SWF and FlashVars using C#

I would like to generate a PDF with an swf embed into it. I would also like to make sure the SWF is embedded with a flashvar called XMLDATA which contains charting information. I would like to ...
2
votes
2answers
1k views

Decode JSON FlashVars in AS3

I'm struggling with passing a JSON object to a .swf via FlashVars and decoding the JSON FlashVars in AS3 and was hoping you could help me. Problem: I get an JSONParseError: Unexpected o encountered ...
2
votes
4answers
1k views

How to recive an array from flash vars?

How to recive an array from flash vars? So I have HTML page. with flash app on it. I vant to send an array to flash. How to do such thing using flashVars (I have something like ...
2
votes
2answers
159 views

FlashVars in Flex, getting error?

I changed my html template to include flashvars like so: if (hasRequestedVersion) { // if we've detected an acceptable version // embed the Flash Content SWF when all tests are passed ...
2
votes
2answers
197 views

retrieve flashvar from Flex3 using mxml

Is it possible to retrieve flashvar parameter in mxml code and if so how? Up to now i have been using Application.application.parameter.name to get what i need.
2
votes
2answers
2k views

Pass variables into a Flash movie from HTML

As a Flash newbie I found this very confusing and it cost me a couple of hours. Answering my own question here in case anyone has the same problem. Technically you should be able to do something ...
2
votes
3answers
2k views

Access flashvars in preloader in flex?

I want to access some flashvars in my preloader to a Flex application. How is this possible? Regards Adlertz
2
votes
1answer
5k views

passing paramaters to a swf via Loader

I have a swf (child.swf) that I wish to load into another (parent.swf). I wish to pass a parameter to child.swf through the loader I am using. Note that I am not trying to pass FlashVars that ...
1
vote
1answer
90 views

Flashvars is undefined

I am trying to pass parameters to my swf file using flash vars. I am using Swfobject to embed my swf. I, however, am not able to access these flashvars inside the swf file. I've been having trouble ...
1
vote
1answer
121 views

Need help for multiple playlist files in JWPlayer using query string

I have a single video page and many playlist files. The problem is I don't know how to make the JWplayer's 'file' parameter a variable so it can read any of my playlist files. I have researched and ...
1
vote
2answers
50 views

howto get a flash object (swf) variables

I need to know if there's a way (a tool) to get a flash object (swf) variables which are used in "flashvar" tag. Thanks in advance
1
vote
3answers
213 views

startimage for swf video

Hi I am trying to show startimage before my swf video starts playing, I am using flashVars to do this but for some reasons its not working, below is my code: <object id="M97012085" ...
1
vote
1answer
135 views

send xml from php to flash as variable

I have a flash file where I can pass xml from file : script type="text/javascript"> var flashvars = {}; flashvars.xmlSource = "XML.xml"; ... /script> Can I send xml from php in varible to ...
1
vote
0answers
17 views

flashvars: how do I disable the progress bar?

I'd like to disable the progress bar on a camtasia generated flash video presentation. Here is the link to the http://forgottensecretsforabs.com/demo-page.html I've tried adding/setting the ...
1
vote
1answer
122 views

Flex + character getting replaced by blank when passed as application param

I am passing a string param into flex application as FlashVars The param sometime contains special characters, everything shows fine except + sign which gets replaced by blank when it reaches flex. ...
1
vote
1answer
197 views

How do I include flashvars in AS3?

I am brand new to AS3 and I am trying to move all of the data from an html file, into a swf. The old html file contained this coding: <EMBED ...
1
vote
2answers
142 views

flashvars issue

I received an swf (AS3) file that works when you pass it variables through flashvars. I can't recompile it to work in a different way because we only bought the compiled swf, not the source. We could ...
1
vote
1answer
549 views

Passing flashvar into flex 4

I am trying to let the user set the background color of my flex 4 app by setting the colour in the flashvars variable of the calling javascript. However, I don't seem to be able to access the ...
1
vote
3answers
212 views

Action Script 3.0 : How to extract two value from string.?

HI I have a URL var str:String = "conn=rtmp://server.com/service/&fileId=myfile.flv" or var str:String = "fileId=myfile.flv&conn=rtmp://server.com/service/" The str might be like ...
1
vote
0answers
215 views

Is it possible to tell the Flash Player to use AVM1 instead of AVM2?

It's my understanding that the Adobe Flash Player has two ActionScript Virtual machines. AVM1 and AVM2. It is supposed to detect whether a swf contains ActionScript 1/2 or ActionScript 3 and ...
1
vote
1answer
915 views

Passing flashVars when testing in Flex Builder

I can pass values from HTML to a SWF when running my own HTML file, but I cannot see the way to do this within Flex Builder. Creating my own HTML file with an extra param in the object tag works ...
1
vote
3answers
912 views

What is the default value of the “quality” param in Flash embeds?

When embedding flash movies, you can specify a parameter indicating the "quality" of the movie's playback. This generally affects whether the Flash runtime will antialias your shapes and your video ...
1
vote
1answer
128 views

Is there any way to do flash data in asp.net mvc?

for more info of what I mean here is a quote from the user guide of the php mvc framework CodeIgniter CodeIgniter supports "flashdata", or session data that will only be available for the next ...
1
vote
2answers
398 views

How to implement 'domain protection' in ActionScript 3.0

I want to limit my SWF file so that it cannot be stolen and hosted on another server. So if the domain serving the SWF file isn't on a list of approved domains, the SWF will not load normally but will ...
1
vote
3answers
1k views

How to pass parameters to a Flash projector (Windows)?

Is there any way to pass command line parameters to a Flash projector in Windows? I have another application (in this case, an installer) that will need to communicate to a Flash projector (the same ...
1
vote
1answer
645 views

How to pass custom variables to Flex applications

I'm trying to write an application where parameters have to be passed to the application. In Flex builder I modified the and tags in the index.template.html, but when debugging I still don't see the ...
1
vote
3answers
502 views

What does a Flash object know about the page it's in?

The organization I work for has created a small flash widget that we're encouraging supporters to place on their website. I'm trying to determine if there are ways to improve the statistics we get ...
1
vote
2answers
717 views

flashVars flex3

hi im trying to using flashVars however for some reason there not getting sent to my flex app. Im embedding my object in a velocity file and here is the object embed code; <object width="$!WIDTH" ...
0
votes
2answers
60 views

Flashvars won't load

I've got a weird problem with loading Flashvars into my flash application. I tried to isolate the code and try it in an other document, but the object returned is still empty. This is my HTML code: ...
0
votes
1answer
59 views

Trouble with FlashVars in AS3 + flixel

I'm building my first flixel app (a flash-based game engine) and I'm having trouble accessing the FlashVars from my html source. Flixel's root element is not derived from the top-level root, and I ...
0
votes
2answers
61 views

AS3: Is it possible to accept only FlashVars and ignore Query String params?

Adobe page for LoaderInfo states: The two sources of parameters are: the query string in the URL of the main SWF file, and the value of the FlashVars HTML parameter (this affects only the main ...
0
votes
1answer
44 views

Passing request file into flex application with flashvar

I am trying to get a xml file with data into Flex application. There are a lot of examples online passing parameter into flex I found very helpful. However, it doesn't really work in my case. here is ...
0
votes
2answers
53 views

Setting flash variables not from VB

I'm new in AS 3.0. I'm trying to pass flash variables to SWF file from my VB application. It worked in AS 2.0 using: SetVariable method of ShockwaveFlash object but it doesnt' work in AS 3.0. Any idea ...
0
votes
2answers
122 views

How to pass 2 variables to Flash?

First off, I'm using Flash CS5.5, AS3. I'm trying to pass variables representing name and email address to a swf file. The swf takes a picture with the users webcam and sends the image to save.php ...
0
votes
0answers
60 views

SWFObject embedded flashvars cannot contain ' character

I am trying to use the following swf object embed code: <script type="text/javascript"> flashembed("player_container", { // attributes and params: ...
0
votes
0answers
95 views

pushing flashvars from an air application to an embed SWF in air via SWFLoader

I have an air application in which I have to play a swf ... but I need to push from my flex app some flashvars to the embed flash movie. I've googled about it without finding a viable solution. My ...
0
votes
2answers
76 views

PHP and FlashVars communication

Here is a simple problem I need to maintain. I need to pass PHP variable into FlashVars. <param name=FlashVars value='sourceUrl=<?php echo $fileName;?>'> If I use <param ...
0
votes
1answer
47 views

FlashVars syntax problem

I've got the following javascript writing HTML for FlexPlayer: document.writeln("<object width=\"489\" height=\"414\" FlashVars=\""+videoSource+"\">"); document.writeln("<param ...
0
votes
2answers
87 views

Passing flashvars to Flex

As a PHP junior encountering Flex for the first time this scratches my brain for days. The flashvar contains the source of the video I wnat to play in the Flex video component. The HTML of the player ...
0
votes
1answer
67 views

Javascript-Create Flash player

I've got the following server-side videoclip variable: $fileName = "bin-debug/Video Source/Black Eyed Peas - The Time.flv"; I'm using the following Javascript to Create the Player with this ...
0
votes
2answers
76 views

Unable to pass flashvars to flex generated swf

Unable to pass flashvars to flex generated swf import com.rubenswieringa.interactivemindmap.*; private var fullscreenListenerAdded:Boolean = false; private ...
0
votes
2answers
452 views

Send php variables to flash using flashvars

I have a flash player embedded on page page.php?user=john using swfobject. The player calls the xml file content.php to get the results. I'm trying to get the user name from the url id. and fetch ...
0
votes
2answers
493 views

Flashvars to stop flash movie reloading on page reload

I have a flash banner on every page in my site. I want it to continue playing rather than reloading when users change pages. Ive read that this can be achieved using flashvars, however, its been quite ...
0
votes
2answers
318 views

Maximum FlashVars length IE8?

Is there some kind of maximum length for a flashvars string when using swfobject and IE8? I'm passing a Facebook session object into Flash via FlashVars, and in FF and Chrome this works fine. In IE ...

1 2