231 Topics
| |
If you are a user of Adobe Flash, be sure to apply the latest security update if you want to avoid becoming part of an in-the-wild attack exploiting a vulnerability which currently seems to be exploiting users of Internet Explorer on the Windows platform only. Adobe has, however, issued an … | |
How to make flash movie as html link <a>embed tag</a> not working? Any ideas? | |
I have not used falsh much before when creating webpages - But I need to create a header for a new site which has some flash in it. Im just not sure, if that specific part of the site would be visible for all visitors? Do all modern browses just … | |
Hi all, Didn't see a actionscript section so decided to post in webdesign. Ok so I have a flash file using action script 2.0 and dynamically showing fields from an xml of languages and a blurb that goes along with each language. Here is a snippet of the xml. <languages> … | |
Hi all.. Am doing a website with admin panel using PHP Mysql.In index page it contains flash news container, When admin update news it will shown on Flash content through XMl. Everything is fine. When admin updating news its shown on flash. But i have listed by using LIST in … | |
I have five flash files which are on different tabs on my webpage.I use Jquery for the tab generation and each flash file is loaded into a different tab(so there are five tabs). Currently when users clicks on a tab the flash file is loaded. One of the flash file … | |
I have created a banner in flash and add some code that help me track my banner here is the code I added to swf file [CODE]myButton_btn.onRelease = function() { if (clickTAG.substr(0, 5) == "http:") { getURL(clickTAG); } };[/CODE] And now i added that swf file in to html and … | |
Hi all, I'm trying to make a multi-language website that allows the user to change language by clicking on a button (a flag representing the country/language). I have been able to achieve this using locale and a combo box so far but I'm struggling to implement it using buttons. This … | |
I am having an issue that I cannot resolve. I have a small flash file on my website that is simply a circle that rolls up slightly on mouse over. I have a div element with text that appears over (or technically under) the flash element to display a text … | |
Hi im currently studying ict a level and we have to design a mulitmedia product in flash, i am a complete newbie to flash, and im wondering how you make a small text box appear on a mouseover a piece on text? Thanks | |
Hi im currently studying ict a level and we have to design a mulitmedia product in flash, i am a complete newbie to flash, and im wondering how you make a small text box appear on a mouseover a piece on text? Thanks | |
So, I need to make a flash card app on java and I'm planning on using blueJ. My main problem is that I don't really understand how to make a menu interface in which you can choose to flip the card, go to the next card, etc. Thats my main … | |
this is a part of my as2 code [AS]var total_pages:Number = myData.total_pages; var nextlink:Number = myData.next; next_.onRelease = function() { if(nextlink<=total_pages) { trace(total_pages); trace(nextlink); submitDataToTextfile1(nextlink); }[/AS] this is what i m sending from my php code [PHP] echo "&total_pages=$total_pages&"; echo "&next=$l&";[/PHP] here $total_pages=29 and $l=3 my problem is when i … | |
I want to make a brochure similar to this one: [url]http://www.awf.ae/al_rowaad_advocates_brochure.html[/url] I'm web developer but new in brochures, so what technologies are used in it? 1) What to use to make the actual brochure? (See, it is just like a simple magazine) 2) Which flash technology is used? Where to … | |
Hi forum, I am wanting to advance my programming knowledge to the next level: to create games. I have a pretty-good understanding of VB.NET and I am wondering what I could do to make games. I know that most on-the-web games are written in ActionScript with Adobe Flash, but would … | |
typically i'm good at trouble shooting windows OS even at reformatting and installtion with winows bootable flash disk and it's bootable DVD. but I have a problem in linux. what I want you to know is to properly set up bootable flash drive containing suse linux. because I can prepare … | |
i am getting confused that which one can be implemented >sending data out from flash to php via xml or >sending data out from flash to xml via php i know we can load data directly from xml to flash but i dont know how to send data from flash … | |
this is my xml file [ICODE]<myxml> <a> I can load XML like the wind! </a> <b> I can load XML like the storm! </b> </myxml>[/ICODE] i want to trace "I can load XML like the wind!" in flash movie.for this i am using this syntax that is not working .somebody … | |
this is my php code [CODE]<?php $i=0; echo "t$i=pp&"; ?>[/CODE] and this is my as2 code [CODE] myData = new LoadVars() myData.load("http://localhost/exercise/0.php") myData.onLoad = function(succes){ if(succes){ a.text=myData.t$i; //this is not working } else trace ("Error loading data") } [/CODE] as you can see i want to send variable"t$i" from php … | |
i want to know that how to make a dynamic website in flash which can send and receive data from server.i want to make a blog in flash.so what languages are needed to implement this ? | |
this is my as3 code which is making an xml file [code] var submitListener:Object = new Object(); submitListener.click = function() { var login_xml:XML = new XML("<login password=\""+username_txt.text+"\" username=\""+password_txt.text+"\"> password_txt.text </login>"); login_xml.xmlDecl = "<?xml version=\"1.0\" ?>"; packet_txt.text = login_xml; }; submit_btn.addEventListener("click", submitListener); [/code] i want to insert password as node value … | |
Hi, I am having problem in refreshing xml file.I have a flash file that is connected to xml file.When I insert or edit something the xml file does not update until I clear the cache of the browser.I tried to use [CODE]xmlLoader.load("myXML.xml?cacheBreaker=" + Math.random() * 500);[/CODE] but it gives me … | |
i want to create a blog in flash .can anyone suggest me a website with gud tutorials related to it or is there any open source software to create such kind of blog?? | |
Just wondering - What's your favorite flash game? 1. Free Rider 2 2. Winterbells 3. Thing Thing Arena 2 :) | |
Hi I'm relatively new to Actionscript coding and have a small problem in Flash. I want to track the x property of a symbol (in this case a movie clip) and display the x property of that movie clip in a text field. However I want the text field to … | |
hello folks, can any one please tell me what software can me downloaded to make my own .swf files. i.e flash files........ thank you | |
I have a Flash CS3 movie containing menu links. It works fine in IE, Chrome, Opera and Safari, but not in Firefox. Hovering over the menu, the graphic moves but then flickers repeatedly, and pressing the menu button does not take you anywhere. I read earlier posts here and learned … | |
Hi Guys, We are having an issue with the video playing on our client's site. The video plays fully locally but not fully once set live on the any of the browsers, it plays just the first 15secs, then it stops. Can anyone share some ideas as to how we … | |
| Hello everyone. I am having an issue with flash style connection So I start off by connecting to port 843 and requesting a <policy-file-request/> The server sends me this: <cross-domain-policy> <site-control permitted-cross-domain-policies="master-… /> <allow-access-from domain="*website.com" secure="false" /> <allow-access-from domain="*website.com" to-ports="443-49151"/> </cross-domain-policy> Since it is non secure, I try to connect … |
| Is there any way I can get Flash Player installed on the new Metro-style browser for Windows Developer Preview a.k.a "Windows 8"? Kinda need it because that's what I do on a daily basis! I still have Windows 7 but would prefer to use Windows DP as it stands. |
The End.