hii...
im using fms to save datas like rdbms. Im using shared object for this. But I cant save more than one row of data into flash media server. What can I do for this purpose??
If flash banner inside iframe doesn't have wmode transparent, how to stop it from overlaping any layer placed upon it, for example i have photo zoomer and the same page and when i zoom photo, that banner from iframe overlaps it.
Thanks
when validating a site using w3c validator it tells me the tag is not valid markup. So i take it out and it works on safari/chrome but not firefox(3.5.x) but validates fine. Is there something in the tag i must add in order for firefox to display flash.
Sorry, I'm new to flash I have this line of code:
BaseEntry( _entryList[i] ).topTeamName = ((Team)(teamList.getNameAtIndex( i*2 ))).Name;
and I get the error:
TypeError: Error #1034: Type Coercion
failed: cannot convert "[object Team]"
to ncaa.Data.Team.
What do I need to do to fix it?
Hi all,
If I have .flv files on my server at some location like http://www.example.com/archive/test.flv. In HTML page how can I tell the browser to use Flash player to play this video like youtube videos are played.
Can someone tell me how to do this?
Regards,
Microkernel
PS: I am noober than noob in web dev, so please give some code snippet or answers that beginners like me can understand. Thank you
I want to have a web page where user can activate his/her web-camera and send video to another user. Additionally to that I want to have a possibility to process video on the client side. In more details, I want to have a program which analyze video on the client side. Is it possible to do it with Flash?
I am new to flash an djus t learned some action Script 3 with some events.
I have to build site with dynamic menus and then contents for each page using xml.
Is there any example on web to show how i can build the site.
What is GAIA , will it help me or i should code my self
Thanks
Hello,
I'm using the setFlash and hasFlash methods of symfony 1.4 with WAMP 2.0
Locally with my frontend_dev app, all work fine.
But in production environment, my test $this->forward404Unless($user->hasFlash('resultsArray')); fails.
I thought that the flash methods where enabled by default. What can I do to make it works please ?
Thanks in advance,
Gaff.
I have an actionscript 2 application that I'd like to write automated UI testing for.
For example I'd like to simulate a mouse click on a button and validate that a movie-clip is displayed at the right position and in the right color... Basically, UI testing.
What are the best tools available or what is the desired approach?
In JavaScript there is the selenium framework which does a nice job. Any similar tool for flash?
I have a JavaScript function that loads a flash movie into a webpage div using swfobject.embedSWF().
I want to be able to, alternatively, load a .mov file into the same div, in the event that this is the file found instead of the .swf.
Is there a close equivalent to swfobject.embedSWF for the purposes of embedding a .mov file? If not, what is an efficient route to doing this using JavaScript?
Hi,
I have a flash file that loads an xml file at runtime. When the .swf file is run locally or on an Apache server it works fine but when hosted on an IIS6 based server the file won't load.
can anyone help with this?
Thanks
Hi,
I want to implement a progress par using AJAX for a flash file.
Please see the demo here
http://www.freeplaynow.com/online-games/play/1729/park-my-plane.html
Tried to debug their page but the javascript is obfuscated and im not so good in js. Any ideas ?
Thanks
Hi,
i'm using loadmovie() to load a youtube video player inside my flash website but i want to specify the width and height so it can fit my box.
This is my code:
vloader.loadMovie("http://www.youtube.com/v/Alw5hs0chj0&hl=fr&fs=1hJ-mPcGtC");
I have an empty CLIP called "vloader" where i load the video player.
Note: it is recommended that i get a code in Action script 1.0
Thanks
How to call AS2 method from NextFrame(or any other frame) in Flash?
Say you have Action Frame on frame 3, and another one on frame 4, how do you call methods on frame 4 when you are on frame 3.
hi,
I cannot understand why the flash video player is not working in Google Chrome (it works perfectly in all other browsers...) could you give me a hand ?
In Chrome it keeps flickering instead of showing up.
http://www.sanstitre.ch/drupal/portfolio?tid[]=66&view_name=Portfolio&view_display_id=page_1&view_args=&view_path=portfolio&view_base_path=portfolio&view_dom_id=1&pager_element=0
Hey everybody
I am trying to use trace() in flash builder 4 - but it doesn't work!
I am running in "debug", also I added to the flex compiler options the "-debug=true" option.
What am I doing wrong ???
Thanks!
Adobe flash: How to determine users CPU characteristics? (its mhz, its current ocupation) I need to know how fast is users computer now, and I have only 150 ms for it. How to do such thing in actionscript?
I know how to get the data from my database, but i can't seem to figure out how to send data to the database from flash using amfphp!Please give me an as3 and php service example.Thanks a lot !
I have a web site that displays a column of flash videos. The page is w3c-valid.
The problem is that the page loads very slowly and sometimes crashes my web browser. Until the page is fully loaded, the videos are slow to respond and play. Is there a way to make these videos load their preview images only? What should I do to speed the page up?
The videos are 360x264.
Hi, i made a flash application that loads image and sound from given url.But in my application whenever i run a program , first it loads or download all music and than it plays but i want to play a sound without loading all file.
Thank you
I have page in my asp.net mvc website with a flash app on it, and the user can stay on that page for hours, but his auth cookie is going to expire, so I'm thinking to create a PingController and to call it using jquery $.post each 20 minutes.
is this a good idea ?
or there is something better ?
i've been studying and using actionscript exclusively for too long, that i don't even know how to import a regular image into Flash and create a ready-made sprite that i can use in my APIs.
what are the steps to create a sprite from an image asset in the library?