Flash :: Associate Same Codebehind To Multiple Classes In Silverlight Like In It?
Apr 27, 2011
In flash one can point to a file on disk to associate the form with a class which name can be different from the form name so that you can multiple forms to the same class.
In Silverlight is it possible somehow including by hacking vs studio project xml file by hand ?
View 1 Replies
Similar Posts:
Mar 30, 2011
In Flash user can give permission to localhost and even local html file to access remote webservice.I fail to see the same thing for Silverlight which is a nightmare for testing on local pc.
View 1 Replies
Feb 7, 2011
i need a webpage (host on my website) that can play the following mp4 file either via silverlight 4 or flash[URL]..i tried various solution like flowplayer and silverlight but none of them work with the URL above. I can play the file fine using Windows media player or VLC.
For silverlight, i always get AG_E_NETWORK_ERROR exception within MediaFailed event. For flash, via flowplayer, IE page is just blank
Can someone tell me what am i missing? i am very frustrated as I have finished encoding, upload, cataloging my videos and now I am stuck at the last step.
View 1 Replies
Sep 5, 2011
I found Vectorlight which is quite good, but are there any tutorials or books about doing cool effects with silverlight. I'm after for resources focused more for a designing and presentation. Mostly the books about Silverlight is focused on doing boring business applications like making grids and forms.
View 1 Replies
Mar 5, 2011
I have to prepare a comparison between the following technologies to present it to my Project Manager, but I fell that I'm lost I want to compare between them in the following areas:the support of online video streaming the budget of using each one Learning Time will be needed to learn the technology Which one is the standard and will target a lot of users The support if I found any problem Bugs and security issues connection to DB, SOA and web services supporting of multi player
View 7 Replies
Dec 26, 2011
I am currently working on a windows phone project where i have test the compatibility and I do not know flash and Silverlight is supported or not on windows phone 7.3.
View 1 Replies
Feb 14, 2011
Is there a website where you can go to find developers?
View 1 Replies
Sep 14, 2010
In creating a RIA, what are the advantages and disadvantages of each approach?
View 1 Replies
Jan 9, 2010
The examples I'll use don't do anything - they're classes without ANY members - no variables, methods, anything.
Let's say I extends Sprite and call it MySprite.
I save it in test.core
[code]...
Now I create another custom class called MyWindow that extends MySprite.
I save it in test.windows
[code]...
Then I create another class that extends MyWindows (the example I'll use is a document class - but that doesn't matter - I've tested using an instance too).
[code]...
Notice that I'm not even trying to instantiate the helper classes - just having them there throws the error.
If there is only a single helper class, everything runs fine.
Also note that - as far as I can tell - this only happens when extending one class from another package, then extending that class with more than one helper object.I'm pretty sure there's no namespace bumps or typographical errors, as this is a very pared-down version of the original application.
EDIT: seems the problem exists even without the crossing packages - even extending MySprite in the document class with multiple internal classes generates this error.
View 4 Replies
Apr 2, 2011
I'm getting the ambiguous reference error when trying to bind properties. Here's the code:
[Code]...
Strangely enough, it doesn't even mention the binded property...
View 2 Replies
Aug 3, 2011
I am looking for a 3D object viewer for my website.
Requirements:
Files: .stl,.wrl, *.3ds *.vrml, *.obj, *.ply, *.skp
display: models in color and non color
Unit of Measure: Meters, Centimeter, Millimeters, Inch
Volume: 3D object viewer has to calculate the orginal size of the model
Rotation&zoom: user can rotate/zoom with mouse and rotate/zoom by clicking buttons
Browser: IE& Firefox
View 1 Replies
Apr 10, 2011
As it is said here: [URL] "If you do a Google search today for "MVVM and Flex", the first post is by somebody who claims that MVVM is not a good fit for Flex. I couldn't disagree more. Out of the box, the Flex framework makes it much easier to implement a Presentation Model than similar MVVM implementations in Silverlight. That is not to say that there aren't good third-party libraries that make it easier in Silverlight, but without any help, it is easier to do in Flex." So MVVM as LOGICAL CONCEPT can be implemented in both but the way it is implemented in Silverlight requires more Plumbing than Flex.
What prevents Silverlight MVVM to be implemented like Flex ? Doesn't Silverlight have same capability in event system to do the same? If yes why does Silverlight do things more complicated what's the advantages then ? Is it about using Class Interfaces which are more strongly typed? What are the disadvantages also ? For example as for implementing MULTIPLE VIEWS for 1 View-Model does Flex implementation make it also more obvious?
View 2 Replies
Nov 2, 2010
I'm trying to make a guitar practice website, and a critical functionality is to loop over very short mp3 files (a few seconds long), with absolutely zero gap in between. For example, it could a 4-measures-long chord progression, and I want to allow the user to loop over it seamlessly.
I tried using the HTML5 <audio> tag with the loop attribute. Google Chrome gives a small gap between the loops, but big enough to be totally unacceptable for my purpose. I haven't tested the other browsers, but I believe it won't work.A possible workaround is to use ffmpeg to stream repetitions the same audio as an mp3. However, this costs a lot of bandwidth.
For myself I use Audacity to loop without gaps, but unfortunately Audacity doesn't have a web version.So, do you have any ideas how I may loop over an mp3 in a browser with zero gap? I prefer non-Flash solutions, but if nothing else works I'll use Flash.
View 4 Replies
May 31, 2010
I heard about jsfl (Flash IDE API) so I guess it is possible but I can't find any concrete example ?
View 1 Replies
Jun 6, 2010
I have a movie clip in my library not on stage , which contains , further 3 movie clips inside it .named , thePicHolder , theDownloadBtn, theViewBtn
i am creating , multiple objects of the main movie clip dynamically [code]...
View 2 Replies
Jun 6, 2010
i have a movie clip in my library not on stage , which contains , further 3 movie clips inside it .named , thePicHolder , theDownloadBtn, theViewBtn.i am creating , multiple objects of the main movie clip dynamically[code] The name property of a Timeline-placed object cannot be modified.
View 5 Replies
Apr 4, 2010
what are the main scenarios that Silverlight 4 allows and Flash does not?
View 3 Replies
Nov 5, 2009
How do you subclass multiple classes. I have a class that subclasses MovieClip. I added a new feature. Now its yelling that my class needs to subclass SimpleButton. I know there both part of the display class. But how do you subclass that?
View 1 Replies
Oct 18, 2010
I'm trying to compile AS files using the mxmlc but the particular class depends on other classes. My command is something like this: mxmlc -includes classA classB -source-path=. com.example.com.classC.
This gave me classC.swf but when I loaded it, it was still looking for classA.swf and classB.swf. Is there anyway I can have just one swf file?
View 1 Replies
Nov 14, 2011
multiple classes and then register each movieclip from the library to a different class? It isnt working for me. I created two different classes and created two entire different movieClips and registered each movie clips to a different class. However, I can only use on movieClip at a time, when I use the duplicateMovieClip. command to create copies of the movieclip, i find that only those movieclips, whose class i declared first, appear on stage
View 2 Replies
Nov 28, 2009
I'm trying to set up an AS3 project using a single package, that will have multiple classes coded in seperate files.I am looking for examples and tutorials for this kind of project.As I understand it, these files must have the same package, and their class must be public. This will allow the multiple files and various classes to be used in the single package.[code]Either of both of these files could then be imported into the main movie and their classes / functions used in the package.
View 6 Replies
Dec 27, 2009
Is there a way I can load an xml-file in a separate as-file and use this for multiple classes? (Or, should I load the xml-file in every class I want to use it in)
for example i set up a basic xml structure
test.xml
Code:
<xml>
<first>use this data in the first class</first>
<second>use this data in the second class</second>
[Code].....
View 1 Replies
Dec 5, 2009
So, what exactly are the rules on several classes inside of one AS file?So far, the only way I have been able to do this is by putting the class outside of the package brackets with no namespace selected (which I believe means 'internal' by default, right?)[code]So, using this notation, I'm wondering if a few things are possible:
1. Putting several 'secret' classes in the same AS file?
2. Making these classes public via the "Main" class, the one that the AS file is actually made for?Both examples applied here. Are these the right ways to do this?:[code]
3. Since these classes are marked as internal, they should be available to classes which extend the Main class AND classes in the same package without any import statements, correct?
4. Does embedding classes like this affect performance in any way?
5. Will these embedded classes always be compiled even if they are never accessed or referenced, similar to Library items or other classes?
View 3 Replies
Feb 9, 2010
I'm trying to make an animated map showing points on a map as they appear over time.I've got a few hundred locations in a spreadsheet with lat/longs. I have a plugin from Avenza for Illustrator that lets me plot the points, and then of course I can import them into Flash. The problem is that when I move them to Flash, all of the attributes, including the year (which I need to animate them) is stripped away.
I can easily enough get pixel coordinates in Flash at this point, but the problem is I don't know anything about these points now. I'm having to look at them, one at a time, in Flash and Illustrator, then manually hard code each individual point to tell it where it appear on the timeline in Flash. This isn't going to work.
View 3 Replies
Aug 2, 2010
How can I give value to combo box entries. For example, in combo box, I have Array Collection and inside it, I am adding strings like mx:String. I want to give it different value than the text.
View 2 Replies
Aug 23, 2011
Is there any way to auto-import as3 classes (internal/intrinsic Flash Player classes at least) using Emacs ?
Looked for as3-mode and actionscript-mode but nothing working was found. as3-mode can import class if it is opened in buffer (but not *.mxml files)
View 1 Replies
Dec 31, 2009
What is faster Flash or Silverlight? So I mean there is working Flash quake and Silverlight quake (not totally working yet)
So what is faster after all? Or Are they all same speed?
really need to know to get an idea on what it's better to start my cool programming project.
View 2 Replies
Nov 18, 2010
How can i convert silverlight app to flash?
View 1 Replies
May 6, 2011
I have an actionscript project which uses visual symbols from an SWC. I have a CheckoutButton which has the following class associated with it (compiled into the SWC in Flash CS3).
[Code]...
View 1 Replies
Mar 8, 2010
I am attempting to use multiple AS3 timers to run a short animation in flash but I'm having a problem with some of the instances running slowly or not being removed when they are supposed to. I found a way to make things work the way I want but in being new to AS3 I believe my runtime issues are due to jumbled code.
import fl.transitions.Tween;
import fl.transitions.easing.*;
var playerFadeTween:Tween=new Tween(thewebs, "alpha", Strong.easeOut, 0, 1, 2, true);
var playerXTween:Tween=new Tween(thewebs, "x", Strong.easeOut, 292, 10, 2, true);
[Code].....
View 1 Replies