Though i'm used to using the old:
document.write("<param name=movie value=\"" + mName + "?" + parseData() + "\">");
method to send vars into a movie from a webpage, now that I'm publishing to F...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
hi,
- i want to load some simple html into a dynamic text-field
- this is the html:
<p>test<p><p><img src='http://www.de-tuinarchitecten.be/uploads/big.jpg'></p><p>blaaat</p>
- i've used...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
An expert named "negatyve" showed me how to get my MySQL data into my Flash project via PHP.
It all works perfectly and the code is quite elegant.
Now, it interests me to know whether I can s...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
I am trying to send a variable with FlashVars to a flash movie.
it is not passing the variable. Have I got something wrong here?
this is how i am passing it
<PARAM NAME="FlashVars" VALUE="ph...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
In flash, there are several ways to pass variables to the movie and use them, like Flashvars . But I did not find a way to pass a parameter to swishmax from an HTML tag, or URL querystring.
only...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21176442.html
I thought I had a working solution to a question that I had, and I'm sure I probably have a partially correct solution gererously provided by Billysytx in another Thread. Unfortunately it seems he...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
I have a flash object in my aspx page.
The Flash Object contains: <PARAM NAME="FlashVars" VALUE="">
I Change it to this:<PARAM NAME="FlashVars" VALUE='<%= FlashVariables %'>
The problem is af...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21422410.html
Hi I have a flash movie- basically a slide show that is loading multiple variables via flashvars. One variable is an image. I need the image to be constrained to a certain size regardless of the a...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Goodevening, can anybody tell me what is wrong with this page? it say's in Visual Web Developer (among alot of other 'errors like could not find any attribute 'flashvars' etc. ) "; expected" But i...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21614239.html
here is what I am needing to do:
an .aspx page is loaded that has just finished querying a database. Some of the query receives boolean values that I am using to give direction to my flash movie t...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...