473,774 Members | 2,138 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Flash / Actionscript Forum

Flash authoring tool and ActionScript web scripting language (Adobe) - Ask questions about Flash MX/8/CS3, flash player, ActionScript scripting and development, security, templates, video, API, effects, data components, AIR, 3D/Animation and more
0
2,133
thread by: Sebarry | last post Feb 14 '08 by: Sebarry
Hi, I have the following XML file which looks fine rendered in a browser but when its read by a SWF as a news ticker I get all these weird squares appearing. Any ideas? <?xml version="1.0"?> <ticker> <topic> <text><!]></text> <link>/lansinoh/NewsDetail.php?news_id=9</link>
2
2,297
thread by: ashish1985s | last post Feb 14 '08 by: ahsalama
Hello friends.. How to do estalbish communication of flash with asp.net.. Any views please reply soon...
4
8,265
AMT India
thread by: AMT India | last post Feb 12 '08 by: nomad
Hi, Where should I put a href in flash,My code is below. <a href="http://www.google.com"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="160px" height="600px"> <param name="movie"...
3
2,762
thread by: lightyagami | last post Feb 11 '08 by: nomad
can anyone tell me how to start learn the actionscript? because we nid it in our thesis nxt wk so how to make simple map with actionscript...pls help me...many thanks
3
5,789
thread by: zb42 | last post Feb 11 '08 by: zb42
I have a _mc that I've added to the stage. On it's layers first frame I have this code that spins the _mc around and has some great effects: import fl.transitions.*; import fl.transitions.easing.*; TransitionManager.start(img4_mc, {type:Zoom, direction:0, duration:3, easing: Bounce.easeOut}); TransitionManager.start(img4_mc,...
0
2,010
thread by: loosecanon | last post Feb 10 '08 by: loosecanon
I'm pretty new to actionscript and have a problem: I'm putting together a Web site and in the body I have filmStrip_mc movie clip that I want to scroll (left or right) to a specific point on an onRelease event. For example; when the 'contact us' button is clicked, the filmStrip_mc movie clip scrolls past 'products', and 'about us', and stops...
6
4,171
neliy
thread by: neliy | last post Feb 10 '08 by: lavertyj
Hey there. I need to add a link in my current project from which the user will be able to download some images. I tried to find a tutorial to find the way or an actionscript example but I couldn't. Can someone help me plz? thnx
1
1,518
thread by: Shalini Bhalla | last post Feb 9 '08 by: nomad
why my flash movies tale alot of time to be get loaded when other many sites i have seen load fast
1
1,905
thread by: Freelancer Deepak | last post Feb 9 '08 by: devduttathakur
how i can increase my flash loading on my flash websites
0
1,391
thread by: Freelancer Deepak | last post Feb 9 '08 by: Freelancer Deepak
how i can increase my flash loading on my flash websites
4
7,284
thread by: fltpro | last post Feb 8 '08 by: fltpro
When using mutiple SWF in the main timeline, I can't get the 1st SWF to stop looping. I want back to back SWF to play once. I've used STOP, GOTO and play, ect but no luck. Can anyone help? Thanks Steve Using CS3 and AS 2.0
0
1,322
thread by: sethupnr | last post Feb 8 '08 by: sethupnr
hi, how to link a flash button to a <IFRAME> tag. when i click a flash button, I want to load a page in IFRAME space.
3
1,844
thread by: Zarwadi | last post Feb 8 '08 by: nomad
Hi dose anyone know how to get action script to talk to lingo strange question but i have a swf which is loading other swf files and i need to out it into director can anyone help
2
1,463
thread by: palpandi | last post Feb 8 '08 by: palpandi
onpressing the button then show the data from the database. like press A-button then show the data in textbox like abbreviation accessories aeronation amount anonymus apology asending --------
1
3,638
thread by: aliwamiq | last post Feb 7 '08 by: nomad
Hi Friends! Please help me I have made a presentation in flash CS3. Now when I am publishing the file and playing the swf It leaves approximately one inch white column on both the sides of my wide screen monintor. Can anybody please tell me how can I publish a full wide screen swf in flash cs3
3
17,793
thread by: shabeerv | last post Feb 7 '08 by: nomad
hello sir, i hv to give link to a html page rom flash, will u give me the details how to do that? thaks... best regards..
0
2,973
thread by: bbacarat | last post Feb 6 '08 by: bbacarat
Hi All, I attempting to use the following actionscript and php code to send from a flash form that I have created. However I have used a combo box from the built in flash 8 components and I'm not getting the emails through with the data that is being selected in the combo box. I've attempted to create the code I think would extract this...
1
1,894
thread by: coniston | last post Feb 5 '08 by: coniston
Hello everyone, I am faily new to scripting and have come up againstmy first problem I have a slight problem trying to resize a swf which is in a Container (loader) ok so here is what I have. On stage there is my container which loades swf files from an extern folder. At the press of a couple of buttons you can zoom in, out, move up...
0
5,385
thread by: jibysubhash | last post Feb 5 '08 by: jibysubhash
hi all i have got a php code which sends attachments via mail..... Please help me how to send the file parameters to the php via http service send method.... i am placing the php and flex codes here please help Sad PHP code <?php $to = 'somemail@mail.com'; $from = $_POST; $name = $_POST;
1
1,519
thread by: simmo | last post Feb 4 '08 by: nomad
Ok, so I have inserted a flash slideshow into my webpage. I can view it ok from my local machine over the web but when viewed from another machine it does not display. The error is Object Expected. Here is the code AC_FL_RunContent(...
1
5,908
AMT India
thread by: AMT India | last post Feb 4 '08 by: nomad
Hi, I am using a javascript event of onclick for flash <div id="banner_sky" onclick="LogBannerClicks('bannerId_sky')">Flash Path (flash comes here)</div> but the function LogBannerClicks() is not invoking while clicking on the flash image; Regards, AMT
1
9,258
thread by: lennyc | last post Feb 3 '08 by: nomad
I would like to make a simple auto scroll of images with little user interactioin. It would be images moving horizontally in a continuous loop that stops on mouse over and starts up again on mouse out. I have been able to do this with a tween but it is not smooth. I have found may examples with thumbnails scrolling that click to bigger images etc....
1
2,936
thread by: johnlanglois | last post Feb 3 '08 by: nomad
I found several discussions that hinted at my issue, but none that contained a solution. I have a main page that contains a FLASH movie/Menu. The rest of the site is contained in an IFrame that gets filled when the Flash buttons are clicked. Those pieces work as expected. On several of the iframe pages I have some movable panels that are...
3
3,339
daJunkCollector
thread by: daJunkCollector | last post Feb 3 '08 by: nomad
Hey, I am trying to use MapQuest's directions forms from my flash website. The code that they provide for you is basic html. I am trying to send the form from inside a flash movie. The code is very simple: var my_lv:LoadVars = new LoadVars(); my_lv.go = "1"; my_lv.2a = "555 Giffin Avenue"; my_lv.2c = "Canonsburg";
1
3,748
thread by: chuckzter | last post Feb 3 '08 by: nomad
How can i connect a database directly to flash. Also, how can i save values to a database (sample.db)using flash 8? Please help, i've been searching for quite some time now. Thanks in advance.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.